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 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.
-