A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

abortUnion() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
abortUnion() - Method in interface org.apache.openjpa.jdbc.sql.Union
Force the use of a series of standard selects rather than a true UNION.
abs(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
abs(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the absolute value of the given one.
abs(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
absolute(int) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
absolute(int) - Method in interface org.apache.openjpa.jdbc.sql.Result
Move to the given 0-based row in the result, or return false if the row does not exist.
absolute(int) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
absolute(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
absolute(int) - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Move to the given 0-based position.
absolute(int) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Throws an exception by default.
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
AbstractBrokerFactory - Class in org.apache.openjpa.kernel
Abstract implementation of the BrokerFactory that must be subclassed for a specific runtime.
AbstractBrokerFactory(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.kernel.AbstractBrokerFactory
Constructor.
AbstractCFMetaDataFactory - Class in org.apache.openjpa.meta
Base class for factory implementations built around XML metadata files in the common fomat.
AbstractCFMetaDataFactory() - Constructor for class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
AbstractCFMetaDataFactory.Parser - Interface in org.apache.openjpa.meta
Internal parser interface.
AbstractCFMetaDataFactory.Serializer - Interface in org.apache.openjpa.meta
Internal serializer interface.
AbstractChangeTracker - Class in org.apache.openjpa.util
Base class that provides utilities to change trackers.
AbstractChangeTracker() - Constructor for class org.apache.openjpa.util.AbstractChangeTracker
Constructor; supply configuration.
AbstractClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
AbstractConcurrentEventManager - Class in org.apache.openjpa.lib.util.concurrent
Base event manager that handles adding/removing listeners and firing events.
AbstractConcurrentEventManager() - Constructor for class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Default constructor.
AbstractDataCache - Class in org.apache.openjpa.datacache
Abstract DataCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
AbstractDataCache() - Constructor for class org.apache.openjpa.datacache.AbstractDataCache
 
AbstractDB2Dictionary - Class in org.apache.openjpa.jdbc.sql
Base dictionary for the IBM DB2 family of databases.
AbstractDB2Dictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
 
AbstractDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
AbstractExpressionBuilder - Class in org.apache.openjpa.kernel.exps
Abstract base class to help build expressions.
AbstractExpressionBuilder(ExpressionFactory, Resolver) - Constructor for class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Constructor.
AbstractExpressionVisitor - Class in org.apache.openjpa.kernel.exps
No-op abstract visitor meant for easy extension.
AbstractExpressionVisitor() - Constructor for class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
 
AbstractFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
AbstractJDBCListener - Class in org.apache.openjpa.lib.jdbc
An abstract implementation of the JDBCListener listener.
AbstractJDBCListener() - Constructor for class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
AbstractJDBCSavepointManager - Class in org.apache.openjpa.jdbc.kernel
Abstract SavepointManager implementation that delegates to the subclass for savepoint operations on the active Connection.
AbstractJDBCSavepointManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
AbstractJDBCSavepointManager.ConnectionSavepoint - Class in org.apache.openjpa.jdbc.kernel
A savepoint which provides access to the current transactional connection.
AbstractJDBCSavepointManager.ConnectionSavepoint(Broker, String, boolean) - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
 
AbstractJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
Abstract sequence implementation.
AbstractJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
AbstractLifecycleListener - Class in org.apache.openjpa.event
Abstract implementation of the LifecycleListener interface which delegates events to a single method.
AbstractLifecycleListener() - Constructor for class org.apache.openjpa.event.AbstractLifecycleListener
 
AbstractLockManager - Class in org.apache.openjpa.kernel
Abstract LockManager implementation.
AbstractLockManager() - Constructor for class org.apache.openjpa.kernel.AbstractLockManager
 
AbstractLog - Class in org.apache.openjpa.lib.log
A simple implementation of the Log interface.
AbstractLog() - Constructor for class org.apache.openjpa.lib.log.AbstractLog
 
AbstractLRSProxyCollection - Class in org.apache.openjpa.util
A collection proxy designed for collections backed by extremely large result sets in which each call to AbstractLRSProxyCollection.iterator() may perform a database query.
AbstractLRSProxyCollection(Class, boolean) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyCollection
Constructor.
AbstractLRSProxyMap - Class in org.apache.openjpa.util
A map proxy designed for maps backed by extremely large result sets in which each call to AbstractLRSProxyMap.get(java.lang.Object) or AbstractLRSProxyMap.containsKey(java.lang.Object) may perform a database query.
AbstractLRSProxyMap(Class, Class) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyMap
 
AbstractManagedRuntime - Class in org.apache.openjpa.ee
 
AbstractManagedRuntime() - Constructor for class org.apache.openjpa.ee.AbstractManagedRuntime
 
AbstractMetaDataDefaults - Class in org.apache.openjpa.meta
Abstract metadata defaults.
AbstractMetaDataDefaults() - Constructor for class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
AbstractMetaDataFactory - Class in org.apache.openjpa.meta
Abstract MetaDataFactory that provides default implementations of many methods.
AbstractMetaDataFactory() - Constructor for class org.apache.openjpa.meta.AbstractMetaDataFactory
 
AbstractNonSequentialResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for random-access result lists.
AbstractNonSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
AbstractPCData - Class in org.apache.openjpa.kernel
Abstract base class which implements core PCData behavior.
AbstractPCData() - Constructor for class org.apache.openjpa.kernel.AbstractPCData
 
AbstractPCResultObjectProvider - Class in org.apache.openjpa.kernel
Abstract implementation of PCResultObjectProvider that implements ResultObjectProvider.getResultObject() by assembling the necessary information about the object to be loaded.
AbstractPCResultObjectProvider(StoreContext) - Constructor for class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Create a new provider for loading PC objects from the input into ctx.
AbstractProductDerivation - Class in org.apache.openjpa.lib.conf
Abstract no-op product derivation for easy extension.
AbstractProductDerivation() - Constructor for class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
AbstractQueryCache - Class in org.apache.openjpa.datacache
Abstract QueryCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
AbstractQueryCache() - Constructor for class org.apache.openjpa.datacache.AbstractQueryCache
 
AbstractRemoteCommitProvider - Class in org.apache.openjpa.event
Abstract implementation of RemoteCommitProvider.
AbstractRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
AbstractResult - Class in org.apache.openjpa.jdbc.sql
A Result implementation designed to be subclassed easily by implementations.
AbstractResult() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractResult
 
AbstractResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for read-only result lists.
AbstractResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractResultList
 
AbstractSequentialResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for sequential result lists.
AbstractSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
AbstractSQLServerDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for the SQL Server databases (Sybase and MS SQL Server).
AbstractSQLServerDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
AbstractStoreBrokerFactory - Class in org.apache.openjpa.abstractstore
BrokerFactory implementation for use with the AbstractStoreManager.
AbstractStoreBrokerFactory(OpenJPAConfiguration, String, String, String) - Constructor for class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
Construct the factory with the given settings.
AbstractStoreManager - Class in org.apache.openjpa.abstractstore
Abstract store manager implementation to ease development of custom OpenJPA back-ends.
AbstractStoreManager() - Constructor for class org.apache.openjpa.abstractstore.AbstractStoreManager
 
AbstractStoreQuery - Class in org.apache.openjpa.kernel
Abstract StoreQuery that implements most methods as no-ops.
AbstractStoreQuery() - Constructor for class org.apache.openjpa.kernel.AbstractStoreQuery
 
AbstractStoreQuery.AbstractExecutor - Class in org.apache.openjpa.kernel
Abstract AbstractStoreQuery.AbstractExecutor that implements most methods as no-ops.
AbstractStoreQuery.AbstractExecutor() - Constructor for class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
AbstractStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
AbstractTask - Class in org.apache.openjpa.lib.ant
Ant tasks all have a nested <config&rt; tag, which uses the configuration as a bean-like task.
AbstractTask() - Constructor for class org.apache.openjpa.lib.ant.AbstractTask
 
AbstractTransactionListener - Class in org.apache.openjpa.event
Abstract implementation of the TransactionListener interface that provides no-op implementations of all methods.
AbstractTransactionListener() - Constructor for class org.apache.openjpa.event.AbstractTransactionListener
 
AbstractUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Base update manager with common functionality.
AbstractUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
AbstractUpdateManager.CustomMapping - Class in org.apache.openjpa.jdbc.kernel
Executes customized mapping updates.
AbstractUpdateManager.CustomMapping(int, OpenJPAStateManager, Strategy) - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
 
AbstractValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
No-op implementations of ValueHandler interface methods.
AbstractValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
AbstractVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
acceptAction(ServerSocket) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for ServerSocket.accept().
acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
acceptVisit(ExpressionVisitor) - Method in interface org.apache.openjpa.kernel.exps.Expression
Accept a visit from a tree visitor.
acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.Val
 
acceptVisit(ExpressionVisitor) - Method in interface org.apache.openjpa.kernel.exps.Value
Accept a visit from a tree visitor.
ACCESS_FIELD - Static variable in class org.apache.openjpa.meta.ClassMetaData
Persistent attributes are accessed via direct field access.
ACCESS_PROPERTY - Static variable in class org.apache.openjpa.meta.ClassMetaData
Persistent attributes are accessed via setters and getters.
ACCESS_TYPE_FIELD - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Access type for generated source, defaults to field-based access.
ACCESS_TYPE_PROPERTY - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
 
ACCESS_UNKNOWN - Static variable in class org.apache.openjpa.meta.ClassMetaData
Unknown access type.
AccessDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
AccessDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AccessDictionary
 
accessingField(Object, int) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
Notify the state manager for o (if any) that a field is about to be accessed.
accessingField(int) - Method in interface org.apache.openjpa.enhance.StateManager
Field access callback.
accessingField(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
accessingField(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
accessingField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
accessingField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
accessPath - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
accessType - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
ACT_CASCADE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
ACT_NONE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
ACT_RUN - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
action - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
action - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
action - Variable in class org.apache.openjpa.meta.MetaDataTool.Flags
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
ACTION_ADD - Static variable in class org.apache.openjpa.meta.MetaDataTool
 
ACTION_BUILD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_BUILD_SCHEMA - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_CASCADE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Cascade any modification of the joined primary key columns to this table.
ACTION_CREATEDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_DEFAULT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the local columns to their default values if the primary key columns are modified.
ACTION_DELETE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for deletion.
ACTION_DELETE_TABLE_CONTENTS - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
ACTION_DROP - Static variable in class org.apache.openjpa.meta.MetaDataTool
 
ACTION_DROPDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_EXCEPTION - Static variable in class org.apache.openjpa.kernel.InverseManager
Constant representing the InverseManager.ACTION_EXCEPTION action
ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_INSERT - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for inserttion.
ACTION_MANAGE - Static variable in class org.apache.openjpa.kernel.InverseManager
Constant representing the InverseManager.ACTION_MANAGE action
ACTION_NONE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Logical foreign key; links columns, but does not perform any action when the joined primary key columns are modified.
ACTION_NULL - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Null the local columns if the joined primary key columns are modified.
ACTION_REFLECT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_RESTRICT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Throw an exception if joined primary key columns are modified.
ACTION_RETAIN - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_SET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_UNKNOWN - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Symbolic constant reserved for situations when a row operation is unknown.
ACTION_UPDATE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for update.
ACTION_VALIDATE - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_WARN - Static variable in class org.apache.openjpa.kernel.InverseManager
Constant representing the InverseManager.ACTION_WARN action
ACTIONS - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTIONS - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTIONS - Static variable in class org.apache.openjpa.meta.MetaDataTool
 
add(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
add(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Add an item to the data structure representing a field value.
add(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
add(int, Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
add(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
add(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the two values added together.
add(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
add(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Add the given values.
add(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
add(int, Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
add(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
add(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
add(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
add(ClassMetaData) - Method in class org.apache.openjpa.meta.InheritanceOrderedMetaDataList
 
add(String, String) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, boolean) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, int) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, Class) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, EnumSet) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, Enum) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add(String, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
 
add - Variable in class org.apache.openjpa.util.AbstractChangeTracker
Collection of added items.
add(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Mark the given value as added.
add(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
add(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
add(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
addAccessPath(ClassMetaData) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Register the specified metadata as being in the query's access path.
addAccessPathMetaDatas(List, ClassMetaData[]) - Static method in class org.apache.openjpa.kernel.Filters
Add the given access path metadatas to the full path list, making sure to maintain only base metadatas in the list.
addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.kernel.Query
Register an aggregate listener for the query.
addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.QueryImpl
 
addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Deprecated. cast to QueryImpl instead. This method pierces the published-API boundary, as does the SPI cast.
addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuerySPI
Register an aggregate listener for the query.
addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.persistence.QueryImpl
 
addAll(Schema) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add the given schema's objects to the set of objects that will be serialized.
addAll(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add all the objects in the given group to the set of objects that will be serialized.
addAll(Schema) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addAll(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addAll(SelectImpl.Selects) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
Add all aliases from another instance.
addAll(Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
addAll(int, Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
addAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
addAll(int, Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
addAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
addAll(int, Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
addAll(MetaDataRepository) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Add all components in the given repository to the set to be serialized.
addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add all components in the given repository to the set to be serialized.
addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
 
addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
 
addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add all components in the given repository to the set to be serialized.
addAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
addAll(ProxyCollection, int, Collection) - Static method in class org.apache.openjpa.util.ProxyCollections
Override for List.addAll(int, Collection).
addAll(ProxyCollection, Collection) - Static method in class org.apache.openjpa.util.ProxyCollections
Override for Collection.addAll(java.util.Collection).
addAnnotation(AnnotationBuilder, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
 
addAnnotation(AnnotationBuilder, ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add an annotation builder to list of builders for the specified class metadata.
addAnnotation(AnnotationBuilder, FieldMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add an annotation builder to list of builders for the specified field metadata.
addAnnotation(AnnotationBuilder, SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add an annotation builder to list of builders for the specified sequence metadata.
addAnnotation(AnnotationBuilder, QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add an annotation builder to list of builders for the specified query metadata.
addAnnotation(Class<? extends Annotation>, ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Creates an an annotation builder for the specified class metadata and adds it to list of builders.
addAnnotation(Class<? extends Annotation>, FieldMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Creates an an annotation builder for the specified class metadata and adds it to list of builders.
addAnnotation(Class<? extends Annotation>, SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Creates an an annotation builder for the specified class metadata and adds it to list of builders.
addAnnotation(Class<? extends Annotation>, QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Creates an an annotation builder for the specified class metadata and adds it to list of builders.
addAnnotation(AnnotationBuilder, QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
Add an annotation builder to list of builders for the specified class metadata.
addAnnotation(Class<? extends Annotation>, QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
Creates an an annotation builder for the specified class metadata and adds it to list of builders.
addAttribute(String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add an attribute to the current group.
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
addBeanField(BCClass, String, Class) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Add a bean field of the given name and type.
addBoolean(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addCastAsType(String, Val) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
add CAST for a function operator where operand is a param
addCastAsType(String, Val) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
add CAST for a function operator where operand is a param
addCastForParam(String, Val) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Replace SQL '?' with CAST string if required by DB platform
addClassConditions(Select, boolean, Joins) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Add WHERE conditions to the given select limiting the returned results to our mapping type, possibly including subclasses.
addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
addClassExtensionKeys(Collection) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Add any extension keys used by this instance to the given set.
addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
addClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Add the given class loader to the set of loaders that will be tried.
addClassLoader(int, ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Add the given class loader at the specified index.
addClassLoader(ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
 
addClassLoaders(int, MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Adds all class loaders from the given multi loader starting at the given index.
addClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Adds all the class loaders from the given multi loader.
addClassMappingAnnotations(ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add mapping attributes for the given class.
addClassMappingAttributes(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add mapping attributes for the given class.
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Add a column to the constraint.
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
 
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given column to the database schema.
addColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a column to the table.
addColumnResult(Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Add the id of a mapped column in the query result.
addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Add current comments to the given entity.
addComments(String[]) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add a comment to the stream.
addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Write the given entity's comments.
addCommments(Object) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
 
addConstraints(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Add existing unique constraints and indexes to the given value.
addContainedBy(FetchGroup) - Method in class org.apache.openjpa.meta.FetchGroup
Adds this receiver as one of the included fetch groups of the given parent.
addContextClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.util.Serialization.ClassResolvingObjectInputStream
 
addContextClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.util.Serialization.PersistentObjectInputStream
 
addDeclaredFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Adds fetch group of the given name, or returns existing instance.
addDeclaredField(String, Class) - Method in class org.apache.openjpa.meta.ClassMetaData
Add a new field metadata to this class.
addDeclaredFieldMapping(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.addDeclaredField(java.lang.String, java.lang.Class).
addDeclaredInclude(String) - Method in class org.apache.openjpa.meta.FetchGroup
Includes given fetch group within this receiver.
addDeclaredInterface(Class) - Method in class org.apache.openjpa.meta.ClassMetaData
Explicitly declare the given interface among the ones this class implements.
addDecorator(ConnectionDecorator) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Add a connection decorator.
addDecorators(Collection) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Add multiple connection decorators efficiently.
addDefaultConstructor - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
addDefinedSuperclassField(String, Class, Class) - Method in class org.apache.openjpa.meta.ClassMetaData
Add a new defined superclass field metadata to this class.
addDouble(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
added(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Notify the tracker that the given object was added.
added(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
added(Object, Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
added(Object) - Method in interface org.apache.openjpa.util.CollectionChangeTracker
Record that the given element was added.
added(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
added(Object, Object) - Method in interface org.apache.openjpa.util.MapChangeTracker
Record that the given entry was added to the map.
added(Object, Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
addEdge(Edge) - Method in class org.apache.openjpa.lib.graph.Graph
Add an edge to the graph.
addEmbeddedMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
addEmbeddedMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
Add embedded metadata for this value.
addEmbeddedMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
addException(Collection, Exception) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Add the given exception to the given list, which may start out as null.
addExpirationListener(ExpirationListener) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
addExpirationListener(ExpirationListener) - Method in interface org.apache.openjpa.datacache.DataCache
Add a new expiration event listener to this cache.
addExpirationListener(ExpirationListener) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
addExtension(String, Object) - Method in class org.apache.openjpa.meta.Extensions
Add a vendor extension to this entity.
addExtension(String, String, Object) - Method in class org.apache.openjpa.meta.Extensions
Add a vendor extension to this entity.
addExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.ClassMetaData
 
addExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.Extensions
Add all the known extension keys to the specified collection; any implementation that utilized new extensions should override this method to include both the known extensions of its superclass as well as its own extension keys.
addExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.FieldMetaData
 
addFetchGroup(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
addFetchGroup(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Adds group to the set of fetch group names to use when loading objects.
addFetchGroup(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
addFetchGroup(String) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds group to the set of fetch group to use when loading objects.
addFetchGroup(String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFetchGroup(String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFetchGroup(String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFetchGroups(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
addFetchGroups(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Adds groups to the set of fetch group names to use when loading objects.
addFetchGroups(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
addFetchGroups(String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds groups to the set of fetch group names to use when loading objects.
addFetchGroups(Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds groups to the set of fetch group names to use when loading objects.
addFetchGroups(String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFetchGroups(Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFetchGroups(Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFetchGroups(String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFetchGroups(Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFetchGroups(String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFetchInnerJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addFetchInnerJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds field to the set of fully-qualified field names to eagerly join when loading objects.
addFetchInnerJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addFetchInnerJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addFetchInnerJoins(Collection) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds fields to the set of fully-qualified field names to eagerly join when loading objects.
addFetchInnerJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addField(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
addField(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Adds field to the set of fully-qualified field names to use when loading objects.
addField(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLClassMetaData
 
addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
 
addField(String, XMLMetaData) - Method in interface org.apache.openjpa.meta.XMLMetaData
 
addField(String) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds field to the set of fully-qualified field names to use when loading objects.
addField(Class, String) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds field to the set of field names to use when loading objects.
addField(String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addField(Class, String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addField(Class, String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addField(String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addField(Class, String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addField(String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
addFieldExtensionKeys(Collection) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Add any extension keys used by this instance to the given set.
addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
addFieldMappingAttributes(FieldMetaData, FieldMetaData, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add mapping attributes for the given field.
addFieldMappingAttributes(FieldMetaData, FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add mapping attributes for the given field.
addFields(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
addFields(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Adds fields to the set of fully-qualified field names to use when loading objects.
addFields(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
addFields(String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds fields to the set of fully-qualified field names to use when loading objects.
addFields(Class, String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds fields to the set of field names to use when loading objects.
addFields(Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds fields to the set of fully-qualified field names to use when loading objects.
addFields(Class, Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
Adds fields to the set of field names to use when loading objects.
addFields(String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFields(Class, String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFields(Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFields(Class, Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
addFields(Class, Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFields(Class, String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFields(Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFields(String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
addFields(Class, Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFields(Class, String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFields(Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFields(String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
addFile(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addFileset(FileSet) - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
addFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
addFilterListener(FilterListener) - Method in interface org.apache.openjpa.kernel.Query
Register a filter listener for the query.
addFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.QueryImpl
 
addFilterListener(FilterListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Deprecated. cast to QueryImpl instead. This method pierces the published-API boundary, as does the SPI cast.
addFilterListener(FilterListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuerySPI
Register a filter listener for the query.
addFilterListener(FilterListener) - Method in class org.apache.openjpa.persistence.QueryImpl
 
addForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given foreign key to the database schema.
addForeignKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Add a foreign key to the table.
addForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a foreign key to the table.
addGraphVisitor(GraphVisitor) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
add a GraphVisitor to be notified during breadth first search.
addHint(String, Object) - Method in class org.apache.openjpa.meta.QueryMetaData
Add a query hint.
addIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add an index to the table.
addInt(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addInternalListener(RemoteCommitListener) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Adds an OpenJPA-internal listener to this RemoteCommitEventManager.
addIterator(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
Add an iterator to the chain.
addJarFile(URL) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
addJarFileName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds field to the set of fully-qualified field names to eagerly join when loading objects.
addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addJoinClassConditions() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
addJoinClassConditions() - Method in interface org.apache.openjpa.jdbc.sql.Select
Apply class conditions from relation joins.
addJoinClassConditions() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
addJoinConstraints(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Add existing unique constraints and indexes to the given field's join.
addJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addJoins(Collection) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds fields to the set of fully-qualified field names to eagerly join when loading objects.
addJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
addLifecycleListener(Object, Class[]) - Method in interface org.apache.openjpa.kernel.Broker
Register a listener for lifecycle-related events on the specified classes.
addLifecycleListener(Object, Class[]) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Register a listener for lifecycle-related events on the specified classes.
addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
addLifecycleListener(Object, Class...) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
addLifecycleListener(Object, Class...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. cast to OpenJPAEntityManagerSPI instead. This method pierces the published-API boundary, as does the SPI cast.
addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. cast to OpenJPAEntityManagerFactorySPI instead. This method pierces the published-API boundary, as does the SPI cast.
addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
Register a listener for lifecycle-related events on the specified classes.
addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
Register a listener for lifecycle-related events on the specified classes.
addListener(Object, Class[]) - Method in class org.apache.openjpa.event.LifecycleEventManager
Register a lifecycle listener for the given classes.
addListener(RemoteCommitListener) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
addListener(Object) - Method in class org.apache.openjpa.event.TransactionEventManager
 
addListener(SchemaGenerator.Listener) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds a listener for schema generation events.
addListener(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Register an event listener.
addListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Add an event listener.
addListeners(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Add factory-registered lifecycle listeners to the broker.
addLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
 
addManagedClassName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
addMapping(String, Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Map the given path to the given result id.
addMapping(int, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
addMappingFileName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
addMetaData(ClassMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Add a class meta data to the set to be serialized.
addMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new metadata, populate it with default information, add it to the repository, and return it.
addMetaData(Class, int) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new metadata, populate it with default information, add it to the repository, and return it.
addMetaData(ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add a class meta data to the set to be serialized.
addMetaData(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add a class meta data to the set to be serialized.
addName(String, boolean) - Method in class org.apache.openjpa.jdbc.schema.NameSet
Attempt to add the given name to the set.
addNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
Add a node to the graph.
addNonMappedInterface(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add the given non-mapped interface to the repository.
addObject(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addPCResult(Class) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Add a mapped persistence-capable result with the given candidate type.
addPersistenceAware(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add the given class as persistence-aware.
addPlugin(String, boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addPluginList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given primary key to the database schema.
addPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Set the primary key for the table.
addPrimaryKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Set the primary key for the table.
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Add the primary key column to the given table and return it.
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
 
addProperties(Map) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Add the given properties to those in this provider, overwriting any exisitng properties under the same keys.
addProperties(Map) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
addProperty(String, Object) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Add a single property, overwriting any existing property under the same key.
addProperty(String, Object) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.openjpa.lib.conf.Configuration
Adds a listener for any property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
addProvider(ResourceBundleProvider) - Static method in class org.apache.openjpa.lib.util.Localizer
Register a resource provider.
addQueryMetaData(QueryMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Add a query meta data to the set to be serialized.
addQueryMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add a new query metadata to the repository and return it.
addQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add a query meta data to the set to be serialized.
addQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add a query meta data to the set to be serialized.
addQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Add a query result mapping.
addQueryResultMapping(QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
Adds the given result set mapping to local cache.
addQueryResultMapping(QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
Adds the given result set mapping to local cache.
addRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
Register a PCRegistry.RegisterClassListener.
addResult(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Add a result to be returned from the current parse.
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
No-op.
addSchema(ClassMapping, SchemaGroup) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCSeq
Add any tables, etc needed by this factory for the given mapping to the given schema group, if they do not exist already.
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
addSchema() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Add a schema to the group.
addSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Add a schema to the group.
addSequence(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Add a sequence to the schema.
addSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addSequenceMetaData(SequenceMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Add a sequence meta data to the set to be serialized.
addSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add a new sequence metadata to the repository and return it.
addSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add a sequence meta data to the set to be serialized.
addSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add a sequence meta data to the set to be serialized.
addStandardProperties(StringBuffer) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
 
addStandardProperties(StringBuffer) - Method in class org.apache.openjpa.meta.SequenceMetaData
Add standard properties to the given properties buffer.
addStrategyMappingAttributes(FieldMetaData, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Set mapping attributes for strategy.
addStrategyMappingAttributes(FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Set mapping attributes for strategy.
addString(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addStringList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addSystemListener(Object) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add the given system lifecycle listener.
addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Add system-level mapping elements to be serialized.
addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
 
addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
 
addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Add system-level mapping elements to be serialized.
addTable(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Add a table to the schema.
addTable(Table) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add the given table to the set of tables that will be serialized.
addTable(Table) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addText(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add text to the current element.
addToCollection(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Add the given value to the collection at the selected field.
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
Register a listener for transaction-related events.
addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Register a listener for transaction-related events on the specified classes.
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
addTransactionListener(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
addTransactionListener(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. cast to OpenJPAEntityManagerSPI instead. This method pierces the published-API boundary, as does the SPI cast.
addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. cast to OpenJPAEntityManagerFactorySPI instead. This method pierces the published-API boundary, as does the SPI cast.
addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
Register a listener for transaction-related events on the specified classes.
addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
Register a listener for transaction-related events.
addTransformer(ClassTransformer) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
addTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
addTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
addTypesChangedListener(TypesChangedListener) - Method in interface org.apache.openjpa.datacache.QueryCache
Add a new types event listener to this cache.
addUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
addUnique(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a unique constraint to the table.
addValue(Value) - Method in interface org.apache.openjpa.lib.conf.Configuration
Add the given value to the set of configuration properties.
addValue(Value) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
addVariableAction(Variable) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
Set the path as a binding of the given variable.
addVersionMethods(BCClass) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Add methods for loading and storing version data.
addXMLMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new metadata, populate it with default information, add it to the repository, and return it.
AFTER_ATTACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is attached.
AFTER_BEGIN - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that a transaction has just begun.
AFTER_CLEAR - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is cleared.
AFTER_COMMIT - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the transaction has committed.
AFTER_COMMIT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Connection was just committed.
AFTER_COMMIT_COMPLETE - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the commit has completey ended and the transaction is no longer active.
AFTER_CONNECT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a connection was obtained.
AFTER_CREATE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being created.
AFTER_DELETE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is deleted.
AFTER_DELETE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is deleted, after the record has been deleted from the store.
AFTER_DETACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is detached.
AFTER_DIRTY - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is dirtied for the first time.
AFTER_DIRTY_FLUSHED - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is dirtied for the first time after flush.
AFTER_EXECUTE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement completed execution.
AFTER_FLUSH - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that changes have been flushed to the datastore.
AFTER_LOAD - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is loaded.
AFTER_PERSIST - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is made persistent
AFTER_PERSIST_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is made persistent, after the record has been written to the store
AFTER_PREPARE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being prepared.
AFTER_REFRESH - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instances is refreshed.
AFTER_ROLLBACK - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the transaction was rolled back.
AFTER_ROLLBACK - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a rollback just occured.
AFTER_ROLLBACK_COMPLETE - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the rollback has completey ended and the transaction is no longer active.
AFTER_STATE_TRANSITIONS - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that all state transitions have been made.
AFTER_STORE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is stored.
AFTER_UPDATE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is modified, after the change has been sent to the store.
afterAdd(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Collection.add(Object) on super.
afterAddElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Vector#addElement(Object) on super.
afterAddLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking LinkedList#addLast(Object) on super.
afterAttach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterAttach(LifecycleEvent) - Method in interface org.apache.openjpa.event.AttachListener
Invoked after the instance has been attached.
afterBegin(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterBegin(TransactionEvent) - Method in interface org.apache.openjpa.event.BeginTransactionListener
Notification that a transaction has begun.
afterClear(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterClear(LifecycleEvent) - Method in interface org.apache.openjpa.event.ClearListener
Invoked after state is cleared.
afterCommit(RemoteCommitEvent) - Method in class org.apache.openjpa.datacache.AbstractDataCache
This method is part of the RemoteCommitListener interface.
afterCommit(RemoteCommitEvent) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
This method is part of the RemoteCommitListener interface.
afterCommit(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterCommit(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that a transaction has successfully committed.
afterCommit(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
afterCommit(RemoteCommitEvent) - Method in interface org.apache.openjpa.event.RemoteCommitListener
Notification that a transaction associated with a different BrokerFactory has successfully committed.
afterCommit(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterCommit(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterCommitComplete(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterCommitComplete(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that a transaction has successfully committed and the transaction is no longer active.
afterCommitComplete(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
afterCompletion(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
afterCompletion(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
afterConnect(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterConnect(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterCreateStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterCreateStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterDelete(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterDelete(LifecycleEvent) - Method in interface org.apache.openjpa.event.DeleteListener
Invoked after the instance transferred to a deleted state.
afterDeletePerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostDeleteListener
Receives notifications before an update is performed.
afterDetach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterDetach(LifecycleEvent) - Method in interface org.apache.openjpa.event.DetachListener
Invoked after the instance has been detached.
afterDirty(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterDirty(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
Invoked after the first change is applied.
afterDirtyFlushed(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterDirtyFlushed(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
Invoked after the first change is applied to a flushed instance.
afterEntrySet(ProxyMap, Set) - Static method in class org.apache.openjpa.util.ProxyMaps
Wrap the given entry set in a proxy.
afterExecuteStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterExecuteStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterFlush(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterFlush(TransactionEvent) - Method in interface org.apache.openjpa.event.FlushTransactionListener
Notification that a transaction has flushed all object changes.
afterIterator(ProxyCollection, Iterator) - Static method in class org.apache.openjpa.util.ProxyCollections
Wrap given iterator in a proxy.
afterLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
afterListIterator(ProxyCollection, int, ListIterator) - Static method in class org.apache.openjpa.util.ProxyCollections
Wrap given iterator in a proxy.
afterListIterator(ProxyCollection, ListIterator) - Static method in class org.apache.openjpa.util.ProxyCollections
Wrap given iterator in a proxy.
afterLoad(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterLoad(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
Invoked after state has been loaded into the instance.
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
This method is called after data is loaded into the instance, in case the version indicator works off of a state image.
afterOffer(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Queue#offer(Object) on super.
afterPersist(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterPersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
Invoked when an instance is persisted.
afterPersistPerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostPersistListener
Receives notifications after a persist operation has been written to the data store.
afterPoll(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Queue#poll on super.
afterPrepareStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterPrepareStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterPut(ProxyMap, Object, Object, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
Call after invoking Map.put(K, V) on super.
afterRefresh(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterRefresh(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
Invoked after state has been refreshed.
afterRemove(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking List.remove(int) on super.
afterRemove(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Collection.remove(java.lang.Object) on super.
afterRemove(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Queue#remove on super.
afterRemove(ProxyMap, Object, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
Call after invoking Map.remove(java.lang.Object) on super.
afterRemoveElement(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Vector#removeElement on super.
afterRemoveFirst(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking LinkedList#removeFirst on super.
afterRemoveLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking LinkedList#removeLast on super.
afterReturn(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterRollback(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that a transaction has been rolled back.
afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
afterRollback(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterRollback(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterRollbackComplete(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that a transaction has been rolled back and the transaction is no longer active.
afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
afterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
afterSet(ProxyCollection, int, Object, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking List.set(int, E) on super.
afterSetElementAt(ProxyCollection, Object, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking Vector#setElementAt on super.
afterSetProperty(ProxyMap, String, String, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
Call after invoking Properties#setProperty on super.
afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
afterSpecificationSet(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Called after the specification has been set.
afterSpecificationSet(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
 
afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
afterStateTransitions(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
afterStateTransitions(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that state transitions are complete.
afterStateTransitions(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
afterStore(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
afterStore(LifecycleEvent) - Method in interface org.apache.openjpa.event.StoreListener
Invoked just after store.
afterUpdatePerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.UpdateListener
Receives notifications before an update is performed.
agentmain(String, Instrumentation) - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
The method that is called when a jar is added as an agent at runtime.
AggregateListener - Interface in org.apache.openjpa.kernel.exps
An aggregate listener aggregates data produced by an ExpressionQuery.
aggregateListenerPlugins - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
alias - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
alias(String) - Method in class org.apache.openjpa.lib.conf.Value
Alias the given setting.
alias(String, String[], boolean) - Method in class org.apache.openjpa.lib.conf.Value
Alias the given setting.
ALIAS_EJB - Static variable in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
ALIASES - Static variable in class org.apache.openjpa.conf.QueryCompilationCacheValue
 
ALIASES - Static variable in class org.apache.openjpa.persistence.EntityManagerFactoryValue
 
all(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
all(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
all(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
ALL_EVENTS - Static variable in class org.apache.openjpa.event.LifecycleEvent
Convenience array of all event types.
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
allocate(int, StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
Allocate additional values efficiently.
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
allocate(int) - Method in interface org.apache.openjpa.persistence.Generator
Hint to the sequence to allocate additional values up-front for efficiency.
allocate(int) - Method in class org.apache.openjpa.persistence.GeneratorImpl
 
allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Allocate additional sequence values.
allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
allowConcurrentRead - Variable in class org.apache.openjpa.jdbc.sql.EmpressDictionary
This setting inserts "BYPASS" after every "SELECT".
allowsAliasInBulkClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
allowsDuplicates() - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
Whether the underlying collection allows duplicates.
allowsDuplicates(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Return whether the given collection type allows duplicates.
allProceduresAreCallable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
allSequencesFromOneSchemaSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load schema,name pairs from a named schema.
allSequencesSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load all sequence schema,name pairs from all schemas.
allTablesAreSelectable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
and(Expression, Expression) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
and(Joins, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
AND the given joins together.
and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
and(Expression, Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the two expressions AND'd together.
and(Expression, Expression) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
AnnotationBuilder - Class in org.apache.openjpa.persistence
Helper class to stringify annotation declarations.
AnnotationBuilder(Class<? extends Annotation>) - Constructor for class org.apache.openjpa.persistence.AnnotationBuilder
 
AnnotationPersistenceMappingParser - Class in org.apache.openjpa.persistence.jdbc
Persistence annotation mapping parser.
AnnotationPersistenceMappingParser(JDBCConfiguration) - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
 
AnnotationPersistenceMappingSerializer - Class in org.apache.openjpa.persistence.jdbc
Serializes persistence mappings as annotations.
AnnotationPersistenceMappingSerializer(JDBCConfiguration) - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
Constructor.
AnnotationPersistenceMappingSerializer.MappingSerializationComparator - Class in org.apache.openjpa.persistence.jdbc
Extends AnnotationPersistenceMappingSerializer.MappingSerializationComparator for store-specific tags such as <sql-result-set-mapping>.
AnnotationPersistenceMappingSerializer.MappingSerializationComparator() - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparator
 
AnnotationPersistenceMetaDataParser - Class in org.apache.openjpa.persistence
Persistence annotation metadata parser.
AnnotationPersistenceMetaDataParser(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Constructor; supply configuration.
AnnotationPersistenceMetaDataSerializer - Class in org.apache.openjpa.persistence
Serializes persistence metadata as annotations.
AnnotationPersistenceMetaDataSerializer(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Constructor.
AnnotationPersistenceMetaDataSerializer.SerializationComparator - Class in org.apache.openjpa.persistence
Compares clases, sequences, and queries to order them for serialization.
AnnotationPersistenceMetaDataSerializer.SerializationComparator() - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
 
AnnotationPersistenceXMLMetaDataParser - Class in org.apache.openjpa.persistence
JAXB xml annotation metadata parser.
AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
Constructor; supply configuration.
any(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
any(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
any(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
append(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Append the given joins to the given buffer.
append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
append(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append all SQL and parameters of the given buffer.
append(Table) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Sequence) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(String) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a subselect.
APPEND - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
append(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
Appends two bytes array into one.
append(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(byte) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(char) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(double) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(float) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(long) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(short) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(Object) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(boolean) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(char) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(double) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(float) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(int) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(long) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(short) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(Object) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(InputStream) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(Reader) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(File) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
appendCast(SQLBuffer, FilterValue, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
Cast the specified value to the specified type.
appendCast(SQLBuffer, Object, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Cast the specified value to the specified type.
appendCount(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a subselect count.
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is empty to the given buffer.
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is empty.
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is not empty to the given buffer.
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is not empty.
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is not null to the given buffer.
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is not null.
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is null to the given buffer.
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is null.
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
appendJoinCount(SQLBuffer, Select, Joins, DBDictionary, FieldMapping, ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
appendNumericCast(SQLBuffer, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append SQL for the given numeric value to the buffer, casting as needed.
appendOpenJPABanner(StringBuffer) - Method in class org.apache.openjpa.conf.OpenJPAVersion
 
appendProperty(StringBuffer, String, String) - Method in class org.apache.openjpa.meta.SequenceMetaData
Add a string property to the buffer.
appendProperty(StringBuffer, String, int) - Method in class org.apache.openjpa.meta.SequenceMetaData
Add an int property to the buffer.
appendSelect(SQLBuffer, Object, Select, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
appendSelect(SQLBuffer, Object, Select, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append elem to selectSQL.
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
If this dictionary can select ranges, use this method to append the range SQL.
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL checking the size of this value.
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendSize(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking the size of the value.
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Helper method to add size properties to the specified type.
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendTo(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Append the first SQL element for this value to the given buffer.
appendTo(SQLBuffer, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Append the indexth SQL element for this value to the given buffer.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
appendTo(SQLBuffer, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCAggregateListener
Append the SQL for this aggregate.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCFilterListener
Append the SQL for this expression or value.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
Deprecated.  
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
Deprecated.  
appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
 
appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
 
appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the indexth SQL element to the given buffer.
appendUnaliasedJoin(SQLBuffer, Select, Joins, DBDictionary, FieldMapping, ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendUpdates(Select, JDBCStore, SQLBuffer, Object[], Map, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
appendValue(Object) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(Object, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value for a specific column.
appendValue(boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(boolean, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(byte) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(byte, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(char) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(char, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(double) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(double, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(float) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(float, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(int, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(long) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(long, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(short) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(short, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
If this dictionary supports XML type, use this method to append xml predicate.
appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
If this dictionary supports XML type, use this method to append xml predicate.
appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
If this dictionary supports XML type, use this method to append xml predicate.
appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
If this dictionary supports XML type, use this method to append xml predicate.
ApplicationIds - Class in org.apache.openjpa.util
Utility class for manipulating application object ids.
ApplicationIds() - Constructor for class org.apache.openjpa.util.ApplicationIds
 
ApplicationIdTool - Class in org.apache.openjpa.enhance
Generates a class appropriate for use as an application identity class.
ApplicationIdTool(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool
Constructs a new ApplicationIdTool capable of generating an object id class for type.
ApplicationIdTool(OpenJPAConfiguration, Class, ClassMetaData) - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool
Constructs a new tool instance capable of generating an object id class for meta.
ApplicationIdTool.Flags - Class in org.apache.openjpa.enhance
Run flags.
ApplicationIdTool.Flags() - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
ApplicationIdTool.ObjectIdLoader - Interface in org.apache.openjpa.enhance
Interface implemented by metadata factories that can load non-existant object id classes.
ApplicationIdToolTask - Class in org.apache.openjpa.ant
Executes the application id tool on the specified files.
ApplicationIdToolTask() - Constructor for class org.apache.openjpa.ant.ApplicationIdToolTask
Default constructor.
areAllPrimaryKeyColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Return whether all the given columns are primary key columns.
areEqual(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
Compares two byte arrays for equality.
areRemoteEventsEnabled() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Return true if remote events are enabled.
Args - Class in org.apache.openjpa.jdbc.kernel.exps
A list of arguments to a multi-argument function.
Args(Val, Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Args
Constructor.
ArgumentException - Exception in org.apache.openjpa.persistence
Extended IllegalArgumentException.
ArgumentException(String, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.ArgumentException
 
ArgumentException(Localizer.Message, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.ArgumentException
 
Arguments - Interface in org.apache.openjpa.kernel.exps
Multiple arguments to a function call.
ARRAY - Static variable in class org.apache.openjpa.meta.JavaTypes
 
ArrayStateImage - Class in org.apache.openjpa.util
Utilities for dealing with a simple state image consisting of an Object[] of field values with one extra index containing a BitSet of loaded fields.
ArrayStateImage() - Constructor for class org.apache.openjpa.util.ArrayStateImage
 
arrayTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ascending - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
ASCII_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
asExpression(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
asExpression(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the given value as an expression.
asExpression(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
assertActiveTransaction() - Method in interface org.apache.openjpa.kernel.Broker
Throw an exception if there is no active transaction.
assertActiveTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
assertActiveTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
assertAllowedType(Object, Class) - Static method in class org.apache.openjpa.util.Proxies
Used by proxy types to check that an attempt to add a new value is legal.
assertCanSubclass() - Method in class org.apache.openjpa.enhance.PCSubclassValidator
 
assertChangeable() - Method in class org.apache.openjpa.lib.conf.Value
Asserts if this receiver can be changed.
assertFiles(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Helper method to throw a standard exception if the task is not given any files to execute on.
assertJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the joinable for the given column, or throw an exception if none is available.
assertJoinable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Throw the proper exception if the given handler-controlled value represents an unjoinable relation.
assertNoForeignKey(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place a foreign key on this mapping.
assertNoIndex(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place an index on this mapping.
assertNoJoin(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to join.
assertNontransactionalRead() - Method in interface org.apache.openjpa.kernel.Broker
Throw an exception if there is no transaction active and nontransactional reading is not enabled.
assertNontransactionalRead() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
assertNontransactionalRead() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
assertNoSchemaComponents(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not supply any columns, index, unique constraint, or foreign key for this mapping.
assertNotContainer(Value, StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
Throw proper exception if given value is a collection/map/array.
assertNotMappedBy() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
Throws an informative exception if the field declares a mapped-by value.
assertNotMappedBy() - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
 
assertNotReadOnly() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
assertNotReadOnly() - Method in interface org.apache.openjpa.kernel.Query
Assert that the query is not read-only.
assertNotReadOnly() - Method in class org.apache.openjpa.kernel.QueryImpl
 
assertNotSerialized() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
assertNotSerialized() - Method in interface org.apache.openjpa.kernel.Query
Check that the query has not been serialized, which causes it to lose its association with its Broker.
assertNotSerialized() - Method in class org.apache.openjpa.kernel.QueryImpl
 
assertNoUnique(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place a unique constraint on this mapping.
assertOpen() - Method in interface org.apache.openjpa.kernel.Broker
Throw an exception if this broker has been closed.
assertOpen() - Method in class org.apache.openjpa.kernel.BrokerImpl
Throw an exception if the context is closed.
assertOpen() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
assertOpen() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
assertOpen() - Method in interface org.apache.openjpa.kernel.Query
Assert that the query's broker is still open.
assertOpen() - Method in class org.apache.openjpa.kernel.QueryImpl
 
assertOpen() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
assertParameters(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
Checks that the passed parameters match the declarations.
assertPersistenceCapable(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
Return the given instance as a PersistenceCapable.
assertStrategy(MetaDataContext, Object, Object, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that this info has the given strategy or no strategy.
assertSupport(boolean, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Assert that the given dictionary flag is true.
assertSupported(int, MetaDataContext, String) - Static method in class org.apache.openjpa.meta.ValueStrategies
Assert that the given strategy is supported by the current runtime.
assertUnboundVariablesValid() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Validate that all unbound variables are of a PC type.
assertWriteOperation() - Method in interface org.apache.openjpa.kernel.Broker
Throw an exception if a write operation is not permitted (there is no active transaction and nontransactional writing is not enabled).
assertWriteOperation() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
assertWriteOperation() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
assign(OpenJPAStateManager, StoreManager, boolean) - Static method in class org.apache.openjpa.util.ApplicationIds
Assign an application identity object to the given state, or return false if determining the application identity requires a flush.
assignDataStoreId(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Assign a new datastore identity to the given instance.
assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
assignField(OpenJPAStateManager, int, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
Assign a value to the given field.
assignLazyLoadProxies(StateManagerImpl) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
Create a container instance that will delegate back to the state manager to emulate lazy loading.
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
assignObjectId(Object, Object, StateManagerImpl) - Method in class org.apache.openjpa.kernel.BrokerImpl
Assign the object id to the cache.
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
assignObjectId(boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Ask the store manager to assign a permanent oid to this new instance.
assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
assignObjectId(OpenJPAStateManager, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
Assign an object id to the given new instance.
attach(Object, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Import the specified detached object into the broker.
attach(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
attach(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
attach(AttachManager, Object, ClassMetaData, PersistenceCapable, OpenJPAStateManager, ValueMetaData, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
attachAll(Collection, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Import the specified objects into the broker.
attachAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
attachAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
AttachListener - Interface in org.apache.openjpa.event
Listener for when a detached instance is attached.
ATTRIBUTE - Static variable in interface org.apache.openjpa.meta.XMLMetaData
 
ATTRIBUTE_ALLOWED_VALUES - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of returned Value property descriptors listing recognized values for the property.
ATTRIBUTE_CATEGORY - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property' hierarchical category.
ATTRIBUTE_INTERFACE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the interface that plugin values for this property must implement.
ATTRIBUTE_ORDER - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's ordering in its category.
ATTRIBUTE_TYPE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's type or category.
ATTRIBUTE_XML - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's name in XML format (i.e.
AttributeTranslator - Interface in org.apache.openjpa.enhance
Instances of this interface can convert a positional index for a FieldMetaData that uses property access into the underlying field name.
AUTOASSIGN - Static variable in class org.apache.openjpa.meta.ValueStrategies
"autoassigned" value strategy.
autoAssignClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
autoAssignSequenceName - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
The global sequence name to use for autoassign simulation.
autoAssignTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
autoClear - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
AutoClear - Interface in org.apache.openjpa.kernel
State clearing constants.
AutoClearType - Enum in org.apache.openjpa.persistence
The possible settings for the auto-clear behavior of an OpenJPAEntityManager.
autoDetach - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
AutoDetach - Interface in org.apache.openjpa.kernel
Bit flags for when to automatically detach the entire persistence context.
AutoDetachType - Enum in org.apache.openjpa.persistence
The possible settings for the auto-detach behavior of an OpenJPAEntityManager.
AutomaticManagedRuntime - Class in org.apache.openjpa.ee
Implementation of the ManagedRuntime interface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.
AutomaticManagedRuntime() - Constructor for class org.apache.openjpa.ee.AutomaticManagedRuntime
 
avg(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
avg(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the average of the given value for all matches.
avg(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 

B

backingMember(Member) - Method in class org.apache.openjpa.meta.FieldMetaData
Supply the backing member object; this allows us to utilize parameterized type information if available.
backup(File, boolean) - Static method in class org.apache.openjpa.lib.util.Files
Backup the given file to a new file called <file-name>~.
backupAndDelete(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Backup and delete the source files for the given metadatas.
Base16Encoder - Class in org.apache.openjpa.lib.util
Base 16 encoder.
Base16Encoder() - Constructor for class org.apache.openjpa.lib.util.Base16Encoder
 
BatchingConstraintUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Batch update manager that writes the SQL in object-level operation order.
BatchingConstraintUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.BatchingConstraintUpdateManager
 
BatchingOperationOrderUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Batch update manager that writes the SQL in object-level operation order.
BatchingOperationOrderUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.BatchingOperationOrderUpdateManager
 
BatchingPreparedStatementManagerImpl - Class in org.apache.openjpa.jdbc.kernel
Batch prepared statement manager implementation.
BatchingPreparedStatementManagerImpl(JDBCStore, Connection, int) - Constructor for class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
Constructor.
batchLimit - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
bCClassWrite(BCClass, File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for BCClass.write().
BeanLifecycleCallbacks - Class in org.apache.openjpa.event
Performs a callback method on a cached bean instance.
BeanLifecycleCallbacks(Class, String, boolean, Class) - Constructor for class org.apache.openjpa.event.BeanLifecycleCallbacks
Constructor.
BeanLifecycleCallbacks(Class, Method, boolean) - Constructor for class org.apache.openjpa.event.BeanLifecycleCallbacks
Constructor.
BEFORE_ATTACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is attached.
BEFORE_CLEAR - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is cleared.
BEFORE_CLOSE - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a connection was closed.
BEFORE_COMMIT - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the transaction is about to be committed.
BEFORE_COMMIT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Connection is about to be committed.
BEFORE_CREATE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being created.
BEFORE_DELETE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is deleted.
BEFORE_DETACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is detached.
BEFORE_DIRTY - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is dirtied for the first time.
BEFORE_DIRTY_FLUSHED - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is dirtied for the first time after flush.
BEFORE_EXECUTE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is about to be executed.
BEFORE_FLUSH - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that changes are about to be flushed to the datastore.
BEFORE_PERSIST - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type before an instance is made persistent
BEFORE_PREPARE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being prepared.
BEFORE_ROLLBACK - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a rollback is about to occur.
BEFORE_STORE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is stored.
BEFORE_UPDATE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is modified.
beforeAccessField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Load the given field before access.
beforeAdd(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking List.add(int,Object) on super.
beforeAdd(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Collection.add(Object) on super.
beforeAddElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Vector#addElement(Object) on super.
beforeAddFirst(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking LinkedList#addFirst(Object) on super.
beforeAddLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking LinkedList#addLast(Object) on super.
beforeAttach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeAttach(LifecycleEvent) - Method in interface org.apache.openjpa.event.AttachListener
Invoked before the instance is attached.
beforeClear(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeClear(LifecycleEvent) - Method in interface org.apache.openjpa.event.ClearListener
Invoked before state is cleared.
beforeClear(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before clearing collection.
beforeClear(ProxyMap) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Map.clear() on super.
beforeClose(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Called as the first step of a Configuration's close() method.
beforeClose(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeClose(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeCommit(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
beforeCommit(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
Notification that the next flush is for the transaction commit.
beforeCommit(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
beforeCommit(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeCommit(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeCompletion() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
beforeCompletion() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
beforeConfigurationClose(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
beforeConfigurationClose(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Called before the given Configuration is closed.
beforeConfigurationConstruct(ConfigurationProvider) - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
beforeConfigurationConstruct(ConfigurationProvider) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
beforeConfigurationConstruct(ConfigurationProvider) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Provides the instance with a callback to mutate the initial properties of the ConfigurationProvider.
beforeConfigurationConstruct(ConfigurationProvider) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks to the the given instance.
beforeConfigurationLoad(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
beforeConfigurationLoad(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Provides the instance with the opportunity to mutate conf before the user configuration is applied.
beforeConfigurationLoad(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
beforeConfigurationLoad(Configuration) - Method in class org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
 
beforeConfigurationLoad(Configuration) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
beforeCreateStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeCreateStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeDelete(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeDelete(LifecycleEvent) - Method in interface org.apache.openjpa.event.DeleteListener
Invoked before the instance transferred to a deleted state.
beforeDetach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeDetach(LifecycleEvent) - Method in interface org.apache.openjpa.event.DetachListener
Invoked before the instance is detached.
beforeDirty(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeDirty(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
Invoked before the first change is applied.
beforeDirtyFlushed(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeDirtyFlushed(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
Invoked before the first change is applied to a flushed instance.
beforeExecuteStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeExecuteStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
beforeFlush(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
 
beforeFlush(TransactionEvent) - Method in interface org.apache.openjpa.event.FlushTransactionListener
Notification that a transaction is about to flush all object changes.
beforeInsertElementAt(ProxyCollection, Object, int) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Vector#insertElementAt(Object,int) on super.
beforeLoad(ProxyMap, InputStream) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Properties#load on super.
beforeLoadFromXML(ProxyMap, InputStream) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Properties#loadXML on super.
beforeOffer(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Queue#offer(Object) on super.
beforePersist(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforePersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
Invoked before an instance is persisted.
beforePoll(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Queue#poll on super.
beforePrepareStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforePrepareStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforePut(ProxyMap, Object, Object) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Map.put(K, V) on super.
beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
beforeRefresh(boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Prepare the instance for refresh
beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
beforeRemove(ProxyCollection, int) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking List.remove(int) on super.
beforeRemove(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Collection.remove(java.lang.Object) on super.
beforeRemove(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Queue#remove on super.
beforeRemove(ProxyMap, Object) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Map.remove(java.lang.Object) on super.
beforeRemoveAllElements(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before clearing vector.
beforeRemoveElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Vector#removeElement on super.
beforeRemoveElementAt(ProxyCollection, int) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Vector#removeElementAt(int) on super.
beforeRemoveFirst(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking LinkedList#removeFirst on super.
beforeRemoveLast(ProxyCollection) - Static method in class org.apache.openjpa.util.ProxyCollections
Call after invoking LinkedList#removeLast on super.
beforeReturn(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeRollback(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeRollback(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeSet(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking List.set(int, E) on super.
beforeSetElementAt(ProxyCollection, Object, int) - Static method in class org.apache.openjpa.util.ProxyCollections
Call before invoking Vector#setElementAt on super.
beforeSetProperty(ProxyMap, String, String) - Static method in class org.apache.openjpa.util.ProxyMaps
Call before invoking Properties#setProperty on super.
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in interface org.apache.openjpa.kernel.StoreManager
Notification that the given state manager is about to change its lifecycle state.
beforeStore(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
 
beforeStore(LifecycleEvent) - Method in interface org.apache.openjpa.event.StoreListener
Invoked just prior to store.
beforeUpdate(LifecycleEvent) - Method in interface org.apache.openjpa.event.UpdateListener
Receives notifications before an update is performed.
begin() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
OpenJPA assumes that after this method is invoked, all data accesses through this store manager will be part of a single unit of work that can be rolled back.
begin() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
begin() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
 
begin() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
begin() - Method in interface org.apache.openjpa.kernel.Broker
Begin a transaction.
begin() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
begin() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
begin() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
begin() - Method in interface org.apache.openjpa.kernel.StoreManager
Begin a data store transaction.
begin() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
begin() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use EntityTransaction.begin() instead: em.getTransaction().begin()
begin() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
beginOperation(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Begin a logical operation.
beginOperation(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
beginOperation(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
beginOptimistic() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
No-op implementation.
beginOptimistic() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
beginOptimistic() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
beginOptimistic() - Method in interface org.apache.openjpa.kernel.StoreManager
Notification that an optimistic transaction has started.
beginStore() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
beginStore() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
beginStore() - Method in interface org.apache.openjpa.kernel.StoreContext
Begin a data store transaction.
beginStore() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
beginStore() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Begins a store transaction if one isn't already started.
beginTransaction() - Method in class org.apache.openjpa.kernel.AbstractLockManager
Does nothing by default.
beginTransaction() - Method in interface org.apache.openjpa.kernel.LockManager
Notification that a transaction is beginning.
beginTransaction() - Method in class org.apache.openjpa.xmlstore.XMLStore
Begin a datastore transaction.
BeginTransactionListener - Interface in org.apache.openjpa.event
Notified when transactions begin.
BIGDECIMAL - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BigDecimalId - Class in org.apache.openjpa.util
 
BigDecimalId(Class, String) - Constructor for class org.apache.openjpa.util.BigDecimalId
 
BigDecimalId(Class, BigDecimal) - Constructor for class org.apache.openjpa.util.BigDecimalId
 
BigDecimalId(Class, BigDecimal, boolean) - Constructor for class org.apache.openjpa.util.BigDecimalId
 
BIGINTEGER - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BigIntegerId - Class in org.apache.openjpa.util
 
BigIntegerId(Class, String) - Constructor for class org.apache.openjpa.util.BigIntegerId
 
BigIntegerId(Class, BigInteger) - Constructor for class org.apache.openjpa.util.BigIntegerId
 
BigIntegerId(Class, BigInteger, boolean) - Constructor for class org.apache.openjpa.util.BigIntegerId
 
bigintTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BINARY_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
binaryTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
bind(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Record that the given variable is bound.
bindKeyVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bindKeyVariable(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Bind the given variable to the key set of the given map value.
bindKeyVariable(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
bindValueVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bindValueVariable(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Bind the given variable to the value set of the given map value.
bindValueVariable(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
bindVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bindVariable(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Bind the given variable to the given collection value.
bindVariable(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
bitLengthFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
bitTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BLOB - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
blobAsObject - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
blobBufferSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
blobTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BlobValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for blob values.
BlobValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
 
BOOLEAN - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BOOLEAN_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
booleanTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BooleanValue - Class in org.apache.openjpa.lib.conf
A boolean Value.
BooleanValue(String) - Constructor for class org.apache.openjpa.lib.conf.BooleanValue
 
Bootstrap - Class in org.apache.openjpa.kernel
Helper methods for acquiring BrokerFactory objects
Bootstrap() - Constructor for class org.apache.openjpa.kernel.Bootstrap
 
BootstrapException - Exception in org.apache.openjpa.lib.conf
Exception recognized by bootstrap framework.
BootstrapException() - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
 
BootstrapException(String) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
 
BootstrapException(Throwable) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
 
BootstrapException(String, Throwable) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
 
BreadthFirstWalk - Class in org.apache.openjpa.lib.graph
Performs a breadth-first walk of a given Graph, notifying visitors as it sees each node.
BreadthFirstWalk(Graph) - Constructor for class org.apache.openjpa.lib.graph.BreadthFirstWalk
 
broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
broadcast(RemoteCommitEvent) - Method in interface org.apache.openjpa.event.RemoteCommitProvider
Notifies other remote event managers in this JVM and on other machines of changes to the cache.
broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
 
broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
 
Broker - Interface in org.apache.openjpa.kernel
The broker is the primary interface into the OpenJPA runtime.
BROKER_FACTORY_CREATED - Static variable in class org.apache.openjpa.event.BrokerFactoryEvent
Fired after a BrokerFactory has been fully created.
BrokerFactory - Interface in org.apache.openjpa.kernel
Factory for Broker instances.
BrokerFactoryEvent - Class in org.apache.openjpa.event
Event fired when a BrokerFactory is created.
BrokerFactoryEvent(BrokerFactory, int) - Constructor for class org.apache.openjpa.event.BrokerFactoryEvent
 
BrokerFactoryEventManager - Class in org.apache.openjpa.event
EventManager responsible for notifying listeners of BrokerFactoryEvents.
BrokerFactoryEventManager(Configuration) - Constructor for class org.apache.openjpa.event.BrokerFactoryEventManager
 
BrokerFactoryListener - Interface in org.apache.openjpa.event
Interface for listening to BrokerFactoryEvent objects.
brokerFactoryPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
BrokerFactoryValue - Class in org.apache.openjpa.conf
Value type used to represent the BrokerFactory.
BrokerFactoryValue() - Constructor for class org.apache.openjpa.conf.BrokerFactoryValue
 
BrokerImpl - Class in org.apache.openjpa.kernel
Concrete Broker.
BrokerImpl() - Constructor for class org.apache.openjpa.kernel.BrokerImpl
 
brokerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
BrokerValue - Class in org.apache.openjpa.conf
Custom PluginValue that can efficiently create BrokerImpl instances.
BrokerValue() - Constructor for class org.apache.openjpa.conf.BrokerValue
 
buildAnnotations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
 
BYTE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BYTE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
ByteArrayValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for byte array values.
ByteArrayValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
 
BytecodeWriter - Interface in org.apache.openjpa.lib.util
Control how enhanced bytecode is written.
ByteId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for byte fields.
ByteId(Class, Byte) - Constructor for class org.apache.openjpa.util.ByteId
 
ByteId(Class, String) - Constructor for class org.apache.openjpa.util.ByteId
 
ByteId(Class, byte) - Constructor for class org.apache.openjpa.util.ByteId
 
ByteId(Class, byte, boolean) - Constructor for class org.apache.openjpa.util.ByteId
 
BYTES - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
bytes - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
 
Bytes - Class in org.apache.openjpa.lib.util
This class came from the Apache Commons Id sandbox project in support of the UUIDGenerator implementation.

C

CacheDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Intersystems Cache.
CacheDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.CacheDictionary
 
CacheMap - Class in org.apache.openjpa.util
Fixed-size map that has ability to pin/unpin entries and move overflow to a backing soft map.
CacheMap() - Constructor for class org.apache.openjpa.util.CacheMap
Create a non-LRU (and therefore highly concurrent) cache map with a size of 1000.
CacheMap(boolean, int) - Constructor for class org.apache.openjpa.util.CacheMap
Create a cache map with the given properties.
CacheMap(boolean, int, int, float) - Constructor for class org.apache.openjpa.util.CacheMap
Deprecated. use CacheMap.CacheMap(boolean, int, int, float, int) instead.
CacheMap(boolean, int, int, float, int) - Constructor for class org.apache.openjpa.util.CacheMap
Create a cache map with the given properties.
cacheMap - Variable in class org.apache.openjpa.util.CacheMap
The map for non-expired and non-pinned references.
cacheMapOverflowRemoved(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
Called from SizedMap.overflowRemoved(java.lang.Object, java.lang.Object) in the cache map.
CacheMarshaller - Interface in org.apache.openjpa.conf
Responsible for marshalling and unmarshalling objects between memory and durable cache.
CacheMarshaller.ValidationPolicy - Interface in org.apache.openjpa.conf
Validation policies are responsible for computing whether or not a cached data structure is valid for the current context.
CacheMarshallerImpl - Class in org.apache.openjpa.conf
Default CacheMarshaller implementation that writes data to a specified file and reads data from a specified file or URL.
CacheMarshallerImpl() - Constructor for class org.apache.openjpa.conf.CacheMarshallerImpl
 
cacheMarshallerPlugins - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
CacheMarshallersValue - Class in org.apache.openjpa.conf
A configuration value for handling and accessing cache marshallers.
CacheMarshallersValue(Configuration) - Constructor for class org.apache.openjpa.conf.CacheMarshallersValue
 
cacheTables - Variable in class org.apache.openjpa.jdbc.sql.HSQLDictionary
Sets whether HSQL should use "CREATED CACHED TABLE" rather than "CREATE TABLE", which allows disk-based database operations.
calculateDBDictionary(JDBCConfiguration, String, String, String) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
Attempt to create the dictionary from the given connection URL and driver name, either or both of which may be null.
calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
 
calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
 
calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Calculate and cache the SQL for this value.
calculateValue(Val, Select, ExpContext, ExpState, Path, ExpState) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is to provide override for non-JDBC or JDBC-like implementation of calculating value.
calendar - Variable in class org.apache.openjpa.jdbc.sql.Calendard
 
CALENDAR - Static variable in class org.apache.openjpa.meta.JavaTypes
 
Calendard - Class in org.apache.openjpa.jdbc.sql
A calendar-modified value.
Calendard(Object, Calendar) - Constructor for class org.apache.openjpa.jdbc.sql.Calendard
 
callAbstractPCData(BCClass, String, Class, Class[]) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Add method which defers to AbstractPCData.
CALLBACK - Static variable in exception org.apache.openjpa.util.UserException
 
CALLBACK_FAIL_FAST - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to stop executing callbacks on exception immediately.
CALLBACK_FAIL_FAST - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the CallbackMode enum instead.
CALLBACK_IGNORE - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to ignore exceptions made during callback.
CALLBACK_IGNORE - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the CallbackMode enum instead.
CALLBACK_LOG - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to log exceptions made during callback.
CALLBACK_LOG - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the CallbackMode enum instead.
CALLBACK_RETHROW - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to re-throw exceptions made during callback.
CALLBACK_RETHROW - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the CallbackMode enum instead.
CALLBACK_ROLLBACK - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to always rollback on a callback exception.
CALLBACK_ROLLBACK - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the CallbackMode enum instead.
CallbackException - Exception in org.apache.openjpa.util
Exception type thrown when an error occurs in a callback.
CallbackException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.CallbackException
 
CallbackException(Throwable) - Constructor for exception org.apache.openjpa.util.CallbackException
 
CallbackMode - Enum in org.apache.openjpa.persistence
The possible settings for the callback behavior of an OpenJPAEntityManager.
CallbackModes - Interface in org.apache.openjpa.event
Callback handling constants.
cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
cancelAll() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns false.
cancelAll() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
cancelAll() - Method in interface org.apache.openjpa.kernel.Broker
Cancel all pending data store statements.
cancelAll() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
cancelAll() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
cancelAll() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
cancelAll() - Method in interface org.apache.openjpa.kernel.StoreManager
Cancel all pending data store statements.
cancelAll() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
cancelAll() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Cancel all pending data store statements.
cancelRowUpdates() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
canConvert(Class, Class, boolean) - Static method in class org.apache.openjpa.kernel.Filters
Return whether an instance of the first class can be converted to an instance of the second.
canForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a foreign key.
canIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly non-indexable.
canIndicateNull() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Whether user has explicitly turned null indicator column off.
canOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Whether we can have an ordering column.
canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns if the given foreign key can be eagerly loaded using other joins.
canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
canRedefineClasses() - Static method in class org.apache.openjpa.enhance.ClassRedefiner
 
canSet(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return true if the given column index is settable.
canSetAny(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return true if any of the given column indexes are settable.
canUnique() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a unique constraint.
CASCADE_AUTO - Static variable in interface org.apache.openjpa.meta.ValueMetaData
Use automatic cascade behavior.
CASCADE_IMMEDIATE - Static variable in interface org.apache.openjpa.meta.ValueMetaData
The operation is immediately cascaded to this field.
CASCADE_NONE - Static variable in interface org.apache.openjpa.meta.ValueMetaData
The operation is not cascaded to this field.
cast(Value, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
cast(Value, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Cast the value to the given class.
cast(Value, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
cast(EntityManagerFactory) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Return the OpenJPA facade to the given entity manager factory.
cast(EntityManager) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Return the OpenJPA facade to the given entity manager.
cast(Query) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Return the OpenJPA facade to the given query.
castFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
catalogSeparator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CENTI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CFMetaDataParser - Class in org.apache.openjpa.lib.meta
Custom SAX parser used by the system to quickly parse metadata files for classes.
CFMetaDataParser() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataParser
 
CFMetaDataSerializer - Class in org.apache.openjpa.lib.meta
Helps serialize metadata objects to package and class elements.
CFMetaDataSerializer() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataSerializer
 
change - Variable in class org.apache.openjpa.util.AbstractChangeTracker
Collection of changed items.
change(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Mark the given value as changed.
change(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
change(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
changed(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Notify the tracker that the given object was changed.
changed(Object, Object, Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
changed(Object, Object, Object) - Method in interface org.apache.openjpa.util.MapChangeTracker
Record that the given entry was altered.
changed(Object, Object, Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
changeInvalidatesQuery(Collection) - Method in class org.apache.openjpa.datacache.QueryKey
Returns true if modifications to any of the classes in changed results in a possible invalidation of this query; otherwise returns false.
ChangeTracker - Interface in org.apache.openjpa.util
Interface for components that track changes to containers at a fine-grained level.
CHAR - Static variable in class org.apache.openjpa.meta.JavaTypes
 
CHAR_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
CHAR_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
characterColumnSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
characters(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
CharArrayStreamValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for char array values.
CharArrayStreamValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
 
CharArrayValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for char array values.
CharArrayValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
 
CharId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for char fields.
CharId(Class, Character) - Constructor for class org.apache.openjpa.util.CharId
 
CharId(Class, String) - Constructor for class org.apache.openjpa.util.CharId
 
CharId(Class, char) - Constructor for class org.apache.openjpa.util.CharId
 
CharId(Class, char, boolean) - Constructor for class org.apache.openjpa.util.CharId
 
charTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CHECK_READ - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
CHECK_WRITE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
checkForDuplicateId(Object, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
This method makes sure we don't already have the instance cached
checkLock(ResultSet, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
This method is to provide override for non-JDBC or JDBC-like implementation of checking lock from the result set.
checkNull(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
Checks the version of the given state manager with the version stored in memory.
ClassAnnotationMetaDataFilter - Class in org.apache.openjpa.lib.meta
Filter that looks for classes with one of a set of annotations.
ClassAnnotationMetaDataFilter(Class) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
Constructor; supply annotation to match against.
ClassAnnotationMetaDataFilter(Class[]) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
Constructor; supply annotations to match against.
ClassArgParser - Class in org.apache.openjpa.lib.meta
Parser used to resolve arguments into java classes.
ClassArgParser() - Constructor for class org.apache.openjpa.lib.meta.ClassArgParser
 
ClassCriteria - Annotation Type in org.apache.openjpa.persistence.jdbc
Marker interface specifying to use the expected class of the relation as criteria in the join.
classForName(String, String[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
classForName(String, String[]) - Method in interface org.apache.openjpa.kernel.exps.Resolver
Resolve the type represented by the given class name.
classForName(String, String[]) - Method in interface org.apache.openjpa.kernel.QueryContext
Helper method to instantiate the class with the given name, taking into account the query's candidate package, automatic imports, and the given imports (if any).
classForName(String, String[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
classForName(String, boolean) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Helper method to create the Class for the given name, taking into account the package currently being parsed for relative class names.
classForName(String, String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Load the given class name against the given package and the set of accepted standard packages.
classForName(String, ClassMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
Check the given name against the same set of standard packages used when parsing metadata.
classForName(String, ClassMetaData, ClassLoader) - Static method in class org.apache.openjpa.meta.JavaTypes
Check the given name against the same set of standard packages used when parsing metadata.
classForName(String, ValueMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
Check the given name against the same set of standard packages used when parsing metadata.
classForName(String, ValueMetaData, ClassLoader) - Static method in class org.apache.openjpa.meta.JavaTypes
Check the given name against the same set of standard packages used when parsing metadata.
classForName(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Instantiate the given class, taking into account the default package.
ClassMapping - Class in org.apache.openjpa.jdbc.meta
Specialization of metadata for relational databases.
ClassMapping(Class, MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
Constructor.
ClassMapping(ValueMetaData) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
Embedded constructor.
ClassMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a class to the schema, in raw form.
ClassMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
ClassMetaData - Class in org.apache.openjpa.meta
Contains metadata about a persistent type.
ClassMetaData(Class, MetaDataRepository) - Constructor for class org.apache.openjpa.meta.ClassMetaData
Constructor.
ClassMetaData(ValueMetaData) - Constructor for class org.apache.openjpa.meta.ClassMetaData
Embedded constructor.
ClassMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over all metadata resources that might contain the metadata for a given class, starting with the most general.
ClassMetaDataIterator(Class, String, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
Constructor; supply the class whose metadata to find, the suffix of metadata files, and whether to parse top-down or bottom-up.
ClassMetaDataIterator(Class, String, ClassLoader, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
Constructor; supply the class whose metadata to find, the suffix of metadata files, and whether to parse top-down or bottom-up.
ClassNameDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Stores the class name along with each database object record.
ClassNameDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
classpath - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
ClasspathMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over directories in the classpath.
ClasspathMetaDataIterator() - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
Default constructor; iterates over all classpath elements.
ClasspathMetaDataIterator(String[], MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
Constructor; supply the classpath directories to scan and an optional resource filter.
ClassRedefiner - Class in org.apache.openjpa.enhance
Redefines the method bodies of existing classes.
ClassRedefiner() - Constructor for class org.apache.openjpa.enhance.ClassRedefiner
 
ClassResolver - Interface in org.apache.openjpa.util
Interface to customize the loading of classes under OpenJPA.
ClassResolverImpl - Class in org.apache.openjpa.util
Default class resolver implementation.
ClassResolverImpl() - Constructor for class org.apache.openjpa.util.ClassResolverImpl
 
classResolverPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ClassStrategy - Interface in org.apache.openjpa.jdbc.meta
Mapping from a class to a relational schema.
ClassTableJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
Specialization of the TableJDBCSeq that maintains a separate sequence count per-class.
ClassTableJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
clear() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
clear() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
clear() - Method in interface org.apache.openjpa.datacache.DataCache
Remove all data from this cache.
clear() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
clear() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
clear() - Method in interface org.apache.openjpa.datacache.QueryCache
Remove all data from this cache.
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Clear all mapping information.
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Clear mapping information.
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Reset the internal repository.
clear() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
 
clear() - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Clear the set of objects to be serialized.
clear() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
clear() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
 
clear() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
clear() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
clear() - Method in class org.apache.openjpa.lib.graph.Graph
Clear the graph.
clear() - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Clears the cache of parsed resource names.
clear() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
clear() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
clear() - Method in class org.apache.openjpa.lib.util.CodeFormat
Clear the internal code buffer.
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Removes all mappings from this HashMap.
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
clear() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
clear() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Clear the list of class loaders.
clear() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
clear() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
clear() - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
clear() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
clear() - Method in class org.apache.openjpa.meta.InheritanceOrderedMetaDataList
 
clear() - Method in interface org.apache.openjpa.meta.MetaDataFactory
Clear any internal caches.
clear() - Method in class org.apache.openjpa.meta.MetaDataRepository
Clear the cache of parsed metadata.
clear() - Method in class org.apache.openjpa.meta.MetaDataTool
Reset state.
clear() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Clear caches.
clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Clear the set of metadatas to be serialized.
clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
Clear caches.
clear() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
clear() - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
 
clear() - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
 
clear() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
clear() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Clear the set of metadatas to be serialized.
clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
clear() - Method in class org.apache.openjpa.util.CacheMap
Removes pinned objects as well as unpinned ones.
CLEAR_ALL - Static variable in interface org.apache.openjpa.kernel.AutoClear
Clear state when entering any transaction.
CLEAR_ALL - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoClearType enum instead.
CLEAR_DATASTORE - Static variable in interface org.apache.openjpa.kernel.AutoClear
Clear state when entering a datastore transaction.
CLEAR_DATASTORE - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoClearType enum instead.
clearAllFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached field data.
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
clearData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
clearData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
clearDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Clear all decorators.
clearDefinedFieldCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
clearDefinedFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear defined field data.
clearFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clearFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clears the set of fetch group names to use when loading data.
clearFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
clearFetchGroups() - Method in interface org.apache.openjpa.persistence.FetchPlan
Clears the set of fetch group names to use wen loading data.
clearFetchGroups() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
clearFetchGroups() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
clearFetchGroups() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
clearFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached field data.
clearFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clearFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clears the set of field names to use when loading data.
clearFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
clearFields() - Method in interface org.apache.openjpa.persistence.FetchPlan
Clears the set of field names to use wen loading data.
clearFields() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
clearFields() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
 
clearFields() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Clear a circular foreign key.
clearInternal() - Method in class org.apache.openjpa.datacache.AbstractDataCache
Clear the cache.
clearInternal() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Clear the cache.
clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
clearInverseRelationCache(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
Check if this field is in use of "order by" by other field collections in inverse relation.
clearInverseRelations(OpenJPAStateManager, FieldMetaData, FieldMetaData[], Object) - Method in class org.apache.openjpa.kernel.InverseManager
Remove all relations between the initial value of fmd for the instance managed by sm and its inverses.
clearInverseRelations(OpenJPAStateManager, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
Clear all inverse the relations from val to the instance managed by sm.
clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
clearJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Clears the set of field names to join when loading data.
clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
ClearListener - Interface in org.apache.openjpa.event
Listener for when persistent state is cleared from an instance.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Clear mapping information, including strategy.
clearMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
Clear mapping information, including strategy.
clearMapping(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Clear mapping information from the given metadata.
clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
clearOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Select
Clear odering conditions.
clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearParameters() - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Clear the recorded parameter values.
clearPlaceholders() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
Clear all placeholders and select AS clauses.
clearPlaceholderSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Clear selected placeholders, and return removed select indexes.
clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Clear a circular relation id.
clearSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
clearSelects() - Method in interface org.apache.openjpa.jdbc.sql.Select
Clear the existing column selects.
clearSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
clearSubclassCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
clearSubclassCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached subclass data.
clearTraversal() - Method in class org.apache.openjpa.lib.graph.Edge
Clear traversal info.
clearTraversal() - Method in class org.apache.openjpa.lib.graph.Graph
Clear all nodes and edges of the bookkeeping information from their last traversal.
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
CLOB - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
clobBufferSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
clobTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ClobValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for clob values.
ClobValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
 
clone() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return a new tool with the same settings as this one.
clone() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
 
clone() - Method in class org.apache.openjpa.jdbc.sql.Join
 
clone() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Performs a proper deep clone.
clone() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Perform a shallow clone of this SQL Buffer.
clone() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
clone() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clone() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clone this instance.
clone() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
Clone this instance.
clone() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return a copy of this configuration.
clone() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Uses ConfigurationImpl.toProperties(boolean) and ConfigurationImpl.fromProperties(java.util.Map) to clone configuration.
clone() - Method in class org.apache.openjpa.lib.conf.Value
 
clone() - Method in class org.apache.openjpa.lib.util.CodeFormat
Make a copy of this code format object with all the same formatting settings.
clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a shallow copy of this HashMap.
clone() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
clone(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
Clone a state array.
clone() - Method in class org.apache.openjpa.xmlstore.ObjectData
Clone this data.
close() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
close() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
close(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
close() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
close(boolean) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
close() - Method in interface org.apache.openjpa.datacache.DataCache
Free the resources used by this cache.
close() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Close all caches.
close() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
close() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
close() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
close() - Method in interface org.apache.openjpa.datacache.QueryCache
Free the resources used by this cache.
close() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Close this manager and all registered listeners.
close() - Method in interface org.apache.openjpa.event.RemoteCommitListener
Free the resources used by this listener.
close() - Method in interface org.apache.openjpa.event.RemoteCommitProvider
Free the resources used by this provider.
close() - Method in class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
No-op.
close() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
 
close() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
close() - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
close() - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Invoked when the customizer is no longer needed.
close() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Closes all eager results.
close() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
close() - Method in interface org.apache.openjpa.jdbc.sql.Result
Free the resources used by this result; do not close the SQL connection.
close() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
close() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
close() - Method in class org.apache.openjpa.kernel.AbstractLockManager
Does nothing by default.
close() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
close() - Method in interface org.apache.openjpa.kernel.Broker
Close the broker.
close() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Close the factory.
close() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
close() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
close() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
close() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
close() - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
close() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
close() - Method in interface org.apache.openjpa.kernel.LockManager
Free any resources.
close() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
close(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
close() - Method in interface org.apache.openjpa.kernel.Seq
Free resources used by this sequence.
close() - Method in interface org.apache.openjpa.kernel.StoreManager
Free any resources this store manager is using.
close() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
close() - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
close() - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
close() - Method in interface org.apache.openjpa.lib.conf.Configuration
Free the resources used by this object.
close() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Closes all closeable values and plugins.
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
close() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
close() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Close the resources used by this iterator.
close() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
close() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
close() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
close() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
close() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
close() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
close() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
close() - Method in interface org.apache.openjpa.lib.rop.ResultList
Close the list.
close() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Free the resources associated with this provider.
close() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
Close the underlying result object provider.
close() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
close() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
close() - Method in interface org.apache.openjpa.lib.util.Closeable
 
close() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
close() - Method in class org.apache.openjpa.meta.MetaDataRepository
Free the resources used by this repository.
close() - Method in class org.apache.openjpa.meta.SequenceMetaData
Close user sequence instance.
close() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
close() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
close(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Close the given resource.
close() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
close(Object) - Static method in class org.apache.openjpa.util.ImplHelper
Close the given resource.
Closeable - Interface in org.apache.openjpa.lib.util
Generic interface for components that can be closed so that helpers can treate them in a generic way.
closeAll() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
closeAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
closeAll() - Method in interface org.apache.openjpa.kernel.Extent
Close all open iterators.
closeAll() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
closeAll() - Method in interface org.apache.openjpa.kernel.Query
Close all open query results.
closeAll() - Method in class org.apache.openjpa.kernel.QueryImpl
 
closeAll() - Method in interface org.apache.openjpa.persistence.Extent
Close all open iterators that are consuming database resources.
closeAll() - Method in class org.apache.openjpa.persistence.ExtentImpl
 
closeAll() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Close all open query results.
closeAll() - Method in class org.apache.openjpa.persistence.QueryImpl
 
closeBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
closeClassBrace(CodeFormat) - Method in class org.apache.openjpa.enhance.CodeGenerator
Append the closing code-level brace to the code; this can be overridden to add code to the bottom of the class.
closeConnection(Connection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Close the current connection.
closeDataSource(DataSource) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Close the given data source.
closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Closes the specified DataSource and releases any resources associated with it.
closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
 
closeEagerMap(Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Close all results in eager map.
closeParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
closePoolSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
closeResources() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
closeResources() - Method in interface org.apache.openjpa.kernel.Query
Close query results that are consuming resources.
closeResources() - Method in class org.apache.openjpa.kernel.QueryImpl
 
cls - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
The owning class mapping.
cmpfield - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
 
CodeFormat - Class in org.apache.openjpa.lib.util
Encapsulates some common Java source code formatting options.
CodeFormat() - Constructor for class org.apache.openjpa.lib.util.CodeFormat
 
CodeGenerator - Class in org.apache.openjpa.enhance
Generates Java class code from metadata.
CodeGenerator(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
Constructor.
CodeGenerator(ClassMetaData) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
Constructor.
COLLECTION - Static variable in class org.apache.openjpa.meta.JavaTypes
 
CollectionChangeTracker - Interface in org.apache.openjpa.util
Change tracker that can be used for collections.
CollectionChangeTrackerImpl - Class in org.apache.openjpa.util
Default CollectionChangeTracker.
CollectionChangeTrackerImpl(Collection, boolean, boolean) - Constructor for class org.apache.openjpa.util.CollectionChangeTrackerImpl
Constructor.
cols - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
 
cols - Variable in class org.apache.openjpa.jdbc.schema.XMLSchemaParser.UniqueInfo
 
Column - Class in org.apache.openjpa.jdbc.schema
Represents a database column.
Column() - Constructor for class org.apache.openjpa.jdbc.schema.Column
Default constructor.
Column(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Column
Constructor.
ColumnIO - Class in org.apache.openjpa.jdbc.schema
Metadata about column I/O in a specific context.
ColumnIO() - Constructor for class org.apache.openjpa.jdbc.schema.ColumnIO
 
Columns - Annotation Type in org.apache.openjpa.persistence.jdbc
Allows the specification of multiple columns for complex mappings.
columnsMatch(Column[], Column[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the given local and foreign columns match those on this key.
columnsMatch(Column[]) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the given columns match the columns of this constraint.
ColumnVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses a single column and corresponding version object.
ColumnVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
combinePlugins(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return a plugin string that combines the properties of the given plugin strings, where properties of override will override the same properties of orig.
comment(StringBuffer, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
comment(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
Commentable - Interface in org.apache.openjpa.lib.xml
Implementations of this interface can be adorned with comments.
commit() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This is a no-op implementation.
commit(Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
commit(Collection, Collection, Collection, Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Perform a batch update of the cache.
commit() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
commit(Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
commit() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
 
commit() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
commit() - Method in interface org.apache.openjpa.kernel.Broker
Commit the current transaction.
commit() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
commit() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
commit() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
commit() - Method in interface org.apache.openjpa.kernel.StoreManager
Commit the current data store transaction.
commit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
commit() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
commit() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use EntityTransaction.commit() instead: em.getTransaction().commit()
commit() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
commitAndResume() - Method in interface org.apache.openjpa.kernel.Broker
Issue a commit and then start a new transaction.
commitAndResume() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
commitAndResume() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
commitAndResume() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
commitAndResume() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use OpenJPAEntityTransaction.commitAndResume() instead: em.getTransaction().commitAndResume()
commitAndResume() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityTransaction
Issue a commit and then start a new transaction.
CommonsLogFactory - Class in org.apache.openjpa.lib.log
LogFactory implementation that delegates to the commons logging framework.
CommonsLogFactory() - Constructor for class org.apache.openjpa.lib.log.CommonsLogFactory
 
CommonsLogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
Adapts a commons logging log to the Log interface.
COMPACT - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
compare(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
Compare the two versions.
compare(Object, Object) - Method in class org.apache.openjpa.meta.InheritanceComparator
 
compare(Object, Object) - Method in class org.apache.openjpa.meta.MetaDataInheritanceComparator
 
compare(Object, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
 
compare(Object, Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator
 
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Schema
 
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Table
 
compareTo(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
Compares two byte arrays as specified by Comparable.
compareTo(Object) - Method in class org.apache.openjpa.meta.ClassMetaData
 
compareTo(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
 
compareTo(Object) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
 
compareTo(Slice) - Method in class org.apache.openjpa.slice.Slice
 
compareTo(Object) - Method in class org.apache.openjpa.util.OpenJPAId
 
compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
Compare two unrecognized elements of the same type.
compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparator
 
compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer.MappingSerializationComparator
 
compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator
Compare two unrecognized elements of the same type.
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Casts v1 and v2 to Comparable, and invokes v1.compareTo (v2).
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.Version
 
compareVersion(Object, Object) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Compare the two version objects.
comparison(SQLBuffer, String, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append a comparison.
Compatibility - Class in org.apache.openjpa.conf
Struct encompassing backwards-compatibility options.
Compatibility() - Constructor for class org.apache.openjpa.conf.Compatibility
 
compatibilityPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
compilationFromCache() - Method in class org.apache.openjpa.kernel.QueryImpl
Find the cached compilation for the current query, creating one if it does not exist.
compile() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
compile() - Method in interface org.apache.openjpa.kernel.Query
Compile the query.
compile() - Method in class org.apache.openjpa.kernel.QueryImpl
 
compile() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Compile the query.
compile() - Method in class org.apache.openjpa.persistence.QueryImpl
 
concat(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
concat(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the concatenation of the given target with the given args.
concat(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
concatenateDelimiter - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
concatenateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ConcurrentDataCache - Class in org.apache.openjpa.datacache
A DataCache implementation that is optimized for concurrent access.
ConcurrentDataCache() - Constructor for class org.apache.openjpa.datacache.ConcurrentDataCache
 
ConcurrentMap - Interface in org.apache.openjpa.lib.util.concurrent
A highly concurrent map.
ConcurrentQueryCache - Class in org.apache.openjpa.datacache
A QueryCache implementation that is optimized for concurrent access.
ConcurrentQueryCache() - Constructor for class org.apache.openjpa.datacache.ConcurrentQueryCache
 
ConcurrentReferenceHashMap - Class in org.apache.openjpa.lib.util.concurrent
This class implements a HashMap which has limited synchronization and reference keys or values(but not both).
ConcurrentReferenceHashMap(int, int, int, float) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with the specified initial capacity and the specified load factor.
ConcurrentReferenceHashMap(int, int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with the specified initial capacity and default load factor.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with a default capacity and load factor.
ConcurrentReferenceHashMap(int, int, Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new HashMap with the same mappings as the given Map.
ConcurrentReferenceHashSet - Class in org.apache.openjpa.lib.util.concurrent
A concurrent set whose values may be stored as weak or soft references.
ConcurrentReferenceHashSet(int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
Construct a set with the given reference type.
conf - Variable in class org.apache.openjpa.datacache.AbstractDataCache
The configuration set by the system.
conf - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
The configuration set by the system.
conf - Variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
conf - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
Configurable - Interface in org.apache.openjpa.lib.conf
This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration - Interface in org.apache.openjpa.lib.conf
Interface for generic configuration objects.
ConfigurationImpl - Class in org.apache.openjpa.lib.conf
Default implementation of the Configuration interface.
ConfigurationImpl() - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
Default constructor.
ConfigurationImpl(boolean) - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
Constructor.
ConfigurationProvider - Interface in org.apache.openjpa.lib.conf
Implementations of this interface can populate Configurations in some environment-specific way.
Configurations - Class in org.apache.openjpa.lib.conf
Utility methods dealing with configuration.
Configurations() - Constructor for class org.apache.openjpa.lib.conf.Configurations
 
Configurations.Runnable - Interface in org.apache.openjpa.lib.conf
 
configureBroker(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Configures the given broker with the current factory option settings.
configureEventManager(RemoteCommitEventManager) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Configure the remote event manager.
configureInstance(Object, Configuration, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, Properties) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, Properties, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
ConfiguringConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
Connection decorator that can configure some properties of the underlying connection.
ConfiguringConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
 
CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that each broker will retain a single connection that it will use for its lifespan.
CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the ConnectionRetainMode enum instead.
CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. use ConnectionRetainMode enums instead.
CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that connections will be obtained as needed.
CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the ConnectionRetainMode enum instead.
CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. use ConnectionRetainMode enums instead.
CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that connections will be retained for the life of each transaction.
CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the ConnectionRetainMode enum instead.
CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. use ConnectionRetainMode enums instead.
connect() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
connected - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is called when the dictionary first sees any connection.
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
connectInternal() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Connect to the database.
connection2DriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2Password - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2URL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2UserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ConnectionDecorator - Interface in org.apache.openjpa.lib.jdbc
A connection decorator can wrap Connections before they are returned to the user to add functionality.
connectionDecoratorPlugins - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
connectionDriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2 - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2Name - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ConnectionInfo - Class in org.apache.openjpa.jdbc.kernel
Struct to hold data about the current connection state.
ConnectionInfo() - Constructor for class org.apache.openjpa.jdbc.kernel.ConnectionInfo
 
connectionPassword - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionRetainMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ConnectionRetainMode - Enum in org.apache.openjpa.persistence
The possible values for use when configuring the connection retain behavior for an OpenJPAEntityManager.
ConnectionRetainModes - Interface in org.apache.openjpa.kernel
Connection retain mode constants.
connectionURL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionUserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
CONS_NAME_AFTER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CONS_NAME_BEFORE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CONS_NAME_MID - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
Constant - Interface in org.apache.openjpa.kernel.exps
Interface for any query constant value.
Constraint - Class in org.apache.openjpa.jdbc.schema
A table constraint.
constraintNameMode - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ConstraintUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Standard update manager, capable of foreign key constraint evaluation.
ConstraintUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager
 
ContainerFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
An abstract container mapping that handles traversing the join to examine the size of the relation.
ContainerFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
ContainerTable - Annotation Type in org.apache.openjpa.persistence.jdbc
Table for array, collection, or map elements.
contains(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
contains(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Returns true if this cache contains data corresponding to oid; otherwise returns false.
contains(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
contains(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
contains(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
contains(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
contains(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the given id or column is available in the result.
contains(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the given column is available in the result.
contains(Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
 
contains(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
contains(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
contains(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
contains(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
contains(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
contains(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
contains(Class, Object) - Method in interface org.apache.openjpa.persistence.StoreCache
Whether the cache contains data for the given oid.
contains(Class, Object) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
contains(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
CONTAINS_TYPE_ELEMENT - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
CONTAINS_TYPE_KEY - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
CONTAINS_TYPE_VALUE - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
containsAll(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
containsAll(Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Returns the indexes of the oids in this cache.
containsAll(Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
containsAll(Object[]) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if all the given ids or columns are available in the result.
containsAll(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if all the given columns are available in the result.
containsAll(Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
containsAll(Object...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
containsAll(Collection) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
containsAll(Object...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Whether the given objects are managed.
containsAll(Collection) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Whether the given objects are managed.
containsAll(Class, Object...) - Method in interface org.apache.openjpa.persistence.StoreCache
Whether the cache contains data for the given oids.
containsAll(Class, Collection) - Method in interface org.apache.openjpa.persistence.StoreCache
Whether the cache contains data for the given oids.
containsAll(Class, Object...) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
containsAll(Class, Collection) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
containsAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Return whether this result contains data for all the given ids or columns.
containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
containsClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Returns true if the list contains the given class loader or marker.
containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given local column.
containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the pk includes the given column.
containsConstantColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given local column.
containsConstantPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given primary key column.
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Return whether this result contains data for the given id or column.
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
containsKey(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
containsKey(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
containsKey(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns true if this HashMap contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
containsKey(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
containsKey(Object) - Method in class org.apache.openjpa.util.CacheMap
 
containsNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
Return true if the graph contains the given node.
containsPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given primary key column.
containsProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
Test whether the map contains the given partial key, prefixed with any possible configuration prefix.
containsValue(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
containsValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
containsValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns true if this HashMap maps one or more keys to the specified value.
containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
containsValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
containsValue(Object) - Method in class org.apache.openjpa.util.CacheMap
 
convert(Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Convert the given value to the given type.
convert(Object, int) - Static method in class org.apache.openjpa.meta.JavaTypes
Convert the given object to the given type if possible.
convertSchemaCase(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified schema name to a name that the database will be able to understand.
copy(FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
copy(ClassMetaData) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
copy(FieldMetaData) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Copy missing info from the instance to this one.
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
 
copy(Column) - Method in class org.apache.openjpa.jdbc.schema.Column
Copy information from the given column to this one.
copy(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Copy cloneable state from the given instance.
copy(InputStream, OutputStream) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
copy(Reader, Writer) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
copy(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Copy the state from the given fetch configuration to this one.
copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
copy(File, File) - Static method in class org.apache.openjpa.lib.util.Files
Copy a file.
copy(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
Copy the metadata from the given instance to this one.
copy(Extensions) - Method in class org.apache.openjpa.meta.Extensions
Copy the extensions not present in this instance but present in the given instance.
copy(FieldMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
Copy state from the given field to this one.
copy(ValueMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
 
copy(ValueMetaData) - Method in interface org.apache.openjpa.meta.ValueMetaData
Copy state from the given value to this one.
copy(ValueMetaData) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
copy(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Copy the given oid value.
copy(Object) - Method in interface org.apache.openjpa.util.Proxy
Return an unproxied copy of the given instance.
copyArray(Object) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new array of the same component type as the given array and containing the same elements.
copyArray(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCalendar(Calendar) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given calendar with the same information.
copyCalendar(Calendar) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCollection(Collection) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new collection of the same type as the given one with a copy of all contained elements.
copyCollection(Collection) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCustom(Object) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given object with the same information, or null if this manager cannot copy the object.
copyCustom(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Copy the given object id value.
copyDate(Date) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given date with the same information.
copyDate(Date) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Copy all values from this row into the given one.
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
copyKeyFieldsFromObjectId(Class, FieldConsumer, Object) - Static method in class org.apache.openjpa.enhance.PCRegistry
Copy fields to an outside source from the key fields in the identity object.
copyKeyFieldsToObjectId(Class, FieldSupplier, Object) - Static method in class org.apache.openjpa.enhance.PCRegistry
Copy fields from an outside source to the key fields in the identity object.
copyMap(Map) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new map of the same type as the given one with a copy of all contained key/value pairs.
copyMap(Map) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyMappingInfo(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Copy mapping info from the given instance to this one.
copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
copyMappingInfo(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Copy mapping info from the given instance to this one.
copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
correctName(Table, Column) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Correct the given column's name.
correctRelations(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Correct relations from the given dirty field to inverse instances.
count(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
count() - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
 
count(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the count of the given value for all matches.
count(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
count() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
Return the number of elements in the collection, or Integer.MAX_VALUE.
count() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return the number of entries in the map, or Integer.MAX_VALUE.
cpath - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
create(PersistenceCapable, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Generate an application id based on the current primary key field state of the given instance.
createClasspath() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
createCodeFormat() - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
Create the embedded code format element.
createCodeFormat() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
createColumns(MetaDataContext, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create columns on the given table by merging the given template information with any user-provided information.
createConfig() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
createConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
Provide any built-in decorators; may be null.
createConnectionDecorators() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
 
createEntityManager() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
createEntityManager(Map) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
createEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
 
createEntityManager(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Return an entity manager with the provided additional configuration settings.
createEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
 
createEntityManager(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
 
createEntityManagerFactory(String, String) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Returns a new OpenJPAEntityManagerFactory specified by name in an XML configuration file at the resource location resource.
createEntityManagerFactory(String, String, Map) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Returns a new OpenJPAEntityManagerFactory specified by name in an XML configuration file at the resource location resource, applying the properties specified in map as overrides.
createEntityManagerFactory(String, Context) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Returns the EntityManagerFactory at the JNDI location specified by jndiLocation in the context context.
createEntityManagerFactory(String, String, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
Loads the entity manager specified by name, applying the properties in m as overrides to the properties defined in the XML configuration file for name.
createEntityManagerFactory(String, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
 
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
createExtent(Class<T>, boolean) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createExtent(Class<T>, boolean) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return an extent of the given class, optionally including subclasses.
createFactory(BCClass) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Create a stub factory instance for the given class.
createForeignKey(MetaDataContext, String, List, MappingInfo.ForeignKeyDefaults, Table, ClassMapping, ClassMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create a foreign key (possibly logical) on the given columns by merging the given template information with any user-provided information.
createIdentityColumn - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
If true, then whenever the schematool creates a table, it will append an additional IDENTITY column to the table's creation SQL.
createIndex(MetaDataContext, String, Index, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create an index on the given columns by merging the given template information with any user-provided information.
createIndex(Index, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given index to the database schema.
createIndexIfNecessary(Schema, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
Create an index if necessary for some database tables
createIndexIfNecessary(Schema, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create an index if necessary for some database tables
createInstance(Class<T>) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createInstance(Class<T>) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Create a new instance of type cls.
createInverseRelations(StoreContext, Object, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
Create the inverse relations for all the given inverse fields.
createMessage(RemoteCommitEvent) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Returns a new Message to send to the topic.
createNamedQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createNamedQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
 
createNativeQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createNativeQuery(String, Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createNativeQuery(String, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createNativeQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
 
createNativeQuery(String, Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
 
createNativeQuery(String, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
 
createPrimaryKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
createQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createQuery(String, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createQuery(Query) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
createQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
 
createQuery(Query) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Create a new query from the given one.
createQuery(String, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Create a new query in the given language.
createSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given sequence to the database schema.
createStatement(boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
 
createStatement(int, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
 
createStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Create a statement, with the option of not wrapping it in a DelegatingStatement, which is the default.
createStatement(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Create a statement, with the option of not wrapping it in a DelegatingStatement, which is the default.
createStatement(int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createTable(MetaDataContext, MappingInfo.TableDefaults, String, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Find or generate a table for a mapping.
createTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given table to the database schema.
createUnique(MetaDataContext, String, Unique, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create a unique constraint on the given columns by merging the given template information with any user-provided information.
crossJoin(Table, Table) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Perform a cross join on the given tables.
crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
crossJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ctx - Variable in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
ctx - Variable in class org.apache.openjpa.kernel.AbstractLockManager
The context against which this LockManager is operating.
ctx - Variable in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
The StoreContext that this result object provider will load objects into.
ctx - Variable in class org.apache.openjpa.kernel.AbstractStoreQuery
 
ctx - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
current - Variable in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
current(StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
Return the current value of the sequence, or null if not available.
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
current() - Method in interface org.apache.openjpa.persistence.Generator
The current sequence value, or null if the sequence does not support current values.
current() - Method in class org.apache.openjpa.persistence.GeneratorImpl
 
currentBackupFile() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The backup file made for the current file being parsed.
currentClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the class loader to use when resolving resources and loading classes.
currentClassName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Return the current class being parsed; the returned name will be fully qualified.
currentComments() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Array of comments for the current node, or empty array if none.
currentDateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
currentDepth() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the parse depth.
currentElement() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Return the current element being parsed.
currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the current sequence object.
currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
currentLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the current location within the source file.
currentPackage() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Return the current package being parsed.
currentParent() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Return the tag of the current parent element.
currentQuery() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the current string being parsed; used for error messages.
currentQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
currentStrategy() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Return the current PersistenceStrategy if any.
currentText() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the text value within the current node.
currentTimeFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
currentTimestampFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
This method is for class mappings that take over the insert process, but still want to use this indicator for optimistic locking.
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
customize(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
customize(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
customize(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Customize the given class information produced by the reverse mapping tool.
customize(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Customize the given field information produced by the reverse mapping tool.
customizer - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
customizerClass - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
customizerProperties - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to customize obtaining a result containing all instances of this class.
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to load the state of a given object, without a previous Result.
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to customize loading from a Result into an instance.
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
This method is for class mappings that take over the update process, but still want to use this indicator for optimistic locking.
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 

D

databaseProductName - Variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
databaseProductVersion - Variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
DataCache - Interface in org.apache.openjpa.datacache
Interface that must be implemented by any level 2 cache used by OpenJPA.
DataCache - Annotation Type in org.apache.openjpa.persistence
Caching characteristics for this class.
DataCacheManager - Interface in org.apache.openjpa.datacache
Manages the system's data and query caches.
DataCacheManagerImpl - Class in org.apache.openjpa.datacache
Default data cache manager.
DataCacheManagerImpl() - Constructor for class org.apache.openjpa.datacache.DataCacheManagerImpl
 
dataCacheManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DataCachePCData - Interface in org.apache.openjpa.datacache
Specialized PCData implementation for data caching.
DataCachePCDataGenerator - Class in org.apache.openjpa.datacache
A PCDataGenerator instance which generates properly synchronized instances suitable for use in the cache.
DataCachePCDataGenerator(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
DataCachePCDataGenerator.Timed - Interface in org.apache.openjpa.datacache
Simple interface to give access to expiration time.
DataCachePCDataImpl - Class in org.apache.openjpa.datacache
Specialized PCData implementation for data caching.
DataCachePCDataImpl(Object, ClassMetaData) - Constructor for class org.apache.openjpa.datacache.DataCachePCDataImpl
Constructor.
dataCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DataCacheScheduler - Class in org.apache.openjpa.datacache
Cron-style cache eviction.
DataCacheScheduler(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.datacache.DataCacheScheduler
 
DataCacheStoreManager - Class in org.apache.openjpa.datacache
StoreManager proxy that delegates to a data cache when possible.
DataCacheStoreManager(StoreManager) - Constructor for class org.apache.openjpa.datacache.DataCacheStoreManager
Constructor.
dataCacheTimeout - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
DataSourceFactory - Class in org.apache.openjpa.jdbc.schema
Factory for DataSource objects.
DataSourceFactory() - Constructor for class org.apache.openjpa.jdbc.schema.DataSourceFactory
 
DataSourceLogs - Class in org.apache.openjpa.lib.jdbc
Provies basic logging facilities to a DataSource.
DataSourceLogs() - Constructor for class org.apache.openjpa.lib.jdbc.DataSourceLogs
 
datastore - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
 
DataStoreId - Annotation Type in org.apache.openjpa.persistence
Describes how to generate a value for a field.
DataStoreIdColumn - Annotation Type in org.apache.openjpa.persistence.jdbc
Surrogate datastore identity column.
DATE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
DateId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for Date fields.
DateId(Class, String) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Timestamp) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date, boolean) - Constructor for class org.apache.openjpa.util.DateId
 
datePrecision - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
dateTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
DB2Dictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for IBM DB2 database.
DB2Dictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2ISeriesV5R3OrEarlier - Static variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2ISeriesV5R4OrLater - Static variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2ServerType - Variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2UDBV81OrEarlier - Static variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2UDBV82OrLater - Static variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
db2ZOSV8xOrLater - Static variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
DBDictionary - Class in org.apache.openjpa.jdbc.sql
Class which allows the creation of SQL dynamically, in a database agnostic fashion.
DBDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionary
 
DBDictionary.SerializedData - Class in org.apache.openjpa.jdbc.sql
Used by some mappings to represent data that has already been serialized so that we don't have to serialize multiple times.
DBDictionary.SerializedData(byte[]) - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
 
DBDictionaryFactory - Class in org.apache.openjpa.jdbc.sql
Factory class to instantiate a dictionary.
DBDictionaryFactory() - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
 
dbdictionaryPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
DECI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
decimalTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
declareClasses(BCClass) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Add interface or superclass declarations to the generated class.
declareClasses(BCClass) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
declareParameters(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
declareParameters(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Declared parameters, for query languages that use them.
declareParameters(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
decode(String) - Static method in class org.apache.openjpa.lib.util.Base16Encoder
Convert a base16 string into a byte array.
decorate(BCClass, ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
decorate(Object, BCClass, int[]) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Decorate the generated class.
decorate(Object, BCClass, int[]) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
decorate(BCClass, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Apply additional decoration to generated class.
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Decorate the given connection if needed.
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
 
decorate(Connection) - Method in interface org.apache.openjpa.lib.jdbc.ConnectionDecorator
Decorate the given connection if desired.
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
 
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
 
decorateDataSource(DataSource, JDBCConfiguration, boolean) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Install listeners and base decorators.
decorateResultList(ResultList) - Method in class org.apache.openjpa.kernel.QueryImpl
Optionally decorate the native result.
DecoratingDataSource - Class in org.apache.openjpa.lib.jdbc
Delegating data source that maintains a list of ConnectionDecorators.
DecoratingDataSource(DataSource) - Constructor for class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Constructor.
DEFAULT - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
Constant to revert any setting back to its default value.
DEFAULT - Static variable in interface org.apache.openjpa.persistence.FetchPlan
Constant to revert any setting to its default value.
DEFAULT_ALIAS - Static variable in class org.apache.openjpa.conf.BrokerValue
 
DEFAULT_STRING - Static variable in class org.apache.openjpa.meta.ClassMetaData
 
defaultHandler(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default handler to use for the given value.
defaultHandler(ValueMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default handler to use for the given value.
defaultMissingInfo() - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Whether to fill in missing mapping information at runtime with the default values supplied by this plugin.
defaultMissingInfo() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
defaultMissingInfo() - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
defaultName - Static variable in interface org.apache.openjpa.meta.XMLMetaData
JAXB XML binding default name
defaultsDataSource(DataSource, String, String) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Return a data source with the given user name and password pre-configured as the defaults when DataSource.getConnection() is called.
defaultSourceFile(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the default file for the given metadata.
defaultSourceFile(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return a default file for the given query.
defaultSourceFile(SequenceMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return a default file for the given sequence.
defaultSourceFile(ClassMetaData) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
defaultSourceFile(QueryMetaData, Map) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
defaultSourceFile(SequenceMetaData, Map) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
defaultStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given class.
defaultStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given class.
defaultStrategy(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given field.
defaultStrategy(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given field.
defaultStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given discriminator.
defaultStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given discriminator.
defaultStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given version.
defaultStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given version.
defaultStrategy(Version, FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the default version strategy, given a version field.
defaultTypeStrategy(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the built-in strategy for the field's type, or null if none.
defineSuperclassFields(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Incorporate superclass fields redefined in this subclass into this metadata.
DelegatingBroker - Class in org.apache.openjpa.kernel
Delegating broker that can also perform exception translation for use in facades.
DelegatingBroker(Broker) - Constructor for class org.apache.openjpa.kernel.DelegatingBroker
Constructor; supply delegate.
DelegatingBroker(Broker, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingBroker
Constructor; supply delegate and exception translator.
DelegatingBrokerFactory - Class in org.apache.openjpa.kernel
Delegating broker factory that can also perform exception translation for use in facades.
DelegatingBrokerFactory(BrokerFactory) - Constructor for class org.apache.openjpa.kernel.DelegatingBrokerFactory
Constructor; supply delegate.
DelegatingBrokerFactory(BrokerFactory, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingBrokerFactory
Constructor; supply delegate and exception translator.
DelegatingCallableStatement - Class in org.apache.openjpa.lib.jdbc
CallableStatement that delegates to an internal statement.
DelegatingCallableStatement(CallableStatement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
DelegatingConnection - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing connection.
DelegatingConnection(Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
DelegatingDatabaseMetaData - Class in org.apache.openjpa.lib.jdbc
Wrapper around a DatabaseMetadata instance.
DelegatingDatabaseMetaData(DatabaseMetaData, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
DelegatingDataCache - Class in org.apache.openjpa.datacache
Delegating data cache that can also perform exception translation for use in facades.
DelegatingDataCache(DataCache) - Constructor for class org.apache.openjpa.datacache.DelegatingDataCache
Constructor.
DelegatingDataCache(DataCache, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.datacache.DelegatingDataCache
 
DelegatingDataSource - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing data source.
DelegatingDataSource(DataSource) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Constructor.
DelegatingExtent - Class in org.apache.openjpa.kernel
Delegating extent that also can perform exception translation for use in facades.
DelegatingExtent(Extent) - Constructor for class org.apache.openjpa.kernel.DelegatingExtent
Constructor; supply delegate.
DelegatingExtent(Extent, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingExtent
Constructor; supply delegate and exception translator.
DelegatingFetchConfiguration - Class in org.apache.openjpa.kernel
Delegating fetch configuration that can also perform exception translation for use in facades.
DelegatingFetchConfiguration(FetchConfiguration) - Constructor for class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Constructor; supply delegate.
DelegatingFetchConfiguration(FetchConfiguration, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Constructor; supply delegate and exception translator.
DelegatingJDBCFetchConfiguration - Class in org.apache.openjpa.jdbc.kernel
Delegating fetch configuration that can also perform exception transation for use in facades.
DelegatingJDBCFetchConfiguration(JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Constructor; supply delegate.
DelegatingJDBCFetchConfiguration(JDBCFetchConfiguration, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Constructor; supply delegate and exception translator.
DelegatingJoinable - Class in org.apache.openjpa.jdbc.meta
Delegates to another Joinable after doing column translation.
DelegatingJoinable(Joinable, ForeignKey) - Constructor for class org.apache.openjpa.jdbc.meta.DelegatingJoinable
Constructor.
DelegatingJoinable(Joinable, Column[]) - Constructor for class org.apache.openjpa.jdbc.meta.DelegatingJoinable
Constructor.
DelegatingMetaDataFactory - Class in org.apache.openjpa.meta
Base class for factory instances that use a delegate.
DelegatingMetaDataFactory(MetaDataFactory) - Constructor for class org.apache.openjpa.meta.DelegatingMetaDataFactory
Constructor; supply delegate.
DelegatingPreparedStatement - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing statement.
DelegatingPreparedStatement(PreparedStatement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
DelegatingQuery - Class in org.apache.openjpa.kernel
Delegating query that can also perform exception translation for use in facades.
DelegatingQuery(Query) - Constructor for class org.apache.openjpa.kernel.DelegatingQuery
Constructor; supply delegate.
DelegatingQuery(Query, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingQuery
Constructor; supply delegate and exception translator.
DelegatingQueryCache - Class in org.apache.openjpa.datacache
Delegating query cache that can also perform exception translation for use in facades.
DelegatingQueryCache(QueryCache) - Constructor for class org.apache.openjpa.datacache.DelegatingQueryCache
Constructor.
DelegatingQueryCache(QueryCache, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.datacache.DelegatingQueryCache
 
DelegatingResultList - Class in org.apache.openjpa.kernel
Delegating result list that can also perform exception translation for use in facades.
DelegatingResultList(ResultList) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
Constructor; supply delegate.
DelegatingResultList(ResultList, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
Constructor; supply delegate and exception translator.
DelegatingResultList.DelegatingListIterator - Class in org.apache.openjpa.kernel
Delegating iterator that also performs exception translation.
DelegatingResultList.DelegatingListIterator(ListIterator) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Constructor; supply delegate.
DelegatingResultSet - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing result set.
DelegatingResultSet(ResultSet, Statement) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
DelegatingSeq - Class in org.apache.openjpa.kernel
Delegating sequence that can also perform exception translation for use in facades.
DelegatingSeq(Seq) - Constructor for class org.apache.openjpa.kernel.DelegatingSeq
Constructor; supply delegate.
DelegatingSeq(Seq, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingSeq
Constructor; supply delegate and exception translator.
DelegatingStatement - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing statement.
DelegatingStatement(Statement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
DelegatingStoreManager - Class in org.apache.openjpa.kernel
Base class for store manager decorators that delegate to another store manager for some operations.
DelegatingStoreManager(StoreManager) - Constructor for class org.apache.openjpa.kernel.DelegatingStoreManager
Constructor.
DELETE - Static variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
 
delete(OpenJPAStateManager, ClassMapping, RowManager, JDBCStore, Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Recursive method to delete the given instance, base class last.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Set the where values appropriately to delete the proper instance, and set all relations on non-secondary tables as updates.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
delete(OpenJPAStateManager, OpenJPAStateManager, JDBCStore, RowManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
Delete an embedded object record.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Version
 
delete(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Delete the given object.
delete(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
delete(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
deleteAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for f.delete().
deleteAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Delete the given objects.
deleteAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
deleteAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
deleteAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll() - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll(Object[]) - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll(Map) - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll() - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteAll(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in interface org.apache.openjpa.kernel.QueryContext
Helper method to delete the objects found by executing a query on the given executor.
deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
DeleteListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance is deleted.
deleteRow(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Delete the row for this object if the reference foreign key exists.
deleteRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
deletesAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
deleteStream(JDBCStore, Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
deleteStream(JDBCStore, Select) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
delistResource(XAResource, int) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
 
Dependent - Annotation Type in org.apache.openjpa.persistence
Dependent field marker.
DEPTH_INFINITE - Static variable in class org.apache.openjpa.meta.FetchGroup
Infinite depth.
DEPTH_INFINITE - Static variable in interface org.apache.openjpa.persistence.FetchPlan
Infinite fetch depth.
DepthFirstAnalysis - Class in org.apache.openjpa.lib.graph
Performs a depth-first analysis of a given Graph, caching information about the graph's nodes and edges.
DepthFirstAnalysis(Graph) - Constructor for class org.apache.openjpa.lib.graph.DepthFirstAnalysis
Constructor.
DerbyDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Apache Derby (formerly Cloudscape).
DerbyDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DerbyDictionary
 
derefColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Deref all columns in this key.
derefColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Deref all columns in this constraint.
deRegister(ClassLoader) - Static method in class org.apache.openjpa.enhance.PCRegistry
De-Register all metadata associated with the given ClassLoader.
deriveKey(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Some mapping derive keys from map values.
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Some mapping derive values from map keys.
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
desc - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
deserialize(byte[], StoreContext) - Static method in class org.apache.openjpa.util.Serialization
Deserialize an object value from the given bytes.
deserialize(InputStream, StoreContext) - Static method in class org.apache.openjpa.util.Serialization
Deserialize an object value from the given stream.
DESERIALIZED - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
detach(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach the specified object from the broker.
detach(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detach(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detach(Object) - Method in class org.apache.openjpa.kernel.DetachManager
Return a detached version of the given instance.
detach(T) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
detach(T) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Detach the specified object from the entity manager.
DETACH_ALL - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all fields.
DETACH_ALL - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the DetachStateType enum instead.
DETACH_CLOSE - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on close.
DETACH_CLOSE - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoDetachType enum instead.
DETACH_COMMIT - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on transaction commit.
DETACH_COMMIT - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoDetachType enum instead.
DETACH_FETCH_GROUPS - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all fields in the current fetch groups.
DETACH_FETCH_GROUPS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the DetachStateType enum instead.
DETACH_FGS - Static variable in interface org.apache.openjpa.kernel.DetachState
Deprecated.  
DETACH_FGS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the DetachStateType enum instead.
DETACH_LOADED - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all currently-loaded fields.
DETACH_LOADED - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the DetachStateType enum instead.
DETACH_NONTXREAD - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on any nontransctional read, such that each nontransactional operation uses a new persistence context in essence.
DETACH_NONTXREAD - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoDetachType enum instead.
DETACH_ROLLBACK - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on failed transaction commit / rollback.
DETACH_ROLLBACK - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. use the AutoDetachType enum instead.
detachable - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
detachAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach all objects in place.
detachAll(OpCallbacks, boolean) - Method in interface org.apache.openjpa.kernel.Broker
Detach all objects in place, with the option of performing a flush before doing the detachment.
detachAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach the specified objects from the broker.
detachAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detachAll(OpCallbacks, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detachAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detachAll(OpCallbacks, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detachAll(Collection) - Method in class org.apache.openjpa.kernel.DetachManager
Return detached versions of all the given instances.
detachAll(Object...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
detachAll(Collection) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
detachAll(Collection) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Detach the specified objects from the entity manager.
detachAll(Object...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Detach the specified objects from the entity manager.
DetachedState - Annotation Type in org.apache.openjpa.persistence
Detached state.
DetachedStateManager - Class in org.apache.openjpa.kernel
Internal state manager for detached instances.
DetachedStateManager(PersistenceCapable, OpenJPAStateManager, BitSet, boolean, boolean) - Constructor for class org.apache.openjpa.kernel.DetachedStateManager
Constructor.
DetachedValueStateManager - Class in org.apache.openjpa.kernel
Implementation of OpenJPAStateManager designed to retrieve values from a detached instance, including when managed by a DetachedStateManager.
DetachedValueStateManager(Object, StoreContext) - Constructor for class org.apache.openjpa.kernel.DetachedValueStateManager
 
DetachedValueStateManager(PersistenceCapable, ClassMetaData, StoreContext) - Constructor for class org.apache.openjpa.kernel.DetachedValueStateManager
 
DetachListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance is detached.
DetachManager - Class in org.apache.openjpa.kernel
Handles detaching instances.
DetachManager(BrokerImpl, boolean, OpCallbacks) - Constructor for class org.apache.openjpa.kernel.DetachManager
Constructor.
DetachOptions - Class in org.apache.openjpa.conf
Detach options.
DetachOptions() - Constructor for class org.apache.openjpa.conf.DetachOptions
 
DetachOptions.All - Class in org.apache.openjpa.conf
Public to allow reflection.
DetachOptions.All() - Constructor for class org.apache.openjpa.conf.DetachOptions.All
 
DetachOptions.FetchGroups - Class in org.apache.openjpa.conf
Public to allow reflection.
DetachOptions.FetchGroups() - Constructor for class org.apache.openjpa.conf.DetachOptions.FetchGroups
 
DetachOptions.Loaded - Class in org.apache.openjpa.conf
Detach loaded state.
DetachOptions.Loaded() - Constructor for class org.apache.openjpa.conf.DetachOptions.Loaded
 
DetachState - Interface in org.apache.openjpa.kernel
Constants for which fields to include in the detach graph.
detachStatePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DetachStateType - Enum in org.apache.openjpa.persistence
The possible settings for the detachment behavior of an OpenJPAEntityManager.
dict - Variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
dict - Variable in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
dict - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
dir - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
direction - Variable in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
 
directory - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
directory - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
directory - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
dirName - Variable in class org.apache.openjpa.ant.ApplicationIdToolTask
 
dirName - Variable in class org.apache.openjpa.ant.PCEnhancerTask
 
dirName - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
dirty(String) - Method in interface org.apache.openjpa.enhance.StateManager
Make named field dirty.
dirty(String) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
dirty(String) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
dirty(String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
dirty(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Mark the given field as dirty.
dirty(String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
dirty(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
dirty(Object, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
dirty(Object, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Make the named field of the given object dirty.
dirty(Proxy, boolean) - Static method in class org.apache.openjpa.util.Proxies
Used by proxy types to dirty their owner.
dirtyCheck(StateManager) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
Call StateManagerImpl.dirtyCheck() if the argument is a StateManagerImpl.
dirtyCheck() - Method in class org.apache.openjpa.kernel.StateManagerImpl
Checks whether or not _pc is dirty.
dirtyClass(Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
dirtyClass(Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Mark the given class as dirty within the current transaction.
DirtyListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance becomes dirty.
dirtyType(Class) - Method in interface org.apache.openjpa.kernel.Broker
Mark the given class as dirty within the current transaction.
dirtyType(Class) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
dirtyType(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
disc - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
The owning discriminator.
Discriminator - Class in org.apache.openjpa.jdbc.meta
Handles determining the object class of database records.
Discriminator(ClassMapping) - Constructor for class org.apache.openjpa.jdbc.meta.Discriminator
Constructor.
DISCRIMINATOR - Static variable in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Path token to represent a discriminator.
DiscriminatorMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a discriminator to the schema, in raw form.
DiscriminatorMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
DiscriminatorStrategy - Interface in org.apache.openjpa.jdbc.meta
Handles determining the object class of database records.
discriminatorStrategy - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
DiscriminatorStrategy - Annotation Type in org.apache.openjpa.persistence.jdbc
Discriminator mapping strategy.
distinct(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
distinct(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return distinct values of the given value.
distinct(QueryExpressions, boolean, List) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Filter the given list of matches, removing duplicate entries.
distinct(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
distinct - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_AUTO - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_FALSE - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_TRUE - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
distinctCountColumnSeparator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
distinctTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
distribute(Object, List<String>, Object) - Method in interface org.apache.openjpa.slice.DistributionPolicy
Gets the name of the slice where a given instance will be stored.
DistributedBrokerImpl - Class in org.apache.openjpa.slice
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
DistributedBrokerImpl() - Constructor for class org.apache.openjpa.slice.DistributedBrokerImpl
 
DistributedConfiguration - Interface in org.apache.openjpa.slice
A configuration for multiple data stores, each referred as slice.
DistributedJDBCBrokerFactory - Class in org.apache.openjpa.slice.jdbc
A factory for distributed JDBC datastores.
DistributedJDBCBrokerFactory(DistributedJDBCConfiguration) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
 
DistributedJDBCConfiguration - Interface in org.apache.openjpa.slice.jdbc
A distributed configuration that is a ordered collection of JDBCConfigurations.
DistributedJDBCConfigurationImpl - Class in org.apache.openjpa.slice.jdbc
Implements a distributed configuration of JDBCStoreManagers.
DistributedJDBCConfigurationImpl(ConfigurationProvider) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Configure itself as well as underlying slices.
DistributionPolicy - Interface in org.apache.openjpa.slice
Policy to select one of the physical databases referred as slice in which a given persistent instance will be stored.
distributionPolicyPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
divide(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
divide(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the first value divided by the first one.
divide(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
divide(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Divide the given values.
DocTypeReader - Class in org.apache.openjpa.lib.xml
The DocTypeReader can be used to dynamically include a DOCTYPE declaration in an XML stream.
DocTypeReader(Reader, Reader) - Constructor for class org.apache.openjpa.lib.xml.DocTypeReader
Construct the reader with an XML stream, and set the DOCTYPE information to be included.
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
 
doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
DOT - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
DOUBLE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
DOUBLE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
DoubleId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for double fields.
DoubleId(Class, Double) - Constructor for class org.apache.openjpa.util.DoubleId
 
DoubleId(Class, String) - Constructor for class org.apache.openjpa.util.DoubleId
 
DoubleId(Class, double) - Constructor for class org.apache.openjpa.util.DoubleId
 
DoubleId(Class, double, boolean) - Constructor for class org.apache.openjpa.util.DoubleId
 
doubleTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
DoubleValue - Class in org.apache.openjpa.lib.conf
A double Value.
DoubleValue(String) - Constructor for class org.apache.openjpa.lib.conf.DoubleValue
 
doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
 
doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
DriverDataSource - Interface in org.apache.openjpa.jdbc.schema
A DataSource that allows additional configuration options to be set into it, so that it can wrap a JDBC driver or other DataSource.
driverDataSourcePlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
driverDeserializesBlobs - Variable in class org.apache.openjpa.jdbc.sql.MySQLDictionary
Whether the driver automatically deserializes blobs.
driverVendor - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Drop the metadata for the given classes in the given mode(s).
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
dropColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given column from the database schema.
dropForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given foreign key from the database schema.
dropIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given index from the database schema.
dropPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given primary key from the database schema.
dropSequence() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Drops the sequence in the DB.
dropSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given sequence from the database schema.
dropSequences - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
dropSequences - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
dropTable() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Drops the sequence table in the DB.
dropTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given table from the database schema.
dropTable() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Drops the sequence table in the DB.
dropTables - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
dropTables - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
dropTableSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
dump() - Method in class org.apache.openjpa.conf.MetaDataCacheMaintenance
 
dump(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
Debugging method.
dump() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
 
dump(PrintStream, String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
Debugging method to output a parse tree.
dump(PrintStream, String, boolean) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
 
dynamicDataStructs - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DynamicPersistenceCapable - Interface in org.apache.openjpa.enhance
Instances that implement this marker interface are dynamically-generated subtypes of managed types that were loaded before being enhanced.
DynamicSchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory whose schema group dynamically fills itself with information as mappings validate themselves in their map method.
DynamicSchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
DynamicStorage - Interface in org.apache.openjpa.enhance
Interface for dynamically generated classes.
DynamicStorageGenerator - Class in org.apache.openjpa.enhance
Factory for creating new DynamicStorage classes.
DynamicStorageGenerator() - Constructor for class org.apache.openjpa.enhance.DynamicStorageGenerator
 

E

EAGER_INNER - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to batch the select using an inner join.
EAGER_JOIN - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_JOIN - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating to load relations and subclass data if possible without separate queries.
EAGER_JOIN - Static variable in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Deprecated. use the FetchMode enum instead.
EAGER_NONE - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_NONE - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating not to try to load subclass data and related objects when querying for an object.
EAGER_NONE - Static variable in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Deprecated. use the FetchMode enum instead.
EAGER_OUTER - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to batch the select using an outer join.
EAGER_PARALLEL - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_PARALLEL - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating to load relations and subclass data if possible using either joins or parallel queries.
EAGER_PARALLEL - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to use a separate select executed in parallel.
EAGER_PARALLEL - Static variable in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Deprecated. use the FetchMode enum instead.
eagerClone(FieldMapping, int, boolean, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
eagerClone(FieldMapping, int, boolean, int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a select that will be eagerly executed with this one, or null if the select cannot be created for the given key and join type.
eagerClone(FieldMapping, int, boolean, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
eagerFetchMode - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
EagerFetchMode - Annotation Type in org.apache.openjpa.persistence.jdbc
Determines how to eager-fetch a field.
EagerFetchModes - Interface in org.apache.openjpa.jdbc.kernel
Eager fetch mode constants.
eagerMode - Variable in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
 
EagerResultList - Class in org.apache.openjpa.lib.rop
Simple, non-lazy ResultList implementation
EagerResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.EagerResultList
 
ECLEAN - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Clean
ECOPY - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Copy
EDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Deleted
Edge - Class in org.apache.openjpa.lib.graph
A graph edge.
Edge(Object, Object, boolean) - Constructor for class org.apache.openjpa.lib.graph.Edge
Constructor.
Edge(Object, Object, boolean, Object) - Constructor for class org.apache.openjpa.lib.graph.Edge
Constructor.
edgeVisited(Edge) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
An edge is seen.
edgeVisited(Edge) - Method in interface org.apache.openjpa.lib.graph.GraphVisitor
may visit the node twice (both sides)
EDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Dirty
ELEM_ACCESS - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_ATTRS - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE_ALL - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE_MER - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE_PER - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE_REF - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_CASCADE_REM - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_LISTENER - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_PKG - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_PU_DEF - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_PU_META - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEM_XML_MAP_META_COMPLETE - Static variable in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
ELEMENT - Static variable in interface org.apache.openjpa.meta.Order
Token denoting to order by the element value.
ELEMENT - Static variable in interface org.apache.openjpa.meta.XMLMetaData
 
ElementClassCriteria - Annotation Type in org.apache.openjpa.persistence.jdbc
Marker interface specifying to use the expected class of the array, collection, or map element relation as criteria in the join.
ElementColumn - Annotation Type in org.apache.openjpa.persistence.jdbc
Array, collection, or map element column.
ElementColumns - Annotation Type in org.apache.openjpa.persistence.jdbc
Allows the specification of multiple element columns for complex mappings.
ElementDependent - Annotation Type in org.apache.openjpa.persistence
Dependent array, collection, or map element marker.
ElementEmbeddedMapping - Annotation Type in org.apache.openjpa.persistence.jdbc
Embedded mapping information for an array, collection, or map element.
ElementEmbedValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for embedded objects as elements of a collection or map.
ElementEmbedValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ElementEmbedValueHandler
 
ElementForeignKey - Annotation Type in org.apache.openjpa.persistence.jdbc
Foreign key on array, collection, or map element columns.
ElementIndex - Annotation Type in org.apache.openjpa.persistence.jdbc
Index on array, collection, or map element columns.
ElementJoinColumn - Annotation Type in org.apache.openjpa.persistence.jdbc
Array, collection, or map element join column.
ElementJoinColumns - Annotation Type in org.apache.openjpa.persistence.jdbc
Allows the specification of multiple array, collection, or map element columns for compound joins.
ElementNonpolymorphic - Annotation Type in org.apache.openjpa.persistence.jdbc
Indicates that the annotated array, collection, or map's elements are not entirely polymorphic.
elements() - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
ElementStrategy - Annotation Type in org.apache.openjpa.persistence.jdbc
Array, collection, or map element mapping strategy.
ElementType - Annotation Type in org.apache.openjpa.persistence
Indicates the persistent element type of an array, collection, or map field, if different than the declared element type.
EM_KEY - Static variable in class org.apache.openjpa.persistence.JPAFacadeHelper
 
EM_KEY - Static variable in class org.apache.openjpa.persistence.OpenJPAPersistence
Deprecated. use JPAFacadeHelper instead. This method pierces the published-API boundary, as does the JPAFacadeHelper utilization.
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given instance embedded.
Embeddable - Interface in org.apache.openjpa.jdbc.meta
Interface for field strategies that can managed fields of embedded-element, embedded-key, and embedded-value objects.
EmbeddedClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Class mapping for embedded objects.
EmbeddedClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
 
EmbeddedMapping - Annotation Type in org.apache.openjpa.persistence.jdbc
Embedded mapping information.
EmbedFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for an embedded persistent object.
EmbedFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
EmbedValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Base class for embedded value handlers.
EmbedValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
 
EMF_KEY - Static variable in class org.apache.openjpa.persistence.JPAFacadeHelper
 
EMF_KEY - Static variable in class org.apache.openjpa.persistence.OpenJPAPersistence
Deprecated. use JPAFacadeHelper instead. This method pierces the published-API boundary, as does the JPAFacadeHelper utilization.
EmpressDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Empress using ODBC server combined with their type 2 driver.
EmpressDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
EMPTY - Static variable in class org.apache.openjpa.lib.conf.StringListValue
 
EMPTY - Static variable in class org.apache.openjpa.lib.util.Options
Immutable empty instance.
EMPTY_BOOLEANS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_CLASSES - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_CLASSES - Static variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_COLUMNS - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_COMMENTS - Static variable in interface org.apache.openjpa.lib.xml.Commentable
 
EMPTY_FIELDS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_FOREIGN_KEYS - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_INDEXES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_MAPPINGS - Static variable in class org.apache.openjpa.jdbc.meta.ClassMapping
 
EMPTY_METAS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_METAS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_NON_PERSISTENT - Static variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_OBJECTS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_ORDERS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_PARAMS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_STATES - Static variable in class org.apache.openjpa.jdbc.kernel.exps.QueryExpressionsState
 
EMPTY_STRING_LIST - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
EMPTY_STRINGS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_THROWABLES - Static variable in class org.apache.openjpa.util.Exceptions
 
EMPTY_UNIQUES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_VALUES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_VALUES - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
EMPTY_XMLMETAS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
emptyExpression() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
emptyExpression() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a blank expression; this is used when the filter is empty.
emptyExpression() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
encode(byte[]) - Static method in class org.apache.openjpa.lib.util.Base16Encoder
Convert bytes to a base16 string.
end - Variable in class org.apache.openjpa.kernel.StoreQuery.Range
 
endCDATA() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endClass(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
End a class.
endClass(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endClassElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element within a declared class.
endClassElement(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endClassMapping(ClassMetaData) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
 
endClassMapping(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Implement to finalize class mapping.
endClassMappingElement(String) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
 
endClassMappingElement(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Implement to parse a mapping element within a class.
endConfiguration() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
 
endConfiguration() - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
 
endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
endConfiguration() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
 
endConfiguration() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
 
endConfiguration() - Method in class org.apache.openjpa.ee.WASManagedRuntime
EndConfiguration stub.
endConfiguration() - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
endConfiguration() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Subclasses that need to perform actions in Configurable.endConfiguration() must invoke this method.
endConfiguration() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
Subclasses that need to perform actions in Configurable.endConfiguration() must invoke this method.
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
endConfiguration() - Method in class org.apache.openjpa.kernel.InverseManager
 
endConfiguration() - Method in interface org.apache.openjpa.lib.conf.Configurable
Invoked upon completion of bean property configuration for this object.
endConfiguration() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
 
endConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
 
endConfiguration() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
endDataRequest() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
endDataRequest() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
endDataRequest() - Method in interface org.apache.openjpa.jdbc.sql.Result
Ends a data request.
endDTD() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endElement(String) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
endElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
 
endElement(String, String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method marking the end of some element.
endElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
End the current element.
endElement(String) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationParser
 
endEmbeddedId() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endEntity(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endFieldMapping(FieldMetaData) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
Extend to set the columns.
endFieldMapping(FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Implement to finalize field mapping.
endGeneratedValue() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endId() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endIdClass() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endl() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endl(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endl(int, int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endLob() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endNamedNativeQuery() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endNamedQuery() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endOperation() - Method in interface org.apache.openjpa.kernel.Broker
End a logical operation.
endOperation() - Method in class org.apache.openjpa.kernel.BrokerImpl
Mark the operation over.
endOperation() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
endOperation() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
 
endPackage(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
End a package.
endPackageElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element within a declared package.
endQueryHint() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endQueryString() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endSequenceGenerator() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endsWith(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
endsWith(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the first string ends with the second.
endsWith(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
endSystemElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element outside of any package or class.
endSystemElement(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
endSystemMappingElement(String) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
 
endSystemMappingElement(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Implement to parse a mapping element outside of any class.
endTransaction() - Method in class org.apache.openjpa.kernel.AbstractLockManager
Does nothing by default.
endTransaction(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
End the current transaction, making appropriate state transitions.
endTransaction() - Method in interface org.apache.openjpa.kernel.LockManager
Notification that the current transaction has ended.
endTransaction(Collection, Collection) - Method in class org.apache.openjpa.xmlstore.XMLStore
End the datastore transaction.
EndTransactionListener - Interface in org.apache.openjpa.event
Notified when transactions end.
endVersion() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
enforcePropertyRestrictions - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
ENHANCE_AWARE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_INTERFACE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_NONE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_PC - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCER_VERSION - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
enlistResource(XAResource) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
 
ENONTRANS - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Nontransactional
enqueue(Object, NodeInfo) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
Push the given node onto the queue to be processed.
ensureDriverVendor() - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Ensure that the driver vendor has been set, and if not, set it now.
enter(Expression) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
 
enter(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
 
enter(Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
Enter an expression.
enter(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
Enter a value.
EntityExistsException - Exception in org.apache.openjpa.persistence
Conflict with existing entity.
EntityExistsException(String, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.EntityExistsException
 
EntityManagerFactoryImpl - Class in org.apache.openjpa.persistence
Implementation of EntityManagerFactory that acts as a facade to a BrokerFactory.
EntityManagerFactoryImpl() - Constructor for class org.apache.openjpa.persistence.EntityManagerFactoryImpl
Default constructor provided for auto-instantiation.
EntityManagerFactoryImpl(BrokerFactory) - Constructor for class org.apache.openjpa.persistence.EntityManagerFactoryImpl
Supply delegate on construction.
EntityManagerFactoryValue - Class in org.apache.openjpa.persistence
Plugin type used to represent the EntityManagerFactory.
EntityManagerFactoryValue() - Constructor for class org.apache.openjpa.persistence.EntityManagerFactoryValue
 
EntityManagerImpl - Class in org.apache.openjpa.persistence
Implementation of EntityManager interface.
EntityManagerImpl() - Constructor for class org.apache.openjpa.persistence.EntityManagerImpl
 
EntityManagerImpl(EntityManagerFactoryImpl, Broker) - Constructor for class org.apache.openjpa.persistence.EntityManagerImpl
Constructor; supply factory and delegate.
EntityNotFoundException - Exception in org.apache.openjpa.persistence
Missing entity.
EntityNotFoundException(String, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.EntityNotFoundException
 
entryAdded(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
Invoked when an entry is added to the cache.
entryRemoved(Object, Object, boolean) - Method in class org.apache.openjpa.util.CacheMap
Invoked when a key-value pair is evicted from this data structure.
entrySet() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a Collection view of the mappings contained in this HashMap.
entrySet() - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
entrySet() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
entrySet() - Method in class org.apache.openjpa.util.CacheMap
 
EnumValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Value handler for JDK1.5 enum field types.
EnumValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EnumValueHandler
 
eq(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Compare two objects.
equal(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
equal(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
equal(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
equals(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
equals(Object) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
equals(Object) - Method in class org.apache.openjpa.datacache.QueryKey
Determine equality based on identifying information.
equals(Object) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
equals(Object) - Method in class org.apache.openjpa.jdbc.sql.Join
 
equals(Object) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
equals(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
equals(Object) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Performs an equality check based on equality of values.
equals(Object) - Method in class org.apache.openjpa.lib.conf.Value
Use original value instead of current value because they are one and the same for non-dynamic Values and ensures that modifying dynamic Values do not impact equality or hashCode contract.
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
equals(Object) - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
equals(Object) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
equals(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
equals(Object) - Method in class org.apache.openjpa.meta.ClassMetaData
 
equals(Object) - Method in class org.apache.openjpa.meta.FetchGroup
Affirms equality if the other has the same name and declaring type.
equals(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
 
equals(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.ExtentImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.GeneratorImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.QueryImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
 
equals(Object) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
equals(Object) - Method in class org.apache.openjpa.slice.Slice
Equals by name.
equals(Object) - Method in class org.apache.openjpa.util.OpenJPAId
 
equalsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Column
Tests compatibility.
equalsForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Foreign keys are equal if the satisfy the equality constraints of Constraint and they have the same local and primary key columns and action.
equalsIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.Index
Indexes are equal if they have the same name, the same columns, and are both unique/not unique.
equalsLocalConstraint(LocalConstraint) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the columns of this constraint matches that of the given one.
equalsPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
Return true if the structure of this primary key matches that of the given one (same table, same columns).
equalsUnique(Unique) - Method in class org.apache.openjpa.jdbc.schema.Unique
Return true if the structure of this primary key matches that of the given one (same table, same columns).
error(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
error(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
ERROR - Static variable in interface org.apache.openjpa.lib.log.Log
 
error(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.ERROR level with the stringification of o as the body of the message, also outputting t to the log.
error(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.ERROR level with the stringification of o as the body of the message, also outputting t to the log.
error(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
error(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
error(SAXParseException) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
error(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
ERROR_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Parse the given query string.
eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Parse the given value clauses.
eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value for the given candidate.
eval(Collection, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return a list of values resulting from evaluating each given candidate.
eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
evalFetchJoins(QueryExpressions) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
evalSetClause(QueryExpressions) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
evaluate(ExpContext, Select, String, QueryExpressions, QueryExpressionsState) - Method in class org.apache.openjpa.jdbc.kernel.exps.SelectConstructor
Evaluate the expression, returning a new select and filling in any associated expression state.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
evaluate(Collection, Class[], Collection, StoreContext) - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return the value of this aggregate.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Evaluate the given expression.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
evaluate(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value as a projection on the given candidate.
evaluate(Collection, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value as an aggregate projection on the given group of candidates.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
evaluate(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
evaluate(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
eventFired(BrokerFactoryEvent) - Method in interface org.apache.openjpa.event.BrokerFactoryListener
Invoked after a BrokerFactory has been fully created.
eventManager - Variable in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
EventManager - Interface in org.apache.openjpa.lib.util
Basic event manager interface.
eventOccurred(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
Should be implemented to handle the specific lifecycle event.
eventOccurred(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
Catch-all for unhandled events.
eventOccurred(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
Catch-all for unhandled events.
evict(DataCache) - Method in class org.apache.openjpa.datacache.DataCacheScheduler
 
evict(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict the given object.
evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evict(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evict(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict the given object.
evict(Query) - Method in interface org.apache.openjpa.persistence.QueryResultCache
Evict a query result from the cache.
evict(Query) - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
 
evict(Class, Object) - Method in interface org.apache.openjpa.persistence.StoreCache
Remove data for the given oid from the cache.
evict(Class, Object) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
evictAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict the given objects.
evictAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict all clean objects.
evictAll(Extent, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict all persistent-clean and persistent-nontransactional instances in the given Extent.
evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(Collection) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evictAll(Object...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evictAll() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evictAll(Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evictAll(Extent) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
evictAll(Object...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict the given objects.
evictAll(Collection) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict the given objects.
evictAll() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict all clean objects.
evictAll(Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict all persistent-clean and persistent-nontransactional instances in the extent of the given class (including subclasses).
evictAll(Extent) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Evict all persistent-clean and persistent-nontransactional instances in the given Extent.
evictAll() - Method in interface org.apache.openjpa.persistence.QueryResultCache
Clear the cache.
evictAll(Class) - Method in interface org.apache.openjpa.persistence.QueryResultCache
Evict all result for queries involving the given class.
evictAll() - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
 
evictAll(Class) - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
 
evictAll(Class, Object...) - Method in interface org.apache.openjpa.persistence.StoreCache
Remove data for the given oids from the cache.
evictAll(Class, Collection) - Method in interface org.apache.openjpa.persistence.StoreCache
Remove data for the given oids from the cache.
evictAll() - Method in interface org.apache.openjpa.persistence.StoreCache
Clear the cache.
evictAll(Class, Object...) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
evictAll(Class, Collection) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
evictAll() - Method in class org.apache.openjpa.persistence.StoreCacheImpl
 
EX_FATAL - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
EX_UNSUPPORTED - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
EX_USER - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
ExceptionInfo - Interface in org.apache.openjpa.util
Interface supplying additional exception information.
ExceptionOrphanedKeyAction - Class in org.apache.openjpa.event
Throw a ObjectNotFoundException when an orphaned key is discovered.
ExceptionOrphanedKeyAction() - Constructor for class org.apache.openjpa.event.ExceptionOrphanedKeyAction
 
Exceptions - Class in org.apache.openjpa.util
Utility methods for externalizing and handling exceptions.
Exceptions() - Constructor for class org.apache.openjpa.util.Exceptions
 
exclude(Object) - Method in interface org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap.KeyFilter
 
EXCLUDE_ALL - Static variable in interface org.apache.openjpa.kernel.StoreContext
Marker bitset to indicate that all field loads should be excluded in the find methods of this interface.
excludeUnlistedClasses() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
execute(JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Execute this select in the context of the given store manager.
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Execute this select in the context of the given store manager.
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
execute(StoreContext, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Execute this select in the context of the given store manager.
execute() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute() - Method in interface org.apache.openjpa.kernel.Query
Execute.
execute(Map) - Method in interface org.apache.openjpa.kernel.Query
Execute with parameter map.
execute(Object[]) - Method in interface org.apache.openjpa.kernel.Query
Execute with parameter array.
execute() - Method in class org.apache.openjpa.kernel.QueryImpl
 
execute(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
execute(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
execute() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeDelete(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeDelete(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeDelete(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
 
executeDelete(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent and delete the instances.
executeDelete(StoreQuery, Object[]) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Deleted the objects that result from the execution of the query, retuning the number of objects that were deleted.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Create a ResultObjectProvider that can return all instances of type, optionally including subclasses as defined by subclasses.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a provider for all instances of the given candidate class, optionally including subclasses.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
executeOn(String[]) - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.ant.MetaDataToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.ant.PCEnhancerTask
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Perform the task action on the given files.
executeQuery(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeQuery(Connection, PreparedStatement, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
This method is to provide override for non-JDBC or JDBC-like implementation of executing query.
executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
 
executeQuery(JDBCStore, Connection, PreparedStatement, SQLBuffer, List) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
This method is to provide override for non-JDBC or JDBC-like implementation of executing query.
executeQuery(JDBCConfiguration, Connection, PreparedStatement, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
This method is to provide override for non-JDBC or JDBC-like implementation of executing query.
executeQuery(Connection, PreparedStatement, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is to provide override for non-JDBC or JDBC-like implementation of executing query.
executeQuery(Connection, PreparedStatement, SQLBuffer, boolean, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
This method is to provide override for non-JDBC or JDBC-like implementation of executing query.
executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
 
executeQuery(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent.
executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the result of executing this query with the given parameter values.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeQuery(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeQuery(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeUpdate(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeUpdate(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeUpdate(Connection, PreparedStatement, SQLBuffer, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
This method is to provide override for non-JDBC or JDBC-like implementation of executing update.
executeUpdate(PreparedStatement, String, RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
This method is to provide override for non-JDBC or JDBC-like implementation of executing update.
executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
 
executeUpdate(JDBCStore, Connection, PreparedStatement, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
This method is to provide override for non-JDBC or JDBC-like implementation of executing update.
executeUpdate(JDBCConfiguration, Connection, PreparedStatement, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
This method is to provide override for non-JDBC or JDBC-like implementation of executing update.
executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
 
executeUpdate(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent and updates the instances.
executeUpdate(StoreQuery, Object[]) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Updates the objects that result from the execution of the query, retuning the number of objects that were updated.
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate() - Method in class org.apache.openjpa.persistence.QueryImpl
 
executorServicePlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
ExecutorServiceValue - Class in org.apache.openjpa.slice
Value type used to represent a ExecutorService.
ExecutorServiceValue() - Constructor for class org.apache.openjpa.slice.ExecutorServiceValue
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
exists(OpenJPAStateManager, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Verify that the given instance exists in the data store; return false if it does not.
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
existsAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for f.exists().
exit(Expression) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
 
exit(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
 
exit(Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
Leave an expression.
exit(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
Leave a value.
ExpContext - Class in org.apache.openjpa.jdbc.kernel.exps
Expression tree context.
ExpContext() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.ExpContext
 
ExpContext(JDBCStore, Object[], JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.ExpContext
 
expectsArguments() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
expectsArguments() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
expectsArguments() - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return whether this function expects to act on arguments.
expectsArguments() - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return true if this extension expects arguments to act on.
expectsArguments() - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
expectsArguments() - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
expectsTarget() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
expectsTarget() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
expectsTarget() - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return true if this extension expects a target to act on.
expectsTarget() - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
expectsTarget() - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
ExpirationEvent - Class in org.apache.openjpa.datacache
An event indicating the expiration of an object from the data cache, or an expiration of a result list from the query cache.
ExpirationEvent(Object, Object, boolean) - Constructor for class org.apache.openjpa.datacache.ExpirationEvent
Constructor.
ExpirationListener - Interface in org.apache.openjpa.datacache
An entity that wishes to be notified when cache keys expire.
exportMappings(JDBCConfiguration, Class[], boolean, Log, Writer) - Method in interface org.apache.openjpa.jdbc.meta.MappingTool.ImportExport
Export mappings for the given classes based on the given arguments.
Expression - Interface in org.apache.openjpa.kernel.exps
Interface for a set of conditions that must be met for the query to be true.
ExpressionFactory - Interface in org.apache.openjpa.kernel.exps
The ExpressionFactory must be implemented by a particular runtime to form Expressions in its native query language.
ExpressionParser - Interface in org.apache.openjpa.kernel.exps
Parser for query languages that will be used by a ExpressionQuery.
ExpressionStoreQuery - Class in org.apache.openjpa.kernel
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.
ExpressionStoreQuery(ExpressionParser) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery
Construct a query with a parser for the language.
ExpressionStoreQuery.AbstractExpressionExecutor - Class in org.apache.openjpa.kernel
Provides support for queries that hold query information in a QueryExpressions instance.
ExpressionStoreQuery.AbstractExpressionExecutor() - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
 
ExpressionStoreQuery.DataStoreExecutor - Class in org.apache.openjpa.kernel
The DataStoreExecutor executes the query against the implementation's overridden ExpressionStoreQuery.DataStoreExecutor.executeQuery(org.apache.openjpa.kernel.StoreQuery, java.lang.Object[], org.apache.openjpa.kernel.StoreQuery.Range) method.
ExpressionStoreQuery.DataStoreExecutor(ExpressionStoreQuery, ClassMetaData, boolean, ExpressionParser, Object) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
 
ExpressionVisitor - Interface in org.apache.openjpa.kernel.exps
Visits nodes of a query expression tree.
ExpState - Class in org.apache.openjpa.jdbc.kernel.exps
Expression tree state.
ExpState() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.ExpState
 
ExpState(Joins) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.ExpState
 
extendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
Extensions - Class in org.apache.openjpa.meta
Vendor extensions.
Extensions() - Constructor for class org.apache.openjpa.meta.Extensions
 
Extent - Interface in org.apache.openjpa.kernel
Representation of all members of a persistent class.
Extent<T> - Interface in org.apache.openjpa.persistence
An extent is a logical view of all instances of a class.
ExtentImpl - Class in org.apache.openjpa.kernel
Representation of all members of a persistent class.
ExtentImpl<T> - Class in org.apache.openjpa.persistence
An extent is a logical view of all instances of a class.
ExtentImpl(EntityManagerImpl, Extent) - Constructor for class org.apache.openjpa.persistence.ExtentImpl
Constructor; supply delegate.
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
Return an iterator over all instances of the given type.
Externalizer - Annotation Type in org.apache.openjpa.persistence
Declares a method that transforms the field value to its datastore equivalent.
ExternalValues - Annotation Type in org.apache.openjpa.persistence
Maps field values to their datastore equivalents.

F

factory - Variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
Factory - Annotation Type in org.apache.openjpa.persistence
Declares a method that transforms the datastore value to its field equivalent.
FALSE - Static variable in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
 
FALSE - Static variable in annotation type org.apache.openjpa.persistence.jdbc.ElementEmbeddedMapping
 
FALSE - Static variable in annotation type org.apache.openjpa.persistence.jdbc.EmbeddedMapping
 
FALSE - Static variable in annotation type org.apache.openjpa.persistence.jdbc.KeyEmbeddedMapping
 
FALSE - Static variable in annotation type org.apache.openjpa.persistence.jdbc.XEmbeddedMapping
 
fatal(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
fatal(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
FATAL - Static variable in interface org.apache.openjpa.lib.log.Log
 
fatal(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.FATAL level with the stringification of o as the body of the message, also outputting t to the log.
fatal(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.FATAL level with the stringification of o as the body of the message, also outputting t to the log.
fatal(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
fatal(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
FATAL_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
fatalError(SAXParseException) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
fatalError(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
fetch - Variable in class org.apache.openjpa.jdbc.kernel.exps.ExpContext
Fetch configuration.
fetch(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetch(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetch(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetch(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the externalized value of the field with the given index as an object.
fetch(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
FETCH_LOAD - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
Constant indicating that a field requires a fetch and load of fetched data.
FETCH_NONE - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
Constant indicating that a field does not require fetching.
FETCH_REF - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
Constant indicating that a reference to the field's value must be fetched, but loading data is not necessary.
FetchAttribute - Annotation Type in org.apache.openjpa.persistence
Includes a persistent attribute in a FetchGroup.
fetchBatchSize - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
fetchBatchSize - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchBoolean(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchBooleanField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchBooleanField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchBooleanField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchByte(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchByte(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchByteField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchByteField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchByteField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchChar(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchChar(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchCharField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchCharField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchCharField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
FetchConfiguration - Interface in org.apache.openjpa.kernel
Allows configuration and optimization of how objects are loaded from the data store.
FetchConfigurationImpl - Class in org.apache.openjpa.kernel
Allows configuration and optimization of how objects are loaded from the data store.
FetchConfigurationImpl() - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl
 
FetchConfigurationImpl(FetchConfigurationImpl.ConfigurationState) - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl
 
FetchConfigurationImpl.ConfigurationState - Class in org.apache.openjpa.kernel
Configurable state shared throughout a traversal chain.
FetchConfigurationImpl.ConfigurationState() - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
fetchDirection - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
FetchDirection - Enum in org.apache.openjpa.persistence.jdbc
The fetch direction to request when creating statements.
fetchDouble(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchDouble(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchDouble(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchDouble(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchDouble(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchDoubleField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchDoubleField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchDoubleField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchField(int, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the value of the field with the given index as an object.
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchFloat(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchFloat(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFloatField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchFloatField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchFloatField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFromDetachedSM(DetachedStateManager, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
FetchGroup - Class in org.apache.openjpa.meta
Captures fetch group metadata.
FetchGroup - Annotation Type in org.apache.openjpa.persistence
Fetch group definition.
fetchGroups - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
fetchGroups - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
FetchGroups - Annotation Type in org.apache.openjpa.persistence
Fetch groups holder.
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchInitialField(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the value of the field at the specified index as of the beginning of the transaction.
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchInnerJoins - Variable in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
 
fetchInnerPaths - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchInt(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchInt(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchIntField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchIntField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchIntField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchLong(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchLong(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchLongField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchLongField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchLongField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
FetchMode - Enum in org.apache.openjpa.persistence.jdbc
Type of fetching to employ.
FetchModeValue - Class in org.apache.openjpa.jdbc.conf
Value type used to represent fetch modes.
FetchModeValue(String) - Constructor for class org.apache.openjpa.jdbc.conf.FetchModeValue
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObject(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchObject(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchObjectField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchObjectField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObjectField(int) - Method in class org.apache.openjpa.kernel.SaveFieldManager
 
fetchObjectField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchObjectId() - Method in interface org.apache.openjpa.enhance.StateManager
Return the object id, assigning it if necessary.
fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchPaths - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
FetchPlan - Interface in org.apache.openjpa.persistence
The fetch plan allows you to dynamically alter eager fetching configuration and other aspects of data loading.
FetchPlanImpl - Class in org.apache.openjpa.persistence
Implements FetchPlan via delegation to FetchConfiguration.
FetchPlanImpl(FetchConfiguration) - Constructor for class org.apache.openjpa.persistence.FetchPlanImpl
Constructor; supply delegate.
fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchShort(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchShort(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchShort(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchShortField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchShortField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchShortField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchString(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchString(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchString(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchStringField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchStringField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchStringField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
field - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
 
field - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
The owning field mapping.
FieldConsumer - Interface in org.apache.openjpa.enhance
Consumes persistent field values.
FieldManager - Interface in org.apache.openjpa.enhance
Manages persistent fields.
FieldMapping - Class in org.apache.openjpa.jdbc.meta
Specialization of metadata for relational databases.
FieldMapping(String, Class, ClassMapping) - Constructor for class org.apache.openjpa.jdbc.meta.FieldMapping
Constructor.
FieldMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a field to the schema, in raw form.
FieldMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
FieldMetaData - Class in org.apache.openjpa.meta
Metadata for a managed class field.
FieldMetaData(String, Class, ClassMetaData) - Constructor for class org.apache.openjpa.meta.FieldMetaData
Constructor.
FieldMetaData.MemberProvider - Class in org.apache.openjpa.meta
Serializable wrapper around a Method or Field.
FieldMetaData.MemberProvider() - Constructor for class org.apache.openjpa.meta.FieldMetaData.MemberProvider
 
fieldName(String) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
fields - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
FieldStrategy - Interface in org.apache.openjpa.jdbc.meta
Maps a persistent field to the relational schema.
FieldSupplier - Interface in org.apache.openjpa.enhance
Supplies persistent field values.
file - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
file - Variable in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
file - Variable in class org.apache.openjpa.meta.MetaDataTool.Flags
 
FileMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over a file, or over all metadata resources below a given directory.
FileMetaDataIterator(File) - Constructor for class org.apache.openjpa.lib.meta.FileMetaDataIterator
Constructor; supply metadata file.
FileMetaDataIterator(File, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.FileMetaDataIterator
Constructor; supply root of directory tree to search and optional file filter.
fileName - Variable in class org.apache.openjpa.ant.MetaDataToolTask
 
Files - Class in org.apache.openjpa.lib.util
Utility operations on files.
Files() - Constructor for class org.apache.openjpa.lib.util.Files
 
files - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
FileSchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory that uses an XML schema file to construct the system schema.
FileSchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
fileSets - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
FileValue - Class in org.apache.openjpa.lib.conf
A File Value.
FileValue(String) - Constructor for class org.apache.openjpa.lib.conf.FileValue
 
filter - Variable in class org.apache.openjpa.jdbc.kernel.exps.QueryExpressionsState
 
filter - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
FilterListener - Interface in org.apache.openjpa.kernel.exps
A filter listener extends expression filters with custom functionality.
filterListenerPlugins - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
Filters - Class in org.apache.openjpa.kernel
Helper methods for dealing with query filters.
Filters() - Constructor for class org.apache.openjpa.kernel.Filters
 
FilterValue - Interface in org.apache.openjpa.jdbc.kernel.exps
The simplified public view of any non-operator in a query filter, including constants, variables, and object fields.
finalize() - Method in class org.apache.openjpa.kernel.FinalizingBrokerImpl
Close on finalize.
finalize() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
 
FinalizingBrokerImpl - Class in org.apache.openjpa.kernel
Subtype of BrokerImpl that automatically closes itself during finalization.
FinalizingBrokerImpl() - Constructor for class org.apache.openjpa.kernel.FinalizingBrokerImpl
 
find(Object, ValueMapping, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Find the object with the given oid.
find(Object, ValueMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Find the object with the given oid.
find(Object, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
find(Object, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
find(Object, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Internal finder.
find(Object, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
find(Object, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
find(Object, boolean, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Find the persistence object with the given oid.
find(Object, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the object with the given oid.
find(Class<T>, Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
findAll(Collection, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findAll(Collection, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Internal finder.
findAll(Collection, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findAll(Collection, boolean, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the objects with the given oids.
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the objects with the given oids.
findAll(Class<T>, Object...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
findAll(Class<T>, Collection) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
findAll(Class<T>, Object...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the objects with the given oids.
findAll(Class<T>, Collection) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the objects with the given oids.
findBroker(String, String, boolean) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Find a pooled broker, or return null if none.
findCached(Object, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findCached(Object, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findCached(Object, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the cached instance for the given oid/object, or null if not cached.
findCached(Class<T>, Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
findCached(Class<T>, Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the cached instance for the given oid/object, or null if not cached.
FindCallbacks - Interface in org.apache.openjpa.kernel
Allows facades to control the particulars of the find operation through callbacks.
findClass(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
findColumn(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
findCopyConstructor(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Find an appropriate copy constructor for the given type, or return null if none.
findExportedForeignKeys(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find all foreign keys exported by a given primary key (all foreign keys that link to the primary key).
findField(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
Return the field with the given name, optionally throwing an exception if none.
findGetter(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
Return the getter method matching the given property name, optionally throwing an exception if none.
findGetter(Class, Method) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Return the getter corresponding to the given setter, or null.
findObject(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the 1-based result set index for the given column or id, or a non-positive number if the column is not contained in this result.
findObject(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
findOptionsFor(Class) - Static method in class org.apache.openjpa.lib.util.Options
Finds all the options that can be set on the provided class.
findResource(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
findResources(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
findSequence(String) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
findSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the equivalent of the given sequence in this schema group.
findSequence(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the sequence with the given name in the group, using '.' as the catalog separator.
findSequence(Schema, String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the sequence with the given name in the group, using '.' as the catalog separator.
findSetter(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
Return the setter method matching the given property name, optionally throwing an exception if none.
findSetter(Class, String, Class, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
Return the setter method matching the given property name, optionally throwing an exception if none.
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
findTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the equivalent of the given table in this schema group.
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the table with the given name in the group, using '.' as the catalog separator.
findTable(Schema, String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the table with the given name in the group, using '.' as the catalog separator.
findTargetField(Column[], String) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the position of the template column with the given target field.
findTransactionalBroker(String, String) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Find a managed runtime broker associated with the current transaction, or returns null if none.
finish(PCDataGenerator.DynamicPCData, ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
finish(PCDataGenerator.DynamicPCData, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Perform any final actions before the pcdata is returned to client code.
finish() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
Parse the schema relating to the given class.
finish() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method to finish up after a parse; this is only called if no errors are encountered during parsing.
FirebirdDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Firebird.
FirebirdDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.FirebirdDictionary
 
fireEvent(Object, Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
fireEvent(Object, Object) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
fireEvent(RemoteCommitEvent) - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
Fire a remote commit event via the cached event manager.
fireEvent(Object, Object) - Method in class org.apache.openjpa.event.BrokerFactoryEventManager
 
fireEvent(Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
Fire lifecycle event to all registered listeners without an argument.
fireEvent(Object, Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
Fire lifecycle event to all registered listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
fireEvent(Object, Object) - Method in class org.apache.openjpa.event.TransactionEventManager
Fire the given event to all registered listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
Fire the given event to all listeners.
fireEvent(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Fire the given event to all listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Implement this method to fire the given event to the given listener.
fireEvent(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Fire the given event to all listeners, returning any exceptions.
fireLocalStaleNotification(Object) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Fire an event to local listeners only notifying them of a detected stale record.
first() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
fixedSizeTypeNames - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
fixedSizeTypeNameSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
FLAG_DIRECT_INSERT - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_DIRECT_UPDATE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_FK_INSERT - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_FK_UPDATE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_PK_JOIN - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_UNINSERTABLE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_UNUPDATABLE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
flags - Variable in class org.apache.openjpa.ant.ApplicationIdToolTask
 
flags - Variable in class org.apache.openjpa.ant.MetaDataToolTask
 
flags - Variable in class org.apache.openjpa.ant.PCEnhancerTask
 
flags - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.sql.RowImpl
 
FlatClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for classes mapped to their superclass table.
FlatClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
FLOAT - Static variable in class org.apache.openjpa.meta.JavaTypes
 
FLOAT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
FloatId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for float fields.
FloatId(Class, Float) - Constructor for class org.apache.openjpa.util.FloatId
 
FloatId(Class, String) - Constructor for class org.apache.openjpa.util.FloatId
 
FloatId(Class, float) - Constructor for class org.apache.openjpa.util.FloatId
 
FloatId(Class, float, boolean) - Constructor for class org.apache.openjpa.util.FloatId
 
floatTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
flush(Collection) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Breaks down states based on the objects' current states, and delegates to AbstractStoreManager.flush(Collection,Collection,Collection,Collection,Collection).
flush(Collection, Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Responsible for writing modifications happened back to the data store.
flush(Collection) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
flush(Collection, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Flush all rows of the given row manager.
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.BatchingConstraintUpdateManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.BatchingOperationOrderUpdateManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager
 
flush(Collection, PreparedStatementManager) - Method in class org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager
Flush the given collection of secondary rows.
flush(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
flush(Collection, PreparedStatementManager) - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
Flush the given collection of secondary rows.
flush(RowImpl) - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
Flush the given row.
flush() - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
This method must be called after the last row has been flushed, to flush any remaining statements.
flush(RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
 
flush() - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
 
flush(Collection, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.UpdateManager
Flush the given instances to the data store.
flush(PreparedStatement, DBDictionary, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Flush the row's values to the given prepared statement.
flush(PreparedStatement, int, DBDictionary, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Flush the row's values to the given prepared statement.
flush() - Method in interface org.apache.openjpa.kernel.Broker
Flush all transactional instances to the data store.
flush() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
flush(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
Flush the transactional state to the data store.
flush() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
flush(Collection) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
flush(Collection) - Method in interface org.apache.openjpa.kernel.StoreManager
Flush the given state manager collection to the datastore, returning a collection of exceptions encountered during flushing.
flush() - Method in class org.apache.openjpa.lib.log.LogOutputStream
 
flush() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
flush(Collection, Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
FLUSH_COMMIT - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Flush in preparation of commit.
FLUSH_FALSE - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should never flush data to the database automatically before executing a query, but should instead execute queries in-memory if necessary.
FLUSH_FALSE - Static variable in interface org.apache.openjpa.persistence.OpenJPAQuery
Deprecated. use the FlushModeType enum instead.
FLUSH_INC - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Incremental flush.
FLUSH_LOGICAL - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Run persistence-by-reachability and other flush-time operations without accessing the database.
FLUSH_ROLLBACK - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Flush to check consistency of cache, then immediately rollback changes.
FLUSH_TRUE - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should flush data to the database automatically whenever OpenJPA determines that relevant modifications have been made and IgnoreCache is false.
FLUSH_TRUE - Static variable in interface org.apache.openjpa.persistence.OpenJPAQuery
Deprecated. use the FlushModeType enum instead.
FLUSH_WITH_CONNECTION - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should flush data to the database automatically when OpenJPA determines that relevant modifications have been made and the current context already has a dedicated connection.
FLUSH_WITH_CONNECTION - Static variable in interface org.apache.openjpa.persistence.OpenJPAQuery
Deprecated. use the FlushModeType enum instead.
flushAllRows(Row) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
flushAllRows(Row) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Flush the logical row.
flushAllRows(Row) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
flushAndUpdate(RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
Flush the given row immediately or deferred the flush in batch.
flushAndUpdate(RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
Flush the given row immediately.
flushBatch() - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
flush all cached up statements to be executed as a single or batched prepared statements.
flushBeforeQueries - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
flushGraph(Graph, PreparedStatementManager, boolean) - Method in class org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager
Flush the given graph of rows in the proper order.
flushInternal(RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
Flush the given row.
flushQuery - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
flushSecondaryRow(Row) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
flushSecondaryRow(Row) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Flush the secondary row; after flushing the row is available for reuse.
flushSecondaryRow(Row) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
FlushTransactionListener - Interface in org.apache.openjpa.event
Notified on transaction flush.
FORCE_LOAD_ALL - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_DFG - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_NONE - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_REFRESH - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_OUTER - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
Initialization flag indicating to force an outer join into any relation path.
ForeignKey - Class in org.apache.openjpa.jdbc.schema
Represents a database foreign key; may be a logical key with no database representation.
ForeignKey() - Constructor for class org.apache.openjpa.jdbc.schema.ForeignKey
Default constructor.
ForeignKey(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.ForeignKey
Constructor.
ForeignKey - Annotation Type in org.apache.openjpa.persistence.jdbc
Foreign key definition.
ForeignKeyAction - Enum in org.apache.openjpa.persistence.jdbc
Foreign key actions.
foreignKeys - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
foreignKeys - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
format - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
format - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
formatMessage(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
Convert message into a string ready to be written to the log.
FormatPreservingProperties - Class in org.apache.openjpa.lib.util
A specialization of Properties that stores its contents in the same order and with the same formatting as was used to read the contents from an input stream.
FormatPreservingProperties() - Constructor for class org.apache.openjpa.lib.util.FormatPreservingProperties
 
FormatPreservingProperties(Properties) - Constructor for class org.apache.openjpa.lib.util.FormatPreservingProperties
 
FormatPreservingProperties.DuplicateKeyException - Exception in org.apache.openjpa.lib.util
 
FormatPreservingProperties.DuplicateKeyException(String, Object, String) - Constructor for exception org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException
 
forPackage(Class) - Static method in class org.apache.openjpa.lib.util.Localizer
Return a Localizer instance that will access the properties file in the package of the given class using the system default locale.
forPackage(Class, Locale) - Static method in class org.apache.openjpa.lib.util.Localizer
Return a Localizer instance that will access the properties file in the package of the given class using the given locale.
forType(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the proper type for the given JavaTypes constant.
forUpdateClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
FoxProDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
FoxProDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
free() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
 
free() - Method in class org.apache.openjpa.kernel.BrokerImpl
Free the resources used by this persistence manager.
FROM_SELECT_ALIAS - Static variable in interface org.apache.openjpa.jdbc.sql.Select
The alias to use for the from select, if any.
fromConnectionConstant(int) - Static method in enum org.apache.openjpa.persistence.jdbc.IsolationLevel
 
fromEnumSet(EnumSet<AutoDetachType>) - Static method in enum org.apache.openjpa.persistence.AutoDetachType
 
fromOpenJPAObjectId(Object) - Static method in class org.apache.openjpa.persistence.JPAFacadeHelper
Translate from a OpenJPA identity object to a Persistence one.
fromOpenJPAObjectId(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Deprecated. use JPAFacadeHelper instead. This method pierces the published-API boundary, as does the JPAFacadeHelper utilization.
fromOpenJPAObjectIdClass(Class) - Static method in class org.apache.openjpa.persistence.JPAFacadeHelper
Translate from a OpenJPA identity class to a native one.
fromOpenJPAObjectIdClass(Class) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Deprecated. use JPAFacadeHelper instead. This method pierces the published-API boundary, as does the JPAFacadeHelper utilization.
fromPKValues(Object[], ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Return a new object id constructed from the given primary key values.
fromProperties(Map) - Method in interface org.apache.openjpa.lib.conf.Configuration
Set this Configuration via the given map.
fromProperties(Map) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
fromUserProperties(Map) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
Load the given user-supplied map of properties into this persistence unit.
FullClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for when the class maps all fields to its own table.
FullClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
fullClone(int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
fullClone(int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a SELECT that is a complete clone of this one.
fullClone(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 

G

GENERAL - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
GeneralException - Exception in org.apache.openjpa.util
General exception type.
GeneralException() - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(String) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(Localizer.Message, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(String, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
 
generateAnnotations - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
generateClass(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Generate a new class with the given name.
generateCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Writes the generated code to the proper directory.
GeneratedClasses - Class in org.apache.openjpa.util
Utility methods when generating classes, including at runtime.
GeneratedClasses() - Constructor for class org.apache.openjpa.util.GeneratedClasses
 
generateFieldValue(StoreContext, FieldMetaData) - Static method in class org.apache.openjpa.util.ImplHelper
Generate a value for the given metadata, or return null.
generateForeignKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate foreign key information for the given schema.
generateForeignKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table foreign keys.
generateIdentityValue(StoreContext, ClassMetaData, int) - Static method in class org.apache.openjpa.util.ImplHelper
Generate a value for the given metadata, or return null.
generateIndexes(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate index information for the given schema.
generateIndexes(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table indexes.
generatePCData(Object, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Return a PCDataGenerator.DynamicPCData instance for the given oid and metadata.
generatePrimaryKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate primary key information for the given schema.
generatePrimaryKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table primary keys.
generateProxyBeanBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Generate the bytecode for a bean proxy for the given type.
generateProxyCalendarBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Generate the bytecode for a calendar proxy for the given type.
generateProxyCollectionBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Generate the bytecode for a collection proxy for the given type.
generateProxyDateBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Generate the bytecode for a date proxy for the given type.
generateProxyMapBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Generate the bytecode for a map proxy for the given type.
generateSchema(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Add a fully-constructed Schema matching the given database schema to the current group.
generateSchemas() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate all schemas set in the configuration.
generateSchemas(String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate the schemas and/or tables named in the given strings.
generateSequences(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds all sequences matching the given name pattern to the schema.
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Generate the SQL for this row; the result of this method is cached.
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
generateStorage(int[], Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Generate a generic DynamicStorage instance with the given array of JavaTypes constants and the given object as the user key for generation.
generateTables(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds all tables matching the given name pattern to the schema.
Generator - Interface in org.apache.openjpa.persistence
Represents a store sequence.
GeneratorImpl - Class in org.apache.openjpa.persistence
Represents a store sequence.
GeneratorImpl(Seq, String, StoreContext, ClassMetaData) - Constructor for class org.apache.openjpa.persistence.GeneratorImpl
Constructor; supply delegate.
GenericConfigurable - Interface in org.apache.openjpa.lib.conf
Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
GenericResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
Object provider implementation wrapped around a generic Result.
GenericResultObjectProvider(Class, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
Constructor.
GenericResultObjectProvider(ClassMapping, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
Constructor.
get(ConfigurationProvider) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
Extract the value of this property if set in the given provider.
get(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
get(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
get(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Return the cached object for the given oid.
get(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
get(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
get(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
Return a list of oids for the given query key.
get(int) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
 
get(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
get(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
get(FieldMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
get(FieldMetaData, XMLMetaData) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
get(XMLMetaData, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
get(Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
Return a default foreign key for the given tables, or null to create a logical foreign key only.
get(Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.TableDefaults
Return the default table name.
get(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
 
get(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
get(FieldMetaData, boolean) - Method in interface org.apache.openjpa.kernel.exps.Path
Traverse into the given field of the current object, and update the current object to that field value.
get(FieldMetaData, XMLMetaData) - Method in interface org.apache.openjpa.kernel.exps.Path
Traverse into the given field that maps to xml column, and update the current object to that field value.
get(XMLMetaData, String) - Method in interface org.apache.openjpa.kernel.exps.Path
Traverse into the gevin xpath name of the current object, and update the current object to that xpath field.
get(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
get() - Method in class org.apache.openjpa.lib.conf.BooleanValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.DoubleValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.FileValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.IntValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.ObjectValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.StringListValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.StringValue
The internal value.
get(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns the value to which this HashMap maps the specified key.
get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
 
get(String) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
get(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
get(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
get(String, Object, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
get(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
get(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
get(Object, FieldMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Return the given primary key field value from the given oid.
get(Object) - Method in class org.apache.openjpa.util.CacheMap
 
getAbsoluteFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for f.getAbsoluteFile().
getAbsolutePathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for f.getAbsolutePath().
getAccessPath() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Return the recorded query access path.
getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
 
getAccessPathMetaDatas() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the classes that affect this query.
getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAccessPathMetaDatas(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return an array of all persistent classes used in this query, or empty array if unknown.
getAccessType() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to use field or property-based access on generated code.
getAccessType(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return the access type of the given metadata.
getAccessType() - Method in class org.apache.openjpa.meta.ClassMetaData
The access type used by this class.
getAccessType(ClassMetaData) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
 
getAccessUnloaded() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to allow access to unloaded detached fields.
getAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The action supplied on construction.
getAction(String) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key action constant for the given action name.
getAction() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
The action supplied on construction.
getAction() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the action for this row.
getAction() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
getAction() - Method in class org.apache.openjpa.kernel.InverseManager
Return the action constant to use during relationship checking.
getAction() - Method in class org.apache.openjpa.meta.MetaDataTool
The action supplied on construction.
getActionName(int) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key action name for the given action constant.
getActiveSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
Gets the active slice identifiers.
getActiveSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Gets the name of the active slices.
getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given column to its table.
getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getAddDefaultConstructor() - Method in class org.apache.openjpa.enhance.PCEnhancer
A boolean indicating whether the enhancer should add a no-args constructor if one is not already present in the class.
getAdded() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getAdded() - Method in interface org.apache.openjpa.util.ChangeTracker
Return the collection of values that need to be added to the managed container.
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given foreign key to its table.
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getAdditionalBeanInfo() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getAddNullIndicator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to add a synthetic null indicator column to embedded mappings by default.
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given primary key to its table.
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getAddWhitespaceAfterDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a space after the delimiter character(if the delimiter is not the space character).
getAfterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return {#getLinesBetweenSections} + 1 new line characters.
getAggregateListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the function listener for the given tag, or null if none.
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Return the filter listener for the given tag, or null.
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the standard filter listener for the given tag, or null.
getAggregateListenerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the query function listeners.
getAggregateListenerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAggregateListeners() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query AggregateListeners to use.
getAggregateListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAggregateListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAggregateListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
The set of aggregate listeners.
getAggregateListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getAlias() - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Return the alias of this strategy.
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getAlias(Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
Returns the alias of a given id.
getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAlias() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
 
getAlias() - Method in interface org.apache.openjpa.kernel.QueryContext
If this query is not a projection but places candidate results into a result class under an alias, return that alias.
getAlias() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAlias(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
If this is not a projection but the candidate results are placed into a result class with an alias, return that alias.
getAlias1() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getAlias2() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getAliases(boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
A list representation of the aliases, in select order, with AS aliases present.
getAliases() - Method in class org.apache.openjpa.lib.conf.Value
Aliases for the value in the form key1, value1, key2, value2, ...
getAliasList() - Method in class org.apache.openjpa.lib.conf.StringListValue
 
getAliasNames() - Method in class org.apache.openjpa.meta.MetaDataRepository
 
getAll(List) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Returns the objects for the given key List.
getAll(List) - Method in interface org.apache.openjpa.datacache.DataCache
returns objects from the caches for a given list of keys
getAll(List) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
getAllocate() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getAllocate() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the number of sequences to allocate for each update of the sequence table.
getAllocate() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's cache size.
getAllocate() - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence values to allocate, or -1 for default.
getAllowDuplicates() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, duplicate properties are allowed, and the last property setting in the input will overwrite any previous settings.
getAllowsMultipleMethodsForSameCallback() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
Flags if multiple methods of the same class can handle the same callback event.
getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return any 'all row' deletes.
getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRows(Table, int) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Return a logical row representing an update that should be made to all rows of the given table.
getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return any 'all row' updates.
getAnchorsInFile(File) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
getAnchorsInFile(File) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Return a List of all the anchors defined in file.
getAnchorsInFile(File) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
getAnchorsInResource(String) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
getAnchorsInResource(String) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Return a List of all the anchors defined in resource.
getAnchorsInResource(String) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
getAnnotationParser() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
Return metadata parser, creating it if it does not already exist.
getAnnotationParser() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
The annotation parser.
getAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPriv5Helper
Return a PrivilegeAction object for AnnotatedElement.getAnnotations().
getAnnotationsForMeta(Object) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Returns a list of stringified annotations for specified meta.
getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArray(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getArray(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getArray(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
 
getAscending(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the ordering direction for all ordering clauses, or empty array if none.
getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getAsciiStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getAsciiStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getAsciiStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getAssertAllowedType() - Method in class org.apache.openjpa.util.ProxyManagerImpl
Whether to perform runtime checks to ensure that all elements added to collection and map proxies are the proper element/key/value type as defined by the metadata.
getAssociatedEvent() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the associated JDBCEvent for this event.
getAttributes(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getAttributes() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The current attributes.
getAutoAssignedColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
Return this table's auto-assigned columns.
getAutoClear() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether instances clear their state when entering a transaction.
getAutoClear() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoClear() - Method in interface org.apache.openjpa.kernel.Broker
Whether objects clear when entering transactions.
getAutoClear() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getAutoClear() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getAutoClear() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getAutoClear() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Whether to clear state when entering a transaction.
getAutoClearConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the AutoClear constant.
getAutoClearConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
Whether auto commit should be on.
getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getAutoDetach() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separated list of events which trigger auto-detachment in place of managed states.
getAutoDetach() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoDetach() - Method in interface org.apache.openjpa.kernel.Broker
Bit flags marked in AutoDetach which indicate when persistent managed objects should be automatically detached in-place.
getAutoDetach() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getAutoDetach() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getAutoDetach() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getAutoDetach() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
AutoDetachType values which indicate when persistent managed objects should be automatically detached in-place.
getAutoDetachConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The AutoDetach flags.
getAutoDetachConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getAutoDistinct() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether to automatically make results distinct when relational joins would otherwise introduce duplicates.
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getAutoOff() - Method in class org.apache.openjpa.util.AbstractChangeTracker
Whether to automatically stop tracking when the number of changes exceeds the container size.
getAuxiliaryEnhancers() - Method in class org.apache.openjpa.enhance.PCEnhancer
Gets the auxiliary enhancers registered as services.
getAvailableSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
Gets the available slice identifiers irrespective of their status.
getAvailableSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Gets the name of the available slices.
getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getBackingMember() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the backing member supplied in FieldMetaData.backingMember(java.lang.reflect.Member).
getBackingMember(FieldMetaData) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Return the backing member for the given field metadata.
getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getBase() - Method in class org.apache.openjpa.meta.InheritanceComparator
 
getBaseClassStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base class strategy alias.
getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBaseMapping() - Method in interface org.apache.openjpa.jdbc.sql.Result
If this is the result of a UNION used to select a hierarchy of mappings, the base mapping represented by the current row.
getBatchLimit() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
Return the batch limit.
getBatchLimit() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the batchLimit
getBCClassFieldsAction(BCClass, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for BCClass.getFields().
getBeanDescriptor() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimal(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigDecimal(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBigDecimal(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigInteger(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigInteger(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBigInteger(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBinaryStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBinaryStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBinaryStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBinaryStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBlob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBlob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBlobAsObject() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to reverse-map blob columns as containing serialized Java objects, rather than the default of using a byte[] field.
getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getBoolean(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the boolean at the given index.
getBoolean(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getBoolean(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBoolean(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBoolean(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBooleanExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a boolean.
getBooleanExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a boolean.
getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBooleanProperty(String, String, boolean) - Method in class org.apache.openjpa.lib.util.Options
Specialization of Options.getBooleanProperty(java.lang.String, java.lang.String, boolean) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getBooleanProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a boolean, or false if it does not exist and has no set default.
getBooleanProperty(String, boolean) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a boolean, or the given default if it does not exist.
getBraceAtSameTabLevel() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place braces at the same tab level as the code within the block.
getBraceOnSameLine() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place opening braces on the same line as the block declaration, or on the next line.
getBroker() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getBroker() - Method in interface org.apache.openjpa.kernel.Extent
The broker that generated the extent.
getBroker() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getBroker() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Return the Broker associated with this savepoint.
getBroker() - Method in interface org.apache.openjpa.kernel.Query
The broker that generated this query.
getBroker() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getBroker() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the broker for this context, if possible.
getBroker() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
Broker delegate.
getBrokerFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The BrokerFactory class to use.
getBrokerFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getBrokerFactory() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
 
getBrokerFactory() - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a pooled factory for the default configuration.
getBrokerFactory(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a pooled factory for the given configuration.
getBrokerFactory() - Method in interface org.apache.openjpa.kernel.Broker
Return the factory that produced this broker.
getBrokerFactory() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getBrokerFactory() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getBrokerFactory() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
Delegate.
getBrokerFactoryEventManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the BrokerFactoryEventManager associated with this configuration.
getBrokerFactoryEventManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getBrokerImpl() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string of the BrokerImpl extension to create.
getBrokerImpl() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getBuffer() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the internal code buffer.
getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getBulkUpdateValues() - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
 
getByNameAction(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for InetAdress.getByName().
getByte(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the byte at the given index.
getByte(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getByte(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getByte(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getByte(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBytecodeWriter() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the current BytecodeWriter to write to or null if none.
getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytes(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBytes(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBytes(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCache() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
Return the QueryCache that this object is associated with.
getCacheableData(Object) - Method in interface org.apache.openjpa.conf.CacheMarshaller.ValidationPolicy
Return an object that the CacheMarshaller should store.
getCacheableData(Object) - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
 
getCachedMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached metadata for the given class, without any resolution.
getCachedQueryMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached query metadata for the given name.
getCachedQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the cached query result mapping with the given name, or null if none.
getCachedSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached a sequence metadata for the given name.
getCachedXMLMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached XMLClassMetaData for the given class Return null if none.
getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Returns the underlying CacheMap that this cache is using.
getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Returns the underlying CacheMap that this cache is using.
getCacheMarshallerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the cache marshaller listeners.
getCacheMarshallerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCacheMarshallers() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings specifying the CacheMarshallers to use.
getCacheMarshallers() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCacheSize() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Returns the maximum number of unpinned objects to keep hard references to.
getCacheSize() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Returns the maximum number of unpinned objects to keep hard references to.
getCacheSize() - Method in class org.apache.openjpa.util.CacheMap
The maximum number of hard references to maintain, or -1 for no limit.
getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCalendar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getCalendar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCallbackMethod() - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
The callback method.
getCallbackMode() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getCallbackMode() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
What to do on lifecycle callback exceptions.
getCallbackMode() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Return all callbacks for the given event type, including superclass callbacks if appropriate.
getCallbacksBeforeListeners(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getCallbacksBeforeListeners(int) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
If callbacks are fired before listeners for the given event type.
getCallbacksBeforeListeners(int) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getCandidateAlias() - Method in interface org.apache.openjpa.kernel.exps.Subquery
Return the candidate alias for this subquery.
getCandidateCollection() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateCollection() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the candidate collection, or null if an extent was specified instead of a collection.
getCandidateCollection() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateCollection() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Return the candidate collection, or null if an extent was specified instead of a collection.
getCandidateCollection() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getCandidateExtent() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateExtent() - Method in interface org.apache.openjpa.kernel.Query
Return the candidate extent, or null if a collection was specified instead of an extent.
getCandidateExtent() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateMetaData(JPQLExpressionBuilder.JPQLNode) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
getCandidateType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
The result candidate class.
getCandidateType() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateType() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL
Public for unit testing purposes.
getCandidateType() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the class of the objects that this query will return, or null if this information is not available / not relevant.
getCandidateType() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateType() - Method in class org.apache.openjpa.meta.QueryMetaData
The query candidate class, or null if none.
getCandidateTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Candidate mapping.
getCandidateTypeName() - Method in class org.apache.openjpa.datacache.QueryKey
Returns the candidate class name for this query.
getCanonicalPathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for f.getCanonicalPath().
getCascadeAttach() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeAttach() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for attach operation.
getCascadeAttach() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadeDelete() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeDelete() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for delete operation.
getCascadeDelete() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadePersist() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadePersist() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for persist operation.
getCascadePersist() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadeRefresh() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeRefresh() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for refresh operation.
getCascadeRefresh() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCastFunction(Val, String) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
Return the correct CAST function syntax
getCastFunction(Val, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Attach CAST to the current function if necessary
getCatalog() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getCatalogNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the catalog name that will be used for obtaining information from DatabaseMetaData.
getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCause(Throwable) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Return the cause of the given throwable.
getCause() - Method in exception org.apache.openjpa.persistence.ArgumentException
 
getCause() - Method in exception org.apache.openjpa.persistence.EntityExistsException
 
getCause() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
 
getCause() - Method in exception org.apache.openjpa.persistence.InvalidStateException
 
getCause() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
 
getCause() - Method in exception org.apache.openjpa.persistence.NoResultException
 
getCause() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
 
getCause() - Method in exception org.apache.openjpa.persistence.PersistenceException
 
getCause() - Method in exception org.apache.openjpa.persistence.RollbackException
 
getCause() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
 
getCause() - Method in interface org.apache.openjpa.util.ExceptionInfo
Returns the first Throwable from ExceptionInfo.getNestedThrowables() in order to conform to Throwable.getCause() in Java 1.4+.
getCause() - Method in exception org.apache.openjpa.util.OpenJPAException
Returns the first Throwable from OpenJPAException.getNestedThrowables() in order to conform to Throwable.getCause() in Java 1.4+.
getChanged() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getChanged() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getChanged() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getChanged() - Method in interface org.apache.openjpa.util.ChangeTracker
Return the set of elements that have changed.
getChangeTracker() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getChangeTracker() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getChangeTracker() - Method in interface org.apache.openjpa.util.Proxy
Return the change tracker for this proxy, or null if none.
getChannel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The channel to log to.
getChannel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
getChar(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the char at the given index.
getChar(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getChar(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getChar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getChar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getChar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCharacterStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getCharacterStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getChild(int) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
 
getChildCount() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getClass(JDBCStore, ClassMapping, Result) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Return the class for the current result row.
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Convert the given discriminator value to the corresponding class.
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getClassAnnotations() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return class-level annotations.
getClassAttributeName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The attribute of the class element that holds the name, or null to use the element text.
getClassAttributeName() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
getClassCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the given class, or null to use the standard system-generated Java code.
getClassCode(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getClassCode(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the given class, or null to use the standard system-generated Java code.
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Return SQL to limit the classes selected as much as possible to the given base class, and optionally its subclasses.
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
getClassElementDepth() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The depth of the class element.
getClassElementDepth() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
 
getClassFile(Class) - Static method in class org.apache.openjpa.lib.util.Files
Return the class file of the given class, or null if the class is in a jar.
getClassLoader() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
Classloader for loading driver class, etc.
getClassLoader() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getClassLoader() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getClassLoader() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getClassLoader() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the class loader that should be used for resolving class names (in addition to the resolver in the query).
getClassLoader() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
getClassLoader() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the current thread's class loader at the time this context was obtained.
getClassLoader() - Method in class org.apache.openjpa.lib.ant.AbstractTask
Return the classloader to use.
getClassLoader() - Method in class org.apache.openjpa.lib.meta.ClassArgParser
The class loader with which to load parsed classes.
getClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Classloader to use for class name resolution.
getClassLoader(int) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return the class loader at the given index.
getClassLoader() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getClassLoader() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the current thread's class loader at the time this entity manager was obtained from the factory.
getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl.ClassResolverImpl
 
getClassLoader() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getClassLoader(Class, ClassLoader) - Method in interface org.apache.openjpa.util.ClassResolver
Return a class loader that can be used to load classes and resources.
getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.util.ClassResolverImpl
 
getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
 
getClassLoaderAction(Class) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for clazz.getClassloader().
getClassLoaders() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return an array of all contained class loaders.
getClassMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a path to a persistent object, return its class mapping, else return null.
getClassMapping(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Return the owning mapping.
getClassMapping(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the class mapping for the given table, or null if none.
getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
Return the owning mapping.
getClassName(Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return a class name to use for the given user key.
getClassName(Object) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
getClassName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The described class name.
getClassName(Table, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getClassName(Table, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return the fully-qualified class name to generate for the given table.
getClassName(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return the class name from the given plugin string, or null if none.
getClassName() - Method in class org.apache.openjpa.lib.conf.PluginValue
The plugin class name.
getClassName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
Returns the given class name, stripping the package if it is not needed.
getClassNames() - Method in class org.apache.openjpa.lib.conf.PluginListValue
The plugin class names.
getClassResolver() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ClassResolver to use for custom class loading.
getClassResolver() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getClassResolverInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The ClassResolver to use.
getClassResolverInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getClauseIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getClientConnection() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns null.
getClientConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getClientConnection() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getClientConnection() - Method in interface org.apache.openjpa.kernel.StoreManager
Return a connection to the data store suitable for client use.
getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getClob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getClob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCloseBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Close brace string.
getCloseConnection() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Whether to close the backing connection when this result is closed.
getCloseOnManagedCommit() - Method in class org.apache.openjpa.conf.Compatibility
Whether to close the broker when the managed transaction commits.
getCloseParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Close parentheses string.
getClosestAliasName(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
 
getClosestLevenshteinDistance(String, String[]) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, Collection) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, String[], int) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, String[], float) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string and using the threshold as the specified percentage of the length of the candidate string(0.0f-1.0f).
getClosestLevenshteinDistance(String, Collection, float) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string and using the threshold as the specified percentage of the length of the candidate string(0.0f-1.0f).
getClosestLevenshteinDistance(String, Collection, int) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getCode() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return the code generated for the application id, or null if invalid class or the ApplicationIdTool.run() method has not been called.
getCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return the generated code, or null if CodeGenerator.generateCode() has not been called.
getCode(String, Object) - Static method in class org.apache.openjpa.meta.UpdateStrategies
Convert the given strategy name to its constant.
getCode(String, Object) - Static method in class org.apache.openjpa.meta.ValueStrategies
Convert the given strategy name to its constant.
getCodeDirectory() - Method in class org.apache.openjpa.enhance.CodeGenerator
The directory to write source to.
getCodeFormat() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The code formatter for the generated Java code.
getCodeFormat() - Method in class org.apache.openjpa.enhance.CodeGenerator
The code formatter for the generated Java code.
getCodeFormat() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
The code formatter for the generated Java code.
GetColumn - Class in org.apache.openjpa.jdbc.kernel.exps
Returns the SQL alias of the named column for use in a query.
GetColumn() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
getColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local column joined to the given primary key column.
getColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the column with the given name, or null if none.
getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the alias to use for the given column (this includes the table alias prefix, if any).
getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the alias to use for the given column (this includes the table alias prefix, if any).
getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(String, Table, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
I/O information on the key columns / join key.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
I/O information on the discriminator columns.
getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Return column I/O information for this mapping.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
I/O for the columns created by the last call to MappingInfo.createColumns(org.apache.openjpa.meta.MetaDataContext, java.lang.String, org.apache.openjpa.jdbc.schema.Column[], org.apache.openjpa.jdbc.schema.Table, boolean), or for the foreign key created by the last call to MappingInfo.createForeignKey(org.apache.openjpa.meta.MetaDataContext, java.lang.String, java.util.List, org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults, org.apache.openjpa.jdbc.schema.Table, org.apache.openjpa.jdbc.meta.ClassMapping, org.apache.openjpa.jdbc.meta.ClassMapping, boolean, boolean).
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
I/O information on the foreign key, or columns if this value doesn't have a key.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Version
I/O information on the version columns.
getColumnName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the column's name.
getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the column name that will be used for obtaining information from DatabaseMetaData.
getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getColumnResults() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Ids of mapped scalar columns in the result.
getColumns(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Columns used by this Discriminator.
getColumns(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Return the columns set for this discriminator, based on the given templates.
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Return the columns used by this strategy.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
The columns managed by this joinable.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw column data.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The columns that hold the data for this value.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getColumns(ValueMapping, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the columns for this value, based on the given templates.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.Version
Columns used for versioning.
getColumns(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
Return the columns set for this version, based on the given templates.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local columns in the foreign key local table order.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return all the columns the constraint spans.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table's columns, in alphabetical order.
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find columns matching the given table and column patterns.
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
getColumns() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
getColumns() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
getColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getComment() - Method in class org.apache.openjpa.jdbc.schema.Column
 
getComment() - Method in class org.apache.openjpa.jdbc.schema.Table
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getComments() - Method in interface org.apache.openjpa.lib.xml.Commentable
Return comments, or empty array if none.
getComments() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getComments() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getComments() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
 
getComments() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getComments() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getComparator() - Method in interface org.apache.openjpa.meta.Order
Return a comparator for ordering by this element, or null if the ordering is done in the datastore.
getCompatibility() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Backwards compatibility options.
getCompatibility() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCompatibilityInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Backwards compatibility options.
getCompatibilityInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCompilation() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCompilation() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the query's compilation state.
getCompilation() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getConfiguration() - Method in class org.apache.openjpa.enhance.PCDataGenerator
Return the configuration.
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the JDBCConfiguration for this sequence.
getConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the configuration for this runtime.
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the configuration provided on construction.
getConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getConfiguration() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return the select configuration.
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
System configuration.
getConfiguration() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return the configuration for this factory.
getConfiguration() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Return the configuration for this factory.
getConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
getConfiguration() - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the OpenJPA configuration.
getConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the configuration associated with this context.
getConfiguration() - Method in class org.apache.openjpa.lib.ant.AbstractTask
The task configuration.
getConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the configuration for the repository.
getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Configuration supplied on construction.
getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
Configuration.
getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
Configuration supplied on construction.
getConfiguration() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
 
getConfiguration() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. cast to OpenJPAEntityManagerSPI instead. This method pierces the published-API boundary, as does the SPI cast.
getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
Deprecated. cast to OpenJPAEntityManagerFactorySPI instead. This method pierces the published-API boundary, as does the SPI cast.
getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
Return the configuration for this factory.
getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
Return the configuration associated with this entity manager.
getConfiguration() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Configuration supplied on construction.
getConfiguration() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
Configuration.
getConfiguration() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
 
getConfiguration() - Method in class org.apache.openjpa.slice.Slice
 
getConfigurationKey(String, Map) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Determine the full key name for key, given the registered prefixes and the entries in map.
getConfigurationLog() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConfigurationLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the log to use for configuration messages.
getConfigurationLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Returns the logging channel openjpa.Runtime by default.
getConfigurationPrefix() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
getConfigurationPrefix() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Return the configuration prefix for properties of this product.
getConfigurationPrefix() - Method in class org.apache.openjpa.slice.ProductDerivation
 
getConfigurationPrefixes() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Return the recognized prefixes for configuration properties.
getConnection() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
Return the current Connection for this savepoint.
getConnection(JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the connection to use based on the type of sequence.
getConnection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return a SQL connection to the database.
getConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getConnection() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnection() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnection() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnection() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection in use by the context, or a new connection if none.
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the Connection for this event.
getConnection() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getConnection() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the connection in use by the entity manager, or a new connection if none.
getConnection2DriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the non-XA connection driver.
getConnection2DriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2Password() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the non-XA data store connection.
getConnection2Password() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2Properties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish non-XA connections.
getConnection2Properties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2URL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the non-XA data store connection.
getConnection2URL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2UserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the non-XA data store connection.
getConnection2UserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionConstant() - Method in enum org.apache.openjpa.persistence.jdbc.IsolationLevel
 
getConnectionDecoratorInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The ConnectionDecorators to use.
getConnectionDecoratorInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the ConnectionDecorator for adding functionality to JDBC connections.
getConnectionDecorators() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionDriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the connection driver.
getConnectionDriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionDriverName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
Driver class name.
getConnectionDriverName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The connection factory, possibly from JNDI.
getConnectionFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionFactory() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getConnectionFactory2() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The non-XA connection factory.
getConnectionFactory2() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory2() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionFactory2Name() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the second data store connection factory.
getConnectionFactory2Name() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory2Properties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the non-XA connection factory.
getConnectionFactory2Properties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The mode of the connection factory in use.
getConnectionFactoryMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the data store connection factory.
getConnectionFactoryName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryProperties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the connection factory.
getConnectionFactoryProperties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
Configuration of datasource properties.
getConnectionFactoryProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionPassword() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the data store connection.
getConnectionPassword() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionPassword() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionPassword() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionPassword() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection password.
getConnectionPassword() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getConnectionPassword() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the connection password.
getConnectionProperties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish connections.
getConnectionProperties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
Configuration of connection.
getConnectionProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionRetainMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Specifies the behavior of the broker with respect to data store connections.
getConnectionRetainMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionRetainMode() - Method in interface org.apache.openjpa.kernel.Broker
Return the connection retain mode for this broker.
getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionRetainMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getConnectionRetainMode() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the connection retain mode for this entity manager.
getConnectionRetainModeConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the connection retain mode as one of the following symbolic constants: ConnectionRetainModes.CONN_RETAIN_ALWAYS ConnectionRetainModes.CONN_RETAIN_TRANS ConnectionRetainModes.CONN_RETAIN_DEMAND
getConnectionRetainModeConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionURL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the data store connection.
getConnectionURL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionURL() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
JDBC URL.
getConnectionURL() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionUserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the data store connection.
getConnectionUserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionUserName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
JDBC user name.
getConnectionUserName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionUserName() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionUserName() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionUserName() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection user name.
getConnectionUserName() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getConnectionUserName() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the connection user name.
getConstant(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant value assigned to the given local column.
getConstantColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local columns that we link to using constant values.
getConstantPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the primary key columns that we link to using constant values.
getConstants() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant values assigned to the local columns returned by ForeignKey.getConstantColumns().
getContainedBy() - Method in class org.apache.openjpa.meta.FetchGroup
Gets the name of the fetch groups in which this receiver has been included.
getContent() - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter.Resource
Resource content.
getContent() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getContent() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getContentAction(URLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object con.getContent().
getContext() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns the StoreContext that this store manager is associated with.
getContext() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getContext() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Current persistence context.
getContext() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getContext() - Method in class org.apache.openjpa.kernel.AbstractLockManager
 
getContext() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Return the context this provider was constructed with.
getContext() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getContext() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getContext() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return the context assiciated with this configuration; may be null if it has not been set or this object has been serialized.
getContext() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getContext() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getContext() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the managing context.
getContext() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getContext() - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the query context that has been set.
getContextClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for Thread.currentThread .getContextClassLoader().
getCopyFieldState() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Whether this savepoint copies the field values of retained instances.
getCopyObjectIds() - Method in class org.apache.openjpa.conf.Compatibility
Whether to copy identity objects before returning them to client code.
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getCount(JDBCStore) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return the number of instances matching this select.
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getCount(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
This method is to provide override for non-JDBC or JDBC-like implementation of getting count from the result set.
getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the policy constant for how to create type methods.
getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given index.
getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given sequence.
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getCreateSubclass() - Method in class org.apache.openjpa.enhance.PCEnhancer
Whether the enhancer should make its arguments persistence-capable, or generate a persistence-capable subclass.
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given table, complete with columns.
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCurrentDate() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCurrentDate() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current date.
getCurrentDate() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCurrentTime() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCurrentTime() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current time.
getCurrentTime() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCurrentTimestamp() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCurrentTimestamp() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current timestamp.
getCurrentTimestamp() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCursorName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCustomFetchGroups() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all fetch groups for this type, including superclass groups.
getCustomFetchGroups() - Method in class org.apache.openjpa.meta.FieldMetaData
Gets the name of the custom fetch groups those are associated to this receiver.
getCustomizer() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the customizer in use, or null if none.
getCycle() - Method in class org.apache.openjpa.lib.graph.Edge
List of edges forming a cycle.
getData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getData(int) - Method in interface org.apache.openjpa.kernel.PCData
Return the data stored in the given field index.
getData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getData(ClassMetaData, Object) - Method in class org.apache.openjpa.xmlstore.XMLStore
Return the data for the given oid, or null if it does not exist.
getData(ClassMetaData) - Method in class org.apache.openjpa.xmlstore.XMLStore
Return all datas for the base class of the given type.
getDatabaseMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDataCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The DataCache to use for level-2 data store caching.
getDataCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCache(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the named data cache, or null if it does not exist.
getDataCache(String, boolean) - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the named data cache.
getDataCache(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCache(String, boolean) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the data cache for this class, or null if it is not cachable.
getDataCacheManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
getDataCacheManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
getDataCacheManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheName() - Method in class org.apache.openjpa.meta.ClassMetaData
The name of the datacache to use for this class, or null if none.
getDataCacheScheduler() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the runnable which schedules evictions.
getDataCacheScheduler() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCacheTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Default data cache timeout.
getDataCacheTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheTimeout() - Method in class org.apache.openjpa.meta.ClassMetaData
The cache timeout for this class.
getDataSource(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the primary data source to use.
getDataSource(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDataSource() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDataSource2(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the non-enlisted data source to use.
getDataSource2(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
 
getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
 
getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return the commands that will be sent to the datastore in order to execute the query, typically in the database's native language.
getDataStoreActions(Map) - Method in interface org.apache.openjpa.kernel.Query
Returns a description of the commands that will be sent to the datastore in order to execute this query.
getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return a description of the commands that will be sent to the datastore in order to execute the query.
getDataStoreActions(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Returns a description of the commands that will be sent to the datastore in order to execute this query.
getDataStoreActions(Map) - Method in class org.apache.openjpa.persistence.QueryImpl
 
getDataStoreIdColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for datastore identity columns, or null to the mapping's built-in name.
getDataStoreIdColumns(ClassMapping, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return the datastore identity columns for the given class, based on the given templates.
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns the system-configured sequence.
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getDataStoreIdSequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a sequence that generates datastore identity values for the given class.
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Return the class used by this StoreManager for datastore identity values.
getDataStoreSavepoint() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
Return the stored savepoint object
getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDate(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getDate(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getDate(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getDate(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getDate(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDateTypeCode(Class) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
Return the proper date typecode.
getDb2ServerType() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
getDBDictionary() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use to define the RDBMS SQL information.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDBDictionary() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the dictionary in use.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDBDictionary() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Convenient access to dictionary for mappings.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getDBDictionary() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the dictionary in use.
getDBDictionaryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use.
getDBDictionaryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDBSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Return the database schema.
getDecimalDigits() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the number of decimal digits for the column, if applicable.
getDeclaration(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the declaration of the given field, or null to use the system-generated default Java code.
getDeclaration(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getDeclaration(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the declaration of the given field, or null to use the system-generated default Java code.
getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given column.
getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getDeclaredAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPriv5Helper
Return a PrivilegeAction object for AnnotatedElement.getDeclaredAnnotations().
getDeclaredCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Return the declared callbacks for the given event type.
getDeclaredFetchGroups() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the fetch groups declared explicitly in this type.
getDeclaredField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given relative index.
getDeclaredField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name, without including superclass fields.
getDeclaredFieldAction(Class, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for clazz.getDeclaredField().
getDeclaredFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredField(int).
getDeclaredFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredField(int).
getDeclaredFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredFields().
getDeclaredFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return only the fields for this class, without superclass fields.
getDeclaredFieldsAction(Class) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for class.getDeclaredFields().
getDeclaredIncludes() - Method in class org.apache.openjpa.meta.FetchGroup
Return the fetch group names declared included by this group.
getDeclaredIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The relative index of this persistent/transactional field.
getDeclaredInterfaces() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all explicitly declared interfaces this class implements.
getDeclaredMethodAction(Class, String, Class[]) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegedExceptionAction object for clazz.getDeclaredMethod().
getDeclaredMethodsAction(Class) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for clazz.getDeclaredMethods().
getDeclaredRecursionDepth(FieldMetaData) - Method in class org.apache.openjpa.meta.FetchGroup
Return the recursion depth declared for the given field, or 0 if none.
getDeclaredRecursionDepthFields() - Method in class org.apache.openjpa.meta.FetchGroup
Return the fields with declared recursion depths in this group.
getDeclaredType() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredType() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the declared class of the value.
getDeclaredType() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredTypeCode() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the declared type code of the value.
getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getDeclaredTypeMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getDeclaredTypeMetaData().
getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredTypeMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return metadata for the value's class, if the type is persistent.
getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredUnmanagedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredUnmanagedFields().
getDeclaredUnmanagedFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return any fields that were added as non-managed.
getDeclaredVariableType(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the type of the named variabe if it has been declared.
getDeclaredVariableType(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
getDeclaringMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getDeclaringMetaData()
getDeclaringMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The declaring class.
getDeclaringType() - Method in class org.apache.openjpa.meta.FieldMetaData
The declaring class.
getDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Return a read-only list of connection decorators in the order they were added.
getDefault() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the default value set for this column, if any.
getDefault() - Method in class org.apache.openjpa.lib.conf.Value
The default value for the property as a string.
getDefaultAccessType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
The default access type for base classes with ACCESS_UNKNOWN.
getDefaultAccessType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Return the default access type for a base persistent class with ClassMetaData.ACCESS_UNKNOWN access type.
getDefaultAccessType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getDefaultBrokerAlias() - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
 
getDefaultEntryDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
See FormatPreservingProperties.setDefaultEntryDelimiter(char)
getDefaultEventIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getDefaultFetchGroupFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefaultFetchGroupFields().
getDefaultFetchGroupFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the list of fields in the default fetch group, including superclass fields, or an empty array if none.
getDefaultIdentityType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
The default identity type for unmapped classes without primary key fields.
getDefaultIdentityType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Return the default identity type for unmapped classes without primary key fields.
getDefaultIdentityType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getDefaultLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The default level for unconfigured log channels.
getDefaultPropertyIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getDefaultResourceLocation() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
 
getDefaultResourceLocation() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
Return a string identifying the default resource location for this product derivation, if one exists.
getDefaultResourceLocation() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
 
getDefaults() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
getDefaults() - Method in interface org.apache.openjpa.meta.MetaDataFactory
Return the metadata defaults for this factory.
getDefaults() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getDefaults() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
 
getDefaultString() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the default value set for the column, if any.
getDefaultTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDeferConstraints() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to defer constraints by default.
getDefinedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefinedFields().
getDefinedFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefinedFieldsInListingOrder().
getDefinedFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns an array of all the fields defined by this class.
getDefinedFieldsInListingOrder() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns all fields defined by this class in the order they are listed in the metadata file.
getDefinedSuperclassField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the defined superclass field with the given name, or null if none.
getDefiningMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getDefiningMetaData()
getDefiningMetaData(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the metadata that defines the given query, if any.
getDefiningMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The class that defines the metadata for this field.
getDefiningType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
The class that defines this query result, or null if none.
getDefiningType() - Method in class org.apache.openjpa.meta.QueryMetaData
The class that defines this query, or null if none.
getDelayConstraintResolve() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
Delay resolution of foreign key constraints until SchemaParser.resolveConstraints() is called.
getDelayConstraintResolve() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
getDelegate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
Delegate.
getDelegate() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
Delegate select.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
Return the wrapped store manager.
getDelegate() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Return the wrapped connection.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Return the wrapped data source.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
Return the wrapped result set.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
getDelegate() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultList
Return the wrapped list.
getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
getDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
Factory delegate.
getDelegate() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getDelegate() - Method in interface org.apache.openjpa.persistence.Extent
Deprecated. cast to ExtentImpl instead. This method pierces the published-API boundary, as does the SPI cast.
getDelegate() - Method in class org.apache.openjpa.persistence.ExtentImpl
Delegate.
getDelegate() - Method in interface org.apache.openjpa.persistence.FetchPlan
Deprecated. cast to FetchPlanImpl instead. This method pierces the published-API boundary, as does the SPI cast.
getDelegate() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
Delegate.
getDelegate() - Method in interface org.apache.openjpa.persistence.Generator
Deprecated. cast to GeneratorImpl instead. This method pierces the published-API boundary, as does the SPI cast.
getDelegate() - Method in class org.apache.openjpa.persistence.GeneratorImpl
Delegate.
getDelegate() - Method in class org.apache.openjpa.persistence.QueryImpl
Delegate.
getDelegate() - Method in interface org.apache.openjpa.persistence.QueryResultCache
Deprecated. cast to QueryResultCacheImpl instead. This method pierces the published-API boundary, as does the SPI cast.
getDelegate() - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
Delegate.
getDelegate() - Method in interface org.apache.openjpa.persistence.StoreCache
Deprecated. cast to StoreCacheImpl instead. This method pierces the published-API boundary, as does the SPI cast.
getDelegate() - Method in class org.apache.openjpa.persistence.StoreCacheImpl
Delegate.
getDelegates() - Method in class org.apache.openjpa.lib.log.MultiLogFactory
Returns the delegates that this MultiLogFactory delegates messages to.
getDeleteAction() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the delete action for the key.
getDeletedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is not PAYLOAD_EXTENTS, return the set of object IDs for deleted objects.
getDeletedTypeNames() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is PAYLOAD_EXTENTS, return the set of class names for the classes of deleted objects.
getDeletedTypes() - Method in class org.apache.openjpa.event.TransactionEvent
Return the unmodifiable the set of classes of persistence capable objects that were deleted in the transaction.
getDeletedTypes() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDeletedTypes() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDeletedTypes() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the set of classes that have been deleted in the current transaction.
getDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all deleted primary rows.
getDeleteTableContentsSQL(Table[]) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create SQL to delete the contents of the specified tables.
getDeleteTableContentsSQL(Table[]) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getDeleteTargets(Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
getDescribedType() - Method in class org.apache.openjpa.meta.ClassMetaData
The persistence capable class described by this metadata.
getDescribedType() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
Persistence-aware type.
getDescription() - Method in class org.apache.openjpa.jdbc.schema.Column
Useful for debugging.
getDetachable() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to make generated classes detachable.
getDetachedObjectId(AttachManager, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getDetachedState() - Method in class org.apache.openjpa.meta.ClassMetaData
The name of the detach state field, or null if none.
getDetachedStateField() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to add a detached state field to enhanced classes.
getDetachedStateField() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the detach state field, or null if none.
getDetachedStateManager() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to use a detached state manager on types that allow it.
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.All
 
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.FetchGroups
 
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions
The DetachState constant.
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.Loaded
 
getDetachState() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDetachState() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDetachState() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDetachState() - Method in interface org.apache.openjpa.kernel.StoreContext
Detach mode constant to determine which fields are part of the detached graph.
getDetachState() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getDetachState() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Detach mode constant to determine which fields are part of the detached graph.
getDetachStateInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the instance specified by the detach state plugin.
getDetachStateInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDiagnosticContext() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
A string to prefix all log messages with.
getDirectory() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The directory to write source to.
getDirectory() - Method in class org.apache.openjpa.enhance.PCEnhancer
The base build directory to generate code to.
getDirectory() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
The file to output the generated code to, or null for the current directory.
getDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getDirty() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all dirty fields.
getDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getDirtyObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDirtyObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDirtyObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of current dirty instances.
getDirtyObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getDirtyObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return a set of current dirty instances.
getDirtyStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all dirty state managers.
getDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The class discriminator.
getDiscriminatorColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for discriminator columns, or null to the mapping's built-in name.
getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default discriminator strategy alias.
getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Default discriminator strategy for base class mappings.
getDiscriminatorValue(Discriminator, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return the default discriminator value for the given instance.
getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Provides a default value for the given Discriminator.
getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Return the discriminator value for the given type.
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getDistributionPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
Gets the policy that governs how new instances will be distributed across the available slices.
getDistributionPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getDocType() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
getDocType() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method to return any DOCTYPE declaration that should be dynamically included in xml documents that will be validated.
getDocument() - Static method in class org.apache.openjpa.lib.xml.XMLFactory
Return a new DOM Document.
getDOMParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
Return a DocumentBuilder with the specified configuration.
getDouble(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the double at the given index.
getDouble(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getDouble(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDouble(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDouble(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getDouble(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDoubleExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a double.
getDoubleExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a double.
getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDoubleProperty(String, String, double) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getDoubleProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getDoubleProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or 0 if it does not exist and has no set default.
getDoubleProperty(String, double) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or the given default if it does not exist.
getDoubleSpace() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
If true, then output two lines after multi-line statements.
getDriverDataSource() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DriverDataSource to use for creating a DataSource from a JDBC Driver.
getDriverDataSource() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDriverMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given column from its table.
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getDropForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given foreign key from its table.
getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given index.
getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given primary key from its table.
getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getDropSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, sequences that appear to be unused will be dropped.
getDropSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given sequence.
getDropTables() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, tables that appear to be unused will be dropped.
getDropTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given table.
getDropUnusedComponents() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether schema components that are unused by any mapping will be dropped from this tool's SchemaGroup, and, depending on the schema action, from the database.
getDynamicDataStructs() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return whether to generate dynamic data structures where possible for cache and runtime usage.
getDynamicDataStructs() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Result
The eager result for the given key, or null if none.
getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the eager select for the given key.
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Specifies the default eager fetch mode to use.
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Return the eager fetch mode.
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The eager fetch mode, as one of the eager constants in JDBCFetchConfiguration.
getEagerFetchMode() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Eager fetch mode in loading relations.
getEagerFetchMode() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getEagerFetchModeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the eager fetch mode as one of the following symbolic constants: EagerFetchModes.EAGER_NONE EagerFetchModes.EAGER_JOIN EagerFetchModes.EAGER_PARALLEL
getEagerFetchModeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getEagerMap(boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Raw eager information.
getEagerMap() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Return view of eager selects.
getEagerResult(Connection, PreparedStatement, ResultSet, JDBCStore, JDBCFetchConfiguration, boolean, String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
This method is to provide override for non-JDBC or JDBC-like implementation of executing eager selects.
getEdges(int) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
Return all edges of the given type.
getEdges() - Method in class org.apache.openjpa.lib.graph.Graph
Return all edges in the graph.
getEdges(Object, Object) - Method in class org.apache.openjpa.lib.graph.Graph
Return all the edges from one node to another.
getEdgesFrom(Object) - Method in class org.apache.openjpa.lib.graph.Graph
Return all the edges from a particular node.
getEdgesTo(Object) - Method in class org.apache.openjpa.lib.graph.Graph
Return all the edges to a particular node.
getElement() - Method in class org.apache.openjpa.meta.FieldMetaData
Metadata about the element value.
getElementClass() - Method in interface org.apache.openjpa.persistence.Extent
The extent's element type.
getElementClass() - Method in class org.apache.openjpa.persistence.ExtentImpl
 
getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
 
getElementColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return the columns holding the data for a collection element for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getElementMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getElement()
getElementType() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getElementType() - Method in interface org.apache.openjpa.kernel.Extent
The class of extent elements.
getElementType() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getElementType() - Method in interface org.apache.openjpa.util.ProxyCollection
The collection element type.
getEmbeddedExtensions(String, boolean) - Method in class org.apache.openjpa.meta.Extensions
Return the embedded extensions under the given key.
getEmbeddedExtensions(String, String, boolean) - Method in class org.apache.openjpa.meta.Extensions
Return the embedded extensions under the given key.
getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getEmbeddedMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getEmbeddedMetaData().
getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getEmbeddedMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
The embedded class metadata for the value.
getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getEmbeddingMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getEmbeddingMetaData()
getEmbeddingMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
If this metadata is for an embedded object, returning the owning value.
getEmptyValue(int) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
Return an empty value object for the given type code.
getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getEndIndex() - Method in interface org.apache.openjpa.jdbc.sql.Select
The result end index.
getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getEndl() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return a new line character.
getEndl(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the given number of new line characters.
getEndl(int, int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the given number of new line characters, followed by the given tab level indentation.
getEndRange() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getEndRange() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the 0-based exclusive end index for the returned results, or Long.MAX_VALUE for no limit.
getEndRange() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getEnforcePropertyRestrictions() - Method in class org.apache.openjpa.enhance.PCEnhancer
Whether to fail if the persistent type uses property access and bytecode analysis shows that it may be violating OpenJPA's property access restrictions.
getEntityManager() - Method in interface org.apache.openjpa.persistence.Extent
The owning entity manager.
getEntityManager() - Method in class org.apache.openjpa.persistence.ExtentImpl
 
getEntityManager(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Return the entity manager for the given object, if one can be determined from just the object alone.
getEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
The owning entity manager.
getEntityManager() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getEntityManagerFactory() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getEntityManagerFactory() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the factory that produced this entity manager.
getEntityManagerFactory() - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Returns the OpenJPAEntityManagerFactory specified by your OpenJPA defaults.
getEntityManagerFactory(Map) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
Returns the OpenJPAEntityManagerFactory specified by your OpenJPA defaults, using map as overrides.
getEnumType(FieldMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
Return enum type for the field.
getEnumType(FieldMapping) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
Return enum type for the field.
getEnvClassLoader() - Method in class org.apache.openjpa.meta.ClassMetaData
The environmental loader used when loading this metadata.
getEnvClassLoader() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Return the environmental class loader to pass on to parsed metadata instances.
getEnvClassLoader() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Return the environmental class loader to pass on to parsed metadata instances.
getErrorCode() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
Returns the error code of the underlying SQLException.
getEventSetDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getEventType() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
 
getEvictFromDataCache() - Method in interface org.apache.openjpa.kernel.Broker
Whether to also evict an object from the store cache when it is evicted through this broker.
getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getEvictFromStoreCache() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getEvictFromStoreCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Whether to also evict an object from the store cache when it is evicted through this entity manager.
getEvictionSchedule() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
getException(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Returns a SAXException with the source file name and the given error message.
getException(Localizer.Message) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Returns a SAXException with the source file name and the given error message.
getException(Localizer.Message, Throwable) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Returns a SAXException with the source file name and the given error message.
getExceptions() - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
Return the exceptions encountered during all flushes.
getExceptions() - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
 
getExcludes(List) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the field indexes to exclude when loading data for the given path.
getExecutorService() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the alias for ExecutorService being used.
getExecutorService() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getExecutorServiceInstance() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the ExecutorService being used.
getExecutorServiceInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getExpectedResultCount() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
The expected result count for the query.
getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getExpired() - Method in class org.apache.openjpa.datacache.ExpirationEvent
Return whether the expired object was expired naturally, or if the object was explicitly removed.
getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return an ExpressionFactory to use to create an expression to be executed against an extent.
getExtendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Extends declaration.
getExtensionKeys() - Method in class org.apache.openjpa.meta.Extensions
Return all extension keys.
getExtensionKeys(String) - Method in class org.apache.openjpa.meta.Extensions
Return all extension keys for the given vendor.
getExtensionVendors() - Method in class org.apache.openjpa.meta.Extensions
Return all vendors who have extension keys at this level.
getExternalizer() - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's externalizer, or null if none.
getExternalizerMethod() - Method in class org.apache.openjpa.meta.FieldMetaData
The externalizer method.
getExternalValue(Object, StoreContext) - Method in class org.apache.openjpa.meta.FieldMetaData
Convert the given field value to its external value through the provided externalizer, or return the value as-is if no externalizer.
getExternalValueMap() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the mapping of field values to external values.
getExternalValues() - Method in class org.apache.openjpa.meta.FieldMetaData
Properties string mapping field values to external values.
getExtraFieldDataIndex(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the impl / intermediate field data index of the given field in the compacted array, or -1 if the field does not use extra data.
getExtraFieldDataLength() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the number of fields that use impl or intermediate data, in order to create a compacted array for storage of said data.
getExtraNameCharacters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getFactory() - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's factory, or null if none.
getFactoryInitializationBanner() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return an object to be written to the log when this broker factory initializes.
getFactoryInitializationBanner() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
 
getFactoryMethod() - Method in class org.apache.openjpa.meta.FieldMetaData
The factory method or constructor.
getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
getFailedObject() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the failed object to include in optimistic lock exceptions.
getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
This implementation does not track failed objects.
getFailedObject() - Method in exception org.apache.openjpa.persistence.ArgumentException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.EntityExistsException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.InvalidStateException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.NoResultException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.PersistenceException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.RollbackException
 
getFailedObject() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
 
getFailedObject() - Method in interface org.apache.openjpa.util.ExceptionInfo
The failed object.
getFailedObject() - Method in exception org.apache.openjpa.util.OpenJPAException
The failed object.
getFatal(String) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFatal(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFatal(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
getFatal(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFetchBatchSize() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Get the size of the batch that will be pre-selected when accessing elements in a query or relationship.
getFetchBatchSize() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFetchBatchSize() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFetchBatchSize() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return the fetch batch size for large result set support.
getFetchBatchSize() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFetchBatchSize() - Method in interface org.apache.openjpa.persistence.FetchPlan
Return the fetch batch size for large result set support.
getFetchBatchSize() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
getFetchConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the current default fetch configuration.
getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.Extent
Return the (mutable) fetch configuration for this extent.
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the fetch configuration for this query.
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the (mutable) fetch configuration for loading objects from this context.
getFetchDirection() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBC fetch direction.
getFetchDirection() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getFetchDirection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The fetch direction to use as a constant from ResultSet.
getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getFetchDirection() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Result set fetch direction.
getFetchDirection() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getFetchDirectionConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the result set constant for the fetch direction.
getFetchDirectionConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Gets a named fecth group.
getFetchGroups() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Comma-separated list of fetch group names that will be pre-set for all new FetchConfigurations.
getFetchGroups() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns immutable set of names of the fetch groups that this component will use when loading objects.
getFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFetchGroups() - Method in interface org.apache.openjpa.persistence.FetchPlan
Returns the names of the fetch groups that this component will use when loading objects.
getFetchGroups() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
getFetchGroupsList() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
List of fetch group names that will be pre-set for all new FetchConfigurations.
getFetchGroupsList() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFetchInnerJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getFetchInnerJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Returns the names of the inner fetch joins that this component will use when loading objects.
getFetchInnerJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getFetchPlan() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getFetchPlan() - Method in interface org.apache.openjpa.persistence.Extent
Fetch configuration for controlling how iterated objects are loaded.
getFetchPlan() - Method in class org.apache.openjpa.persistence.ExtentImpl
 
getFetchPlan() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the (mutable) fetch plan for loading objects from this entity manager.
getFetchPlan() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Fetch plan for controlling the loading of results.
getFetchPlan() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given absolute index.
getField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name.
getField(int) - Method in class org.apache.openjpa.xmlstore.ObjectData
Get the data for the field with the given index.
getFieldAccess() - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the default field ACCESS constant for generated fields from Constants.
getFieldAccessNames(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return the list of fields in meta that use field access, or null if a list of fields is unobtainable.
getFieldAccessNames(ClassMetaData) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
 
getFieldAnnotations(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return field-level annotations.
getFieldCode(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the get/set methods of the given field, or null to use the system-generated default Java code.
getFieldCode(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getFieldCode(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the get/set methods of the given field, or null to use the system-generated default Java code.
getFieldCount() - Method in interface org.apache.openjpa.enhance.DynamicStorage
Return the number of fields, regardless of type
getFieldGenerator(Class, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getFieldGenerator(Class, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Returns a Generator for the generated values of the specified type, or null if the field is not generated.
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getFieldIndex() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the field index of this joinable, or -1 if not a field.
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getFieldInstructionFieldAction(FieldInstruction) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for FieldInstruction.getField().
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a path to a persistent field, return its mapping, else return null.
getFieldMapping(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
getFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getField(int).
getFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getField(int).
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
 
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
The owning field mapping.
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
The owning field mapping.
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getFieldMetaData().
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
 
getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
 
getFieldMapping(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
Return XMLMapping for a given field.
getFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getFields().
getFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getFieldsInListingOrder().
getFieldMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getFieldMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the owning field for this value.
getFieldMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getFieldName(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the name for the generated field at the given index.
getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return the field name used to map the given columns, or null to prevent the columns from being mapped.
getFieldName(String, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return a default Java identifier-formatted name for the given column/table name.
getFieldName(String) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the field name for given suggested name, possibly adding leading underscore.
getFieldName(Member) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return the field name for the given member.
getFieldNames(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Get the field names for a PersistenceCapable class.
getFieldOverride() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
Whether to use field-level override or class-level override.
getFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns the set of fully-qualified field names that this component will use when loading objects.
getFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all field metadatas, including superclass fields.
getFields() - Method in interface org.apache.openjpa.persistence.FetchPlan
Returns the fully qualified names of the fields that this component will use when loading objects.
getFields() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
getFieldsInListingOrder() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns all fields in the order they are listed in the metadata file.
getFieldStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Association of a field value type name with the handler or strategy class name.
getFieldType(Column, boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the default field type for the given column.
getFieldTypes(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Get the field types for a PersistenceCapable class.
getFieldValue(Object, StoreContext) - Method in class org.apache.openjpa.meta.FieldMetaData
Return the result of passing the given external value through the factory to get the field value.
getFieldValueMap() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the mapping of external values to field values.
getFile() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return Java file to write to.
getFile() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
Return the XML resource defining this schema.
getFile() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
getFile() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return the last-iterated metadata resource content as a file, or null if not an extant file.
getFile() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
getFile() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getFile(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
Check the given string for a matching file.
getFile() - Method in class org.apache.openjpa.meta.MetaDataTool
The file to generate metadata to.
getFileHandler() - Method in class org.apache.openjpa.xmlstore.XMLConfiguration
Return the XMLFileHandler associated with this configuration.
getFileMap() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Returns a Map with keys of the File to be written to, and values of a Collection of SourceTracker instances.
getFilterListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the filter listener for the given tag, or null if none.
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Return the filter listener for the given tag, or null.
getFilterListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the standard filter listener for the given tag, or null.
getFilterListenerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the query filter listeners.
getFilterListenerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFilterListeners() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query FilterListeners to use.
getFilterListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFilterListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFilterListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
The set of filter listeners.
getFilterListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFinishedTime(Object) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
Return the logical time that the given node was finished in the graph walk, or -1 if the node is not part of the graph.
getFirstResult() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Return the 0-based start index for the returned results.
getFirstResult() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getFlag(int) - Method in class org.apache.openjpa.jdbc.schema.Column
Flags are used for bookkeeping information.
getFloat(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the float at the given index.
getFloat(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getFloat(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloat(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getFloat(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getFloat(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getFloatProperty(String, String, float) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getFloatProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getFloatProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a float, or 0 if it does not exist and has no set default.
getFloatProperty(String, float) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a float, or the given default if it does not exist.
getFlushBeforeDetach() - Method in class org.apache.openjpa.conf.Compatibility
Whether OpenJPA should flush changes before detaching or serializing an entity.
getFlushBeforeQueries() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Returns whether or not OpenJPA should automatically flush modifications to the data store before executing queries.
getFlushBeforeQueries() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFlushBeforeQueries() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The query automatic flush configuration.
getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFlushBeforeQueriesConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Returns one of QueryFlushModes.FLUSH_TRUE, QueryFlushModes.FLUSH_FALSE, or QueryFlushModes.FLUSH_WITH_CONNECTION, as determined by parsing the string returned by OpenJPAConfiguration.getFlushBeforeQueries().
getFlushBeforeQueriesConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFlushed() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getFlushed() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getFlushed() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getFlushed() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all fields that have been flushed since they were last changed.
getFlushed() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getFlushMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getFlushMode() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Return the current flush mode.
getFlushMode() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this value to its related type, or null for a logical foreign key only.
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw foreign key information.
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getForeignKey() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
If this value joins to another record, the foreign key.
getForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Return an equivalent of this value's foreign key, but joining to the given target, which may be an unjoined subclass of this value's related type.
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the foreign key with the given name.
getForeignKey() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getForeignKeyConstraintSQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given foreign key, or null if it is not supported.
getForeignKeyConstraintSQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for relation keys.
getForeignKeyIO(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the I/O information for the given set foreign key.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether foreign keys on existing tables should be manipulated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether foreign keys should be generated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether foreign keys on existing tables should be manipulated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.Table
Return all foreign keys for the table.
getForeignKeySet(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the value for the given foreign key.
getForeignKeyWhere(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the value for the given foreign key.
getForNameAction(String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return a PrivilegeAction object for Class.forName().
getForUpdateClause(JDBCFetchConfiguration, boolean, Select) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
Get the update clause for the query based on the updateClause and isolationLevel hints
getForUpdateClause(JDBCFetchConfiguration, boolean, Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Get the update clause for the query based on the updateClause and isolationLevel hints
getFrom(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the portion of the select statement between the FROM keyword and the WHERE keyword.
getFrom() - Method in class org.apache.openjpa.lib.graph.Edge
Return the node the edge links from.
getFromSelect(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the FROM clause for a select that selects from a tmp table created by an inner select.
getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getFromSelect() - Method in interface org.apache.openjpa.jdbc.sql.Select
Another select instance that creates a temporary table from which this select pulls data.
getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's full name, in the form <table>.<name>.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the full name of the constraint.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
Return the sequence name, including schema, using '.' as the catalog separator.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table name, including schema, using '.' as the catalog separator.
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
getFullName(Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the table, including the schema (delimited by DBDictionary.catalogSeparator).
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the index, including the schema (delimited by the result of DBDictionary.catalogSeparator).
getFullName(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the sequence, including the schema (delimited by the result of DBDictionary.catalogSeparator).
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
getFullName() - Method in class org.apache.openjpa.meta.FieldMetaData
Deprecated. Use getFullName(boolean) instead.
getFullName(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
The field name, qualified by the owning class and optionally the embedding owner's name (if any).
getFullyQualifiedAnchorsInPropertiesLocation(Options) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return a List of all the fully-qualified anchors specified in the properties location listed in opts.
getFullyQualifiedAnchorsInPropertiesLocation(String) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
Return a List of all the fully-qualified anchors specified in propertiesLocation.
getGenerateAnnotations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to generate annotations along with generated code.
getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the last generated value for the given column.
getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getGeneratedKeySequenceName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the sequence name used by databases for the given autoassigned column.
getGeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Trigger name for simulating auto-assign values on the given column.
getGenericContext() - Method in interface org.apache.openjpa.enhance.StateManager
Persistence context.
getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getGrouping() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getGrouping() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the grouping SQL for this select.
getGrouping() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getHandler() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getHandler() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The handler used for this value, or null if none.
getHandler() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getHaving() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getHaving() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the HAVING clause, or null if none.
getHaving() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getHierarchyStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The default strategy for subclasses in this hierarchy.
getHint(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getHint(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns the hint for the specific key, or null if the hint is not specified.
getHint(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getHintKeys() - Method in class org.apache.openjpa.meta.QueryMetaData
Query hints.
getHintValues() - Method in class org.apache.openjpa.meta.QueryMetaData
Query hints.
getHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getIcon(int) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getId() - Method in interface org.apache.openjpa.conf.CacheMarshaller
The id that this marshaller is responsible for.
getId() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
 
getId() - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
 
getId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the identifier for this state manager.
getId() - Method in interface org.apache.openjpa.kernel.PCData
Return the id of this instance.
getId() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getId() - Method in interface org.apache.openjpa.lib.conf.Configuration
An environment-specific identifier for this configuration.
getId() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getId() - Method in class org.apache.openjpa.util.BigDecimalId
 
getId() - Method in class org.apache.openjpa.util.BigIntegerId
 
getId() - Method in class org.apache.openjpa.util.ByteId
 
getId() - Method in class org.apache.openjpa.util.CharId
 
getId() - Method in class org.apache.openjpa.util.DateId
 
getId() - Method in class org.apache.openjpa.util.DoubleId
 
getId() - Method in class org.apache.openjpa.util.FloatId
 
getId() - Method in class org.apache.openjpa.util.Id
Primary key.
getId() - Method in class org.apache.openjpa.util.IntId
 
getId() - Method in class org.apache.openjpa.util.LongId
 
getId() - Method in class org.apache.openjpa.util.ObjectId
 
getId() - Method in class org.apache.openjpa.util.ShortId
 
getId() - Method in class org.apache.openjpa.util.StringId
 
getId() - Method in class org.apache.openjpa.xmlstore.ObjectData
Getter for oid.
getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getIdentifierAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
Get the aliases for identifier columns that can be used in COUNT selects to find the number of matches.
getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getIdentifierQuoteString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getIdentityClassSuffix() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Suffix used to create application identity class name from a class name, or in the case of inner identity classes, the inner class name.
getIdentitySequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.Broker
Returns a Seq for the datastore identity values of the specified persistent class, or null if the class' identity cannot be represented as a sequence.
getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getIdentitySequenceMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Metadata for the datastore identity sequence.
getIdentitySequenceName() - Method in class org.apache.openjpa.meta.ClassMetaData
The datastore identity sequence name, or null for none.
getIdentityStrategy() - Method in class org.apache.openjpa.meta.ClassMetaData
The strategy to use for datastore identity generation.
getIdentityType() - Method in class org.apache.openjpa.meta.ClassMetaData
The type of identity being used.
getIdGenerator(Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getIdGenerator(Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Returns a Generator for the datastore identity values of the specified type, or null if the type is unmanaged or its identity cannot be represented by a sequence.
getIdObject() - Method in class org.apache.openjpa.util.BigDecimalId
 
getIdObject() - Method in class org.apache.openjpa.util.BigIntegerId
 
getIdObject() - Method in class org.apache.openjpa.util.ByteId
 
getIdObject() - Method in class org.apache.openjpa.util.CharId
 
getIdObject() - Method in class org.apache.openjpa.util.DateId
 
getIdObject() - Method in class org.apache.openjpa.util.DoubleId
 
getIdObject() - Method in class org.apache.openjpa.util.FloatId
 
getIdObject() - Method in class org.apache.openjpa.util.Id
 
getIdObject() - Method in class org.apache.openjpa.util.IntId
 
getIdObject() - Method in class org.apache.openjpa.util.LongId
 
getIdObject() - Method in class org.apache.openjpa.util.ObjectId
 
getIdObject() - Method in class org.apache.openjpa.util.OpenJPAId
Return the identity value as an object.
getIdObject() - Method in class org.apache.openjpa.util.ShortId
 
getIdObject() - Method in class org.apache.openjpa.util.StringId
 
getIgnoreChanges() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether changes in the current transaction are taken into account when executing queries and iterating extents.
getIgnoreChanges() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Broker
Whether to take into account changes in the transaction when executing a query or iterating an extent.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Extent
Whether this extent will ignore changes made in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.QueryContext
Whether to ignore changes in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getIgnoreChanges() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.Extent
Whether the extent sees inserts and deletes in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.persistence.ExtentImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Whether to take into account changes in the transaction when executing a query or iterating an extent.
getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Whether to ignore changes in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getIgnoreErrors() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return false if this tool is configured to throw an exception on an attempt to generate an id class for a type that does not use application identity.
getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether and SQL errors should cause a failure or just issue a warning.
getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, SQLExceptions thrown during schema manipulation will be printed but ignored.
getIgnoreNonPersistent() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getIgnoreSuperclassCallbacks() - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude superclass callbacks from events.
getIgnoreSystemListeners() - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude system listeners from events.
getIgnoreUnmapped() - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Whether unmapped classes should be ignored as possible primary key values in the table.
getImplData() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getImplData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getImplData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getImplData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getImplData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getImplData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
An object that concrete back ends can associate with each instance.
getImplData(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Field-level impl data.
getImplData() - Method in interface org.apache.openjpa.kernel.PCData
Returns the instance-level impl data, or null if none.
getImplData() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getImplData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getImplData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getImplData(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getImplementation(Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
Return the implementation for the given facade and store.
getImplementation(Class, Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
Return the implementation for the given facade and store.
getImplementorClasses(Class) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(String) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Class objects of all known service implementors of the specified class name(as resolved by the current thread's context class loader).
getImplementorClasses(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(String, ClassLoader, boolean) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Class objects of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getImplementorMappings(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getImplementorMetaDatas(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return all least-derived metadatas with some mapped assignable type that implement the given class.
getImplementors(Class) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified interface or class.
getImplementors(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified interface or class.
getImplementors(String) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified class name(as resolved by the current thread's context class loader).
getImplementors(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getImplementsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Implements declaration.
getImportedKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to return foreign keys imported by the given table pattern.
getImportedKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getImportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getImportPackages() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Returns the collection of packages that need to be imported.
getImportPackages() - Method in class org.apache.openjpa.enhance.CodeGenerator
Returns the set of packages that needs to be imported for this code.
getIncrement() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getIncrement() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's increment.
getIncrement() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
getIncrement() - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence increment, or -1 for default.
getIndependentAssignableMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Returns the closest-derived list of non-inter-joinable mapped types assignable to this type.
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
Return all independent mappings to which this strategy must join in order to access collection elements, or empty array if none.
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
 
getIndependentElementMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return all independent mappings to which this strategy must join in order to access collection elements, or empty array if none.
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return the assignable types for the given metadata whose expression trees must be compiled independently.
getIndependentKeyMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return all independent mappings to which this strategy must join in order to access map keys, or empty array if none.
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getIndependentTypeMappings() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Return all independently-mapped joinable types for this value, depending on whether this value is polymorphic and how the related type is mapped.
getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getIndependentValueMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return all independent mappings to which this strategy must join in order to access map values, or empty array if none.
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getIndex() - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
 
getIndex() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Index on the Discriminator columns, or null if none.
getIndex(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Return the index to set on the discriminator columns, or null if none.
getIndex(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the value, or null if the value columns should not be indexed by default.
getIndex(Version, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the version, or null if the version columns should not be indexed by default.
getIndex(Discriminator, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the discriminator, or null if the discriminator columns should not be indexed by default.
getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw index.
getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return an index for the given columns, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.meta.Version
Index on the version columns, or null if none.
getIndex(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
Return the index to set on the version columns, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's 0-based index in the owning table.
getIndex() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key's 0-based index in the owning table.
getIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the index with the given name, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
The index of this row in ordered row list.
getIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The absolute index of this persistent/transactional field.
getIndexDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index discriminator columns by default.
getIndexes() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether indexes on existing tables should be manipulated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether indexes should be generated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether indexes on existing tables should be manipulated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table's indexes.
getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find indexes matching the given table pattern.
getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getIndexLogicalForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index logical foreign keys by default.
getIndexName(String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Generate an index name.
getIndexVersion() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index version columns by default.
getInitializer() - Method in class org.apache.openjpa.meta.FieldMetaData
The initializer used by the field, or null if none.
getInitialValue(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return code for the initial value for the given field, or null to use the default generated by the system.
getInitialValue() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getInitialValue() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the number as the initial number for the GeneratedValue.TABLE strategy to start with.
getInitialValue(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getInitialValue(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return code for the initial value for the given field, or null to use the default generated by the system.
getInitialValue() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
Return the initial value for version column.
getInitialValue() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's initial value.
getInitialValue() - Method in class org.apache.openjpa.meta.SequenceMetaData
Initial sequence value, or -1 for default.
getInnerIdentityClasses() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether or not to generate inner classes when creating application identity classes.
getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
Return the base underlying native store manager.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Return the base underlying data store statement.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Return the base underlying data store connection.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
Return the base underlying database metadata.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Return the inner-most wrapped delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Return the base underlying data store statement.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
Return the inner-most wrapped delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Return the base underlying data store statement.
getInnermostDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
Innermost delegate.
getInnermostMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
Innermost mapping delegate.
getInputStream() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
getInputStream() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return the last-iterated metadata resource content as a stream.
getInputStream() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getInserts() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getInserts() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all inserted primary rows.
getInsertTimestamp() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a timestamp to the beginning of the file, just after the header (if any) is printed.
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
Factory method for obtaining a possibly-pooled BrokerFactory from properties.
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Factory method for obtaining a possibly-pooled factory from properties.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
Return singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
Return singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.kernel.UUIDHexSeq
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.kernel.UUIDStringSeq
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
getInstance() - Static method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getInstance(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
Return the initialized sequence instance.
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
Factory method for obtaining a possibly-pooled factory from properties.
getInstance(JDBCConfiguration) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
Factory method for constructing a factory from a configuration.
getInstancesAsMap() - Method in class org.apache.openjpa.conf.CacheMarshallersValue
 
getInstantiatingGetter() - Method in class org.apache.openjpa.lib.conf.Value
The name of the getter method for the instantiated value of this property(as opposed to the string value)
getInstrumentation() - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
 
getInt(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the int at the given index.
getInt(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getInt(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getInt(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getInt(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getIntegrityViolation() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
The type of integrity violation that occurred.
getInterfaceAliasedProperties(Class) - Method in class org.apache.openjpa.meta.ClassMetaData
Return all aliases property named for the given interface.
getInterfaceImpl() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the managed interface implementor if any.
getInterfacePropertyAlias(Class, String) - Method in class org.apache.openjpa.meta.ClassMetaData
Get local field alias for the given interface property.
getIntermediate(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getIntermediate(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Use intermediate field data to store intermediate information that might be available before the field is fully loaded.
getIntermediate(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Return the object for the given oid.
getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Return the list for the given key.
getInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
Implement this method and List.size().
getInternal(int) - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.BooleanValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.DoubleValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.FileValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.IntValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.ObjectValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginListValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.StringListValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.StringValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.Value
Return the internal string form of this value.
getInterval() - Method in class org.apache.openjpa.datacache.DataCacheScheduler
The interval time in minutes between cache checks.
getIntExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as an int.
getIntExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as an int.
getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getIntProperty(String, String, int) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getIntProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getIntProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as an int, or 0 if it does not exist and has no set default.
getIntProperty(String, int) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as an int, or the given default if it does not exist.
getInverse() - Method in class org.apache.openjpa.meta.FieldMetaData
Logical inverse field.
getInverseManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for managing inverse relations.
getInverseManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getInverseManager() - Method in interface org.apache.openjpa.kernel.Broker
Return the inverse manager in use.
getInverseManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getInverseManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getInverseMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getInverseMetaDatas()
getInverseMetaDatas() - Method in class org.apache.openjpa.meta.FieldMetaData
Return all inverses of this field.
getInverseRelations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to generate inverse 1-many/1-1 relations for all many-1/1-1 relations.
getInverseTypeJoin(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the join from the related type to this value.
getIsolation() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getIsolation() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The isolation level for queries issued to the database.
getIsolation() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getIsolation() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
The isolation level for queries issued to the database.
getIsolation() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getJarFileUrls() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
Return the code from JavaTypes for the version values this strategy uses.
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Return the Java type code from JavaTypes for the discriminator values.
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.schema.Column
The Java type the data in this column is treated as, from JavaTypes or JavaSQLTypes.
getJavaType(int, int, int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the java type for the given SQL type from Types.
getJDBCDelegate() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Return the JDBC delegate.
getJDBCListenerInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBCListeners to use.
getJDBCListenerInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getJDBCListeners() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the JDBCListener plugins for listening to JDBCEvents.
getJDBCListeners() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getJDBCLog() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
The log to write JDBC messages to.
getJDBCMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getJDBCName(int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the SQL type name for the given Types constant.
getJDBCType(String) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the Types constant for the given SQL type name.
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the preferred Types constant for the given JavaTypes or JavaSQLTypes constant.
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
 
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getJoin(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Return the join from the field table to the owning class table.
getJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the Joinable for the given column.
getJoinablePCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return mapped subclasses that are reachable via joins.
getJoinablePCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the nearest mapped superclass that can join to this class.
getJoinColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
I/O information on the join columns.
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Direction of the join that the columns of this mapping info form.
getJoinDirection() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The join direction.
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Foreign key linking the primary key columns to the superclass table, or null if none.
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Foreign key linking the field table to the class' primary table.
getJoinForeignKey(ClassMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this class' table to its superclass' table, or null for a logical foreign key only.
getJoinForeignKey(FieldMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this field's table to its defining class' table, or null for a logical foreign key only.
getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return the foreign key used to join to the owning field for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return the foreign key used to join to the owning field for the given mapping from either LRSMapFieldStrategy.getIndependentKeyMappings(boolean) or LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Return the foreign key used to join to the owning field for the given element mapping from ContainerFieldStrategy.getIndependentElementMappings(boolean) (or null).
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
getJoinForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for join keys.
getJoinIndex() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Index on join foreign key columns.
getJoinIndex(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Index on the field join.
getJoinIndex(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the join, or null if the join columns should not be indexed by default.
getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoinIterator() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the top-level Join elements for this select.
getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Returns the names of the joins that this component will use when loading objects.
getJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getJoins() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoins() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the top-level joins for this select.
getJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The join syntax to use.
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
The join syntax for this select, as one of the syntax constants from JoinSyntaxes.
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoinSyntax() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
SQL join syntax.
getJoinSyntax() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getJoinUnique() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Unique constraint on join foreign key columns.
getJoinUnique(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Unique constraint on the field join.
getJoinUnique(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default constraint for the join, or null if the join columns should not be constrained by default.
getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getJoinValue(Object, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the join value of the given column.
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the join value of the given column.
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getJPQL() - Method in class org.apache.openjpa.conf.Compatibility
Whether or not JPQL extensions are allowed.
getJtaDataSource() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getJtaDataSourceName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getKey() - Method in class org.apache.openjpa.datacache.ExpirationEvent
Return the expired object id or query key.
getKey() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
 
getKey(ResultSet, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is to provide override for non-JDBC or JDBC-like implementation of getting key from the result set.
getKey() - Method in class org.apache.openjpa.lib.util.Localizer.Message
The unique key for the localized message.
getKey() - Method in class org.apache.openjpa.meta.FieldMetaData
Metadata about the key value.
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
 
getKeyColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return the columns holding data for a map key for the given key mapping from LRSMapFieldStrategy.getIndependentKeyMappings(boolean) or LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
 
getKeyMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getKey()
getKeySequence() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The sequence of this join in the foreign key.
getKeyType() - Method in interface org.apache.openjpa.util.ProxyMap
The map key type.
getLanguage() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getLanguage() - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Return a string key describing the language that this instance parses.
getLanguage() - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
getLanguage() - Method in interface org.apache.openjpa.kernel.QueryContext
The query language.
getLanguage() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getLanguage() - Method in class org.apache.openjpa.meta.QueryMetaData
Return the query language.
getLanguage() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
Query language.
getLanguage() - Method in class org.apache.openjpa.persistence.QueryImpl
 
getLevel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The level to log at.
getLevel(String) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
Returns a symbolic constant for the specified string level.
getLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
getLevelName(short) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
Returns a string representation of the specified log level constant.
getLevenshteinDistance(String, String) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the Levenshtein distance between the two strings.
getLexicalHandler() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The lexical handler that should be registered with the SAX parser used by this class.
getLifecycleEventManager() - Method in interface org.apache.openjpa.kernel.Broker
Return the lifecycle event manager associated with the broker.
getLifecycleEventManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
Give state managers access to the lifecycle event manager.
getLifecycleEventManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLifecycleListenerCallbackMode() - Method in interface org.apache.openjpa.kernel.Broker
The callback mode for handling exceptions from lifecycle event listeners.
getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getLifecycleListenerCallbackMode() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Deprecated. cast to OpenJPAEntityManagerSPI instead. This method pierces the published-API boundary, as does the SPI cast.
getLifecycleListenerCallbackModes() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getLifecycleListenerCallbackModes() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
The CallbackMode flags for handling lifecycle listener exceptions.
getLifecycleMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Information about lifecycle callbacks for this class.
getLineLength() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getLinesBetweenSections() - Method in class org.apache.openjpa.lib.util.CodeFormat
The number of empty lines between code sections.
getLineSeparator() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
Return the value of the "line.separator" system property.
getListener() - Method in class org.apache.openjpa.lib.conf.Value
Listener for value changes.
getListeners() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Return a read-only list of listeners.
getListeners() - Method in interface org.apache.openjpa.lib.util.EventManager
Return a read-only list of listeners.
getListingIndex() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Relative order of result mapping in metadata.
getListingIndex() - Method in class org.apache.openjpa.meta.ClassMetaData
The index in which this class was listed in the metadata.
getListingIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The index in which this field was listed in the metadata.
getListingIndex() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
The index in which this class was listed in the metadata.
getLoaded() - Method in class org.apache.openjpa.kernel.AbstractPCData
Return the loaded field mask.
getLoaded() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getLoaded() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getLoaded() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getLoaded() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all loaded fields.
getLoaded() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getLoaded() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getLoaded(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
Get the loaded mask from a state image.
getLoadFetchGroup() - Method in class org.apache.openjpa.meta.FieldMetaData
The fetch group that is to be loaded when this receiver is loaded, or null if none set.
getLoadKey() - Method in class org.apache.openjpa.lib.conf.Value
The key under which this value was loaded, or null.
getLOBStream(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLOBStream(JDBCStore, ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
getLOBStream(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLOBStream(JDBCStore, ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getLOBStream(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
 
getLOBStreamInternal(JDBCStore, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLOBStreamInternal(JDBCStore, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocale(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLocale(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getLocale(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getLocalizer() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Used for obtaining the Localizer to use for translating error messages.
getLocalizer() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
 
getLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The XML document location.
getLocation(String) - Method in class org.apache.openjpa.lib.xml.Location
for customized responses
getLocation() - Method in class org.apache.openjpa.lib.xml.Location
 
getLocator() - Method in class org.apache.openjpa.lib.xml.Location
 
getLock() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getLock() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getLock() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getLock() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
The lock object set for this instance.
getLock() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getLockLevel(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLockLevel(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLockLevel(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.LockManager
Return the lock level of the specified instance, or LockLevels.LOCK_NONE if not locked.
getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.NoneLockManager
 
getLockLevel(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the lock level of the specified object.
getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.VersionLockManager
Returns the given instance's lock level, assuming that the state's lock object is a number.
getLockManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for datastore lock management.
getLockManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getLockManager() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
If the lock manager in use is a JDBCLockManager, return it.
getLockManager() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getLockManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLockManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLockManager() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the lock manager in use.
getLockMode(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getLockMode(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return the lock mode of the given instance, or null if not locked.
getLockTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The time to wait for an object lock in milliseconds, or -1 for no timeout.
getLockTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getLockTimeout() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getLockTimeout() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The number of milliseconds to wait for an object lock, or -1 for no limit.
getLockTimeout() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getLockTimeout() - Method in interface org.apache.openjpa.persistence.FetchPlan
The number of milliseconds to wait for an object lock, or -1 for no limit.
getLockTimeout() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
 
getLog() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the log to write to.
getLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
Log plugin setting.
getLog(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the log for the given category.
getLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLog(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLog(String) - Method in interface org.apache.openjpa.lib.log.LogFactory
Return a log for the given channel name.
getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryAdapter
 
getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
 
getLog(String) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
Returns a Log impl that combines all logs.
getLog(String) - Method in class org.apache.openjpa.lib.log.NoneLogFactory
 
getLog() - Method in class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
 
getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The log to write to.
getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The log to write to.
getLog() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the metadata log.
getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Metadata log.
getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
The log to write to.
getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
Metadata log.
getLogFactory() - Method in interface org.apache.openjpa.lib.conf.Configuration
The log factory.
getLogFactory() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLoginTimeout() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getLoginTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getLogs() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
The log to write to.
getLogWriter() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getLogWriter() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getLong(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the long at the given index.
getLong(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
Return the value of the given field in the given object.
getLong(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
Return the return value of the given getter in the given object.
getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getLong(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getLong(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getLongProperty(String, String, long) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getLongProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getLongProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a long, or 0 if it does not exist and has no set default.
getLongProperty(String, long) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or the given default if it does not exist.
getLRSSize() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
How to obtain the size of large result sets.
getLRSSize() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getLRSSize() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The large result set size mode to use.
getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getLRSSize() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
Deprecated. use JDBCFetchPlan.getLRSSizeAlgorithm() instead.
getLRSSize() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getLRSSizeAlgorithm() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
How to determine the size of a large result set.
getLRSSizeAlgorithm() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
getLRSSizeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the LRSSizes constant for the large result set size setting.
getLRSSizeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getManagedClassNames() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getManagedInstance() - Method in interface org.apache.openjpa.enhance.ManagedInstanceProvider
 
getManagedInstance() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
 
getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getManagedInstance() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getManagedInstance() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the managed instance.
getManagedInstance() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getManagedInstance(Object) - Static method in class org.apache.openjpa.util.ImplHelper
 
getManagedObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getManagedObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getManagedObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of all managed instances.
getManagedObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getManagedObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
Return a set of all managed instances.
getManagedRuntime() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ManagedRuntime to use for managed environments.
getManagedRuntime() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getManagedRuntime() - Method in interface org.apache.openjpa.kernel.Broker
Return the managed runtime in use.
getManagedRuntime() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getManagedRuntime() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getManagedRuntime() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
 
getManagedRuntime() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
Return the managed runtime in use.
getManagedRuntimeInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for integrating with a managed runtime.
getManagedRuntimeInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getManagedStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all managed state managers.
getManagedType(Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
getManagedType(Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getManagedType(Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getManagedType(Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Return the persistent class for the given data store identity value.
getManagedTypeBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the bytecode representation of the managed class being manipulated.
getManageLRS() - Method in class org.apache.openjpa.kernel.InverseManager
Return whether to manage LRS fields.
getManagement() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the management level for the field.
getMappedBy() - Method in class org.apache.openjpa.meta.FieldMetaData
The field that this field shares a mapping with.
getMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getMappedByMetaData()
getMappedByMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The field that this field shares a mapping with.
getMappedPCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getMappedPCSubclassMetaDatas().
getMappedPCSubclassMetaDatas() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all mapped subclasses.
getMappedPCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getMappedPCSuperclassMetaData().
getMappedPCSuperclassMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the closest mapped superclass.
getMapping() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name mapping to use for this data store.
getMapping() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMapping(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMapping(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMapping(String) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the mapping id for the given path supplied with QueryResultMapping.PCResult.addMapping(java.lang.String, java.lang.Object), or null if none.
getMappingDefaults() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MappingDefaults to use.
getMappingDefaults() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingDefaults() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Mapping defaults.
getMappingDefaultsInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The MappingDefaults to use with a repository.
getMappingDefaultsInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
Mapping factory delegate.
getMappingFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MetaDataFactory to use for loading and storing object-relational mapping data.
getMappingFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingFile() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Allow sequence to have a mapping file separate from its metadata source file.
getMappingFileNames() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
 
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Raw mapping data.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Raw mapping data.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Raw mapping data about field's join to parent table, as well as miscellaneous specialized columns like order column.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Version
Raw mapping data.
getMappingOverride() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
Whether to allow later parses of mapping information to override earlier information for the same class.
getMappingOverride() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
Whether to allow later parses of mapping information to override earlier information for the same class.
getMappingPaths() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the raw mapping paths supplied with QueryResultMapping.PCResult.addMapping(java.lang.String, java.lang.Object), or empty array if none.
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getRepository().
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getRepository()
getMappingRepository() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from MetaDataContext.getRepository().
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getMappingRepositoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the mapping repository.
getMappingRepositoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappings() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMappings() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the generated mappings.
getMappingWriter() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The stream to export the planned mappings to as an XML document.
getMapValue(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getMapValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
getMapValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getMarshallerById(String) - Method in class org.apache.openjpa.conf.CacheMarshallersValue
Return the CacheMarshaller to use for caching metadata of id id.
getMarshallerById(Configuration, String) - Static method in class org.apache.openjpa.conf.CacheMarshallersValue
Return the CacheMarshaller to use for caching metadata of id id.
getMaster() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the master slice.
getMaster() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Gets the master slice.
getMaxActive() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The maximum number of sockets that this provider can simetaneously open to each peer in the cluster.
getMaxBinaryLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxFetchDepth() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The maximum relation depth to traverse when eager fetching.
getMaxFetchDepth() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMaxFetchDepth() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration