Uses of Interface
org.apache.cayenne.access.flush.DataDomainFlushAction
-
Packages that use DataDomainFlushAction Package Description org.apache.cayenne.access Contains classes that make up Cayenne ORM stack.org.apache.cayenne.access.flush -
-
Uses of DataDomainFlushAction in org.apache.cayenne.access
Classes in org.apache.cayenne.access that implement DataDomainFlushAction Modifier and Type Class Description classLegacyDataDomainFlushActionDeprecated.this implementation is deprecated since 4.2,DefaultDataDomainFlushActionis usedMethods in org.apache.cayenne.access that return DataDomainFlushAction Modifier and Type Method Description DataDomainFlushActionLegacyDataDomainFlushActionFactory. createFlushAction(DataDomain dataDomain)Deprecated. -
Uses of DataDomainFlushAction in org.apache.cayenne.access.flush
Classes in org.apache.cayenne.access.flush that implement DataDomainFlushAction Modifier and Type Class Description classDefaultDataDomainFlushActionDefault implementation ofDataDomainFlushAction.Methods in org.apache.cayenne.access.flush that return DataDomainFlushAction Modifier and Type Method Description DataDomainFlushActionDataDomainFlushActionFactory. createFlushAction(DataDomain dataDomain)DataDomainFlushActionDefaultDataDomainFlushActionFactory. createFlushAction(DataDomain dataDomain)
-