Class DefaultDbRowOpSorter
java.lang.Object
org.apache.cayenne.access.flush.operation.DefaultDbRowOpSorter
- All Implemented Interfaces:
- DbRowOpSorter
- Since:
- 4.2
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classprotected static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Comparator<DbRowOp>protected final Provider<DataDomain>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Comparator<DbRowOp>protected voidsortReflexive(List<DbRowOp> sortedDbRows) 
- 
Field Details- 
dataDomainProvider
- 
comparator
 
- 
- 
Constructor Details- 
DefaultDbRowOpSorter
 
- 
- 
Method Details- 
sort- Specified by:
- sortin interface- DbRowOpSorter
 
- 
sortReflexive
- 
getComparator
 
-