Uses of Interface
org.apache.cayenne.access.flush.operation.DbRowOpSorter
Packages that use DbRowOpSorter
-
Uses of DbRowOpSorter in org.apache.cayenne.access.flush
Fields in org.apache.cayenne.access.flush declared as DbRowOpSorterModifier and TypeFieldDescriptionprotected final DbRowOpSorter
DefaultDataDomainFlushAction.dbRowOpSorter
Constructors in org.apache.cayenne.access.flush with parameters of type DbRowOpSorterModifierConstructorDescriptionprotected
DefaultDataDomainFlushAction
(DataDomain dataDomain, DbRowOpSorter dbRowOpSorter, JdbcEventLogger jdbcEventLogger) -
Uses of DbRowOpSorter in org.apache.cayenne.access.flush.operation
Classes in org.apache.cayenne.access.flush.operation that implement DbRowOpSorterModifier and TypeClassDescriptionclass
class
Db operation sorted that builds dependency graph and uses topological sort to get final order.