Uses of Package
org.apache.openjpa.jdbc.kernel

Packages that use org.apache.openjpa.jdbc.kernel
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.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
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
AbstractJDBCSavepointManager
          Abstract SavepointManager implementation that delegates to the subclass for savepoint operations on the active Connection.
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.
JDBCBrokerFactory
          BrokerFactory type for use with the JDBC runtime.
JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
JDBCFetchConfigurationImpl.JDBCConfigurationState
          Configurable JDBC state shared throughout a traversal chain.
JDBCLockManager
          Extension of the LockManager interface with methods for datastore locking during the select and load process.
JDBCSeq
          Specialization of the the Seq 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.
JDBCStoreManager.SelectKey
           
LRSSizes
          Ways of calculating the size of large result sets.
OperationOrderUpdateManager
          Update manager that writes SQL in object-level operation order.
PreparedStatementManager
          Manages prepared statement execution.
PreparedStatementManagerImpl
          Basic prepared statement manager implementation.
SelectResultObjectProvider
          Abstract provider implementation wrapped around a Select.
SQLStoreQuery
          A SQL query.
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
JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
JDBCStore
          Represents the JDBC store.
 

Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.meta
JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
JDBCStore
          Represents the JDBC store.
 

Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.meta.strats
JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
JDBCStore
          Represents the JDBC store.
JDBCStoreManager.SelectKey
           
 

Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.jdbc.sql
JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
JDBCStore
          Represents the JDBC store.
 

Classes in org.apache.openjpa.jdbc.kernel used by org.apache.openjpa.slice.jdbc
JDBCBrokerFactory
          BrokerFactory type for use with the JDBC runtime.
JDBCStore
          Represents the JDBC store.
JDBCStoreManager
          StoreManager plugin that uses JDBC to store persistent data in a relational data store.
JDBCStoreManager.RefCountConnection
          Connection wrapper that keeps an internal ref count so that it knows when to really close.
JDBCStoreQuery
          JDBC query implementation.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.