Uses of Interface
org.apache.cayenne.access.flush.operation.DbRowOpSorter
-
Packages that use DbRowOpSorter Package Description org.apache.cayenne.access.flush org.apache.cayenne.access.flush.operation -
-
Uses of DbRowOpSorter in org.apache.cayenne.access.flush
Fields in org.apache.cayenne.access.flush declared as DbRowOpSorter Modifier and Type Field Description protected DbRowOpSorterDefaultDataDomainFlushAction. dbRowOpSorterConstructors in org.apache.cayenne.access.flush with parameters of type DbRowOpSorter Constructor Description 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 DbRowOpSorter Modifier and Type Class Description classDefaultDbRowOpSorterclassGraphBasedDbRowOpSorterDb operation sorted that builds dependency graph and uses topological sort to get final order.
-