Uses of Interface
org.apache.openjpa.kernel.QueryFlushModes
-
Packages that use QueryFlushModes Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases.org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of QueryFlushModes in org.apache.openjpa.jdbc.kernel
Subinterfaces of QueryFlushModes in org.apache.openjpa.jdbc.kernel Modifier and Type Interface Description interfaceJDBCFetchConfigurationJDBC extensions to OpenJPA'sFetchConfiguration.Classes in org.apache.openjpa.jdbc.kernel that implement QueryFlushModes Modifier and Type Class Description classDelegatingJDBCFetchConfigurationDelegating fetch configuration that can also perform exception transation for use in facades.classJDBCFetchConfigurationImplJDBC extensions to OpenJPA'sFetchConfiguration. -
Uses of QueryFlushModes in org.apache.openjpa.kernel
Subinterfaces of QueryFlushModes in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceFetchConfigurationAllows configuration and optimization of how objects are loaded from the data store.interfaceQueryOpenJPA query interface.Classes in org.apache.openjpa.kernel that implement QueryFlushModes Modifier and Type Class Description classDelegatingFetchConfigurationDelegating fetch configuration that can also perform exception translation for use in facades.classDelegatingQueryDelegating query that can also perform exception translation for use in facades.classFetchConfigurationImplAllows configuration and optimization of how objects are loaded from the data store.classQueryImplImplementation of theQueryinterface. -
Uses of QueryFlushModes in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement QueryFlushModes Modifier and Type Class Description classDistributedQueryImplExtension with slice locking policy. -
Uses of QueryFlushModes in org.apache.openjpa.slice.jdbc
Classes in org.apache.openjpa.slice.jdbc that implement QueryFlushModes Modifier and Type Class Description classTargetFetchConfigurationA fetch configuration that is aware of special hint to narrow its operation on subset of slices.
-