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.