Uses of Interface
org.apache.openjpa.kernel.QueryFlushModes
-
Packages that use QueryFlushModes Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of QueryFlushModes in org.apache.openjpa.kernel
Subinterfaces of QueryFlushModes in org.apache.openjpa.kernel Modifier and Type Interface Description interface
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store.interface
Query
OpenJPA query interface.Classes in org.apache.openjpa.kernel that implement QueryFlushModes Modifier and Type Class Description class
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades.class
DelegatingQuery
Delegating query that can also perform exception translation for use in facades.class
FetchConfigurationImpl
Allows configuration and optimization of how objects are loaded from the data store.class
QueryImpl
Implementation of theQuery
interface.
-