Uses of Package
org.apache.openjpa.jdbc.kernel
-
Packages that use org.apache.openjpa.jdbc.kernel Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.conf Class Description UpdateManager This interface is used to customize the way that updates are made to database records. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.kernel Class Description AbstractJDBCSavepointManager AbstractSavepointManager
implementation that delegates to the subclass for savepoint operations on the activeConnection
.AbstractJDBCSavepointManager.ConnectionSavepoint A savepoint which provides access to the current transactional connection.AbstractJDBCSeq Abstract sequence implementation.AbstractUpdateManager Base update manager with common functionality.ConnectionInfo Struct to hold data about the current connection state.ConstraintUpdateManager Standard update manager, capable of foreign key constraint evaluation.EagerFetchModes Eager fetch mode constants.InstanceResultObjectProvider Object provider implementation wrapped around aSelect
.JDBCBrokerFactory BrokerFactory type for use with the JDBC runtime.JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCFetchConfigurationImpl.JDBCConfigurationState Configurable JDBC state shared throughout a traversal chain.JDBCLockManager Extension of theLockManager
interface with methods for datastore locking during the select and load process.JDBCSeq Specialization of the theSeq
interface to provide information on the schema needed by this sequence.JDBCStore Represents the JDBC store.JDBCStoreManager.RefCountConnection Connection wrapper that keeps an internal ref count so that it knows when to really close.LRSSizes Ways of calculating the size of large result sets.OperationOrderUpdateManager Update manager that writes SQL in object-level operation order.PessimisticLockManager Lock manager that uses exclusive database locks.PreparedSQLStoreQuery A executor for Prepared SQL Query.PreparedStatementManager Manages prepared statement execution.PreparedStatementManagerImpl Basic prepared statement manager implementation.SelectResultObjectProvider Abstract provider implementation wrapped around aSelect
.SQLStoreQuery A SQL query.StoredProcedureQuery Executes a stored procedure.TableJDBCSeq JDBCSeq
implementation that uses a database table for sequence number generation.TableJDBCSeq.Status Helper struct to hold status information.UpdateManager This interface is used to customize the way that updates are made to database records. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.kernel.exps Class Description JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCStore Represents the JDBC store. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.meta Class Description JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCStore Represents the JDBC store. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.meta.strats Class Description JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCStore Represents the JDBC store. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.sql Class Description JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCStore Represents the JDBC store. -
Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.slice.jdbc Class Description EagerFetchModes Eager fetch mode constants.JDBCBrokerFactory BrokerFactory type for use with the JDBC runtime.JDBCFetchConfiguration JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCFetchConfigurationImpl JDBC extensions to OpenJPA'sFetchConfiguration
.JDBCFetchConfigurationImpl.JDBCConfigurationState Configurable JDBC state shared throughout a traversal chain.JDBCStore Represents the JDBC store.JDBCStoreManager StoreManager plugin that uses JDBC to store persistent data in a relational data store.LRSSizes Ways of calculating the size of large result sets.