Uses of Interface
org.apache.openjpa.kernel.LockScopes
-
Packages that use LockScopes Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of LockScopes in org.apache.openjpa.jdbc.kernel
Subinterfaces of LockScopes in org.apache.openjpa.jdbc.kernel Modifier and Type Interface Description interface
JDBCFetchConfiguration
JDBC extensions to OpenJPA'sFetchConfiguration
.Classes in org.apache.openjpa.jdbc.kernel that implement LockScopes Modifier and Type Class Description class
DelegatingJDBCFetchConfiguration
Delegating fetch configuration that can also perform exception transation for use in facades.class
JDBCFetchConfigurationImpl
JDBC extensions to OpenJPA'sFetchConfiguration
. -
Uses of LockScopes in org.apache.openjpa.kernel
Subinterfaces of LockScopes 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.Classes in org.apache.openjpa.kernel that implement LockScopes Modifier and Type Class Description class
DelegatingFetchConfiguration
Delegating fetch configuration 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. -
Uses of LockScopes in org.apache.openjpa.slice.jdbc
Classes in org.apache.openjpa.slice.jdbc that implement LockScopes Modifier and Type Class Description class
TargetFetchConfiguration
A fetch configuration that is aware of special hint to narrow its operation on subset of slices.
-