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

A

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.kernel.AbstractPCResultObjectProvider
Override if desired.
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.
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
 
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.
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
 
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, OpenJPAConfiguration) - 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, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyMap
 
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
 
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.
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
 
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
 
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
 
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_UNKNOWN - Static variable in class org.apache.openjpa.meta.ClassMetaData
Unknown access type.
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
 
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.meta.MetaDataTool.Flags
 
ACTION_ADD - Static variable in class org.apache.openjpa.meta.MetaDataTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.meta.MetaDataTool
 
ACTION_EXCEPTION - Static variable in class org.apache.openjpa.kernel.InverseManager
Constant representing the InverseManager.ACTION_EXCEPTION action
ACTION_MANAGE - Static variable in class org.apache.openjpa.kernel.InverseManager
Constant representing the InverseManager.ACTION_MANAGE action
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.meta.MetaDataTool
 
add(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
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 - 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
 
add(int, Object) - Method in class org.apache.openjpa.util.ProxyArrayList
 
add(Object) - Method in class org.apache.openjpa.util.ProxyArrayList
 
add(int, int) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
add(Object) - Method in class org.apache.openjpa.util.ProxyHashSet
 
add(int, Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
add(Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
add(Object) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
add(int, Object) - Method in class org.apache.openjpa.util.ProxyVector
 
add(Object) - Method in class org.apache.openjpa.util.ProxyVector
 
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
 
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(MetaDataRepository) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Add all components in the given repository to the set to be serialized.
addAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
addAll(int, Collection) - Method in class org.apache.openjpa.util.ProxyArrayList
 
addAll(Collection) - Method in class org.apache.openjpa.util.ProxyArrayList
 
addAll(Collection) - Method in class org.apache.openjpa.util.ProxyHashSet
 
addAll(int, Collection) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
addAll(Collection) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
addAll(Collection) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
addAll(int, Collection) - Method in class org.apache.openjpa.util.ProxyVector
 
addAll(Collection) - Method in class org.apache.openjpa.util.ProxyVector
 
addBeanField(BCClass, String, Class) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Add a bean field of the given name and type.
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.util.MultiLoaderClassResolver
 
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.
addDeclaredInclude(String) - Method in class org.apache.openjpa.meta.FetchGroup
Includes given fetch group within this receiver.
addDefaultAlias(String, String) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
Add a mapping from alias to cls to the list of default aliases for new values created after this invocation.
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.
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
 
addElement(Object) - Method in class org.apache.openjpa.util.ProxyVector
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
addFirst(Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
addHint(String, Object) - Method in class org.apache.openjpa.meta.QueryMetaData
Add a query hint.
addLast(Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
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
 
addLifecycleListeners(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Add factory-registered lifecycle listeners to the broker.
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
 
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.
addPropertyPrefix(String) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
Add prefix to the list of prefixes under which configuration properties may be scoped.
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.
addRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
Register a PCRegistry.RegisterClassListener.
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.
addStandardProperties(StringBuffer) - Method in class org.apache.openjpa.meta.SequenceMetaData
Add standard properties to the given properties buffer.
addSystemListener(Object) - Method in class org.apache.openjpa.meta.MetaDataRepository
Add the given system lifecycle listener.
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 interface org.apache.openjpa.kernel.Broker
Register a listener for transaction-related events.
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
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.
addVersionMethods(BCClass) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Add methods for loading and storing version data.
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_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_DELETE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is deleted.
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_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_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_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.
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.
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
 
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.
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.
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.
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.
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.
afterRefresh(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
Invoked after state has been refreshed.
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
 
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
 
afterSpecificationSet(OpenJPAConfiguration) - Method in interface org.apache.openjpa.conf.ProductDerivation
Called after the specification has been set.
afterSpecificationSet(OpenJPAConfiguration) - Static method in class org.apache.openjpa.conf.ProductDerivations
Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance.
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.
aggregate - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
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 - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
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.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
 
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
 
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
 
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.
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.
areRemoteEventsEnabled() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Return true if remote events are enabled.
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
 
ascending - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
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.
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
 
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
 
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
 
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
 
assertParameters(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.
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.kernel.DelegatingStoreManager
 
assignField(OpenJPAStateManager, int, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
Assign a value to the given field.
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
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) - 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.
AUTOASSIGN - Static variable in class org.apache.openjpa.meta.ValueStrategies
"autoassigned" value strategy.
autoClear - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
AutoClear - Interface in org.apache.openjpa.kernel
State clearing constants.
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.
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 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.
backupAndDelete(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Backup and delete the source files for the given metadatas.
BeanLifecycleCallbacks - Class in org.apache.openjpa.event
Performs a callback method on a cached bean instance.
BeanLifecycleCallbacks(Class, String, boolean) - 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_COMMIT - Static variable in class org.apache.openjpa.event.TransactionEvent
Event type signifying that the transaction is about to be committed.
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_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_STORE - Static variable in class org.apache.openjpa.event.LifecycleEvent
Event type when an instance is stored.
beforeAccessField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Load the given field before access.
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.
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
 
beforeCompletion() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
beforeCompletion() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
beforeConfigurationConstruct(ConfigurationProvider) - Method in interface org.apache.openjpa.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.conf.ProductDerivations
Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks to the the given instance.
beforeConfigurationLoad(OpenJPAConfiguration) - Method in interface org.apache.openjpa.conf.ProductDerivation
Provides the instance with the opportunity to mutate conf before the user configuration is applied.
beforeConfigurationLoad(OpenJPAConfiguration) - Static method in class org.apache.openjpa.conf.ProductDerivations
Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance.
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 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.
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.
beforePersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
Invoked before an instance is persisted.
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
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
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.
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 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.
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.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.
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.
BeginTransactionListener - Interface in org.apache.openjpa.event
Notified when transactions begin.
BIGDECIMAL - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BIGINTEGER - Static variable in class org.apache.openjpa.meta.JavaTypes
 
bind(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Record that the given variable is bound.
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 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 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
 
BOOLEAN - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BOOLEAN_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
Bootstrap - Class in org.apache.openjpa.kernel
Helper methods for acquiring BrokerFactory objects
Bootstrap() - Constructor for class org.apache.openjpa.kernel.Bootstrap
 
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.
BrokerFactory - Interface in org.apache.openjpa.kernel
Factory for Broker instances.
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
 
BYTE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
BYTE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
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
 

C

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
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.
CALENDAR - Static variable in class org.apache.openjpa.meta.JavaTypes
 
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_IGNORE - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to ignore exceptions made during callback.
CALLBACK_LOG - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to log exceptions made during callback.
CALLBACK_RETHROW - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to re-throw exceptions made during callback.
CALLBACK_ROLLBACK - Static variable in interface org.apache.openjpa.event.CallbackModes
Flag to always rollback on a callback exception.
CallbackException - Exception in org.apache.openjpa.util
Exception type thrown when an error occurs in a callback.
CallbackException() - Constructor for exception org.apache.openjpa.util.CallbackException
 
CallbackException(String) - Constructor for exception org.apache.openjpa.util.CallbackException
 
CallbackException(String, Object) - Constructor for exception org.apache.openjpa.util.CallbackException
 
CallbackModes - Interface in org.apache.openjpa.event
Callback handling constants.
cancelAll() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns false.
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.
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.
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 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
 
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
 
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
 
CHECK_READ - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
CHECK_WRITE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
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, 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.
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.
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
 
clear() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
clear() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
clear() - Method in interface org.apache.openjpa.datacache.DataCache
Remove all data from this cache.
clear() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
clear() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
clear() - Method in interface org.apache.openjpa.datacache.QueryCache
Remove all data from this cache.
clear() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
clear() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
clear() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
clear() - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
clear() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
clear() - Method in interface org.apache.openjpa.meta.MetaDataFactory
Clear any internal caches.
clear() - Method in class org.apache.openjpa.meta.MetaDataRepository
Clear the cache of parsed metadata.
clear() - Method in class org.apache.openjpa.meta.MetaDataTool
Reset state.
clear() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
clear() - Method in class org.apache.openjpa.util.CacheMap
Removes pinned objects as well as unpinned ones.
clear() - Method in class org.apache.openjpa.util.ProxyArrayList
 
clear() - Method in class org.apache.openjpa.util.ProxyHashMap
 
clear() - Method in class org.apache.openjpa.util.ProxyHashSet
 
clear() - Method in class org.apache.openjpa.util.ProxyHashtable
 
clear() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
clear() - Method in class org.apache.openjpa.util.ProxyProperties
 
clear() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
clear() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
clear() - Method in class org.apache.openjpa.util.ProxyVector
 
CLEAR_ALL - Static variable in interface org.apache.openjpa.kernel.AutoClear
Clear state when entering any transaction.
CLEAR_DATASTORE - Static variable in interface org.apache.openjpa.kernel.AutoClear
Clear state when entering a datastore transaction.
clearAllFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached field data.
clearData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
clearData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
clearDefinedFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear defined field data.
clearFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clearFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clears the set of fetch group names to use when loading data.
clearFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
clearFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached field data.
clearFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clearFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clears the set of field names to use when loading data.
clearFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
clearInternal() - Method in class org.apache.openjpa.datacache.AbstractDataCache
Clear the cache.
clearInternal() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Clear the cache.
clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
clearInverseRelations(OpenJPAStateManager, FieldMetaData, FieldMetaData[], Object) - Method in class org.apache.openjpa.kernel.InverseManager
Remove all relations between the initial value of fmd for the instance managed by sm and its inverses.
clearInverseRelations(OpenJPAStateManager, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
Clear all inverse the relations from val to the instance managed by sm.
ClearListener - Interface in org.apache.openjpa.event
Listener for when persistent state is cleared from an instance.
clearMapping(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Clear mapping information from the given metadata.
clearSubclassCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Clear cached subclass data.
clone() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
clone() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Clone this instance.
clone() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
Clone this instance.
clone(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
Clone a state array.
close() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
close() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
close() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
close(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
close() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
close(boolean) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
close() - Method in interface org.apache.openjpa.datacache.DataCache
Free the resources used by this cache.
close() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Close all caches.
close() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
close() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
close() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
close() - Method in interface org.apache.openjpa.datacache.QueryCache
Free the resources used by this cache.
close() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Close this manager and all registered listeners.
close() - Method in interface org.apache.openjpa.event.RemoteCommitListener
Free the resources used by this listener.
close() - Method in interface org.apache.openjpa.event.RemoteCommitProvider
Free the resources used by this provider.
close() - Method in class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
 
close() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
close() - Method in class org.apache.openjpa.kernel.AbstractLockManager
Does nothing by default.
close() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
close() - Method in interface org.apache.openjpa.kernel.Broker
Close the broker.
close() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Close the factory.
close() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
close() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
close() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
close() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
close() - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
close() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
close() - Method in interface org.apache.openjpa.kernel.LockManager
Free any resources.
close() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
close(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
close() - Method in interface org.apache.openjpa.kernel.Seq
Free resources used by this sequence.
close() - Method in interface org.apache.openjpa.kernel.StoreManager
Free any resources this store manager is using.
close() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
close() - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
close() - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
close() - Method in class org.apache.openjpa.meta.MetaDataRepository
Free the resources used by this repository.
close() - Method in class org.apache.openjpa.meta.SequenceMetaData
Close user sequence instance.
close(Object) - Static method in class org.apache.openjpa.util.ImplHelper
Close the given resource.
closeAll() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
closeAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
closeAll() - Method in interface org.apache.openjpa.kernel.Extent
Close all open iterators.
closeAll() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
closeAll() - Method in interface org.apache.openjpa.kernel.Query
Close all open query results.
closeAll() - Method in class org.apache.openjpa.kernel.QueryImpl
 
closeClassBrace(CodeFormat) - Method in class org.apache.openjpa.enhance.CodeGenerator
Append the closing code-level brace to the code; this can be overridden to add code to the bottom of the class.
closeResources() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
closeResources() - Method in interface org.apache.openjpa.kernel.Query
Close query results that are consuming resources.
closeResources() - Method in class org.apache.openjpa.kernel.QueryImpl
 
CodeGenerator - Class in org.apache.openjpa.enhance
Generates Java class code from metadata.
CodeGenerator(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
Constructor.
CodeGenerator(ClassMetaData) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
Constructor.
COLLECTION - Static variable in class org.apache.openjpa.meta.JavaTypes
 
CollectionChangeTracker - Interface in org.apache.openjpa.util
Change tracker that can be used for collections.
CollectionChangeTrackerImpl - Class in org.apache.openjpa.util
Default CollectionChangeTracker.
CollectionChangeTrackerImpl(Collection, boolean, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.CollectionChangeTrackerImpl
Constructor.
commit() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This is a no-op implementation.
commit(Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
commit(Collection, Collection, Collection, Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Perform a batch update of the cache.
commit() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
commit(Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
commit() - Method in interface org.apache.openjpa.kernel.Broker
Commit the current transaction.
commit() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
commit() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
commit() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
commit() - Method in interface org.apache.openjpa.kernel.StoreManager
Commit the current data store transaction.
commitAndResume() - Method in interface org.apache.openjpa.kernel.Broker
Issue a commit and then start a new transaction.
commitAndResume() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
commitAndResume() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
compareTo(Object) - Method in class org.apache.openjpa.meta.ClassMetaData
 
compareTo(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
 
compareTo(Object) - Method in class org.apache.openjpa.util.OpenJPAId
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Casts v1 and v2 to Comparable, and invokes v1.compareTo (v2).
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Compare the two version objects.
Compatibility - Class in org.apache.openjpa.conf
Struct encompassing backwards-compatibility options.
Compatibility() - Constructor for class org.apache.openjpa.conf.Compatibility
 
compatibilityPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
compile() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
compile() - Method in interface org.apache.openjpa.kernel.Query
Compile the query.
compile() - Method in class org.apache.openjpa.kernel.QueryImpl
 
computeFields() - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
concat(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the concatenation of the given target with the given args.
concat(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
ConcurrentDataCache - Class in org.apache.openjpa.datacache
A DataCache implementation that is optimized for concurrent access.
ConcurrentDataCache() - Constructor for class org.apache.openjpa.datacache.ConcurrentDataCache
 
ConcurrentQueryCache - Class in org.apache.openjpa.datacache
A QueryCache implementation that is optimized for concurrent access.
ConcurrentQueryCache() - Constructor for class org.apache.openjpa.datacache.ConcurrentQueryCache
 
conf - Variable in class org.apache.openjpa.datacache.AbstractDataCache
The configuration set by the system.
conf - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
The configuration set by the system.
conf - Variable in class org.apache.openjpa.util.ProxyManagerImpl
 
configureBroker(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Configures the given broker with the current factory option settings.
configureEventManager(RemoteCommitEventManager) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Configure the remote event manager.
CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that each broker will retain a single connection that it will use for its lifespan.
CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that connections will be obtained as needed.
CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
Constant indicating that connections will be retained for the life of each transaction.
connection2DriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2Password - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2URL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connection2UserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionDriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2 - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2Name - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactory2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionFactoryProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionPassword - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionRetainMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ConnectionRetainModes - Interface in org.apache.openjpa.kernel
Connection retain mode constants.
connectionURL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
connectionUserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
Constant - Interface in org.apache.openjpa.kernel.exps
Interface for any constant value.
contains(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
contains(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Returns true if this cache contains data corresponding to oid; otherwise returns false.
contains(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
contains(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
contains(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
contains(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
contains(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
contains(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
CONTAINS_TYPE_ELEMENT - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
CONTAINS_TYPE_KEY - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
CONTAINS_TYPE_VALUE - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
containsAll(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
containsAll(Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Returns the indexes of the oids in this cache.
containsAll(Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
containsAll(Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
containsKey(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
containsKey(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
containsKey(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
containsKey(Object) - Method in class org.apache.openjpa.util.CacheMap
 
containsValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
containsValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
containsValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
containsValue(Object) - Method in class org.apache.openjpa.util.CacheMap
 
convert(Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Convert the given value to the given type.
convert(Object, int) - Static method in class org.apache.openjpa.meta.JavaTypes
Convert the given object to the given type if possible.
copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
copy(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Copy the state from the given fetch configuration to this one.
copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
copy(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
Copy the metadata from the given instance to this one.
copy(Extensions) - Method in class org.apache.openjpa.meta.Extensions
Copy the extensions not present in this instance but present in the given instance.
copy(FieldMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
Copy state from the given field to this one.
copy(ValueMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
 
copy(ValueMetaData) - Method in interface org.apache.openjpa.meta.ValueMetaData
Copy state from the given value to this one.
copy(ValueMetaData) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
copy(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Copy the given oid value.
copy(Object) - Method in interface org.apache.openjpa.util.Proxy
Return an unproxied copy of the given instance.
copy(Object) - Method in class org.apache.openjpa.util.ProxyArrayList
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyHashMap
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyHashSet
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyHashtable
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyProperties
 
copy(Object) - Method in class org.apache.openjpa.util.ProxySQLDate
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyTime
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
copy(Object) - Method in class org.apache.openjpa.util.ProxyVector
 
copyArray(Object) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new array of the same component type as the given array and containing the same elements.
copyArray(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCalendar(Calendar) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given Calendar with the same information.
copyCalendar(Calendar) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCollection(Collection) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new collection of the same type as the given one with a copy of all contained elements.
copyCollection(Collection) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyCustom(Object) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given object with the same information.
copyCustom(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Copy the given object id value.
copyDate(Date) - Method in interface org.apache.openjpa.util.ProxyManager
Return a copy of the given date with the same information.
copyDate(Date) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
copyKeyFieldsFromObjectId(Class, FieldConsumer, Object) - Static method in class org.apache.openjpa.enhance.PCRegistry
Copy fields to an outside source from the key fields in the identity object.
copyKeyFieldsToObjectId(Class, FieldSupplier, Object) - Static method in class org.apache.openjpa.enhance.PCRegistry
Copy fields from an outside source to the key fields in the identity object.
copyMap(Map) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new map of the same type as the given one with a copy of all contained key/value pairs.
copyMap(Map) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
correctRelations(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Correct relations from the given dirty field to inverse instances.
count(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the count of the given value for all matches.
count(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
count() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
Return the number of elements in the collection, or Integer.MAX_VALUE.
count() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return the number of entries in the map, or Integer.MAX_VALUE.
cpath - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
create(PersistenceCapable, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Generate an application id based on the current primary key field state of the given instance.
createFactory(BCClass) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Create a stub factory instance for the given class.
createInteraction() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
createInteraction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
createInverseRelations(StoreContext, Object, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
Create the inverse relations for all the given inverse fields.
createMessage(RemoteCommitEvent) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Returns a new Message to send to the topic.
ctx - Variable in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
ctx - Variable in class org.apache.openjpa.kernel.AbstractLockManager
The context against which this LockManager is operating.
ctx - Variable in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
The StoreContext that this result object provider will load objects into.
ctx - Variable in class org.apache.openjpa.kernel.AbstractStoreQuery
 
ctx - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
current(StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
Return the current value of the sequence, or null if not available.
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
currentQuery() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the current string being parsed; used for error messages.

D

DataCache - Interface in org.apache.openjpa.datacache
Interface that must be implemented by any level 2 cache used by OpenJPA.
DataCacheManager - Interface in org.apache.openjpa.datacache
Manages the system's data and query caches.
DataCacheManagerImpl - Class in org.apache.openjpa.datacache
Default data cache manager.
DataCacheManagerImpl() - Constructor for class org.apache.openjpa.datacache.DataCacheManagerImpl
 
dataCacheManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DataCachePCData - Interface in org.apache.openjpa.datacache
Specialized PCData implementation for data caching.
DataCachePCDataGenerator - Class in org.apache.openjpa.datacache
A PCDataGenerator instance which generates properly synchronized instances suitable for use in the cache.
DataCachePCDataGenerator(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
DataCachePCDataGenerator.Timed - Interface in org.apache.openjpa.datacache
Simple interface to give access to expiration time.
DataCachePCDataImpl - Class in org.apache.openjpa.datacache
Specialized PCData implementation for data caching.
DataCachePCDataImpl(Object, ClassMetaData) - Constructor for class org.apache.openjpa.datacache.DataCachePCDataImpl
Constructor.
dataCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DataCacheScheduler - Class in org.apache.openjpa.datacache
Cron-style cache eviction.
DataCacheScheduler(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.datacache.DataCacheScheduler
 
DataCacheStoreManager - Class in org.apache.openjpa.datacache
StoreManager proxy that delegates to a data cache when possible.
DataCacheStoreManager(StoreManager) - Constructor for class org.apache.openjpa.datacache.DataCacheStoreManager
Constructor.
dataCacheTimeout - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
datastore - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
 
DATE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
DateId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for Date fields.
DateId(Class, String) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Timestamp) - Constructor for class org.apache.openjpa.util.DateId
 
DateId(Class, Date, boolean) - Constructor for class org.apache.openjpa.util.DateId
 
declareClasses(BCClass) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Add interface or superclass declarations to the generated class.
declareClasses(BCClass) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
declareParameters(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
declareParameters(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Declared parameters, for query languages that use them.
declareParameters(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
decorate(BCClass, ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
decorate(Object, BCClass, int[]) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Decorate the generated class.
decorate(Object, BCClass, int[]) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
decorate(BCClass, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Apply additional decoration to generated class.
decorateResultList(ResultList) - Method in class org.apache.openjpa.kernel.QueryImpl
Optionally decorate the native result.
DEFAULT - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
Constant to revert any setting back to its default value.
DEFAULT_STRING - Static variable in class org.apache.openjpa.meta.ClassMetaData
 
defaultSourceFile(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the default file for the given metadata.
defaultSourceFile(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return a default file for the given query.
defaultSourceFile(SequenceMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return a default file for the given sequence.
defineSuperclassFields(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Incorporate superclass fields redefined in this subclass into this metadata.
DelegatingBroker - Class in org.apache.openjpa.kernel
Delegating broker that can also perform exception translation for use in facades.
DelegatingBroker(Broker) - Constructor for class org.apache.openjpa.kernel.DelegatingBroker
Constructor; supply delegate.
DelegatingBroker(Broker, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingBroker
Constructor; supply delegate and exception translator.
DelegatingBrokerFactory - Class in org.apache.openjpa.kernel
Delegating broker factory that can also perform exception translation for use in facades.
DelegatingBrokerFactory(BrokerFactory) - Constructor for class org.apache.openjpa.kernel.DelegatingBrokerFactory
Constructor; supply delegate.
DelegatingBrokerFactory(BrokerFactory, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingBrokerFactory
Constructor; supply delegate and exception translator.
DelegatingDataCache - Class in org.apache.openjpa.datacache
Delegating data cache that can also perform exception translation for use in facades.
DelegatingDataCache(DataCache) - Constructor for class org.apache.openjpa.datacache.DelegatingDataCache
Constructor.
DelegatingDataCache(DataCache, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.datacache.DelegatingDataCache
 
DelegatingExtent - Class in org.apache.openjpa.kernel
Delegating extent that also can perform exception translation for use in facades.
DelegatingExtent(Extent) - Constructor for class org.apache.openjpa.kernel.DelegatingExtent
Constructor; supply delegate.
DelegatingExtent(Extent, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingExtent
Constructor; supply delegate and exception translator.
DelegatingFetchConfiguration - Class in org.apache.openjpa.kernel
Delegating fetch configuration that can also perform exception translation for use in facades.
DelegatingFetchConfiguration(FetchConfiguration) - Constructor for class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Constructor; supply delegate.
DelegatingFetchConfiguration(FetchConfiguration, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Constructor; supply delegate and exception translator.
DelegatingMetaDataFactory - Class in org.apache.openjpa.meta
Base class for factory instances that use a delegate.
DelegatingMetaDataFactory(MetaDataFactory) - Constructor for class org.apache.openjpa.meta.DelegatingMetaDataFactory
Constructor; supply delegate.
DelegatingQuery - Class in org.apache.openjpa.kernel
Delegating query that can also perform exception translation for use in facades.
DelegatingQuery(Query) - Constructor for class org.apache.openjpa.kernel.DelegatingQuery
Constructor; supply delegate.
DelegatingQuery(Query, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingQuery
Constructor; supply delegate and exception translator.
DelegatingQueryCache - Class in org.apache.openjpa.datacache
Delegating query cache that can also perform exception translation for use in facades.
DelegatingQueryCache(QueryCache) - Constructor for class org.apache.openjpa.datacache.DelegatingQueryCache
Constructor.
DelegatingQueryCache(QueryCache, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.datacache.DelegatingQueryCache
 
DelegatingResultList - Class in org.apache.openjpa.kernel
Delegating result list that can also perform exception translation for use in facades.
DelegatingResultList(ResultList) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
Constructor; supply delegate.
DelegatingResultList(ResultList, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
Constructor; supply delegate and exception translator.
DelegatingResultList.DelegatingListIterator - Class in org.apache.openjpa.kernel
Delegating iterator that also performs exception translation.
DelegatingResultList.DelegatingListIterator(ListIterator) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Constructor; supply delegate.
DelegatingSeq - Class in org.apache.openjpa.kernel
Delegating sequence that can also perform exception translation for use in facades.
DelegatingSeq(Seq) - Constructor for class org.apache.openjpa.kernel.DelegatingSeq
Constructor; supply delegate.
DelegatingSeq(Seq, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingSeq
Constructor; supply delegate and exception translator.
DelegatingStoreManager - Class in org.apache.openjpa.kernel
Base class for store manager decorators that delegate to another store manager for some operations.
DelegatingStoreManager(StoreManager) - Constructor for class org.apache.openjpa.kernel.DelegatingStoreManager
Constructor.
delete(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Delete the given object.
delete(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
delete(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
deleteAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Delete the given objects.
deleteAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
deleteAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
deleteAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteAll() - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll(Object[]) - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll(Map) - Method in interface org.apache.openjpa.kernel.Query
Deletes all of the instances that are satisfied by the query.
deleteAll() - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteAll(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
deleteInMemory(StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
deleteInMemory(StoreQuery.Executor, Object[]) - Method in interface org.apache.openjpa.kernel.QueryContext
Helper method to delete the objects found by executing a query on the given executor.
deleteInMemory(StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
DeleteListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance is deleted.
DEPTH_INFINITE - Static variable in class org.apache.openjpa.meta.FetchGroup
Infinite depth.
deserialize(byte[], StoreContext) - Static method in class org.apache.openjpa.util.Serialization
Deserialize an object value from the given bytes.
deserialize(InputStream, StoreContext) - Static method in class org.apache.openjpa.util.Serialization
Deserialize an object value from the given stream.
DESERIALIZED - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
detach(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach the specified object from the broker.
detach(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detach(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detach(Object) - Method in class org.apache.openjpa.kernel.DetachManager
Return a detached version of the given instance.
DETACH_ALL - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all fields.
DETACH_CLOSE - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on close.
DETACH_COMMIT - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on transaction commit.
DETACH_FGS - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all fields in the current fetch groups.
DETACH_LOADED - Static variable in interface org.apache.openjpa.kernel.DetachState
Mode to detach all currently-loaded fields.
DETACH_NONTXREAD - Static variable in interface org.apache.openjpa.kernel.AutoDetach
Detach context on any nontransctional read, such that each nontransactional operation uses a new persistence context in essence.
detachAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach all objects in place.
detachAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Detach the specified objects from the broker.
detachAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
detachAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
detachAll(Collection) - Method in class org.apache.openjpa.kernel.DetachManager
Return detached versions of all the given instances.
DetachedStateManager - Class in org.apache.openjpa.kernel
Internal state manager for detached instances.
DetachedStateManager(PersistenceCapable, OpenJPAStateManager, BitSet, boolean, boolean) - Constructor for class org.apache.openjpa.kernel.DetachedStateManager
Constructor.
DetachedValueStateManager - Class in org.apache.openjpa.kernel
Implementation of OpenJPAStateManager designed to retrieve values from a detached instance, including when managed by a DetachedStateManager.
DetachedValueStateManager(Object, StoreContext) - Constructor for class org.apache.openjpa.kernel.DetachedValueStateManager
 
DetachedValueStateManager(PersistenceCapable, ClassMetaData, StoreContext) - Constructor for class org.apache.openjpa.kernel.DetachedValueStateManager
 
DetachListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance is detached.
DetachManager - Class in org.apache.openjpa.kernel
Handles detaching instances.
DetachManager(BrokerImpl, boolean, OpCallbacks) - Constructor for class org.apache.openjpa.kernel.DetachManager
Constructor.
DetachOptions - Class in org.apache.openjpa.conf
Detach options.
DetachOptions() - Constructor for class org.apache.openjpa.conf.DetachOptions
 
DetachOptions.All - Class in org.apache.openjpa.conf
Public to allow reflection.
DetachOptions.All() - Constructor for class org.apache.openjpa.conf.DetachOptions.All
 
DetachOptions.FetchGroups - Class in org.apache.openjpa.conf
Public to allow reflection.
DetachOptions.FetchGroups() - Constructor for class org.apache.openjpa.conf.DetachOptions.FetchGroups
 
DetachOptions.Loaded - Class in org.apache.openjpa.conf
Detach loaded state.
DetachOptions.Loaded() - Constructor for class org.apache.openjpa.conf.DetachOptions.Loaded
 
DetachState - Interface in org.apache.openjpa.kernel
Constants for which fields to include in the detach graph.
detachStatePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
dir - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
directory - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
directory - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
dirName - Variable in class org.apache.openjpa.ant.PCEnhancerTask
 
dirty(String) - Method in interface org.apache.openjpa.enhance.StateManager
Make named field dirty.
dirty(String) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
dirty(String) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
dirty(String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
dirty(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
dirty(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Mark the given field as dirty.
dirty(String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
dirty(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
dirty(Proxy) - Static method in class org.apache.openjpa.util.Proxies
Used by proxy types to dirty their owner.
DirtyListener - Interface in org.apache.openjpa.event
Listener for when a persistent instance becomes dirty.
dirtyType(Class) - Method in interface org.apache.openjpa.kernel.Broker
Mark the given class as dirty within the current transaction.
dirtyType(Class) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
dirtyType(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
distinct(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return distinct values of the given value.
distinct(QueryExpressions, boolean, List) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Filter the given list of matches, removing duplicate entries.
distinct(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
distinct - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_AUTO - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_FALSE - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
DISTINCT_TRUE - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
divide(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the first value divided by the first one.
divide(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
divide(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Divide the given values.
DOUBLE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
DOUBLE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
drop(Class[], int, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Drop the metadata for the given classes in the given mode(s).
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
dynamicDataStructs - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
DynamicStorage - Interface in org.apache.openjpa.enhance
Interface for dynamically generated classes.
DynamicStorageGenerator - Class in org.apache.openjpa.enhance
Factory for creating new DynamicStorage classes.
DynamicStorageGenerator() - Constructor for class org.apache.openjpa.enhance.DynamicStorageGenerator
 

E

ECLEAN - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Clean
ECOPY - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Copy
EDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Deleted
EDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Dirty
ELEMENT - Static variable in interface org.apache.openjpa.meta.Order
Token denoting to order by the element value.
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
embed(Object, Object, OpenJPAStateManager, ValueMetaData) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given instance embedded.
EMPTY_BOOLEANS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_CLASSES - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_CLASSES - Static variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_FIELDS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_METAS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_METAS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_OBJECTS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_ORDERS - Variable in class org.apache.openjpa.meta.MetaDataRepository
 
EMPTY_PARAMS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_STRINGS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
 
EMPTY_THROWABLES - Static variable in class org.apache.openjpa.util.Exceptions
 
EMPTY_VALUES - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
emptyExpression() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a blank expression; this is used when the filter is empty.
emptyExpression() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
endConfiguration() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
 
endConfiguration() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
 
endConfiguration() - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
endConfiguration() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Subclasses that need to perform actions in Configurable.endConfiguration() must invoke this method.
endConfiguration() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
Subclasses that need to perform actions in Configurable.endConfiguration() must invoke this method.
endConfiguration() - Method in class org.apache.openjpa.kernel.InverseManager
 
endConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
 
endConfiguration() - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
endOperation() - Method in interface org.apache.openjpa.kernel.Broker
End a logical operation.
endOperation() - Method in class org.apache.openjpa.kernel.BrokerImpl
Mark the operation over.
endOperation() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
endsWith(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the first string ends with the second.
endsWith(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
endTransaction() - Method in class org.apache.openjpa.kernel.AbstractLockManager
Does nothing by default.
endTransaction(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
End the current transaction, making appropriate state transitions.
endTransaction() - Method in interface org.apache.openjpa.kernel.LockManager
Notification that the current transaction has ended.
EndTransactionListener - Interface in org.apache.openjpa.event
Notified when transactions end.
enforcePropertyRestrictions - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
ENHANCE_AWARE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_NONE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_OID - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENHANCE_PC - Static variable in class org.apache.openjpa.enhance.PCEnhancer
 
ENONTRANS - Static variable in class org.apache.openjpa.kernel.PCState
Embedded-Nontransactional
entryAdded(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
Invoked when an entry is added to the cache.
entryRemoved(Object, Object, boolean) - Method in class org.apache.openjpa.util.CacheMap
Invoked when a key-value pair is evicted from this data structure.
entrySet() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
entrySet() - Method in class org.apache.openjpa.util.CacheMap
 
entrySet(ProxyMap, Set, int) - Static method in class org.apache.openjpa.util.Proxies
Return a proxy for the given map key or entry set.
entrySet() - Method in class org.apache.openjpa.util.ProxyHashMap
 
entrySet() - Method in class org.apache.openjpa.util.ProxyHashtable
 
entrySet() - Method in class org.apache.openjpa.util.ProxyProperties
 
entrySet() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
equal(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
equal(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
equals(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
equals(Object) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
equals(Object) - Method in class org.apache.openjpa.datacache.QueryKey
Determine equality based on identifying information.
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
equals(Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
equals(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
equals(Object) - Method in class org.apache.openjpa.meta.ClassMetaData
 
equals(Object) - Method in class org.apache.openjpa.meta.FetchGroup
Affirms equality if the other has the same name and declaring type.
equals(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
 
equals(Object) - Method in class org.apache.openjpa.util.OpenJPAId
 
eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Parse the given query string.
eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Parse the given value clauses.
eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value for the given candidate.
eval(Collection, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return a list of values resulting from evaluating each given candidate.
eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
evaluate(Collection, Class[], Collection, StoreContext) - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return the value of this aggregate.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Evaluate the given expression.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
evaluate(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value as a projection on the given candidate.
evaluate(Collection, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
Return this value as an aggregate projection on the given group of candidates.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
evaluate(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
evaluate(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
eventManager - Variable in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
eventOccurred(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
Should be implemented to handle the specific lifecycle event.
eventOccurred(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
Catch-all for unhandled events.
evict(DataCache) - Method in class org.apache.openjpa.datacache.DataCacheScheduler
 
evict(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict the given object.
evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict the given objects.
evictAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict all clean objects.
evictAll(Extent, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Evict all persistent-clean and persistent-nontransactional instances in the given Extent.
evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
EX_FATAL - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
EX_UNSUPPORTED - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
EX_USER - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
ExceptionInfo - Interface in org.apache.openjpa.util
Interface supplying additional exception information.
ExceptionOrphanedKeyAction - Class in org.apache.openjpa.event
Throw a ObjectNotFoundException when an orphaned key is discovered.
ExceptionOrphanedKeyAction() - Constructor for class org.apache.openjpa.event.ExceptionOrphanedKeyAction
 
Exceptions - Class in org.apache.openjpa.util
Utility methods for externalizing and handling exceptions.
Exceptions() - Constructor for class org.apache.openjpa.util.Exceptions
 
EXCLUDE_ALL - Static variable in interface org.apache.openjpa.kernel.StoreContext
Marker bitset to indicate that all field loads should be excluded in the find methods of this interface.
execute() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
execute() - Method in interface org.apache.openjpa.kernel.Query
Execute.
execute(Map) - Method in interface org.apache.openjpa.kernel.Query
Execute with parameter map.
execute(Object[]) - Method in interface org.apache.openjpa.kernel.Query
Execute with parameter array.
execute() - Method in class org.apache.openjpa.kernel.QueryImpl
 
execute(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
execute(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
executeDelete(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeDelete(StoreQuery, Map) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeDelete(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent and delete the instances.
executeDelete(StoreQuery, Object[]) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Deleted the objects that result from the execution of the query, retuning the number of objects that were deleted.
executeDelete(StoreQuery, Map) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Deleted the objects that result from the execution of the query, retuning the number of objects that were deleted.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Create a ResultObjectProvider that can return all instances of type, optionally including subclasses as defined by subclasses.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a provider for all instances of the given candidate class, optionally including subclasses.
executeOn(String[]) - Method in class org.apache.openjpa.ant.MetaDataToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.ant.PCEnhancerTask
 
executeQuery(StoreQuery, Map, boolean, long, long) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeQuery(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], boolean, long, long) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent.
executeQuery(StoreQuery, Object[], boolean, long, long) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the result of executing this query with the given parameter values.
executeQuery(StoreQuery, Map, boolean, long, long) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the result of executing this query with the given parameter values.
executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeUpdate(StoreQuery, Map) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
executeUpdate(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Execute the given expression against the given candidate extent and updates the instances.
executeUpdate(StoreQuery, Object[]) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Updates the objects that result from the execution of the query, retuning the number of objects that were updated.
executeUpdate(StoreQuery, Map) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Updates the objects that result from the execution of the query, retuning the number of objects that were updated.
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
exists(OpenJPAStateManager, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Verify that the given instance exists in the data store; return false if it does not.
expectsArguments() - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return whether this function expects to act on arguments.
expectsArguments() - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return true if this extension expects arguments to act on.
expectsArguments() - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
expectsArguments() - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
expectsTarget() - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return true if this extension expects a target to act on.
expectsTarget() - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
expectsTarget() - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
ExpirationEvent - Class in org.apache.openjpa.datacache
An event indicating the expiration of an object from the data cache, or an expiration of a result list from the query cache.
ExpirationEvent(Object, Object, boolean) - Constructor for class org.apache.openjpa.datacache.ExpirationEvent
Constructor.
ExpirationListener - Interface in org.apache.openjpa.datacache
An entity that wishes to be notified when cache keys expire.
Expression - Interface in org.apache.openjpa.kernel.exps
Marker interface for a set of conditions that must be met for the query to be true.
ExpressionFactory - Interface in org.apache.openjpa.kernel.exps
The ExpressionFactory must be implemented by a particular runtime to form Expressions in its native query language.
ExpressionParser - Interface in org.apache.openjpa.kernel.exps
Parser for query languages that will be used by a ExpressionQuery.
ExpressionStoreQuery - Class in org.apache.openjpa.kernel
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.
ExpressionStoreQuery(ExpressionParser) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery
Construct a query with a parser for the language.
Extensions - Class in org.apache.openjpa.meta
Vendor extensions.
Extensions() - Constructor for class org.apache.openjpa.meta.Extensions
 
Extent - Interface in org.apache.openjpa.kernel
Representation of all members of a persistent class.
ExtentImpl - Class in org.apache.openjpa.kernel
Representation of all members of a persistent class.
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
extentIterator(Class, boolean, FetchConfiguration, boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
Return an iterator over all instances of the given type.

F

factory - Variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
fetch(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetch(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetch(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetch(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the externalized value of the field with the given index as an object.
fetch(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchBatchSize - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
fetchBatchSize - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchBoolean(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchBoolean(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchBooleanField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchBooleanField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchBooleanField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchByte(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchByte(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchByte(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchByteField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchByteField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchByteField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchChar(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchChar(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchChar(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchCharField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchCharField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchCharField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
FetchConfiguration - Interface in org.apache.openjpa.kernel
Allows configuration and optimization of how objects are loaded from the data store.
FetchConfigurationImpl - Class in org.apache.openjpa.kernel
Allows configuration and optimization of how objects are loaded from the data store.
FetchConfigurationImpl() - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl
 
FetchConfigurationImpl(FetchConfigurationImpl.ConfigurationState) - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl
 
FetchConfigurationImpl.ConfigurationState - Class in org.apache.openjpa.kernel
Configurable state shared throughout a traversal chain.
FetchConfigurationImpl.ConfigurationState() - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
fetchDouble(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchDouble(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchDouble(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchDouble(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchDouble(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchDoubleField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchDoubleField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchDoubleField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchField(int, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the value of the field with the given index as an object.
fetchField(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchFloat(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchFloat(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchFloat(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFloatField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchFloatField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchFloatField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchFromDetachedSM(DetachedStateManager, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
FetchGroup - Class in org.apache.openjpa.meta
Captures fetch group metadata.
fetchGroups - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
fetchGroups - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchInitialField(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the value of the field at the specified index as of the beginning of the transaction.
fetchInitialField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchInt(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchInt(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchInt(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchIntField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchIntField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchIntField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchLong(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchLong(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchLong(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchLongField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchLongField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchLongField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchObject(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObject(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchObject(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchObjectField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchObjectField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObjectField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchObjectId() - Method in interface org.apache.openjpa.enhance.StateManager
Return the object id, assigning it if necessary.
fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchObjectId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchPaths - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchShort(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchShort(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchShort(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchShortField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchShortField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchShortField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
fetchString(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchString(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the external value of the given field.
fetchString(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
fetchStringField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
Return the value of the given field.
fetchStringField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
fetchStringField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
FieldConsumer - Interface in org.apache.openjpa.enhance
Consumes persistent field values.
FieldManager - Interface in org.apache.openjpa.enhance
Manages persistent fields.
FieldMetaData - Class in org.apache.openjpa.meta
Metadata for a managed class field.
FieldMetaData(String, Class, ClassMetaData) - Constructor for class org.apache.openjpa.meta.FieldMetaData
Constructor.
fields - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
FieldSupplier - Interface in org.apache.openjpa.enhance
Supplies persistent field values.
file - Variable in class org.apache.openjpa.meta.MetaDataTool.Flags
 
fileName - Variable in class org.apache.openjpa.ant.MetaDataToolTask
 
files - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
filter - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
FilterListener - Interface in org.apache.openjpa.kernel.exps
A filter listener extends expression filters with custom functionality.
filterListenerPlugins - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
Filters - Class in org.apache.openjpa.kernel
Helper methods for dealing with query filters.
Filters() - Constructor for class org.apache.openjpa.kernel.Filters
 
finalize() - Method in class org.apache.openjpa.kernel.BrokerImpl
Close on finalize.
find(Object, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
find(Object, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
find(Object, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Internal finder.
find(Object, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
find(Object, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
find(Object, boolean, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Find the persistence object with the given oid.
find(Object, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the object with the given oid.
findAll(Collection, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findAll(Collection, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Internal finder.
findAll(Collection, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findAll(Collection, boolean, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the objects with the given oids.
findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the objects with the given oids.
findBroker(String, String, boolean) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Find a pooled broker, or return null if none.
findCached(Object, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
findCached(Object, FindCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
findCached(Object, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the cached instance for the given oid/object, or null if not cached.
FindCallbacks - Interface in org.apache.openjpa.kernel
Allows facades to control the particulars of the find operation through callbacks.
findTransactionalBroker(String, String) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Find a managed runtime broker associated with the current transaction, or returns null if none.
finish(PCDataGenerator.DynamicPCData, ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
finish(PCDataGenerator.DynamicPCData, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Perform any final actions before the pcdata is returned to client code.
fireEvent(Object, Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
fireEvent(Object, Object) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
fireEvent(RemoteCommitEvent) - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
Fire a remote commit event via the cached event manager.
fireEvent(Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
Fire lifecycle event to all registered listeners without an argument.
fireEvent(Object, Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
Fire lifecycle event to all registered listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
 
fireEvent(Object, Object) - Method in class org.apache.openjpa.event.TransactionEventManager
Fire the given event to all registered listeners.
flags - Variable in class org.apache.openjpa.ant.MetaDataToolTask
 
flags - Variable in class org.apache.openjpa.ant.PCEnhancerTask
 
FLOAT - Static variable in class org.apache.openjpa.meta.JavaTypes
 
FLOAT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
flush(Collection) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Breaks down states based on the objects' current states, and delegates to AbstractStoreManager.flush(Collection,Collection,Collection,Collection,Collection).
flush(Collection, Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Responsible for writing modifications happened back to the data store.
flush(Collection) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
flush() - Method in interface org.apache.openjpa.kernel.Broker
Flush all transactional instances to the data store.
flush() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
flush(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
Flush the transactional state to the data store.
flush() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
flush(Collection) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
flush(Collection) - Method in interface org.apache.openjpa.kernel.StoreManager
Flush the given state manager collection to the datastore, returning a collection of exceptions encountered during flushing.
FLUSH_COMMIT - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Flush in preparation of commit.
FLUSH_FALSE - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should never flush data to the database automatically before executing a query, but should instead execute queries in-memory if necessary.
FLUSH_INC - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Incremental flush.
FLUSH_LOGICAL - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Run persistence-by-reachability and other flush-time operations without accessing the database.
FLUSH_ROLLBACK - Static variable in class org.apache.openjpa.kernel.BrokerImpl
Flush to check consistency of cache, then immediately rollback changes.
FLUSH_TRUE - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should flush data to the database automatically whenever OpenJPA determines that relevant modifications have been made and IgnoreCache is false.
FLUSH_WITH_CONNECTION - Static variable in interface org.apache.openjpa.kernel.QueryFlushModes
Constant denoting that queries should flush data to the database automatically when OpenJPA determines that relevant modifications have been made and the current context already has a dedicated connection.
flushBeforeQueries - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
flushQuery - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
FlushTransactionListener - Interface in org.apache.openjpa.event
Notified on transaction flush.
FORCE_LOAD_ALL - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_DFG - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_NONE - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
FORCE_LOAD_REFRESH - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
format - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
forType(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the proper type for the given JavaTypes constant.
free() - Method in class org.apache.openjpa.kernel.BrokerImpl
Free the resources used by this persistence manager.
fromPKValues(Object[], ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Return a new object id constructed from the given primary key values.

G

GENERAL - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
GeneralException - Exception in org.apache.openjpa.util
General exception type.
GeneralException() - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(String) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
 
GeneralException(String, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
 
generateCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Writes the generated code to the proper directory.
generateFieldValue(StoreContext, FieldMetaData) - Static method in class org.apache.openjpa.util.ImplHelper
Generate a value for the given metadata, or return null.
generateIdentityValue(StoreContext, ClassMetaData, int) - Static method in class org.apache.openjpa.util.ImplHelper
Generate a value for the given metadata, or return null.
generatePCData(Object, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Return a PCDataGenerator.DynamicPCData instance for the given oid and metadata.
generateStorage(int[], Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Generate a generic DynamicStorage instance with the given array of JavaTypes constants and the given object as the user key for generation.
get(ConfigurationProvider) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
Extract the value of this property if set in the given provider.
get(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
get(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
get(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Return the cached object for the given oid.
get(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
get(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
get(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
Return a list of oids for the given query key.
get(int) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
 
get(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
get(FieldMetaData, boolean) - Method in interface org.apache.openjpa.kernel.exps.Path
Traverse into the given field of the current object, and update the current object to that field value.
get(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
get(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
get(Object) - Method in class org.apache.openjpa.util.CacheMap
 
getAccessPath() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Return the recorded query access path.
getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAccessPathMetaDatas() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the classes that affect this query.
getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAccessPathMetaDatas(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return an array of all persistent classes used in this query, or empty array if unknown.
getAccessType(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return the access type of the given metadata.
getAccessType() - Method in class org.apache.openjpa.meta.ClassMetaData
The access type used by this class.
getAccessUnloaded() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to allow access to unloaded detached fields.
getAction() - Method in class org.apache.openjpa.kernel.InverseManager
Return the action constant to use during relationship checking.
getAction() - Method in class org.apache.openjpa.meta.MetaDataTool
The action supplied on construction.
getAddDefaultConstructor() - Method in class org.apache.openjpa.enhance.PCEnhancer
A boolean indicating whether the enhancer should add a no-args constructor if one is not already present in the class.
getAdded() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getAdded() - Method in interface org.apache.openjpa.util.ChangeTracker
Return the collection of values that need to be added to the managed container.
getAggregateListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the function listener for the given tag, or null if none.
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Return the filter listener for the given tag, or null.
getAggregateListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the standard filter listener for the given tag, or null.
getAggregateListenerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the query function listeners.
getAggregateListenerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAggregateListeners() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query AggregateListeners to use.
getAggregateListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAggregateListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAggregateListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
The set of aggregate listeners.
getAggregateListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAlias() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getAlias() - Method in interface org.apache.openjpa.kernel.QueryContext
If this query is not a projection but places candidate results into a result class under an alias, return that alias.
getAlias() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getAlias(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
If this is not a projection but the candidate results are placed into a result class with an alias, return that alias.
getAllocate() - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence values to allocate, or -1 for default.
getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getAscending(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the ordering direction for all ordering clauses, or empty array if none.
getAssertAllowedType() - Method in class org.apache.openjpa.util.ProxyManagerImpl
Whether to perform runtime checks to ensure that all elements added to collection and map proxies are the proper element/key/value type as defined by the metadata.
getAutoClear() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether instances clear their state when entering a transaction.
getAutoClear() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoClear() - Method in interface org.apache.openjpa.kernel.Broker
Whether objects clear when entering transactions.
getAutoClear() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getAutoClear() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getAutoClearConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the AutoClear constant.
getAutoClearConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoDetach() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separated list of events which trigger auto-detachment in place of managed states.
getAutoDetach() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoDetach() - Method in interface org.apache.openjpa.kernel.Broker
Bit flags marked in AutoDetach which indicate when persistent managed objects should be automatically detached in-place.
getAutoDetach() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getAutoDetach() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getAutoDetachConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The AutoDetach flags.
getAutoDetachConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getAutoOff() - Method in class org.apache.openjpa.util.AbstractChangeTracker
Whether to automatically stop tracking when the number of changes exceeds the container size.
getAuxiliaryEnhancers() - Method in class org.apache.openjpa.enhance.PCEnhancer
Gets the auxiliary enhancers registered as services.
getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getBackingMember() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the backing member supplied in FieldMetaData.backingMember(java.lang.reflect.Member).
getBackingMember(FieldMetaData) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Return the backing member for the given field metadata.
getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getBoolean(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the boolean at the given index.
getBooleanExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a boolean.
getBooleanExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a boolean.
getBroker() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getBroker() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getBroker() - Method in interface org.apache.openjpa.kernel.Extent
The broker that generated the extent.
getBroker() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getBroker() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Return the Broker associated with this savepoint.
getBroker() - Method in interface org.apache.openjpa.kernel.Query
The broker that generated this query.
getBroker() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getBroker() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the broker for this context, if possible.
getBrokerFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The BrokerFactory class to use.
getBrokerFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getBrokerFactory() - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a pooled factory for the default configuration.
getBrokerFactory(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a pooled factory for the given configuration.
getBrokerFactory() - Method in interface org.apache.openjpa.kernel.Broker
Return the factory that produced this broker.
getBrokerFactory() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getBrokerFactory() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getBrokerImpl() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string of the BrokerImpl extension to create.
getBrokerImpl() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getByte(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the byte at the given index.
getBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the bytecode representation of the class being manipulated.
getBytecodeWriter() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the current BytecodeWriter to write to or null if none.
getCache() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
Return the QueryCache that this object is associated with.
getCachedMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached metadata for the given class, without any resolution.
getCachedQueryMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached query metadata for the given name.
getCachedSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached a sequence metadata for the given name.
getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Returns the underlying CacheMap that this cache is using.
getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Returns the underlying CacheMap that this cache is using.
getCacheSize() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Returns the maximum number of unpinned objects to keep hard references to.
getCacheSize() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Returns the maximum number of unpinned objects to keep hard references to.
getCacheSize() - Method in class org.apache.openjpa.util.CacheMap
The maximum number of hard references to maintain, or -1 for no limit.
getCallbackMethod() - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
The callback method.
getCallbackMode() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getCallbackMode() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
What to do on lifecycle callback exceptions.
getCallbackMode() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Return all callbacks for the given event type, including superclass callbacks if appropriate.
getCallbacksBeforeListeners(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getCallbacksBeforeListeners(int) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
If callbacks are fired before listeners for the given event type.
getCallbacksBeforeListeners(int) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getCandidateAlias() - Method in interface org.apache.openjpa.kernel.exps.Subquery
Return the candidate alias for this subquery.
getCandidateCollection() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateCollection() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the candidate collection, or null if an extent was specified instead of a collection.
getCandidateCollection() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateExtent() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateExtent() - Method in interface org.apache.openjpa.kernel.Query
Return the candidate extent, or null if a collection was specified instead of an extent.
getCandidateExtent() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateType() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCandidateType() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the class of the objects that this query will return, or null if this information is not available / not relevant.
getCandidateType() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getCandidateType() - Method in class org.apache.openjpa.meta.QueryMetaData
The query candidate class, or null if none.
getCandidateTypeName() - Method in class org.apache.openjpa.datacache.QueryKey
Returns the candidate class name for this query.
getCascadeAttach() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeAttach() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for attach operation.
getCascadeAttach() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadeDelete() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeDelete() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for delete operation.
getCascadeDelete() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadePersist() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadePersist() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for persist operation.
getCascadePersist() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCascadeRefresh() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getCascadeRefresh() - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for refresh operation.
getCascadeRefresh() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getCause() - Method in interface org.apache.openjpa.util.ExceptionInfo
Returns the first Throwable from ExceptionInfo.getNestedThrowables() in order to conform to Throwable.getCause() in Java 1.4+.
getCause() - Method in exception org.apache.openjpa.util.OpenJPAException
Returns the first Throwable from OpenJPAException.getNestedThrowables() in order to conform to Throwable.getCause() in Java 1.4+.
getChanged() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getChanged() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getChanged() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getChanged() - Method in interface org.apache.openjpa.util.ChangeTracker
Return the set of elements that have changed.
getChangeTracker() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getChangeTracker() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getChangeTracker() - Method in interface org.apache.openjpa.util.Proxy
Return the change tracker for this proxy, or null if none.
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyArrayList
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyHashMap
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyHashSet
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyHashtable
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyProperties
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxySQLDate
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyTime
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyTimestamp
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyUtilDate
 
getChangeTracker() - Method in class org.apache.openjpa.util.ProxyVector
 
getChannel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The channel to log to.
getChar(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the char at the given index.
getClassCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the given class, or null to use the standard system-generated Java code.
getClassLoader() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getClassLoader() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getClassLoader() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the class loader that should be used for resolving class names (in addition to the resolver in the query).
getClassLoader() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the current thread's class loader at the time this context was obtained.
getClassLoader(Class, ClassLoader) - Method in interface org.apache.openjpa.util.ClassResolver
Return a class loader that can be used to load classes and resources.
getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.util.ClassResolverImpl
 
getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
 
getClassName(Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return a class name to use for the given user key.
getClassName(Object) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
getClassResolver() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ClassResolver to use for custom class loading.
getClassResolver() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getClassResolverInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The ClassResolver to use.
getClassResolverInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getClientConnection() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns null.
getClientConnection() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getClientConnection() - Method in interface org.apache.openjpa.kernel.StoreManager
Return a connection to the data store suitable for client use.
getCloseOnManagedCommit() - Method in class org.apache.openjpa.conf.Compatibility
Whether to close the broker when the managed transaction commits.
getCode() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return the code generated for the application id, or null if invalid class or the ApplicationIdTool.run() method has not been called.
getCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return the generated code, or null if CodeGenerator.generateCode() has not been called.
getCode(String, Object) - Static method in class org.apache.openjpa.meta.UpdateStrategies
Convert the given strategy name to its constant.
getCode(String, Object) - Static method in class org.apache.openjpa.meta.ValueStrategies
Convert the given strategy name to its constant.
getCodeDirectory() - Method in class org.apache.openjpa.enhance.CodeGenerator
The directory to write source to.
getCodeFormat() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The code formatter for the generated Java code.
getCodeFormat() - Method in class org.apache.openjpa.enhance.CodeGenerator
The code formatter for the generated Java code.
getComments() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getComments() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getComments() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getComments() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getComparator() - Method in interface org.apache.openjpa.meta.Order
Return a comparator for ordering by this element, or null if the ordering is done in the datastore.
getCompatibility() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Backwards compatibility options.
getCompatibility() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCompatibilityInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Backwards compatibility options.
getCompatibilityInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getCompilation() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getCompilation() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the query's compilation state.
getCompilation() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getConfiguration() - Method in class org.apache.openjpa.enhance.PCDataGenerator
Return the configuration.
getConfiguration() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return the configuration for this factory.
getConfiguration() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Return the configuration for this factory.
getConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
getConfiguration() - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the OpenJPA configuration.
getConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the configuration associated with this context.
getConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the configuration for the repository.
getConfigurationLog() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnection() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnection() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection in use by the context, or a new connection if none.
getConnection2DriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the non-XA connection driver.
getConnection2DriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2Password() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the non-XA data store connection.
getConnection2Password() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2Properties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish non-XA connections.
getConnection2Properties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2URL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the non-XA data store connection.
getConnection2URL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnection2UserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the non-XA data store connection.
getConnection2UserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionDriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the connection driver.
getConnectionDriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The connection factory, possibly from JNDI.
getConnectionFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory2() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The non-XA connection factory.
getConnectionFactory2() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory2Name() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the second data store connection factory.
getConnectionFactory2Name() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactory2Properties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the non-XA connection factory.
getConnectionFactory2Properties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The mode of the connection factory in use.
getConnectionFactoryMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the data store connection factory.
getConnectionFactoryName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionFactoryProperties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the connection factory.
getConnectionFactoryProperties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionPassword() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the data store connection.
getConnectionPassword() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionPassword() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionPassword() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionPassword() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection password.
getConnectionProperties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish connections.
getConnectionProperties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionRetainMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Specifies the behavior of the broker with respect to data store connections.
getConnectionRetainMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionRetainMode() - Method in interface org.apache.openjpa.kernel.Broker
Return the connection retain mode for this broker.
getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionRetainModeConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the connection retain mode as one of the following symbolic constants: ConnectionRetainModes.CONN_RETAIN_ALWAYS ConnectionRetainModes.CONN_RETAIN_TRANS ConnectionRetainModes.CONN_RETAIN_DEMAND
getConnectionRetainModeConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionURL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the data store connection.
getConnectionURL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionUserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the data store connection.
getConnectionUserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getConnectionUserName() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getConnectionUserName() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getConnectionUserName() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the connection user name.
getContext() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns the StoreContext that this store manager is associated with.
getContext() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getContext() - Method in class org.apache.openjpa.kernel.AbstractLockManager
 
getContext() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Return the context this provider was constructed with.
getContext() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getContext() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getContext() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return the context assiciated with this configuration; may be null if it has not been set or this object has been serialized.
getContext() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getContext() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getContext() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the managing context.
getContext() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getContext() - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the query context that has been set.
getCopyFieldState() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Whether this savepoint copies the field values of retained instances.
getCopyObjectIds() - Method in class org.apache.openjpa.conf.Compatibility
Whether to copy identity objects before returning them to client code.
getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the policy constant for how to create type methods.
getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.PCDataGenerator
 
getCurrentDate() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current date.
getCurrentDate() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCurrentTime() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current time.
getCurrentTime() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCurrentTimestamp() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the current timestamp.
getCurrentTimestamp() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getCustomFetchGroups() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all fetch groups for this type, including superclass groups.
getCustomFetchGroups() - Method in class org.apache.openjpa.meta.FieldMetaData
Gets the name of the custom fetch groups those are associated to this receiver.
getData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getData(int) - Method in interface org.apache.openjpa.kernel.PCData
Return the data stored in the given field index.
getData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getDataCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The DataCache to use for level-2 data store caching.
getDataCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCache(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the named data cache, or null if it does not exist.
getDataCache(String, boolean) - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the named data cache.
getDataCache(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCache(String, boolean) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCache() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the data cache for this class, or null if it is not cachable.
getDataCacheManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
getDataCacheManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
getDataCacheManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheName() - Method in class org.apache.openjpa.meta.ClassMetaData
The name of the datacache to use for this class, or null if none.
getDataCacheScheduler() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the runnable which schedules evictions.
getDataCacheScheduler() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getDataCacheTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Default data cache timeout.
getDataCacheTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDataCacheTimeout() - Method in class org.apache.openjpa.meta.ClassMetaData
The cache timeout for this class.
getDataStoreActions(StoreQuery, Object[], long, long) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getDataStoreActions(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], long, long) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return the commands that will be sent to the datastore in order to execute the query, typically in the database's native language.
getDataStoreActions(Map) - Method in interface org.apache.openjpa.kernel.Query
Returns a description of the commands that will be sent to the datastore in order to execute this query.
getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getDataStoreActions(StoreQuery, Object[], long, long) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return a description of the commands that will be sent to the datastore in order to execute the query.
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns the system-configured sequence.
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getDataStoreIdSequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a sequence that generates datastore identity values for the given class.
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Return the class used by this StoreManager for datastore identity values.
getDeclaration(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the declaration of the given field, or null to use the system-generated default Java code.
getDeclaredCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Return the declared callbacks for the given event type.
getDeclaredFetchGroups() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the fetch groups declared explicitly in this type.
getDeclaredField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given relative index.
getDeclaredField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name, without including superclass fields.
getDeclaredFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return only the fields for this class, without superclass fields.
getDeclaredIncludes() - Method in class org.apache.openjpa.meta.FetchGroup
Return the fetch group names declared included by this group.
getDeclaredIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The relative index of this persistent/transactional field.
getDeclaredRecursionDepth(FieldMetaData) - Method in class org.apache.openjpa.meta.FetchGroup
Return the recursion depth declared for the given field, or 0 if none.
getDeclaredRecursionDepthFields() - Method in class org.apache.openjpa.meta.FetchGroup
Return the fields with declared recursion depths in this group.
getDeclaredType() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredType() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the declared class of the value.
getDeclaredType() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredTypeCode() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the declared type code of the value.
getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getDeclaredTypeMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return metadata for the value's class, if the type is persistent.
getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getDeclaredUnmanagedFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return any fields that were added as non-managed.
getDeclaredVariableType(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns the type of the named variabe if it has been declared.
getDeclaringMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The declaring class.
getDeclaringType() - Method in class org.apache.openjpa.meta.FieldMetaData
The declaring class.
getDefaultAccessType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
The default access type for base classes with ACCESS_UNKNOWN.
getDefaultAccessType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Return the default access type for base persistent class with ClassMetaData.ACCESS_UNKNOWN access type.
getDefaultAccessType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getDefaultFetchGroupFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the list of fields in the default fetch group, including superclass fields, or an empty array if none.
getDefaults() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
getDefaults() - Method in interface org.apache.openjpa.meta.MetaDataFactory
Return the metadata defaults for this factory.
getDefaults() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getDefinedFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns an array of all the fields defined by this class.
getDefinedFieldsInListingOrder() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns all fields defined by this class in the order they are listed in the metadata file.
getDefinedSuperclassField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the defined superclass field with the given name, or null if none.
getDefiningMetaData(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the metadata that defines the given query, if any.
getDefiningMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The class that defines the metadata for this field.
getDefiningType() - Method in class org.apache.openjpa.meta.QueryMetaData
The class that defines this query, or null if none.
getDelegate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
Delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
Return the direct delegate.
getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
Return the wrapped store manager.
getDelegate() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
getDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
Factory delegate.
getDeletedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is not PAYLOAD_EXTENTS, return the set of object IDs for deleted objects.
getDeletedTypeNames() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is PAYLOAD_EXTENTS, return the set of class names for the classes of deleted objects.
getDeletedTypes() - Method in class org.apache.openjpa.event.TransactionEvent
Return the unmodifiable the set of classes of persistence capable objects that were deleted in the transaction.
getDeletedTypes() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDeletedTypes() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDeletedTypes() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the set of classes that have been deleted in the current transaction.
getDescribedType() - Method in class org.apache.openjpa.meta.ClassMetaData
The persistence capable class described by this metadata.
getDetachedObjectId(AttachManager, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getDetachedState() - Method in class org.apache.openjpa.meta.ClassMetaData
The name of the detach state field, or null if none.
getDetachedStateField() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to add a detached state field to enhanced classes.
getDetachedStateField() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the detach state field, or null if none.
getDetachedStateManager() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to use a detached state manager on types that allow it.
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.All
 
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.FetchGroups
 
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions
The DetachState constant.
getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.Loaded
 
getDetachState() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDetachState() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDetachState() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDetachState() - Method in interface org.apache.openjpa.kernel.StoreContext
Detach mode constant to determine which fields are part of the detached graph.
getDetachStateInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the instance specified by the detach state plugin.
getDetachStateInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getDirectory() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The directory to write source to.
getDirectory() - Method in class org.apache.openjpa.enhance.PCEnhancer
The base build directory to generate code to.
getDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getDirty() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all dirty fields.
getDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getDirtyObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getDirtyObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getDirtyObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of current dirty instances.
getDirtyStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all dirty state managers.
getDouble(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the double at the given index.
getDoubleExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a double.
getDoubleExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a double.
getDynamicDataStructs() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return whether to generate dynamic data structures where possible for cache and runtime usage.
getDynamicDataStructs() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getElement() - Method in class org.apache.openjpa.meta.FieldMetaData
Metadata about the element value.
getElementType() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getElementType() - Method in interface org.apache.openjpa.kernel.Extent
The class of extent elements.
getElementType() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getEmbeddedExtensions(String, boolean) - Method in class org.apache.openjpa.meta.Extensions
Return the embedded extensions under the given key.
getEmbeddedExtensions(String, String, boolean) - Method in class org.apache.openjpa.meta.Extensions
Return the embedded extensions under the given key.
getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getEmbeddedMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
The embedded class metadata for the value.
getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getEmbeddingMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
If this metadata is for an embedded object, returning the owning value.
getEndRange() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getEndRange() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the 0-based exclusive end index for the returned results, or Long.MAX_VALUE for no limit.
getEndRange() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getEnforcePropertyRestrictions() - Method in class org.apache.openjpa.enhance.PCEnhancer
Whether to fail if the persistent type uses property access and bytecode analysis shows that it may be violating OpenJPA's property access restrictions.
getEnvClassLoader() - Method in class org.apache.openjpa.meta.ClassMetaData
The environmental loader used when loading this metadata.
getEvictFromDataCache() - Method in interface org.apache.openjpa.kernel.Broker
Whether to also evict an object from the store cache when it is evicted through this broker.
getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getEvictionSchedule() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
getExpired() - Method in class org.apache.openjpa.datacache.ExpirationEvent
Return whether the expired object was expired naturally, or if the object was explicitly removed.
getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return an ExpressionFactory to use to create an expression to be executed against an extent.
getExtensionKeys() - Method in class org.apache.openjpa.meta.Extensions
Return all extension keys.
getExtensionKeys(String) - Method in class org.apache.openjpa.meta.Extensions
Return all extension keys for the given vendor.
getExtensionVendors() - Method in class org.apache.openjpa.meta.Extensions
Return all vendors who have extension keys at this level.
getExternalizer() - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's externalizer, or null if none.
getExternalizerMethod() - Method in class org.apache.openjpa.meta.FieldMetaData
The externalizer method.
getExternalValue(Object, StoreContext) - Method in class org.apache.openjpa.meta.FieldMetaData
Convert the given field value to its external value through the provided externalizer, or return the value as-is if no externalizer.
getExternalValueMap() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the mapping of field values to external values.
getExternalValues() - Method in class org.apache.openjpa.meta.FieldMetaData
Properties string mapping field values to external values.
getExtraFieldDataIndex(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the impl / intermediate field data index of the given field in the compacted array, or -1 if the field does not use extra data.
getExtraFieldDataLength() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the number of fields that use impl or intermediate data, in order to create a compacted array for storage of said data.
getFactory() - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's factory, or null if none.
getFactoryMethod() - Method in class org.apache.openjpa.meta.FieldMetaData
The factory method or constructor.
getFailedObject() - Method in interface org.apache.openjpa.util.ExceptionInfo
The failed object.
getFailedObject() - Method in exception org.apache.openjpa.util.OpenJPAException
The failed object.
getFetchBatchSize() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Get the size of the batch that will be pre-selected when accessing elements in a query or relationship.
getFetchBatchSize() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFetchBatchSize() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFetchBatchSize() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return the fetch batch size for large result set support.
getFetchBatchSize() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.Extent
Return the (mutable) fetch configuration for this extent.
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the fetch configuration for this query.
getFetchConfiguration() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the (mutable) fetch configuration for loading objects from this context.
getFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Gets a named fecth group.
getFetchGroups() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Comma-separated list of fetch group names that will be pre-set for all new FetchConfigurations.
getFetchGroups() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns immutable set of names of the fetch groups that this component will use when loading objects.
getFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFetchGroupsList() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
List of fetch group names that will be pre-set for all new FetchConfigurations.
getFetchGroupsList() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given absolute index.
getField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name.
getFieldAccess() - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the default field ACCESS constant for generated fields from Constants.
getFieldCode(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a code template for the get/set methods of the given field, or null to use the system-generated default Java code.
getFieldCount() - Method in interface org.apache.openjpa.enhance.DynamicStorage
Return the number of fields, regardless of type
getFieldMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getFieldMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
Return the owning field for this value.
getFieldMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getFieldName(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return the name for the generated field at the given index.
getFieldName(Member) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return the field name for the given member.
getFieldNames(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Get the field names for a PersistenceCapable class.
getFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns the set of fully-qualified field names that this component will use when loading objects.
getFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all field metadatas, including superclass fields.
getFieldsInListingOrder() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns all fields in the order they are listed in the metadata file.
getFieldTypes(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Get the field types for a PersistenceCapable class.
getFieldValue(Object, StoreContext) - Method in class org.apache.openjpa.meta.FieldMetaData
Return the result of passing the given external value through the factory to get the field value.
getFieldValueMap() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the mapping of external values to field values.
getFile() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return Java file to write to.
getFile() - Method in class org.apache.openjpa.meta.MetaDataTool
The file to generate metadata to.
getFilterListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFilterListener(String) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
Return the filter listener for the given tag, or null if none.
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
Return the filter listener for the given tag, or null.
getFilterListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFilterListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return the standard filter listener for the given tag, or null.
getFilterListenerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the query filter listeners.
getFilterListenerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFilterListeners() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query FilterListeners to use.
getFilterListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFilterListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getFilterListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
The set of filter listeners.
getFilterListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getFloat(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the float at the given index.
getFlushBeforeQueries() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Returns whether or not OpenJPA should automatically flush modifications to the data store before executing queries.
getFlushBeforeQueries() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getFlushBeforeQueries() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The query automatic flush configuration.
getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getFlushBeforeQueriesConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Returns one of QueryFlushModes.FLUSH_TRUE, QueryFlushModes.FLUSH_FALSE, or QueryFlushModes.FLUSH_WITH_CONNECTION, as determined by parsing the string returned by OpenJPAConfiguration.getFlushBeforeQueries().
getFlushBeforeQueriesConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getFlushed() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getFlushed() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getFlushed() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getFlushed() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all fields that have been flushed since they were last changed.
getFlushed() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getFullName() - Method in class org.apache.openjpa.meta.FieldMetaData
The field name, qualified by the owning class.
getGenericContext() - Method in interface org.apache.openjpa.enhance.StateManager
Persistence context.
getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getGenericContext() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getGetter(Class, String) - Static method in class org.apache.openjpa.util.ImplHelper
Return the getter method matching the given property name.
getHint(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getHint(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Returns the hint for the specific key, or null if the hint is not specified.
getHint(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getHintKeys() - Method in class org.apache.openjpa.meta.QueryMetaData
Query hints.
getHintValues() - Method in class org.apache.openjpa.meta.QueryMetaData
Query hints.
getId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the identifier for this state manager.
getId() - Method in interface org.apache.openjpa.kernel.PCData
Return the id of this instance.
getId() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getId() - Method in class org.apache.openjpa.util.ByteId
 
getId() - Method in class org.apache.openjpa.util.CharId
 
getId() - Method in class org.apache.openjpa.util.DateId
 
getId() - Method in class org.apache.openjpa.util.Id
Primary key.
getId() - Method in class org.apache.openjpa.util.IntId
 
getId() - Method in class org.apache.openjpa.util.LongId
 
getId() - Method in class org.apache.openjpa.util.ObjectId
 
getId() - Method in class org.apache.openjpa.util.ShortId
 
getId() - Method in class org.apache.openjpa.util.StringId
 
getIdentitySequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.Broker
Returns a Seq for the datastore identity values of the specified persistent class, or null if the class' identity cannot be represented as a sequence.
getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getIdentitySequenceMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Metadata for the datastore identity sequence.
getIdentitySequenceName() - Method in class org.apache.openjpa.meta.ClassMetaData
The datastore identity sequence name, or null for none.
getIdentityStrategy() - Method in class org.apache.openjpa.meta.ClassMetaData
The strategy to use for datastore identity generation.
getIdentityType() - Method in class org.apache.openjpa.meta.ClassMetaData
The type of identity being used.
getIdObject() - Method in class org.apache.openjpa.util.ByteId
 
getIdObject() - Method in class org.apache.openjpa.util.CharId
 
getIdObject() - Method in class org.apache.openjpa.util.DateId
 
getIdObject() - Method in class org.apache.openjpa.util.Id
 
getIdObject() - Method in class org.apache.openjpa.util.IntId
 
getIdObject() - Method in class org.apache.openjpa.util.LongId
 
getIdObject() - Method in class org.apache.openjpa.util.ObjectId
 
getIdObject() - Method in class org.apache.openjpa.util.OpenJPAId
Return the identity value as an object.
getIdObject() - Method in class org.apache.openjpa.util.ShortId
 
getIdObject() - Method in class org.apache.openjpa.util.StringId
 
getIgnoreChanges() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether changes in the current transaction are taken into account when executing queries and iterating extents.
getIgnoreChanges() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Broker
Whether to take into account changes in the transaction when executing a query or iterating an extent.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Extent
Whether this extent will ignore changes made in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.QueryContext
Whether to ignore changes in the current transaction.
getIgnoreChanges() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getIgnoreErrors() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return false if this tool is configured to throw an exception on an attempt to generate an id class for a type that does not use application identity.
getIgnoreNonPersistent() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
getIgnoreSuperclassCallbacks() - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude superclass callbacks from events.
getIgnoreSystemListeners() - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude system listeners from events.
getImplData() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getImplData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getImplData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getImplData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getImplData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getImplData(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getImplData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
An object that concrete back ends can associate with each instance.
getImplData(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Field-level impl data.
getImplData() - Method in interface org.apache.openjpa.kernel.PCData
Returns the instance-level impl data, or null if none.
getImplData() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getImplData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getImplData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getImplData(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getImplementation(Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
Return the implementation for the given facade and store.
getImplementorMetaDatas(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return all least-derived metadatas with some mapped assignable type that implement the given class.
getImportPackages() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Returns the collection of packages that need to be imported.
getImportPackages() - Method in class org.apache.openjpa.enhance.CodeGenerator
Returns the set of packages that needs to be imported for this code.
getIncrement() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
getIncrement() - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence increment, or -1 for default.
getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Return the assignable types for the given metadata whose expression trees must be compiled independently.
getIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The absolute index of this persistent/transactional field.
getInitializer() - Method in class org.apache.openjpa.meta.FieldMetaData
The initializer used by the field, or null if none.
getInitialValue(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
Return code for the initial value for the given field, or null to use the default generated by the system.
getInitialValue() - Method in class org.apache.openjpa.meta.SequenceMetaData
Initial sequence value, or -1 for default.
getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
Return the native delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
Return the base underlying native store manager.
getInnermostDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
Innermost delegate.
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
Factory method for obtaining a possibly-pooled BrokerFactory from properties.
getInstance() - Static method in class org.apache.openjpa.kernel.UUIDHexSeq
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.kernel.UUIDStringSeq
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getInstance(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
Return the initialized sequence instance.
getInt(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the int at the given index.
getIntegrityViolation() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
The type of integrity violation that occurred.
getIntermediate(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getIntermediate(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Use intermediate field data to store intermediate information that might be available before the field is fully loaded.
getIntermediate(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getIntermediate(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Return the object for the given oid.
getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Return the list for the given key.
getInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
getInterval() - Method in class org.apache.openjpa.datacache.DataCacheScheduler
The interval time in minutes between cache checks.
getIntExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as an int.
getIntExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as an int.
getInverse() - Method in class org.apache.openjpa.meta.FieldMetaData
Logical inverse field.
getInverseManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for managing inverse relations.
getInverseManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getInverseManager() - Method in interface org.apache.openjpa.kernel.Broker
Return the inverse manager in use.
getInverseManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getInverseManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getInverseMetaDatas() - Method in class org.apache.openjpa.meta.FieldMetaData
Return all inverses of this field.
getKey(ConfigurationProvider) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
Return the key to use for this property.
getKey() - Method in class org.apache.openjpa.datacache.ExpirationEvent
Return the expired object id or query key.
getKey() - Method in class org.apache.openjpa.meta.FieldMetaData
Metadata about the key value.
getLanguage() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getLanguage() - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Return a string key describing the language that this instance parses.
getLanguage() - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
getLanguage() - Method in interface org.apache.openjpa.kernel.QueryContext
The query language.
getLanguage() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getLanguage() - Method in class org.apache.openjpa.meta.QueryMetaData
Return the query language.
getLevel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The level to log at.
getLifecycleEventManager() - Method in interface org.apache.openjpa.kernel.Broker
Return the lifecycle event manager associated with the broker.
getLifecycleEventManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
Give state managers access to the lifecycle event manager.
getLifecycleEventManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLifecycleMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Information about lifecycle callbacks for this class.
getListingIndex() - Method in class org.apache.openjpa.meta.ClassMetaData
The index in which this class was listed in the metadata.
getListingIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The index in which this field was listed in the metadata.
getLoaded() - Method in class org.apache.openjpa.kernel.AbstractPCData
Return the loaded field mask.
getLoaded() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getLoaded() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getLoaded() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getLoaded() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a read-only mask of the indexes of all loaded fields.
getLoaded() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getLoaded() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getLoaded(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
Get the loaded mask from a state image.
getLoadFetchGroup() - Method in class org.apache.openjpa.meta.FieldMetaData
The fetch group that is to be loaded when this receiver is loaded, or null if none set.
getLocalizer() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Used for obtaining the Localizer to use for translating error messages.
getLocalTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLocalTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLock() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getLock() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getLock() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getLock() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
The lock object set for this instance.
getLock() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getLockLevel(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLockLevel(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLockLevel(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.LockManager
Return the lock level of the specified instance, or LockLevels.LOCK_NONE if not locked.
getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.NoneLockManager
 
getLockLevel(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the lock level of the specified object.
getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.VersionLockManager
Returns the given instance's lock level, assuming that the state's lock object is a number.
getLockManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for datastore lock management.
getLockManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getLockManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getLockManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getLockManager() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the lock manager in use.
getLockTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The time to wait for an object lock in milliseconds, or -1 for no timeout.
getLockTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getLockTimeout() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getLockTimeout() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The number of milliseconds to wait for an object lock, or -1 for no limit.
getLockTimeout() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getLog() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the metadata log.
getLong(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the long at the given index.
getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getManagedInstance() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getManagedInstance() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the managed instance.
getManagedInstance() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getManagedObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getManagedObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getManagedObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of all managed instances.
getManagedRuntime() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ManagedRuntime to use for managed environments.
getManagedRuntime() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getManagedRuntime() - Method in interface org.apache.openjpa.kernel.Broker
Return the managed runtime in use.
getManagedRuntime() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getManagedRuntime() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getManagedRuntimeInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for integrating with a managed runtime.
getManagedRuntimeInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getManagedStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all managed state managers.
getManagedType(Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
getManagedType(Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getManagedType(Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Return the persistent class for the given data store identity value.
getManageLRS() - Method in class org.apache.openjpa.kernel.InverseManager
Return whether to manage LRS fields.
getManagement() - Method in class org.apache.openjpa.meta.FieldMetaData
Return the management level for the field.
getMappedBy() - Method in class org.apache.openjpa.meta.FieldMetaData
The field that this field shares a mapping with.
getMappedByMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
The field that this field shares a mapping with.
getMappedPCSubclassMetaDatas() - Method in class org.apache.openjpa.meta.ClassMetaData
Return all mapped subclasses.
getMappedPCSuperclassMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the closest mapped superclass.
getMapping() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name mapping to use for this data store.
getMapping() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMaxActive() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The maximum number of sockets that this provider can simetaneously open to each peer in the cluster.
getMaxFetchDepth() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The maximum relation depth to traverse when eager fetching.
getMaxFetchDepth() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMaxFetchDepth() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getMaxFetchDepth() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return the maximum depth of fetched instance graph.
getMaxFetchDepth() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getMaxIdle() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of idle sockets that this provider can keep open to each peer in the cluster.
getMessage() - Method in interface org.apache.openjpa.util.ExceptionInfo
Exception message.
getMessageListener() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
getMetaData() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return metadata for the type we are generating an application id for.
getMetaData() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return metadata for the type being generated.
getMetaData() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the metadata for the class being manipulated, or null if not a persistent type.
getMetaData() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getMetaData() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getMetaData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getMetaData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getMetaData(Class, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Convenience method to get metadata for the given type.
getMetaData(Class, boolean, ClassLoader) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Convenience method to get metadata for the given type.
getMetaData() - Method in class org.apache.openjpa.kernel.exps.Val
 
getMetaData() - Method in interface org.apache.openjpa.kernel.exps.Value
Return any associated persistent type.
getMetaData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getMetaData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Get the metadata for this instance.
getMetaData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getMetaData(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the metadata for the given class.
getMetaData(String, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the metadata for the given alias name.
getMetaData(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the least-derived class metadata for the given application identity object.
getMetaDataFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A plugin string describing the MetaDataFactory to use.
getMetaDataFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMetaDataFactory() - Method in class org.apache.openjpa.meta.MetaDataRepository
The I/O used to load metadata.
getMetaDataRepository() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A plugin string describing the MetaDataRepository to use.
getMetaDataRepository() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMetaDataRepositoryInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The metadata repository of managed class information.
getMetaDataRepositoryInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMetaDatas() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return all the metadata instances currently in the repository.
getMethod(Class, String, Class[]) - Static method in class org.apache.openjpa.event.MethodLifecycleCallbacks
Helper method to return the named method of the given class, throwing the proper exception on error.
getMultithreaded() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether brokers or their managed objects will be used by multiple concurrent threads.
getMultithreaded() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getMultithreaded() - Method in interface org.apache.openjpa.kernel.Broker
Whether the broker or its managed instances are used in a multithreaded environment.
getMultithreaded() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getMultithreaded() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getName() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
getName() - Method in interface org.apache.openjpa.datacache.DataCache
Returns a string name that can be used by end-user-visible code to identify this cache.
getName() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
getName() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Return the name for this savepoint.
getName() - Method in class org.apache.openjpa.meta.FetchGroup
Fetch group name.
getName() - Method in class org.apache.openjpa.meta.FieldMetaData
The field name.
getName() - Method in interface org.apache.openjpa.meta.Order
Return the name of the orderable.
getName() - Method in class org.apache.openjpa.meta.QueryMetaData
Return the name for this query.
getName() - Method in class org.apache.openjpa.meta.SequenceMetaData
The sequence name.
getName(int) - Static method in class org.apache.openjpa.meta.UpdateStrategies
Convert the given strategy to a name.
getName(int) - Static method in class org.apache.openjpa.meta.ValueStrategies
Convert the given strategy to a name.
getNestedThrowables() - Method in interface org.apache.openjpa.util.ExceptionInfo
The nested throwables.
getNestedThrowables() - Method in exception org.apache.openjpa.util.OpenJPAException
The nested throwables.
getNextSequence() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getNextSequence() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getNextSequence() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getNextSequence() - Method in interface org.apache.openjpa.util.ChangeTracker
The next element sequence value for this proxy at load time.
getNonPCSuperclassCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Return the callbacks for the non-PC superclass.
getNontransactionalRead() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether persistent state is accessible outside a transaction by default.
getNontransactionalRead() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getNontransactionalRead() - Method in interface org.apache.openjpa.kernel.Broker
Whether to allow nontransactional access to persistent state.
getNontransactionalRead() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getNontransactionalRead() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getNontransactionalWrite() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether persistent state can be modified outside a transaction by default.
getNontransactionalWrite() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getNontransactionalWrite() - Method in interface org.apache.openjpa.kernel.Broker
Whether to allow nontransactional changes to persistent state.
getNontransactionalWrite() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getNontransactionalWrite() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getNull() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing null.
getNull() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getNullValue() - Method in class org.apache.openjpa.meta.FieldMetaData
How the data store should treat null values for this field: FieldMetaData.NULL_UNSET: no value supplied FieldMetaData.NULL_NONE: leave null values as null in the data store FieldMetaData.NULL_EXCEPTION: throw an exception if this field is null at commit FieldMetaData.NULL_DEFAULT: use the database default if this field is null at commit Defaults to FieldMetaData.NULL_UNSET.
getNumBroadcastThreads() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of worker threads that are used for transmitting packets to peers in the cluster.
getObject(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the object at the given index.
getObjectCount() - Method in interface org.apache.openjpa.enhance.DynamicStorage
Return the number of object fields
getObjectExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value of an extension.
getObjectExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value of an extension.
getObjectId(ClassMetaData) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Implement this method to extract the object id value from the current record of the input.
getObjectId(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getObjectId(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getObjectId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getObjectId(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the object id of the given value.
getObjectId(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getObjectId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getObjectId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the instance's object id.
getObjectId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getObjectId(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the oid of the given instance.
getObjectIdBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
Return the bytecode representations of any oid classes that must be manipulated.
getObjectIdType(Class) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getObjectIdType(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getObjectIdType(Class) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the application or datastore identity class the given persistent class uses for object ids.
getObjectIdType() - Method in class org.apache.openjpa.meta.ClassMetaData
The metadata-specified class to use for the object ID.
getOperation(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getOperation() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getOperation() - Method in interface org.apache.openjpa.kernel.QueryContext
Returns the operation that this query will be expected to perform.
getOperation() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getOperation(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Returns the operation this executor is meant to execute.
getOptimistic() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to use optimistic transactions by default.
getOptimistic() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getOptimistic() - Method in interface org.apache.openjpa.kernel.Broker
Whether to use optimistic transactional semantics.
getOptimistic() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getOptimistic() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getOrderDeclaration() - Method in class org.apache.openjpa.meta.FieldMetaData
String declaring the orderings for this field to be applied on load, or null.
getOrderDirtyObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getOrderDirtyObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getOrderDirtyObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether to maintain the order in which objects are dirtied for StoreContext.getDirtyObjects().
getOrderingValue(StoreQuery, Object[], Object, int) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getOrderingValue(Object, int, ResultObjectProvider) - Method in class org.apache.openjpa.kernel.OrderingMergedResultObjectProvider
 
getOrderingValue(StoreQuery, Object[], Object, int) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Extract the value of the orderIndexth ordering expression in Query#getOrderingClauses from the given result object.
getOrders() - Method in class org.apache.openjpa.meta.FieldMetaData
The orderings for this field to be applied on load, or empty array.
getOrphanedKeyAction() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The action to take when an orphaned key is detected.
getOrphanedKeyAction() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getOrphanedKeyActionInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The action to take when an orphaned key is detected.
getOrphanedKeyActionInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getOwner() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getOwner() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getOwner() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getOwner() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the owning state if this is an embedded instance.
getOwner() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getOwner() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getOwner() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getOwner() - Method in interface org.apache.openjpa.util.Proxy
Return the owning object.
getOwner() - Method in class org.apache.openjpa.util.ProxyArrayList
 
getOwner() - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
getOwner() - Method in class org.apache.openjpa.util.ProxyHashMap
 
getOwner() - Method in class org.apache.openjpa.util.ProxyHashSet
 
getOwner() - Method in class org.apache.openjpa.util.ProxyHashtable
 
getOwner() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
getOwner() - Method in class org.apache.openjpa.util.ProxyProperties
 
getOwner() - Method in class org.apache.openjpa.util.ProxySQLDate
 
getOwner() - Method in class org.apache.openjpa.util.ProxyTime
 
getOwner() - Method in class org.apache.openjpa.util.ProxyTimestamp
 
getOwner() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
getOwner() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
getOwner() - Method in class org.apache.openjpa.util.ProxyUtilDate
 
getOwner() - Method in class org.apache.openjpa.util.ProxyVector
 
getOwnerField() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getOwnerField() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getOwnerField() - Method in interface org.apache.openjpa.util.Proxy
Return the owning field index.
getOwnerField() - Method in class org.apache.openjpa.util.ProxyArrayList
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyHashMap
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyHashSet
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyHashtable
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyProperties
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxySQLDate
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyTime
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyTimestamp
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyUtilDate
 
getOwnerField() - Method in class org.apache.openjpa.util.ProxyVector
 
getOwnerMetaData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getOwnerMetaData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getOwnerMetaData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getOwnerMetaData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the owning value.
getOwnerMetaData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getParameterDeclaration() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getParameterDeclaration() - Method in interface org.apache.openjpa.kernel.QueryContext
The parameter declaration.
getParameterDeclaration() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getParameterName() - Method in interface org.apache.openjpa.kernel.exps.Parameter
Returns the name of the parameter.
getParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getParameterTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getParameterTypes() - Method in interface org.apache.openjpa.kernel.QueryContext
Return a map of parameter name to type for this query.
getParameterTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getParameterTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return a map of parameter names to types.
getParseType() - Method in interface org.apache.openjpa.kernel.exps.Literal
The type the literal was parsed as.
getPayloadType() - Method in class org.apache.openjpa.event.RemoteCommitEvent
The event PAYLOAD constant.
getPCDataGenerator() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the PCData generator if configured.
getPCDataGenerator() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getPCState() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getPCState() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getPCState() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getPCState() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the state that this object is in.
getPCState() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getPCSubclasses() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the known persistence capable subclasses of the described type, or empty array if none or if this is embedded metadata.
getPCSubclassMetaDatas() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the metadata for the known persistence capable subclasses of the described type, or empty array if none or if this is embedded metadata.
getPCSuperclass() - Method in class org.apache.openjpa.meta.ClassMetaData
The persistence capable superclass of the described type.
getPCSuperclassMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
The metadata for this class' superclass.
getPCType() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Implement this method to extract the type of the pc stored in the current record of the input.
getPendingTransactionalObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getPendingTransactionalObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getPendingTransactionalObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of instances which will become transactional upon the next transaction.
getPendingTransactionalStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all state managers which will become transactional upon the next transaction.
getPersistedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is PAYLOAD_OIDS_WITH_ADDS, return the set of object IDs for added objects.
getPersistedTypeNames() - Method in class org.apache.openjpa.event.RemoteCommitEvent
For all event types, return the set of class names for the classes of inserted objects.
getPersistedTypes() - Method in class org.apache.openjpa.event.TransactionEvent
Return the unmodifiable the set of classes of persistence capable objects that were created in the transaction.
getPersistedTypes() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getPersistedTypes() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getPersistedTypes() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the set of classes that have been made persistent in the current transaction.
getPersistenceCapable() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getPersistenceCapable() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getPersistenceCapable() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getPersistenceCapable() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the PersistenceCapable instance that provides access to the instance managed by this state manager.
getPersistenceCapable() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getPersistentSuperclass(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Return the persistent superclass for a PersistenceCapable class, or null if none.
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
getPersistentTypeNames(boolean, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Return all persistent class names, using the metadata locations supplied in configuration, optionally scanning the classpath.
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the set of configured persistent classes, or null if the user did not configure any.
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getPinnedKeys() - Method in class org.apache.openjpa.util.CacheMap
The keys pinned into the map.
getPlatform() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns a string name to identify the platform of this store manager.
getPooledFactory(OpenJPAConfiguration) - Static method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return the pooled factory matching the given configuration, or null if none.
getPooledFactory(Map) - Static method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return the pooled factory matching the given configuration data, or null if none.
getPopulateDataCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getPopulateDataCache() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getPopulateDataCache() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether objects accessed during this transaction will be added to the store cache.
getPort() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The port that this provider should listen on.
getPreFlush() - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
Return whether to call Broker.preFlush() when a savepoint is set.
getPrimaryKeyFields() - Method in class org.apache.openjpa.meta.ClassMetaData
Return primary key fields, or empty array if none.
getPrimaryKeyIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
The absolute primary key index for this field, or -1 if not a primary key.
getProjectionAliases(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getProjectionAliases() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getProjectionAliases() - Method in interface org.apache.openjpa.kernel.QueryContext
If this query is a projection, return the projection aliases.
getProjectionAliases() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getProjectionAliases(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the alias for each projection element, or empty array if not a projection.
getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getProjectionTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getProjectionTypes() - Method in interface org.apache.openjpa.kernel.QueryContext
If this query is a projection, return the projection types.
getProjectionTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getProjectionTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return the expected types of the projections used by this query, or an empty array if not a projection.
getProperties() - Method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
 
getProperties() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Subclasses should override this method to add a Platform property listing the runtime platform, such as: OpenJPA JDBC Edition: Oracle Database
getProperties() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Return properties describing this runtime.
getProperties() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
getProvider() - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
The cached provider.
getProxyManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ProxyManager to use for second class object proxies.
getProxyManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getProxyManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The ProxyManager to use.
getProxyManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getProxyType() - Method in class org.apache.openjpa.meta.FieldMetaData
The type this field was initialized with, and therefore the type to use for proxies when loading data into this field.
getQuery() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getQuery() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the query for this context.
getQuery() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getQueryCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for level-2 data store query caching.
getQueryCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getQueryCache() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getQueryCache() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return whether or not query caching is enabled.
getQueryCache() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getQueryKey(Class, String) - Static method in class org.apache.openjpa.meta.MetaDataRepository
Return a unique key for a given class / name.
getQueryMetaData(Class, String, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return query metadata for the given class, name, and classloader.
getQueryMetaDatas() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached query metadata.
getQueryScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
getQueryScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
getQueryScope(String, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Return the type defining the given query name, if any.
getQueryScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
getQueryString() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getQueryString() - Method in interface org.apache.openjpa.kernel.QueryContext
The query string.
getQueryString() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getQueryString() - Method in class org.apache.openjpa.meta.QueryMetaData
The full query string, or null if none.
getQuotedNumbersInQueries() - Method in class org.apache.openjpa.conf.Compatibility
Whether to interpret quoted numbers in query strings as numbers.
getReadLockLevel() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default read lock level to use during non-optimistic transactions.
getReadLockLevel() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getReadLockLevel() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getReadLockLevel() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The lock level to use for locking loaded objects.
getReadLockLevel() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getReadLockLevelConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The numeric read lock level.
getReadLockLevelConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRecoveryTimeMillis() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of milliseconds to wait before retrying to reconnect to a peer after it becomes unreachable.
getRecursionDepth(FieldMetaData) - Method in class org.apache.openjpa.meta.FetchGroup
Recursion depth for the given field.
getRegisteredTypes() - Static method in class org.apache.openjpa.enhance.PCRegistry
Returns a collection of class objects of the registered persistence-capable classes.
getRelated() - Method in class org.apache.openjpa.event.LifecycleEvent
Return the related object.
getRemoteCommitEventManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The remote event manager that manages this configuration's remote event listeners.
getRemoteCommitEventManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRemoteCommitProvider() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for remote commit notification.
getRemoteCommitProvider() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRemoteCommitProvider() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Return the RemoteCommitProvider that this manager uses.
getRemoved() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
getRemoved() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
getRemoved() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getRemoved() - Method in interface org.apache.openjpa.util.ChangeTracker
Return the set of values that need to be removed from the managed container.
getRepository() - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Parser
Returns the repository for this parser.
getRepository() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the owning repository.
getRepository() - Method in class org.apache.openjpa.meta.Extensions
Return the metadata repository.
getRepository() - Method in class org.apache.openjpa.meta.FieldMetaData
The metadata repository.
getRepository() - Method in interface org.apache.openjpa.meta.MetaDataContext
Access metadata repository.
getRepository() - Method in class org.apache.openjpa.meta.MetaDataTool
The repository to use to hold metadata.
getRepository() - Method in class org.apache.openjpa.meta.SequenceMetaData
The owning repository.
getRepository() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getRequiresExtent() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether the type requires extent management.
getResolve() - Method in class org.apache.openjpa.meta.ClassMetaData
The resolve mode for this metadata.
getResolve() - Method in class org.apache.openjpa.meta.FieldMetaData
Resolve mode for this field.
getResolve() - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata resolution mode.
getResolve() - Method in interface org.apache.openjpa.meta.ValueMetaData
Resolve mode for metadata.
getResolve() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getResolver() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Resolver used in parsing.
getResourceName() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getResourceName() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getResourceName() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getRestoreState() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to restore initial state on rollback by default.
getRestoreState() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRestoreState() - Method in interface org.apache.openjpa.kernel.Broker
Whether to restore an object's original state on rollback.
getRestoreState() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getRestoreState() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getRestoreStateConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the RestoreState constant.
getRestoreStateConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getResultClass(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getResultClass(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Returns the result class, if any.
getResultMappingName() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getResultMappingName() - Method in interface org.apache.openjpa.kernel.QueryContext
Name of a mapping from the result data to its object representation.
getResultMappingName() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getResultMappingScope() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getResultMappingScope() - Method in interface org.apache.openjpa.kernel.QueryContext
Scope of a mapping from the result data to its object representation.
getResultMappingScope() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getResultObject() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
 
getResultSetInfo() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getResultSetInfo() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getResultType() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getResultType() - Method in interface org.apache.openjpa.kernel.QueryContext
Returns the result class that has been set through QueryContext.setResultType(java.lang.Class), or null if none.
getResultType() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getResultType() - Method in class org.apache.openjpa.meta.QueryMetaData
The query result class, or null if none.
getRetainState() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to retain state after a transaction by default.
getRetainState() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRetainState() - Method in interface org.apache.openjpa.kernel.Broker
Whether objects retain their persistent state on transaction commit.
getRetainState() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getRetainState() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getRetryClassRegistration() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to warn and defer registration instead of throwing an exception when a registered persistent class cannot be processed.
getRetryClassRegistration() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getRollbackOnly() - Method in interface org.apache.openjpa.kernel.Broker
Return whether the current transaction has been marked for rollback.
getRollbackOnly() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getRollbackOnly() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getRootClasses() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getRootClasses() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Root classes for recursive operations.
getRootClasses() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getRootInstances() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getRootInstances() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Root instances for recursive operations.
getRootInstances() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getSavepointManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for savepoint management.
getSavepointManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getSavepointManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the configured savepoint manager instance.
getSavepointManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getSequence() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Plugin string for the default system Seq.
getSequence() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getSequence() - Method in class org.apache.openjpa.meta.SequenceMetaData
Native sequence name.
getSequenceFactory() - Method in class org.apache.openjpa.meta.SequenceMetaData
A factory to transform spec sequences produced by user factories into the OpenJPA sequence type.
getSequenceInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default system sequence.
getSequenceInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getSequenceMetaData(String, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Return sequence metadata for the given name and classloader.
getSequenceMetaDatas() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the cached sequence metadata.
getSequencePlugin() - Method in class org.apache.openjpa.meta.SequenceMetaData
Plugin string describing the Seq.
getSetter(Class, String) - Static method in class org.apache.openjpa.util.ImplHelper
Return the setter method matching the given property name.
getShort(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Get the short at the given index.
getSoftReferenceSize() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Returns the maximum number of unpinned objects to keep soft references to.
getSoftReferenceSize() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Returns the maximum number of unpinned objects to keep soft references to.
getSoftReferenceSize() - Method in class org.apache.openjpa.util.CacheMap
The maximum number of soft references to maintain, or -1 for no limit.
getSourceFile(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the current source file of the given metadata.
getSourceFile(SequenceMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return the current source file of the given metadata.
getSourceFile() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getSourceFile() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getSourceFile() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getSourceMode() - Method in class org.apache.openjpa.meta.ClassMetaData
The source mode this metadata has been loaded under.
getSourceMode() - Method in class org.apache.openjpa.meta.MetaDataRepository
The source mode determining what metadata to load.
getSourceMode() - Method in class org.apache.openjpa.meta.QueryMetaData
The source mode of this query.
getSourceScope() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getSourceScope() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getSourceScope() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getSourceType() - Method in class org.apache.openjpa.meta.ClassMetaData
 
getSourceType() - Method in class org.apache.openjpa.meta.QueryMetaData
 
getSourceType() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
getSpecification() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A configuration can be set with defaults for a specific specification.
getSpecification() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getStartRange() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getStartRange() - Method in interface org.apache.openjpa.kernel.QueryContext
Return the 0-based start index for the returned results.
getStartRange() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getStateManager(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getStateManager(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getStateManager(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return the state manager for the given instance.
getStateManagerImpl(Object, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
Return the state manager for the given instance, or null.
getStateManagerImplById(Object, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
Return the state manager for the given oid.
getStates() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Return the map of states to savepoint data.
getStorageGenerator() - Method in interface org.apache.openjpa.enhance.PCDataGenerator.DynamicPCData
 
getStoreContext() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getStoreContext() - Method in interface org.apache.openjpa.kernel.QueryContext
The persistence context for the query.
getStoreContext() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getStoreFacadeTypeRegistry() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the StoreFacadeTypeRegistry instance associated with this configuration.
getStoreFacadeTypeRegistry() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getStoreManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getStoreManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getStoreManager() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the store manager in use.
getStoreQuery() - Method in class org.apache.openjpa.kernel.QueryImpl
Internal store query.
getStrictIdentityValues() - Method in class org.apache.openjpa.conf.Compatibility
Whether to require exact identity value types when creating object ids from a class and value.
getStringExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a string.
getStringExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Get the value as a string.
getSubtype() - Method in exception org.apache.openjpa.util.CallbackException
 
getSubtype() - Method in interface org.apache.openjpa.util.ExceptionInfo
Exception subtype.
getSubtype() - Method in exception org.apache.openjpa.util.InvalidStateException
 
getSubtype() - Method in exception org.apache.openjpa.util.LockException
 
getSubtype() - Method in exception org.apache.openjpa.util.MetaDataException
 
getSubtype() - Method in exception org.apache.openjpa.util.NoTransactionException
 
getSubtype() - Method in exception org.apache.openjpa.util.ObjectExistsException
 
getSubtype() - Method in exception org.apache.openjpa.util.ObjectNotFoundException
 
getSubtype() - Method in exception org.apache.openjpa.util.OpenJPAException
Exception subtype.
getSubtype() - Method in exception org.apache.openjpa.util.OptimisticException
 
getSubtype() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
 
getSuperclassField(FieldMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
Return the superclass copy of the given field.
getSynchronization() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getSyncWithManagedTransactions() - Method in interface org.apache.openjpa.kernel.Broker
Whether to check for a global transaction upon every managed, non-transactional operation.
getSyncWithManagedTransactions() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getSyncWithManagedTransactions() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getSystemDataCache() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the system-wide data cache, or null if caching is not enabled.
getSystemDataCache() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getSystemListeners() - Method in class org.apache.openjpa.meta.MetaDataRepository
Return the system lifecycle listeners
getSystemQueryCache() - Method in interface org.apache.openjpa.datacache.DataCacheManager
Return the system query cache, or null if not configured.
getSystemQueryCache() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
getTag() - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return the tag that this listener listens for.
getTag() - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return the tag that this extension listens for.
getTag() - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
getTag() - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
getThis() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing this.
getThis() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
getTimeout() - Method in class org.apache.openjpa.datacache.QueryKey
Return the amount of time this key is good for.
getTimeout() - Method in exception org.apache.openjpa.util.LockException
The number of milliseconds to wait for a lock.
getTimeoutTime() - Method in class org.apache.openjpa.datacache.QueryResult
Expiration time, or -1 for no timeout.
getToken() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The token to use to separate stringified primary key field values.
getTrackChanges() - Method in class org.apache.openjpa.util.ProxyManagerImpl
Whether proxies produced by this factory will use ChangeTrackers to try to cut down on data store operations at the cost of some extra bookkeeping overhead.
getTrackKeys() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
getTrackKeys() - Method in interface org.apache.openjpa.util.MapChangeTracker
Whether to track keys or values.
getTrackKeys() - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
getTransactionalObjects() - Method in class org.apache.openjpa.event.TransactionEvent
Return the unmodifiable set of persistence capable objects participating in the transaction.
getTransactionalObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getTransactionalObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getTransactionalObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
Return a list of current transaction instances.
getTransactionalStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
Return a copy of all transactional state managers.
getTransactionManager() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
 
getTransactionManager() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
 
getTransactionManager() - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
 
getTransactionManager() - Method in interface org.apache.openjpa.ee.ManagedRuntime
Return the TransactionManager for the managed runtime.
getTransactionManager() - Method in class org.apache.openjpa.ee.SunOneManagedRuntime
 
getTransactionManager() - Method in class org.apache.openjpa.ee.WLSManagedRuntime
 
getTransactionManagerMethod() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
Return the method to invoke to get the TransactionManager.
getTransactionManagerName() - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
Return the location of the TransactionManager in JNDI.
getTransactionMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Specifies the behavior of the transaction model.
getTransactionMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getTransmitPersistedObjectIds() - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Whether to transmit persisted object ids in remote commit events.
getTransmitPersistedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Whether the oids of added instances will be transmitted.
getType() - Method in interface org.apache.openjpa.conf.ProductDerivation
Return the type of derivation.
getType() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Return the type we are generating an application id for.
getType() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return the type being generated.
getType() - Method in class org.apache.openjpa.event.LifecycleEvent
Return the event type.
getType() - Method in class org.apache.openjpa.event.TransactionEvent
Return the type of event.
getType(Class[]) - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
Return the expected type of the result of this listener.
getType(Class, Class[]) - Method in interface org.apache.openjpa.kernel.exps.FilterListener
Return the expected type of the result of this listener.
getType(Class, Class[]) - Method in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
getType() - Method in interface org.apache.openjpa.kernel.exps.Value
Return the expected type for this value, or Object if the type is unknown.
getType(Class, Class[]) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
getType() - Method in interface org.apache.openjpa.kernel.PCData
Return the type of this instance.
getType() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getType() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getType() - Method in class org.apache.openjpa.meta.SequenceMetaData
The sequence type.
getType() - Method in interface org.apache.openjpa.meta.ValueMetaData
The value class.
getType() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getType() - Method in interface org.apache.openjpa.util.ExceptionInfo
Exception type.
getType() - Method in exception org.apache.openjpa.util.GeneralException
 
getType() - Method in exception org.apache.openjpa.util.InternalException
 
getType() - Method in exception org.apache.openjpa.util.OpenJPAException
Exception type.
getType() - Method in class org.apache.openjpa.util.OpenJPAId
Return the persitent class which this id instance represents.
getType() - Method in exception org.apache.openjpa.util.StoreException
 
getType() - Method in exception org.apache.openjpa.util.UnsupportedException
 
getType() - Method in exception org.apache.openjpa.util.UserException
 
getTypeAlias(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Return the alias for the given type.
getTypeAlias() - Method in class org.apache.openjpa.meta.ClassMetaData
Returns the alias for the described type, or null if none has been set.
getTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getTypeCode(Class) - Static method in class org.apache.openjpa.meta.JavaTypes
Return the field metadata type code for the given class.
getTypeCode() - Method in interface org.apache.openjpa.meta.ValueMetaData
The type code of the value class.
getTypeCode() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getTypeMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getTypeMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
The metadata for the value class, if the type is persistent.
getTypeMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getTypeOverride() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getTypeOverride() - Method in interface org.apache.openjpa.meta.ValueMetaData
User-supplied type overriding assumed type based on field.
getTypeOverride() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getTypes() - Method in class org.apache.openjpa.datacache.TypesChangedEvent
Return the expired types.
getUniqueName(Class) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
getUniqueName(Class) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Creates a unique name for the given type's pcdata implementation.
getUnloaded(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getUnloaded(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getUnloaded(FetchConfiguration) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getUnloaded(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return a mutable mask of the unloaded fields that need loading based on the given fetch configuration.
getUnloaded(FetchConfiguration) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getUnsupportedOptions() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns a set of option names that this store manager does not support.
getUpdatedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is not PAYLOAD_EXTENTS, return the set of object IDs for updated objects.
getUpdatedTypeNames() - Method in class org.apache.openjpa.event.RemoteCommitEvent
When the event type is PAYLOAD_EXTENTS, return the set of class names for the classes of updated objects.
getUpdatedTypes() - Method in class org.apache.openjpa.event.TransactionEvent
Return the unmodifiable the set of classes of persistence capable objects that were modified in the transaction.
getUpdatedTypes() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getUpdatedTypes() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getUpdatedTypes() - Method in interface org.apache.openjpa.kernel.StoreContext
Return the set of classes for objects that have been modified in the current transaction.
getUpdates(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
getUpdates() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
getUpdates() - Method in interface org.apache.openjpa.kernel.QueryContext
If this query is a bulk update, return a map of the FieldMetaDatas to Constants.
getUpdates() - Method in class org.apache.openjpa.kernel.QueryImpl
 
getUpdates(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return a map of FieldMetaData to update Constants, in cases where this query is for a bulk update.
getUpdateStrategy() - Method in class org.apache.openjpa.meta.FieldMetaData
The strategy to use when updating the field.
getUsePCRegistry() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Whether to attempt to use the information from registered classes to populate metadata defaults.
getUserObject(Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
getUserObject(Object) - Method in interface org.apache.openjpa.kernel.Broker
Get the value for the specified key from the map of user objects.
getUserObject(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Get the value for the specified key from the map of user objects.
getUserObject(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getUserObject(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getUserObject(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
getValidate() - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata validation level.
getValidateFalseReturnsHollow() - Method in class org.apache.openjpa.conf.Compatibility
Whether to return hollow instances to broker lookups with a validate parameter of false.
getValidateTrueChecksStore() - Method in class org.apache.openjpa.conf.Compatibility
Whether to check the datastore for the existence of a nontransactional cached object in broker lookups with a validate parameter of true.
getValue(Object[]) - Method in interface org.apache.openjpa.kernel.exps.Constant
Return the value for this constant given the specified parameters.
getValue() - Method in interface org.apache.openjpa.kernel.exps.Literal
The value of this literal.
getValue() - Method in class org.apache.openjpa.meta.FieldMetaData
MetaData about the field value.
getValueMappedBy() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getValueMappedBy() - Method in interface org.apache.openjpa.meta.ValueMetaData
The field that this value shares a mapping with.
getValueMappedBy() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getValueMappedByMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
 
getValueMappedByMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
The field that this value shares a mapping with.
getValueMappedByMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
getValues() - Method in class org.apache.openjpa.ant.MetaDataToolTask.Action
 
getValues() - Method in interface org.apache.openjpa.kernel.exps.Arguments
Return the values that make up the arguments.
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Returns null.
getValueSequence(FieldMetaData) - Method in interface org.apache.openjpa.kernel.Broker
Returns a Seq for the generated values of the specified field, or null if the field is not generated.
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
getValueSequence(FieldMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a sequence that generates values for the given field.
getValueSequenceMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
Metadata for the value sequence.
getValueSequenceName() - Method in class org.apache.openjpa.meta.FieldMetaData
The value sequence name, or null for none.
getValueStrategy() - Method in class org.apache.openjpa.meta.FieldMetaData
The strategy to use for insert value generation.
getVariable(String, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns a value for the given id.
getVersion() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
getVersion() - Method in interface org.apache.openjpa.enhance.StateManager
Returns the optimistic version for this instance.
getVersion(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
getVersion(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
getVersion() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
getVersion() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
getVersion() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
getVersion() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return the current version indicator for this instance.
getVersion() - Method in interface org.apache.openjpa.kernel.PCData
Returns the current version object that this data was loaded from.
getVersion() - Method in class org.apache.openjpa.kernel.PCDataImpl
 
getVersion() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
getVersion(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Returns the current version indicator for o.
getVersionCheckOnReadLock() - Method in class org.apache.openjpa.kernel.VersionLockManager
Whether or not we should force a version check at commit time when a read lock is requested in order to verify read consistency.
getVersionField() - Method in class org.apache.openjpa.meta.ClassMetaData
Return the version field for this class, if any.
getVersionUpdateOnWriteLock() - Method in class org.apache.openjpa.kernel.VersionLockManager
Whether or not we should force an update to the version at commit time when a write lock is requested.
getWrapper(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
get the wrapper for the given JavaTypes constant.
getWrapper(Class) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Get the wrapper for the given type.
getWriteLockLevel() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default write lock level to use during non-optimistic transactions.
getWriteLockLevel() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getWriteLockLevel() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
getWriteLockLevel() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The lock level to use for locking dirtied objects.
getWriteLockLevel() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
getWriteLockLevelConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The numeric write lock level.
getWriteLockLevelConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
getWriter() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The writer to write source to, or null to write to default file.
getWriter() - Method in class org.apache.openjpa.meta.MetaDataTool
The writer to generate metadata to.
greaterThan(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
greaterThan(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
greaterThanEqual(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
greaterThanEqual(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
group(QueryExpressions, List, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Group the list of matches into a list of lists.
grouping - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
groupingClauses - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 

H

handleCheckedException(Exception) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Throws a StoreException by default.
has(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
Return whether the collection contains the given element.
hasAttachListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasBeginListeners() - Method in class org.apache.openjpa.event.TransactionEventManager
Whether there are any begin transaction listeners.
hasCallback(Object, int) - Method in interface org.apache.openjpa.event.LifecycleCallbacks
Return whether the given instance has a callback for the given event type.
hasCallback(Object, int) - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
 
hasClearListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasConnection() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
hasConnection() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
hasConnection() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether the broker has a dedicated connection based on the configured connection retain mode and transaction status.
hasDeleteListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasDetachListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasDirtyListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasEndListeners() - Method in class org.apache.openjpa.event.TransactionEventManager
Whether there are any end transaction listeners.
hasExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Return true if the extension with the given key exists.
hasExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Return true if the extension with the given key exists.
hasFetchGroup(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
hasFetchGroup(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return true if the given fetch group has been added.
hasFetchGroup(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
hasField(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
hasField(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return true if the given fully-qualified field has been added.
hasField(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
hasFlushListeners() - Method in class org.apache.openjpa.event.TransactionEventManager
Whether there are any flush transaction listeners.
hasGrouping(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
hasGrouping() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
hasGrouping() - Method in interface org.apache.openjpa.kernel.QueryContext
Return true if the query uses grouping.
hasGrouping() - Method in class org.apache.openjpa.kernel.QueryImpl
 
hasGrouping(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Whether the compiled query has grouping.
hashCode() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
hashCode() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
hashCode() - Method in class org.apache.openjpa.datacache.QueryKey
Define a hashing algorithm corresponding to the QueryKey.equals(java.lang.Object) method defined above.
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
hashCode() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
hashCode() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
hashCode() - Method in class org.apache.openjpa.meta.ClassMetaData
 
hashCode() - Method in class org.apache.openjpa.meta.FetchGroup
 
hashCode() - Method in class org.apache.openjpa.meta.FieldMetaData
 
hashCode() - Method in class org.apache.openjpa.util.OpenJPAId
 
hasKey(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return whether the given key exists in the map.
hasListeners(int) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
hasLoadListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasNext() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
hasPersistListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasPrevious() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
hasStoreListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
Return whether there are listeners or callbacks for the given source.
hasSubclasses() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
hasSubclasses() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
hasSubclasses() - Method in interface org.apache.openjpa.kernel.Extent
Whether the extent includes subclasses.
hasSubclasses() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
hasSubclasses() - Method in interface org.apache.openjpa.kernel.QueryContext
Whether query results will include subclasses of the candidate class.
hasSubclasses() - Method in class org.apache.openjpa.kernel.QueryImpl
 
hasSubclasses() - Method in class org.apache.openjpa.util.OpenJPAId
Whether this oid might be for a subclass of the given type.
hasValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return whether the given value exists in the map.
hasVariables() - Method in class org.apache.openjpa.kernel.exps.Val
Return true if this value involves the use of variables.
having - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
hints - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
hintToAggregateListener(Object, ClassLoader) - Static method in class org.apache.openjpa.kernel.Filters
Convert the user-given hint value to an aggregate listener.
hintToAggregateListeners(Object, ClassLoader) - Static method in class org.apache.openjpa.kernel.Filters
Convert the user-given hint value to an array of aggregate listeners.
hintToFilterListener(Object, ClassLoader) - Static method in class org.apache.openjpa.kernel.Filters
Convert the user-given hint value to a filter listener.
hintToFilterListeners(Object, ClassLoader) - Static method in class org.apache.openjpa.kernel.Filters
Convert the user-given hint value to an array of filter listeners.
hintToGetter(Object, String) - Static method in class org.apache.openjpa.kernel.Filters
Return the value of the property named by the hint key.
hintToSetter(Object, String, Object) - Static method in class org.apache.openjpa.kernel.Filters
Set the value of the property named by the hint key.
HOLLOW - Static variable in class org.apache.openjpa.kernel.PCState
Hollow; exists in data store

I

Id - Class in org.apache.openjpa.util
Datastore identity type.
Id(String) - Constructor for class org.apache.openjpa.util.Id
Create an id from the result of a OpenJPAId.toString() call on another instance.
Id(String, OpenJPAConfiguration, ClassLoader) - Constructor for class org.apache.openjpa.util.Id
Create an id from the result of an OpenJPAId.toString() call on another instance.
Id(String, ClassLoader) - Constructor for class org.apache.openjpa.util.Id
Create an id from the result of an OpenJPAId.toString() call on another instance.
Id(Class, String) - Constructor for class org.apache.openjpa.util.Id
Construct from the result of a OpenJPAId.toString() call on another instance.
Id(Class, Long) - Constructor for class org.apache.openjpa.util.Id
Construct from key value.
Id(Class, long) - Constructor for class org.apache.openjpa.util.Id
Construct from key value.
Id(Class, long, boolean) - Constructor for class org.apache.openjpa.util.Id
Construct from key value.
ID_APPLICATION - Static variable in class org.apache.openjpa.meta.ClassMetaData
Application identity type.
ID_DATASTORE - Static variable in class org.apache.openjpa.meta.ClassMetaData
Datastore identity type.
ID_UNKNOWN - Static variable in class org.apache.openjpa.meta.ClassMetaData
Unkonwn identity type.
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.ByteId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.CharId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.DateId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.Id
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.IntId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.LongId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.ObjectId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.OpenJPAId
Compare the id to the id of the given instance.
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.ShortId
 
idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.StringId
 
idHash() - Method in class org.apache.openjpa.util.ByteId
 
idHash() - Method in class org.apache.openjpa.util.CharId
 
idHash() - Method in class org.apache.openjpa.util.DateId
 
idHash() - Method in class org.apache.openjpa.util.Id
 
idHash() - Method in class org.apache.openjpa.util.IntId
 
idHash() - Method in class org.apache.openjpa.util.LongId
 
idHash() - Method in class org.apache.openjpa.util.ObjectId
 
idHash() - Method in class org.apache.openjpa.util.OpenJPAId
Return the id's hash code.
idHash() - Method in class org.apache.openjpa.util.ShortId
 
idHash() - Method in class org.apache.openjpa.util.StringId
 
IGNORE - Static variable in class org.apache.openjpa.meta.UpdateStrategies
Ignore updates; field is always considered clean.
IGNORE_HIGH - Static variable in class org.apache.openjpa.meta.LifecycleMetaData
 
IGNORE_LOW - Static variable in class org.apache.openjpa.meta.LifecycleMetaData
 
IGNORE_NONE - Static variable in class org.apache.openjpa.meta.LifecycleMetaData
 
ignoreChanges - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ignoreErrors - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
ignoreLoaded(FieldMetaData) - Static method in class org.apache.openjpa.kernel.DetachedStateManager
Ignore if the field is not dirty but loaded
IMPL_NATIVE - Static variable in class org.apache.openjpa.meta.SequenceMetaData
Default plugin alias name; every back end should have some 'native' sequence implementation.
IMPL_TIME - Static variable in class org.apache.openjpa.meta.SequenceMetaData
Time-based sequence values.
ImplHelper - Class in org.apache.openjpa.util
Helper for OpenJPA back-ends.
ImplHelper() - Constructor for class org.apache.openjpa.util.ImplHelper
 
includes(String, boolean) - Method in class org.apache.openjpa.meta.FetchGroup
Affirms if given fetch group is included by this receiver.
INCREMENT - Static variable in class org.apache.openjpa.meta.ValueStrategies
"increment" value strategy.
indexOf(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
indexOf(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the String.indexOf(int) function on the given target with the given args.
indexOf(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
indexOf(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This method is invoked when OpenJPA needs to load an object whose identity is known but which has not yet been loaded from the data store.
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
initialize(DataCacheManager) - Method in interface org.apache.openjpa.datacache.DataCache
Initialize any resources associated with the given DataCacheManager.
initialize(OpenJPAConfiguration, ObjectValue, ObjectValue) - Method in interface org.apache.openjpa.datacache.DataCacheManager
Initialize the manager, supplying the cache configuration.
initialize(OpenJPAConfiguration, ObjectValue, ObjectValue) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
 
initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
initialize(DataCacheManager) - Method in interface org.apache.openjpa.datacache.QueryCache
Initialize any resources associated with the given DataCacheManager.
initialize() - Method in interface org.apache.openjpa.enhance.DynamicStorage
Ensure object capacity
initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
 
initialize(AbstractBrokerFactory, DelegatingStoreManager, boolean, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
Initialize the persistence manager.
initialize(StateManagerImpl, boolean, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
Initialize a newly-constructed state manager.
initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
initialize(Class, PCState) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Initialize the state manager with a new instance of the given persistence capable type and the proper lifecycle state.
initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.PCResultObjectProvider
Initializes the state manager.
initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
initialize(PersistenceCapable, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Initialize with the given instance and state.
initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Initialize the given state manager.
initializeMapping() - Method in class org.apache.openjpa.meta.ClassMetaData
Initialize mapping.
initialSequence() - Method in class org.apache.openjpa.util.AbstractChangeTracker
Return the initial sequence value for this proxy.
initialSequence() - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
InMemoryExpressionFactory - Class in org.apache.openjpa.kernel.exps
Expression factory implementation that can be used to execute queries in memory.
InMemoryExpressionFactory() - Constructor for class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
InMemorySavepointManager - Class in org.apache.openjpa.kernel
A SavepointManager implementation which stores all data in memory.
InMemorySavepointManager() - Constructor for class org.apache.openjpa.kernel.InMemorySavepointManager
 
insertElementAt(Object, int) - Method in class org.apache.openjpa.util.ProxyVector
 
instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Override to keep decorators out of transport configuration.
instantiate(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
Create a new uninitialized instance of this sequence.
instantiateAll() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
instantiateProvider(Configuration) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Instantiate the provider.
instantiateProvider(Configuration, boolean) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
Instantiate the provider.
INT - Static variable in class org.apache.openjpa.meta.JavaTypes
 
INT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
INTERNAL - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
InternalException - Exception in org.apache.openjpa.util
Exception type for internal errors.
InternalException() - Constructor for exception org.apache.openjpa.util.InternalException
 
InternalException(String) - Constructor for exception org.apache.openjpa.util.InternalException
 
InternalException(Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
 
InternalException(String, Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
 
IntId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for int fields.
IntId(Class, Integer) - Constructor for class org.apache.openjpa.util.IntId
 
IntId(Class, String) - Constructor for class org.apache.openjpa.util.IntId
 
IntId(Class, int) - Constructor for class org.apache.openjpa.util.IntId
 
IntId(Class, int, boolean) - Constructor for class org.apache.openjpa.util.IntId
 
INVALID_STATE - Static variable in exception org.apache.openjpa.util.UserException
 
invalidateCompilation() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
invalidateCompilation() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
invalidateCompilation() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
invalidateCompilation() - Method in class org.apache.openjpa.kernel.MethodStoreQuery
 
invalidateCompilation() - Method in interface org.apache.openjpa.kernel.StoreQuery
Invalidate any internal compilation state.
InvalidStateException - Exception in org.apache.openjpa.util
Exception type thrown when attempting to execute an operation that is not allowed by the current state.
InvalidStateException() - Constructor for exception org.apache.openjpa.util.InvalidStateException
 
InvalidStateException(String) - Constructor for exception org.apache.openjpa.util.InvalidStateException
 
InvalidStateException(String, Object) - Constructor for exception org.apache.openjpa.util.InvalidStateException
 
InverseManager - Class in org.apache.openjpa.kernel
Class which manages inverse relations before flushing to the datastore.
InverseManager() - Constructor for class org.apache.openjpa.kernel.InverseManager
 
inverseManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
InvocationManagedRuntime - Class in org.apache.openjpa.ee
Implementation of the ManagedRuntime interface that uses a static method call to find the TransactionManager.
InvocationManagedRuntime() - Constructor for class org.apache.openjpa.ee.InvocationManagedRuntime
 
isAccessibleField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Return whether the given name represents a managed or static field of this class, including superclass fields.
isAccessPathDirty(Broker, ClassMetaData[]) - Static method in class org.apache.openjpa.kernel.QueryImpl
 
isActive() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isActive() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isActive() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether a logical transaction is active.
isAggregate(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
isAggregate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
isAggregate() - Method in interface org.apache.openjpa.kernel.QueryContext
Return true if the query is an aggregate.
isAggregate() - Method in class org.apache.openjpa.kernel.QueryImpl
 
isAggregate(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return true if the compiled query is an aggregate.
isAscending() - Method in interface org.apache.openjpa.meta.Order
Order direction.
isBound(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Return true if the given variable has been bound.
isClosed() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
isClosed() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
isClosed() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Returns true if this broker factory is closed.
isClosed() - Method in interface org.apache.openjpa.kernel.Broker
Whether the broker is closed.
isClosed() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Returns true if this broker factory is closed.
isClosed() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isClosed() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isClosed() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
isClosed() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
isClosed() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
isCompatible(int, int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Return true if the given field type and storage type are compatible.
isConnectionFactoryModeManaged() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether connections are automatically enlisted in global transactions.
isConnectionFactoryModeManaged() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
isDeclaredTypePC() - Method in class org.apache.openjpa.meta.FieldMetaData
 
isDeclaredTypePC() - Method in interface org.apache.openjpa.meta.ValueMetaData
Whether the type is a persistence capable instance.
isDeclaredTypePC() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
isDeclaredVariable(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Returns whether the specified variable name has been explicitly declared.
isDefaultFetchGroupExplicit() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether the default fetch group setting is explicit.
isDefaultPersistent(ClassMetaData, Member, String) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Return true if the given member is persistent by default.
isDefaultValue(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isDefaultValue(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isDefaultValue(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isDefaultValue(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return true if the given field has a default value.
isDefaultValue(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isDeleted() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance is deleted in this transaction.
isDeleted(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isDeleted(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isDeleted() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isDeleted() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isDeleted() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isDeleted() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isDeleted(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return whether the given object is deleted.
isDetachable() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether instances are detachable.
isDetached() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance is detached (i.e.
isDetached(Object) - Method in interface org.apache.openjpa.kernel.Broker
Returns true if obj is a detached object (one that can be reattached to a Broker via a call to Broker.attach(java.lang.Object, boolean, org.apache.openjpa.kernel.OpCallbacks)); otherwise returns false.
isDetached(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isDetached(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isDetached() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isDetached() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isDetached() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isDetached() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isDetachedNew() - Method in interface org.apache.openjpa.kernel.Broker
Whether to treat relations to detached instances during persist operations as new or as pseudo-hollow instances.
isDetachedNew() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isDetachedNew() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isDetachedStateTransient() - Method in class org.apache.openjpa.conf.DetachOptions
Whether to use transient detached state.
isDirty() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance has been modified in this transaction.
isDirty(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isDirty(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isDirty(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return whether the given object is dirty.
isEmbedded() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isEmbedded() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isEmbedded() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isEmbedded() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return true if this instance has an owner, meaning it is an embedded value.
isEmbedded() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isEmbedded() - Method in class org.apache.openjpa.meta.FieldMetaData
 
isEmbedded() - Method in interface org.apache.openjpa.meta.ValueMetaData
This attribute is a hint to the implementation to store this value in the same structure as the class, rather than as a separate datastore structure.
isEmbedded() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
isEmbeddedOnly() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether the type can only be used as an embedded object.
isEmbeddedPC() - Method in class org.apache.openjpa.meta.FieldMetaData
 
isEmbeddedPC() - Method in interface org.apache.openjpa.meta.ValueMetaData
Whether this is an embedded persistence capable value.
isEmbeddedPC() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
isEmpty() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
isEmpty(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
isEmpty(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
isEmpty() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
isEmpty() - Method in class org.apache.openjpa.meta.Extensions
Return true if there are no keys for any vendor.
isEmpty() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
isEmpty() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
isEmpty() - Method in class org.apache.openjpa.util.CacheMap
 
isExplicit() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is explicitly declared in the metadata.
isExternalized() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether the field is externalized.
isFatal() - Method in interface org.apache.openjpa.util.ExceptionInfo
Whether this error is fatal.
isFatal() - Method in exception org.apache.openjpa.util.OpenJPAException
Whether this error is fatal.
isFlushed() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isFlushed() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isFlushed() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isFlushed() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return whether this object has been flushed to the datastore in this transaction.
isFlushed() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isFlushedDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isFlushedDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isFlushedDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isFlushedDirty() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Return whether this object has been flushed, then dirtied again.
isFlushedDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isImage(Object) - Static method in class org.apache.openjpa.util.ArrayStateImage
Return true if the given version object appears to be an array state image.
isImplDataCacheable() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isImplDataCacheable() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isImplDataCacheable() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isImplDataCacheable() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Whether the instance-level impl data can be shared among instances in different contexts if L2 caching is enabled.
isImplDataCacheable(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Whether the field's impl data is loaded and can be shared among instances in different contexts if L2 caching is enabled.
isImplDataCacheable() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isInDefaultFetchGroup() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is in the default fetch group.
isInFetchGroup(String) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is in the given fetch group.
isInnerClass() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Returns true if the application identity class should be an inner class.
isInstance(Value, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the first value is an instance of the given class.
isInstance(Value, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
isLargeTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isLargeTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isLargeTransaction() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether memory usage is reduced during this transaction at the expense of possibly more aggressive data cache evictions.
isLoaded(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
isLoaded(int) - Method in class org.apache.openjpa.kernel.AbstractPCData
 
isLoaded(int) - Method in interface org.apache.openjpa.kernel.PCData
Whether the given field index has stored data.
isLoaded(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
isLRS() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is backed by a large result set.
isLRU() - Method in class org.apache.openjpa.util.CacheMap
Whether this cache map uses LRU eviction.
isManageable(Object) - Static method in class org.apache.openjpa.util.ImplHelper
Returns true if the specified instance is manageable.
isManaged() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isManaged() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isManaged() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether this context is using managed transactions.
isManagedType(Class) - Static method in class org.apache.openjpa.util.ImplHelper
Returns true if the specified class is a type that can be managed by OpenJPA.
isMapped() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether this class is mapped to the datastore.
isMapped() - Method in class org.apache.openjpa.meta.FieldMetaData
Return whether this field is mapped to the datastore.
isMappingOnlyFactory() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return true if this factory deals only with mapping data, and relies on a separate factory for metadata.
isNew() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance is newly-persisted in this transaction.
isNew(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isNew(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isNew() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isNew() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isNew() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isNew() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isNew(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return whether the given object is a newly-created instance registered with broker.
isNotEmpty(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
isNotEmpty(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
isObjectIdTypeShared() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether this type uses an application identity class that is shared with other classes, and is therefore wrapped in an ObjectId.
isOpenJPAIdentity() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether this type uses OpenJPA identity.
isOwner(Proxy, OpenJPAStateManager, int) - Static method in class org.apache.openjpa.util.Proxies
Used by proxy types to check if the given owners and field names are equivalent.
isPacking(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
 
isPacking(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
Return true if this executor packs projections into the result class itself.
isParseTopDown() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Whether to parse classes top down.
isPendingTransactional() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isPersistent() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance is persistent.
isPersistent(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isPersistent(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isPersistent() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isPersistent() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isPersistent() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isPersistent() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isPersistent(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return whether the given object is persistent.
isPostLoad() - Method in class org.apache.openjpa.meta.FetchGroup
Whether loading this fetch group causes a post-load callback on the loaded instance.
isPostLoadExplicit() - Method in class org.apache.openjpa.meta.FetchGroup
Whether the post-load value is declared for this group.
isPrimaryKey() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this is a primary key field.
isProviderOpen() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
isProviderOpen() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
isReadOnly() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
isReadOnly() - Method in interface org.apache.openjpa.kernel.QueryContext
Whether the query has been marked read-only.
isReadOnly() - Method in class org.apache.openjpa.kernel.QueryImpl
 
isReadOnly() - Method in class org.apache.openjpa.meta.QueryMetaData
Whether the query has been marked read-only.
isRegistered(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Returns true if cls is already registered.
isReservedFieldName(String) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Returns true if the given field name is reserved for unmanaged fields.
isSeenVariable(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Return whether the given id has been used as a variable.
isSerialized() - Method in class org.apache.openjpa.meta.FieldMetaData
 
isSerialized() - Method in interface org.apache.openjpa.meta.ValueMetaData
Whether this value is serialized when stored.
isSerialized() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
isStoreActive() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isStoreActive() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isStoreActive() - Method in interface org.apache.openjpa.kernel.StoreContext
Whether a data store transaction is active.
isTimedOut() - Method in interface org.apache.openjpa.datacache.DataCachePCData
Whether this data is timed out.
isTimedOut() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
isTimedOut() - Method in class org.apache.openjpa.datacache.QueryResult
Whether this data is timed out.
isTracking() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
isTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
isTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
isTracking() - Method in interface org.apache.openjpa.util.ChangeTracker
Return true if this tracker has an up-to-date view of all the changes to the container it is managing.
isTransactional() - Method in interface org.apache.openjpa.enhance.StateManager
Whether the instance is transactional.
isTransactional(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
isTransactional(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
isTransactional() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isTransactional() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isTransactional() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isTransactional() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
isTransactional(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Return whether the given object is transactional.
isTransactionModeManaged() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return whether managed transactions are being used.
isTransactionModeManaged() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
isTransient() - Method in class org.apache.openjpa.meta.FieldMetaData
Return whether this is a transient field.
isTypePC() - Method in class org.apache.openjpa.meta.FieldMetaData
 
isTypePC() - Method in interface org.apache.openjpa.meta.ValueMetaData
Whether the type is a persistence capable instance.
isTypePC() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
isUnique() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
isUnique() - Method in interface org.apache.openjpa.kernel.QueryContext
The unique flag.
isUnique() - Method in class org.apache.openjpa.kernel.QueryImpl
 
isUserDefined(Class) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Helper method; returns true if the given class appears to be user-defined.
isVariable() - Method in interface org.apache.openjpa.kernel.exps.Value
Return true if this value is a variable.
isVersion() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field holds optimistic version information.
isVersionCheckRequired() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isVersionCheckRequired() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isVersionCheckRequired() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isVersionCheckRequired() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Returns true if this state needs to issue a version check at flush time.
isVersionCheckRequired() - Method in class org.apache.openjpa.kernel.StateManagerImpl
Returns whether this instance needs a version check.
isVersionUpdateRequired() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
isVersionUpdateRequired() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
isVersionUpdateRequired() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
isVersionUpdateRequired() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Returns true if this state needs to issue a version update, possibly as a result of being locked.
isVersionUpdateRequired() - Method in class org.apache.openjpa.kernel.StateManagerImpl
Returns whether this instance needs a version update.
iterator() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
iterator() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
iterator() - Method in interface org.apache.openjpa.kernel.Extent
Return an iterator over the extent members.
iterator() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
iterator() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
iterator() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
iterator(ProxyCollection, Iterator) - Static method in class org.apache.openjpa.util.Proxies
Return an iterator that dirties its owner on calls to remove.
iterator() - Method in class org.apache.openjpa.util.ProxyArrayList
 
iterator() - Method in class org.apache.openjpa.util.ProxyHashSet
 
iterator() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
iterator() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
iterator() - Method in class org.apache.openjpa.util.ProxyVector
 
itr() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
Implement this method to return an iterator over the contents of the collection.
itr() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Implement this method to return an iterator over the entries in the map.
IV_DUPLICATE_OID - Static variable in exception org.apache.openjpa.util.ReferentialIntegrityException
 
IV_MIXED - Static variable in exception org.apache.openjpa.util.ReferentialIntegrityException
 
IV_REFERENCE - Static variable in exception org.apache.openjpa.util.ReferentialIntegrityException
 
IV_UNIQUE - Static variable in exception org.apache.openjpa.util.ReferentialIntegrityException
 
IV_UNKNOWN - Static variable in exception org.apache.openjpa.util.ReferentialIntegrityException
 

J

JavaTypes - Class in org.apache.openjpa.meta
Type constants for managed fields.
JavaTypes() - Constructor for class org.apache.openjpa.meta.JavaTypes
 
JMSRemoteCommitProvider - Class in org.apache.openjpa.event
JMS-based implementation of RemoteCommitProvider that listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.
JMSRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.JMSRemoteCommitProvider
 
JNDIManagedRuntime - Class in org.apache.openjpa.ee
Implementation of the ManagedRuntime interface that uses JNDI to find the TransactionManager.
JNDIManagedRuntime() - Constructor for class org.apache.openjpa.ee.JNDIManagedRuntime
 
JPQLParser - Class in org.apache.openjpa.kernel.jpql
Parser for JPQL queries.
JPQLParser() - Constructor for class org.apache.openjpa.kernel.jpql.JPQLParser
 

K

KEY - Static variable in class org.apache.openjpa.conf.BrokerFactoryValue
 
keyRemoved(Object, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Invoke when a key is removed from this cache.
keys(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return all keys for the given value.
keySet() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Return a threadsafe view of the keys in this cache.
keySet() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
keySet() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
keySet() - Method in class org.apache.openjpa.util.CacheMap
 
keySet() - Method in class org.apache.openjpa.util.ProxyHashMap
 
keySet() - Method in class org.apache.openjpa.util.ProxyHashtable
 
keySet() - Method in class org.apache.openjpa.util.ProxyProperties
 
keySet() - Method in class org.apache.openjpa.util.ProxyTreeMap
 

L

LANG_JPQL - Static variable in class org.apache.openjpa.kernel.jpql.JPQLParser
 
LANG_METHODQL - Static variable in class org.apache.openjpa.kernel.QueryLanguages
 
LANG_SQL - Static variable in class org.apache.openjpa.kernel.QueryLanguages
 
LANGUAGE - Static variable in class org.apache.openjpa.kernel.MethodStoreQuery
 
last() - Method in interface org.apache.openjpa.kernel.exps.Path
Return the last field in the path, or null if the path does not not contain a final field.
lastIndexOf(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
lastIndexOf(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
lessThan(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
lessThan(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
lessThanEqual(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
lessThanEqual(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
LifecycleCallbacks - Interface in org.apache.openjpa.event
A lifecycle listener that responds to callbacks rather than events.
LifecycleEvent - Class in org.apache.openjpa.event
Lifecycle event on a persistent instance.
LifecycleEvent(Object, int) - Constructor for class org.apache.openjpa.event.LifecycleEvent
Constructor.
LifecycleEvent(Object, Object, int) - Constructor for class org.apache.openjpa.event.LifecycleEvent
Constructor.
LifecycleEventManager - Class in org.apache.openjpa.event
Manager that can be used to track and notify listeners on lifecycle events.
LifecycleEventManager() - Constructor for class org.apache.openjpa.event.LifecycleEventManager
 
LifecycleEventManager.ListenerAdapter - Interface in org.apache.openjpa.event
Interface that facades to other lifecycle listener interfaces can implement to choose which events to respond to based on their delegate.
LifecycleEventManager.ListenerList - Class in org.apache.openjpa.event
Extended list that tracks what event types its elements care about.
LifecycleEventManager.ListenerList(int) - Constructor for class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
LifecycleEventManager.ListenerList(LifecycleEventManager.ListenerList) - Constructor for class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
LifecycleListener - Interface in org.apache.openjpa.event
Interface for listening to all LifecycleEvents.
LifecycleMetaData - Class in org.apache.openjpa.meta
Information about lifecycle events for a managed type.
list() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
list() - Method in interface org.apache.openjpa.kernel.Extent
Returns a list of all objects represented by this extent.
list() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
listIterator() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
listIterator(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
listIterator() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
listIterator(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
listIterator(ProxyCollection, ListIterator, Class) - Static method in class org.apache.openjpa.util.Proxies
Return a proxy iterator that dirties its owner on remove, set, and add.
listIterator() - Method in class org.apache.openjpa.util.ProxyArrayList
 
listIterator(int) - Method in class org.apache.openjpa.util.ProxyArrayList
 
listIterator() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
listIterator(int) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
listIterator() - Method in class org.apache.openjpa.util.ProxyVector
 
listIterator(int) - Method in class org.apache.openjpa.util.ProxyVector
 
Literal - Interface in org.apache.openjpa.kernel.exps
Interface for any literal value.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This method is invoked when OpenJPA needs to load additional data into an object that has already been at least partially loaded by a previous AbstractStoreManager.initialize(org.apache.openjpa.kernel.OpenJPAStateManager, org.apache.openjpa.kernel.PCState, org.apache.openjpa.kernel.FetchConfiguration, java.lang.Object) invocation.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
load(OpenJPAStateManager, FetchConfiguration) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Load data from the current input record into the given state manager.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
load(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
load(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
load(FetchConfiguration) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
load(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Load fetch group fields.
load(OpenJPAStateManager, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.PCData
Loads all fields that are currently stored in the cache into the given state manager.
load(OpenJPAStateManager, BitSet, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.PCData
Loads some or all of the marked fields from the cache into the given state manager.
load(OpenJPAStateManager, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
load(OpenJPAStateManager, BitSet, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
load(FetchConfiguration) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
load(FetchConfiguration, int, BitSet, Object, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Load the state of this instance based on the given fetch configuration and load mode.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Load the given state manager.
load(Class, int, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
load(Class, int, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Load metadata for the given class in the given mode(s).
load(Class, int, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
load(InputStream) - Method in class org.apache.openjpa.util.ProxyProperties
 
LOAD_ALL - Static variable in class org.apache.openjpa.kernel.StateManagerImpl
 
LOAD_FGS - Static variable in class org.apache.openjpa.kernel.StateManagerImpl
 
LOAD_REQUIRED - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
LOAD_SERIALIZE - Static variable in class org.apache.openjpa.kernel.StateManagerImpl
 
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This implementation just delegates to the proper singular method (StoreManager.initialize(org.apache.openjpa.kernel.OpenJPAStateManager, org.apache.openjpa.kernel.PCState, org.apache.openjpa.kernel.FetchConfiguration, java.lang.Object) or StoreManager.load(org.apache.openjpa.kernel.OpenJPAStateManager, java.util.BitSet, org.apache.openjpa.kernel.FetchConfiguration, int, java.lang.Object)) depending on each state manager's state.
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Initialize, load, or validate the existance of all of the given objects.
loadAll(Collection, StoreManager, PCState, int, FetchConfiguration, Object) - Static method in class org.apache.openjpa.util.ImplHelper
Helper for store manager implementations.
loadField(OpenJPAStateManager, FieldMetaData, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
Set field-level information into the given state manager.
loadField(int, int, boolean, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Load the given field's fetch group; the field itself may already be loaded if it is being set by the user.
loadImplData(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
Set impl data information into the given state manager.
loadImplData(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.PCDataImpl
Set field-level impl data into the given state manager.
loadIntermediate(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.PCDataImpl
Set intermediate information for the given field into the state manager.
LoadListener - Interface in org.apache.openjpa.event
Listener for when state is loaded into a persistent instnace.
loadPersistentTypes(boolean, ClassLoader) - Method in class org.apache.openjpa.meta.MetaDataRepository
Load the persistent classes named in configuration.
loadVersion(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
Set version information into the given state manager.
LOCALE - Static variable in class org.apache.openjpa.meta.JavaTypes
 
lock() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
lock(Object, int, int, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Ensure that the given instance is locked at the given lock level.
lock(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Ensure that the given instance is locked at the current lock level, as set in the FetchConfiguration for the broker.
lock() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Synchronizes on an internal lock.
lock(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
lock(Object, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
lock() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
lock() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
lock(Object, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
lock(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
lock() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
lock() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
lock() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
lock() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
lock() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
lock() - Method in interface org.apache.openjpa.kernel.Extent
Synchronizes on an internal lock.
lock() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
lock() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Synchronize on internal lock if multithreaded is true.
lock() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
lock(OpenJPAStateManager, int, int, Object) - Method in interface org.apache.openjpa.kernel.LockManager
Obtain a lock on the specified object.
lock(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.kernel.NoneLockManager
 
lock() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
lock() - Method in interface org.apache.openjpa.kernel.QueryContext
Synchronize on the query's internal lock.
lock() - Method in class org.apache.openjpa.kernel.QueryImpl
 
lock() - Method in class org.apache.openjpa.kernel.StateManagerImpl
Lock the state manager if the multithreaded option is set.
lock() - Method in interface org.apache.openjpa.kernel.StoreContext
Synchronizes on an internal lock if the Multithreaded flag is set to true.
lock(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.kernel.VersionLockManager
Delegates to VersionLockManager.lockInternal(org.apache.openjpa.kernel.OpenJPAStateManager, int, long, java.lang.Object) after traversing to owning instance (if embedded) and assuring that the instance is persistent, is not new, and is not already locked at a higher level.
LOCK - Static variable in exception org.apache.openjpa.util.StoreException
 
LOCK_NONE - Static variable in interface org.apache.openjpa.kernel.LockLevels
No lock.
LOCK_READ - Static variable in interface org.apache.openjpa.kernel.LockLevels
Generic read lock level.
LOCK_WRITE - Static variable in interface org.apache.openjpa.kernel.LockLevels
Generic write lock level.
lockAll(Collection, int, int, Object) - Method in class org.apache.openjpa.kernel.AbstractLockManager
Delegates to LockManager.lock(org.apache.openjpa.kernel.OpenJPAStateManager, int, int, java.lang.Object) with each element of the collection
lockAll(Collection, int, int, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Ensure that the given instances are locked at the given lock level.
lockAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Ensure that the given instances are locked at the current lock level, as set in the FetchConfiguration for the broker.
lockAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
lockAll(Collection, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
lockAll(Collection, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
lockAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
lockAll(Collection, int, int, Object) - Method in interface org.apache.openjpa.kernel.LockManager
Obtain locks on the specified objects.
LockException - Exception in org.apache.openjpa.util
Exception indicating that locks on one or more objects could not be acquired.
LockException() - Constructor for exception org.apache.openjpa.util.LockException
 
LockException(String) - Constructor for exception org.apache.openjpa.util.LockException
 
LockException(Object) - Constructor for exception org.apache.openjpa.util.LockException
 
LockException(Object, int) - Constructor for exception org.apache.openjpa.util.LockException
 
lockInternal(OpenJPAStateManager, int, long, Object) - Method in class org.apache.openjpa.kernel.VersionLockManager
Marks the instance's transactional status in accordance with the settings of VersionLockManager.getVersionCheckOnReadLock() and VersionLockManager.getVersionUpdateOnWriteLock().
LockLevels - Interface in org.apache.openjpa.kernel
Standard object lock levels.
LockManager - Interface in org.apache.openjpa.kernel
Handles obtaining and releasing locks on objects.
lockManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
lockTimeout - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
lockTimeout - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
log - Variable in class org.apache.openjpa.datacache.AbstractDataCache
The log to use.
log - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
The log to use.
log - Variable in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
log - Variable in class org.apache.openjpa.kernel.AbstractLockManager
Runtime log to write locking messages to.
log - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
LOG_DATACACHE - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for messages from the data cache: openjpa.DataCache.
LOG_ENHANCE - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for enhancement-related messages: openjpa.Enhance.
LOG_METADATA - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for metadata-related messages: openjpa.MetaData.
LOG_QUERY - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for query logging: openjpa.Query.
LOG_RUNTIME - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for messages from the runtime system: openjpa.Runtime.
LOG_TOOL - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Name of logger for messages from the development tools: openjpa.Tool.
LogOrphanedKeyAction - Class in org.apache.openjpa.event
Log a message when an orphaned key is discovered.
LogOrphanedKeyAction() - Constructor for class org.apache.openjpa.event.LogOrphanedKeyAction
 
LONG - Static variable in class org.apache.openjpa.meta.JavaTypes
 
LONG_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
LongId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for long fields.
LongId(Class, Long) - Constructor for class org.apache.openjpa.util.LongId
 
LongId(Class, String) - Constructor for class org.apache.openjpa.util.LongId
 
LongId(Class, long) - Constructor for class org.apache.openjpa.util.LongId
 
LongId(Class, long, boolean) - Constructor for class org.apache.openjpa.util.LongId
 
LRSProxy - Interface in org.apache.openjpa.util
Marker interface for large result set proxies.

M

main(String[]) - Static method in class org.apache.openjpa.conf.OpenJPAVersion
 
main(String[]) - Static method in class org.apache.openjpa.enhance.ApplicationIdTool
Usage: java org.apache.openjpa.enhance.ApplicationIdTool [option]* <class name | .java file | .class file | .jdo file>+ Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.enhance.PCEnhancer
Usage: java org.apache.openjpa.enhance.PCEnhancer [option]* <class name | .java file | .class file | .jdo file>+ Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.meta.MetaDataTool
Usage: java org.apache.openjpa.meta.MetaDataTool [option]* [-action/-a <add | drop>] <class name | .java file | .class file>+ Where the following options are recognized.
MAJOR_RELEASE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
makeCallback(Object, Object, int) - Method in class org.apache.openjpa.event.BeanLifecycleCallbacks
 
makeCallback(Object, Object, int) - Method in interface org.apache.openjpa.event.LifecycleCallbacks
Invoke the callback for the given event type on the given instance.
makeCallback(Object, Object, int) - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
 
makeReadOnly() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Freezes the configuration of this factory.
MANAGE_NONE - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying the management level of a field.
MANAGE_PERSISTENT - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying the management level of a field.
MANAGE_TRANSACTIONAL - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying the management level of a field.
ManagedRuntime - Interface in org.apache.openjpa.ee
This interface must be implemented by concrete plugins to application servers in order to integrate the OpenJPA runtime in a managed environment.
managedRuntimePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
MAP - Static variable in class org.apache.openjpa.meta.JavaTypes
 
MapChangeTracker - Interface in org.apache.openjpa.util
Change tracker that can be used for maps.
MapChangeTrackerImpl - Class in org.apache.openjpa.util
Default MapChangeTracker.
MapChangeTrackerImpl(Map, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.MapChangeTrackerImpl
Constructor; supply delegate map.
MAPPED_BY_PK - Static variable in interface org.apache.openjpa.meta.ValueMetaData
Marker to set on ValueMetaData.setValueMappedBy(java.lang.String) to denote that the map key is mapped by the primary key field of the value.
mapPersistentTypeNames(Object, String[]) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Implement this method to map metadata resources to the persistent types contained within them.
mapping - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
matches(Value, Value, String, String, String) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the string matches the matching pattern.
matches(QueryExpressions, ClassMetaData, boolean, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Tests whether the given candidate matches the given type and this expression.
matches(QueryExpressions, Collection, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Return true if the given group matches the having expression.
matches(Value, Value, String, String, String) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
max(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the max of the given value for all matches.
max(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
maxFetchDepth - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
maxFetchDepth - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
maybePC(FieldMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
Return true if the (possibly unresolved) field or its elements might be persistence capable objects.
maybePC(ValueMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
Return true if the (possibly unresolved) value might be a first class object.
MEDIATE_READ - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
MEDIATE_WRITE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
memory - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
 
METADATA - Static variable in exception org.apache.openjpa.util.UserException
 
MetaDataContext - Interface in org.apache.openjpa.meta
Allows us to access configuration through metadata in a generic way.
MetaDataDefaults - Interface in org.apache.openjpa.meta
Populates new metadata with default values.
MetaDataException - Exception in org.apache.openjpa.util
Exception type reserved for missing or invalid metadata.
MetaDataException() - Constructor for exception org.apache.openjpa.util.MetaDataException
 
MetaDataException(String) - Constructor for exception org.apache.openjpa.util.MetaDataException
 
MetaDataException(String, Object) - Constructor for exception org.apache.openjpa.util.MetaDataException
 
MetaDataFactory - Interface in org.apache.openjpa.meta
The MetaDataRepository uses implementations of this interface to load and store metadata.
MetaDataInheritanceComparator - Class in org.apache.openjpa.meta
Comparator that keeps metadatas in inheritance order.
MetaDataInheritanceComparator() - Constructor for class org.apache.openjpa.meta.MetaDataInheritanceComparator
 
MetaDataModes - Interface in org.apache.openjpa.meta
Mode constants used to track the initialization status of metadata.
MetaDataRepository - Class in org.apache.openjpa.meta
Repository of and factory for persistent metadata.
MetaDataRepository() - Constructor for class org.apache.openjpa.meta.MetaDataRepository
Default constructor.
MetaDataTool - Class in org.apache.openjpa.meta
Tool for generating default metadata.
MetaDataTool(OpenJPAConfiguration, String) - Constructor for class org.apache.openjpa.meta.MetaDataTool
Constructor.
MetaDataTool.Flags - Class in org.apache.openjpa.meta
Run flags.
MetaDataTool.Flags() - Constructor for class org.apache.openjpa.meta.MetaDataTool.Flags
 
MetaDataToolTask - Class in org.apache.openjpa.ant
Executes the metadata tool on the specified files.
MetaDataToolTask() - Constructor for class org.apache.openjpa.ant.MetaDataToolTask
 
MetaDataToolTask.Action - Class in org.apache.openjpa.ant
 
MetaDataToolTask.Action() - Constructor for class org.apache.openjpa.ant.MetaDataToolTask.Action
 
metaFactoryPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
metaRepository - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
metaRepositoryPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
MethodLifecycleCallbacks - Class in org.apache.openjpa.event
Callback adapter that invokes a callback method via reflection.
MethodLifecycleCallbacks(Class, String, boolean) - Constructor for class org.apache.openjpa.event.MethodLifecycleCallbacks
Constructor.
MethodLifecycleCallbacks(Method, boolean) - Constructor for class org.apache.openjpa.event.MethodLifecycleCallbacks
Constructor.
MethodStoreQuery - Class in org.apache.openjpa.kernel
A query that is executed by a user-defined method.
MethodStoreQuery() - Constructor for class org.apache.openjpa.kernel.MethodStoreQuery
 
min(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the max of the given value for all matches.
min(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
MINOR_RELEASE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
mod(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the first value mod'd by the second one.
mod(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
mod(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Mod the given values.
MODE_ENTRY - Static variable in class org.apache.openjpa.util.Proxies
 
MODE_KEY - Static variable in class org.apache.openjpa.util.Proxies
 
MODE_MAPPING - Static variable in interface org.apache.openjpa.meta.MetaDataModes
 
MODE_MAPPING_INIT - Static variable in interface org.apache.openjpa.meta.MetaDataModes
 
MODE_META - Static variable in interface org.apache.openjpa.meta.MetaDataModes
 
MODE_NONE - Static variable in interface org.apache.openjpa.meta.MetaDataModes
 
MODE_QUERY - Static variable in interface org.apache.openjpa.meta.MetaDataModes
 
MODE_VALUE - Static variable in class org.apache.openjpa.util.Proxies
 
MultiLoaderClassResolver - Class in org.apache.openjpa.util
A simple ClassResolver that uses multiple class loaders to resolve classes.
MultiLoaderClassResolver() - Constructor for class org.apache.openjpa.util.MultiLoaderClassResolver
 
MultiLoaderClassResolver(ClassLoader[]) - Constructor for class org.apache.openjpa.util.MultiLoaderClassResolver
 
multiply(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the two values multiplied together.
multiply(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
multiply(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Multiply the given values.
multithreaded - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 

N

name - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
NAME_ALL - Static variable in class org.apache.openjpa.meta.FetchGroup
Name of the "all" fetch group.
NAME_DEFAULT - Static variable in interface org.apache.openjpa.datacache.DataCache
The name of the default data cache: default
NAME_DEFAULT - Static variable in class org.apache.openjpa.meta.FetchGroup
Name of the default fetch group.
NAME_SYSTEM - Static variable in class org.apache.openjpa.meta.SequenceMetaData
Sequence name that means to use the system default sequence.
NATIVE - Static variable in class org.apache.openjpa.meta.ValueStrategies
"native" value strategy.
newAggregate(AggregateListener, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the value of the given function.
newAggregate(AggregateListener, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newArgumentList(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a function argument list consisting of the given values, either of which may itself be an argument list.
newArgumentList(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newBoundVariable(String, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
This method will be called only once per variable bound in a contains clause, and the returned value will be reused for any further instances of the variable in subexpression of the filter string.
newBoundVariable(String, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newBroker() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
newBroker(String, String) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
newBroker(boolean, int) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
newBroker(String, String, boolean, int) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
newBroker(String, String, boolean, int, boolean) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
newBroker() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Return a broker with default settings.
newBroker(String, String, boolean, int, boolean) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Return a broker using the given credentials and in the given transaction and connection retain mode, optionally finding existing broker in the global transaction.
newBroker() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
newBroker(String, String, boolean, int, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
newBrokerFactory() - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a new factory for the default configuration.
newBrokerFactory(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.kernel.Bootstrap
Return a new factory for the given configuration.
newBrokerImpl(String, String) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return a broker configured with the proper settings.
newBrokerInstance(String, String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Create a new broker instance with the configured plugin data.
newBrokerInstance(String, String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Return the map to use as an internal cache; entry expirations must invoke AbstractDataCache.keyRemoved(java.lang.Object, boolean).
newCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Return the map to use as an internal cache.
newCalendarProxy(Class, TimeZone) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new calendar proxy.
newCalendarProxy(Class, TimeZone) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
newClassArgParser() - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
newClassArgParser() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
newClassArgParser() - Method in interface org.apache.openjpa.meta.MetaDataFactory
Return a properly-configured class arg parser for our expected metadata format.
newClassArgParser() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
newClassMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new class metadata instance.
newClassMetaDataArray(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new array of the proper class metadata subclass.
newCodeFormat() - Method in class org.apache.openjpa.enhance.CodeGenerator
Return a copy of the internal code format.
newCollectionProxy(Class, Class, Comparator) - Method in interface org.apache.openjpa.util.ProxyManager
Return a proxy for the given collection type.
newCollectionProxy(Class, Class, Comparator) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
newCompilation() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
newCompilation() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
newCompilation() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
newCompilation() - Method in class org.apache.openjpa.kernel.QueryImpl
Create and initialize a query compilation based on current data.
newCompilation() - Method in interface org.apache.openjpa.kernel.StoreQuery
Create a new compilation for this query.
newCompilationKey() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
newCompilationKey() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
newCompilationKey() - Method in interface org.apache.openjpa.kernel.StoreQuery
Create a new key for caching compiled query information.
newConfiguration() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Return a new configuration instance for this runtime.
newConfiguration() - Method in class org.apache.openjpa.ant.MetaDataToolTask
 
newConfiguration() - Method in class org.apache.openjpa.ant.PCEnhancerTask
 
newContext() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Returns a new Context object for use by this provider.
newCustomProxy(Object) - Method in interface org.apache.openjpa.util.ProxyManager
Return a proxy for the given object, or null if this manager cannot proxy the object.
newCustomProxy(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.MethodStoreQuery
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return an executor for datastore execution of this query.
newDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
newDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
newDataStoreId(Object, ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
Create a new unique datastore identity for the given type from the given oid value (presumably pk, stringified oid, or oid instance).
newDateProxy(Class) - Method in interface org.apache.openjpa.util.ProxyManager
Return a new date proxy.
newDateProxy(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
newEmbeddedClassMetaData(ValueMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new embedded class metadata instance.
newEmbeddedPCData(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.AbstractPCData
Create a new pcdata for holding the state of an embedded instance.
newEmbeddedPCData(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
Return a new PCData implementation of the right type for embedded instances.
newExtension(FilterListener, Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the value of the given extension.
newExtension(FilterListener, Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newExtent(Class, boolean) - Method in interface org.apache.openjpa.kernel.Broker
Return an extent of the given class, optionally including subclasses.
newExtent(Class, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
newExtent(Class, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
newFetchConfiguration() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
newFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
newFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreManager
Return a fetch configuration suitable for this runtime.
newFieldMetaData(String, Class, ClassMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new field metadata instance.
newFieldMetaDataArray(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new array of the proper field metadata subclass.
newFieldProxy(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
newFieldProxy(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
newFieldProxy(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
newFieldProxy(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Create a new hollow proxy instance for the given field.
newFieldProxy(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
newImage(int) - Static method in class org.apache.openjpa.util.ArrayStateImage
Create a new state image for the given number of fields.
newInMemoryExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
newInMemoryExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
newInMemoryExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
newInMemoryExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.MethodStoreQuery
 
newInMemoryExecutor(ClassMetaData, boolean) - Method in interface org.apache.openjpa.kernel.StoreQuery
Return an executor for in-memory execution of this query.
newInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
Factory method for constructing a BrokerFactory from properties.
newInstance(Query) - Static method in class org.apache.openjpa.datacache.QueryKey
Return a key for the given query, or null if it is not cacheable.
newInstance(Query, Object[]) - Static method in class org.apache.openjpa.datacache.QueryKey
Return a key for the given query, or null if it is not cacheable.
newInstance(Query, Map) - Static method in class org.apache.openjpa.datacache.QueryKey
Return a key for the given query, or null if it is not cacheable.
newInstance() - Method in interface org.apache.openjpa.enhance.DynamicStorage
Factory method for getting new instances of the same definition.
newInstance(Class, StateManager, boolean) - Static method in class org.apache.openjpa.enhance.PCRegistry
Create a new instance of the class and assign its state manager.
newInstance(Class, StateManager, Object, boolean) - Static method in class org.apache.openjpa.enhance.PCRegistry
Create a new instance of the class and assign its state manager and oid.
newInstance(Class) - Method in interface org.apache.openjpa.kernel.Broker
Create a new instance of type cls.
newInstance(Class) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
newInstance(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
newInstance(FetchConfigurationImpl.ConfigurationState) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
Return a new hollow instance.
newInstance() - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new instance of the same type as this instance, using this instance's configuration.
newInstance(Class, Object) - Static method in class org.apache.openjpa.util.Id
Create an id from the given type and value; the value might be an id instnace, a stringified id, or a primary key value.
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyArrayList
 
newInstance(TimeZone) - Method in interface org.apache.openjpa.util.ProxyCalendar
Return a new instance of this calendar type.
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in interface org.apache.openjpa.util.ProxyCollection
This method should return a new proxy of the same concrete type as the implementing class.
newInstance() - Method in interface org.apache.openjpa.util.ProxyDate
Return a new instance of this date type.
newInstance(TimeZone) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
newInstance(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyHashMap
 
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyHashSet
 
newInstance(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyHashtable
 
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
newInstance(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Method in interface org.apache.openjpa.util.ProxyMap
This method should return a new proxy of the same concrete type as the implementing class.
newInstance(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyProperties
 
newInstance() - Method in class org.apache.openjpa.util.ProxySQLDate
 
newInstance() - Method in class org.apache.openjpa.util.ProxyTime
 
newInstance() - Method in class org.apache.openjpa.util.ProxyTimestamp
 
newInstance(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
newInstance() - Method in class org.apache.openjpa.util.ProxyUtilDate
 
newInstance(Class, Comparator, boolean, OpenJPAConfiguration) - Method in class org.apache.openjpa.util.ProxyVector
 
newInverseManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return a new inverse manager instance using the configured plugin settings.
newInverseManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newListenerCollection() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Individual query results will be registered as types changed listeners.
newLiteral(Object, int) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the given constant, which will be a Number, String, or Boolean instance.
newLiteral(Object, int) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newLockManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return a new lock manager instance using the configured plugin settings.
newLockManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newManagedObjectCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
Create a Map to be used for the primary managed object cache.
newMapProxy(Class, Class, Class, Comparator) - Method in interface org.apache.openjpa.util.ProxyManager
Return a proxy for the given map type.
newMapProxy(Class, Class, Class, Comparator) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
newMetaDataFactoryInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Create a new MetaDataFactory to use with a repository.
newMetaDataFactoryInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newMetaDataFilter() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Return a metadata filter that identifies metadata resources when performing jar and classpath scans.
newMetaDataRepositoryInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Create a new empty metadata repository of the configured type.
newMetaDataRepositoryInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newObjectId(Class) - Static method in class org.apache.openjpa.enhance.PCRegistry
Create a new identity object for the given PersistenceCapable class.
newObjectId(Class, String) - Static method in class org.apache.openjpa.enhance.PCRegistry
Create a new identity object for the given PersistenceCapable class, using the String form of the constructor.
newObjectId(Class, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
newObjectId(Class, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
newObjectId(Class, Object) - Method in interface org.apache.openjpa.kernel.StoreContext
Create a new object id instance from the given value.
newOrder(FieldMetaData, String, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create an Order for the given field and declaration.
newOrderArray(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create an array of orders of the given size.
newParameter(String, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing a parameter for the given value.
newParameter(String, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newParser(boolean) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Create a new metadata parser.
newPath() - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing a path which will consist of a chain of 1 or more field names starting in the namespace of the candidate class.
Example: parent.address.city
newPath(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing a path which will consist of a chain of 1 or more field names starting in the namespace of the given value.
Example: var.address.city
newPath() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newPath(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newPluginValue(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
Create a new plugin value for sequences.
newProxy(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
newProxy(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
newProxy(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
newProxy(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Create a new hollow proxy instance for the given field.
newProxy(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
newQuery(String) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
newQuery(String) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
newQuery(String, Class, Object) - Method in interface org.apache.openjpa.kernel.Broker
Create a new query from the given data, with the given candidate class and language.
newQuery(String, Object) - Method in interface org.apache.openjpa.kernel.Broker
Create a new query in the given language.
newQuery(String, Class, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
newQuery(String, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
newQuery(String, Class, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
newQuery(String, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
newQuery(String) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
newQuery(String) - Method in interface org.apache.openjpa.kernel.StoreManager
Return a query implementation suitable for this store.
newQueryImpl(String, StoreQuery) - Method in class org.apache.openjpa.kernel.BrokerImpl
Create a new query.
newQueryMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new query metadata instance.
newRelatedFieldOrder(FieldMetaData, FieldMetaData, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Order by a field of the related type.
newRemoteCommitProviderInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Create a remote commit provider from the configured plugin.
newRemoteCommitProviderInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
newRepository() - Method in class org.apache.openjpa.meta.MetaDataTool
Create a new metadata repository.
newResultList(ResultObjectProvider) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
newResultList(ResultObjectProvider) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Return a new result list for the current fetch configuration.
newResultList(ResultObjectProvider) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
newSavepoint(String, Broker) - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
 
newSavepoint(String, Broker) - Method in interface org.apache.openjpa.kernel.SavepointManager
Return a new savepoint for the given name, which may be null.
newSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new sequence metadata instance.
newSerializer() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Create a new metadata serializer.
newSet() - Method in class org.apache.openjpa.util.AbstractChangeTracker
Create a new set for storing adds/removes/changes.
newStateManagerImpl(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
Create a state manager for the given oid and metadata.
newStoreManager() - Method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
 
newStoreManager() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Return a new StoreManager for this runtime.
newSubquery(ClassMetaData, boolean, String) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a subquery.
newSubquery(ClassMetaData, boolean, String) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newUnboundVariable(String, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an unbound variable.
newUnboundVariable(String, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
newValueMetaData(FieldMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Create a new value metadata instance.
newValueOrder(FieldMetaData, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
Order by the field value.
next() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Implement this method to advance the input.
next() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
next(StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
Return the next value in the sequence.
next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
nextIndex() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
NO_TRANSACTION - Static variable in exception org.apache.openjpa.util.UserException
 
NONE - Static variable in class org.apache.openjpa.kernel.InverseManager
 
NONE - Static variable in class org.apache.openjpa.meta.UpdateStrategies
No update strategy.
NONE - Static variable in class org.apache.openjpa.meta.ValueStrategies
No value strategy.
NoneLockManager - Class in org.apache.openjpa.kernel
A lock manager that does not perform any locking.
NoneLockManager() - Constructor for class org.apache.openjpa.kernel.NoneLockManager
 
NoneMetaDataFactory - Class in org.apache.openjpa.meta
No-op metadata I/O to prevent attempts to load other classes.
NoneMetaDataFactory() - Constructor for class org.apache.openjpa.meta.NoneMetaDataFactory
 
NoneOrphanedKeyAction - Class in org.apache.openjpa.event
Does nothing when an orphaned key is discovered.
NoneOrphanedKeyAction() - Constructor for class org.apache.openjpa.event.NoneOrphanedKeyAction
 
nontransactional(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
nontransactional(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
nontransactional(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given object nontransactional.
nontransactionalAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
nontransactionalAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
nontransactionalAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given objects nontransactional.
nontransactionalRead - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
nontransactionalWrite - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
not(Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the inverse of this expression.
not(Expression) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
notEqual(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
notEqual(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
notMatches(Value, Value, String, String, String) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the string does not match the given pattern.
notMatches(Value, Value, String, String, String) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
NoTransactionException - Exception in org.apache.openjpa.util
Exception type thrown when attempting a transactional operation without an active transaction.
NoTransactionException() - Constructor for exception org.apache.openjpa.util.NoTransactionException
 
NoTransactionException(String) - Constructor for exception org.apache.openjpa.util.NoTransactionException
 
NoTransactionException(String, Object) - Constructor for exception org.apache.openjpa.util.NoTransactionException
 
NULL - Static variable in class org.apache.openjpa.kernel.AbstractPCData
 
NULL_DEFAULT - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying to use a datastore default value to persist null values in object fields.
NULL_EXCEPTION - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying to throw an exception when attempting to persist null values in object fields.
NULL_NONE - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying to use a datastore null to persist null values in object fields.
NULL_UNSET - Static variable in class org.apache.openjpa.meta.FieldMetaData
Constant specifying that no null-value was given.
NUMBER - Static variable in class org.apache.openjpa.meta.JavaTypes
 

O

OBJECT - Static variable in class org.apache.openjpa.meta.JavaTypes
 
OBJECT_EXISTS - Static variable in exception org.apache.openjpa.util.StoreException
 
OBJECT_NOT_FOUND - Static variable in exception org.apache.openjpa.util.StoreException
 
ObjectExistsException - Exception in org.apache.openjpa.util
Exception type reserved for conflicts with existing objects.
ObjectExistsException() - Constructor for exception org.apache.openjpa.util.ObjectExistsException
 
ObjectExistsException(String) - Constructor for exception org.apache.openjpa.util.ObjectExistsException
 
ObjectExistsException(Object) - Constructor for exception org.apache.openjpa.util.ObjectExistsException
 
ObjectId - Class in org.apache.openjpa.util
Identity type appropriate for object primary key fields and shared id classes.
ObjectId(Class, Object) - Constructor for class org.apache.openjpa.util.ObjectId
 
ObjectId(Class, Object, boolean) - Constructor for class org.apache.openjpa.util.ObjectId
 
ObjectIdStateManager - Class in org.apache.openjpa.kernel
State manager used to access state of embedded object id primary key fields.
ObjectIdStateManager(Object, OpenJPAStateManager, ValueMetaData) - Constructor for class org.apache.openjpa.kernel.ObjectIdStateManager
Constructor; supply embedded object id and its owner.
ObjectNotFoundException - Exception in org.apache.openjpa.util
Exception type reserved for failed object lookups.
ObjectNotFoundException() - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
 
ObjectNotFoundException(Object) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
 
ObjectNotFoundException(Collection, Throwable[]) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
 
OID - Static variable in class org.apache.openjpa.meta.JavaTypes
 
OID_ALLOW_NEW - Static variable in interface org.apache.openjpa.kernel.StoreContext
 
OID_COPY - Static variable in interface org.apache.openjpa.kernel.StoreContext
 
OID_NODELETED - Static variable in interface org.apache.openjpa.kernel.StoreContext
 
OID_NOVALIDATE - Static variable in interface org.apache.openjpa.kernel.StoreContext
 
onException(JMSException) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
 
onExpire(ExpirationEvent) - Method in interface org.apache.openjpa.datacache.ExpirationListener
Notification that an object has expired from the cache.
onTypesChanged(TypesChangedEvent) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
onTypesChanged(TypesChangedEvent) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
onTypesChanged(TypesChangedEvent) - Method in interface org.apache.openjpa.datacache.TypesChangedListener
Notification that instances of persistent types have changed.
OP_ATTACH - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_DELETE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_DELETE - Static variable in interface org.apache.openjpa.kernel.QueryOperations
Symbolic constant that indicates that this query will be performing a delete operation.
OP_DETACH - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_EVICT - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_LOCK - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_NONTRANSACTIONAL - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_PERSIST - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_REFRESH - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_RELEASE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_RETRIEVE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_SELECT - Static variable in interface org.apache.openjpa.kernel.QueryOperations
Symbolic constant that indicates that this query will be performing a select operation.
OP_TRANSACTIONAL - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
 
OP_UPDATE - Static variable in interface org.apache.openjpa.kernel.QueryOperations
Symbolic constant that indicates that this query will be performing a update operation.
OpCallbacks - Interface in org.apache.openjpa.kernel
Allows facades to control the particulars of persistence operations through callbacks.
open() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
No-op implementation.
open() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
openClassBrace(CodeFormat) - Method in class org.apache.openjpa.enhance.CodeGenerator
Append the opening code-level brace to the code; this can be overridden to add code to the top of the class.
OPENJPA - Static variable in class org.apache.openjpa.meta.Extensions
 
OpenJPAConfiguration - Interface in org.apache.openjpa.conf
Defines the properties necessary to configure runtime properties and connect to a data source.
OpenJPAConfigurationImpl - Class in org.apache.openjpa.conf
Implementation of the OpenJPAConfiguration interface.
OpenJPAConfigurationImpl() - Constructor for class org.apache.openjpa.conf.OpenJPAConfigurationImpl
Default constructor.
OpenJPAConfigurationImpl(boolean) - Constructor for class org.apache.openjpa.conf.OpenJPAConfigurationImpl
Constructor.
OpenJPAConfigurationImpl(boolean, boolean) - Constructor for class org.apache.openjpa.conf.OpenJPAConfigurationImpl
Constructor.
OpenJPAException - Exception in org.apache.openjpa.util
Exception type for all OpenJPA exceptions.
OpenJPAException() - Constructor for exception org.apache.openjpa.util.OpenJPAException
Default constructor.
OpenJPAException(String) - Constructor for exception org.apache.openjpa.util.OpenJPAException
Constructor; supply message.
OpenJPAException(Throwable) - Constructor for exception org.apache.openjpa.util.OpenJPAException
Construct with cause.
OpenJPAException(String, Throwable) - Constructor for exception org.apache.openjpa.util.OpenJPAException
Construct with message and cause.
OpenJPAId - Class in org.apache.openjpa.util
Identity class extended by builtin OpenJPA identity objects.
OpenJPAId() - Constructor for class org.apache.openjpa.util.OpenJPAId
 
OpenJPAId(Class) - Constructor for class org.apache.openjpa.util.OpenJPAId
 
OpenJPAId(Class, boolean) - Constructor for class org.apache.openjpa.util.OpenJPAId
 
OpenJPASavepoint - Class in org.apache.openjpa.kernel
Represents a savepoint where operations afterwards can be rolled back and restored to this point
OpenJPASavepoint(Broker, String, boolean) - Constructor for class org.apache.openjpa.kernel.OpenJPASavepoint
Constructor.
OpenJPAStateManager - Interface in org.apache.openjpa.kernel
Interface implemented by OpenJPA state managers.
OpenJPAVersion - Class in org.apache.openjpa.conf
This class contains version information for OpenJPA.
OpenJPAVersion() - Constructor for class org.apache.openjpa.conf.OpenJPAVersion
 
operation - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
optimistic - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
OPTIMISTIC - Static variable in exception org.apache.openjpa.util.StoreException
 
OptimisticException - Exception in org.apache.openjpa.util
Exception type for optimistic concurrency violations.
OptimisticException() - Constructor for exception org.apache.openjpa.util.OptimisticException
 
OptimisticException(String) - Constructor for exception org.apache.openjpa.util.OptimisticException
 
OptimisticException(Object) - Constructor for exception org.apache.openjpa.util.OptimisticException
 
OptimisticException(Throwable[]) - Constructor for exception org.apache.openjpa.util.OptimisticException
 
OptimisticException(Collection, Throwable[]) - Constructor for exception org.apache.openjpa.util.OptimisticException
 
OPTION_DATASTORE_CONNECTION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support returning the datastore connection.
OPTION_EMBEDDED_COLLECTION_RELATION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support collections of embedded relations to other persistence capable objects.
OPTION_EMBEDDED_MAP_RELATION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support maps of embedded relations to other persistence capable objects.
OPTION_EMBEDDED_RELATION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support embedded relations to other persistence capable objects.
OPTION_ID_APPLICATION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support application identity.
OPTION_ID_DATASTORE - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support application identity.
OPTION_INC_FLUSH - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support incremental flushing.
OPTION_JDBC_CONNECTION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support returning the datastore connection that is a JDBC Connection.
OPTION_NONTRANS_READ - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support nontransactional reads.
OPTION_NULL_CONTAINER - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtime that can differentiate between null and empty container fields.
OPTION_OPTIMISTIC - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support optimistic transactions.
OPTION_QUERY_SQL - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for SQL support.
OPTION_TYPE_ARRAY - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support persistent array fields.
OPTION_TYPE_COLLECTION - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support persistent collection fields.
OPTION_TYPE_MAP - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that support persistent map fields.
OPTION_VALUE_AUTOASSIGN - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that the autoassign value strategy.
OPTION_VALUE_INCREMENT - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
Option for runtimes that the increment value strategy.
or(Expression, Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the two expressions OR'd together.
or(Expression, Expression) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
order(QueryExpressions, List, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Order the given list of matches on the given value.
order(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
Order this field value when it is loaded.
Order - Interface in org.apache.openjpa.meta
Order a field.
ordering - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
orderingClauses - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
OrderingMergedResultObjectProvider - Class in org.apache.openjpa.kernel
Merged result object provider specialization that extracts ordering values from results for comparison.
OrderingMergedResultObjectProvider(ResultObjectProvider[], boolean[], StoreQuery.Executor, StoreQuery, Object[]) - Constructor for class org.apache.openjpa.kernel.OrderingMergedResultObjectProvider
 
OrderingMergedResultObjectProvider(ResultObjectProvider[], boolean[], StoreQuery.Executor[], StoreQuery, Object[]) - Constructor for class org.apache.openjpa.kernel.OrderingMergedResultObjectProvider
 
org.apache.openjpa.abstractstore - package org.apache.openjpa.abstractstore
OpenJPA Abstract StoreManager Implementation
org.apache.openjpa.ant - package org.apache.openjpa.ant
OpenJPA Ant Tasks
org.apache.openjpa.conf - package org.apache.openjpa.conf
OpenJPA Configuration
org.apache.openjpa.datacache - package org.apache.openjpa.datacache
OpenJPA Data Cache
org.apache.openjpa.ee - package org.apache.openjpa.ee
OpenJPA Enterprise Extensions
org.apache.openjpa.enhance - package org.apache.openjpa.enhance
OpenJPA Enhancer
org.apache.openjpa.event - package org.apache.openjpa.event
OpenJPA Events
org.apache.openjpa.kernel - package org.apache.openjpa.kernel
OpenJPA Runtime Kernel
org.apache.openjpa.kernel.exps - package org.apache.openjpa.kernel.exps
OpenJPA Expression Tree
org.apache.openjpa.kernel.jpql - package org.apache.openjpa.kernel.jpql
 
org.apache.openjpa.meta - package org.apache.openjpa.meta
OpenJPA Metadata
org.apache.openjpa.util - package org.apache.openjpa.util
OpenJPA Utilities
orphan(Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.event.ExceptionOrphanedKeyAction
 
orphan(Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
 
orphan(Object, OpenJPAStateManager, ValueMetaData) - Method in class org.apache.openjpa.event.NoneOrphanedKeyAction
 
orphan(Object, OpenJPAStateManager, ValueMetaData) - Method in interface org.apache.openjpa.event.OrphanedKeyAction
Callback received when OpenJPA discovers an orphaned key.
OrphanedKeyAction - Interface in org.apache.openjpa.event
Perform an action when OpenJPA detects an orphaned key in the database.
orphanedKeyPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 

P

pack(Object) - Method in class org.apache.openjpa.kernel.ResultPacker
Pack the given object into an instance of the query's result class.
pack(Object[]) - Method in class org.apache.openjpa.kernel.ResultPacker
Pack the given array into an instance of the query's result class.
Parameter - Interface in org.apache.openjpa.kernel.exps
A query parameter.
parameterTypes - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
parse(String, ExpressionStoreQuery) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Return a parsed intermediate form of the given query string.
parse(String, ExpressionStoreQuery) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
parse(MetaDataParser, Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Parse all given files.
parse(MetaDataParser, Class[]) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Parse all given classses.
parseDeclaration(String, char, String) - Static method in class org.apache.openjpa.kernel.Filters
Parses the given declarations into a list of type, name, type, name...
parseException(int, String, Object[], Exception) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Create a proper parse exception for the given reason.
ParseException - Exception in org.apache.openjpa.kernel.jpql
Signifies that a lexical error occurred when parsing the JPQL statement.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.openjpa.kernel.jpql.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.openjpa.kernel.jpql.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.openjpa.kernel.jpql.ParseException
 
parserForLanguage(String) - Static method in class org.apache.openjpa.kernel.QueryLanguages
Return the ExpressionParser for language, or null if no expression parser exists in the system for the specified language.
PATCH_RELEASE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
Path - Interface in org.apache.openjpa.kernel.exps
A path represents a traversal into fields of a candidate object.
PAYLOAD_EXTENTS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
Names of added, updated, and deleted classes only.
PAYLOAD_OIDS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
Names of added classes, upated and deleted Object IDs.
PAYLOAD_OIDS_WITH_ADDS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
Names of added classes, added, upated and deleted Object IDs.
PC - Static variable in class org.apache.openjpa.meta.JavaTypes
 
PC_UNTYPED - Static variable in class org.apache.openjpa.meta.JavaTypes
 
pcCopyFields(Object, int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcCopyKeyFieldsFromObjectId(FieldConsumer, Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcCopyKeyFieldsToObjectId(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcCopyKeyFieldsToObjectId(FieldSupplier, Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCData - Interface in org.apache.openjpa.kernel
Holds data about a single persistence capable instance.
PCDataGenerator - Class in org.apache.openjpa.enhance
Generates PCDataGenerator.DynamicPCData instances which avoid primitve wrappers to optimize memory use and performance at the cost of slightly higher startup time.
PCDataGenerator(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.enhance.PCDataGenerator
 
PCDataGenerator.DynamicPCData - Interface in org.apache.openjpa.enhance
Dynamic PCDatas generated will implement this interface to simplify initialization.
PCDataImpl - Class in org.apache.openjpa.kernel
Default PCData implementation.
PCDataImpl(Object, ClassMetaData) - Constructor for class org.apache.openjpa.kernel.PCDataImpl
Constructor.
pcDirty(String) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCEnhancer - Class in org.apache.openjpa.enhance
Bytecode enhancer used to enhance persistent classes from metadata.
PCEnhancer(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.PCEnhancer
Constructor.
PCEnhancer(OpenJPAConfiguration, ClassMetaData) - Constructor for class org.apache.openjpa.enhance.PCEnhancer
Constructor.
PCEnhancer(OpenJPAConfiguration, BCClass, MetaDataRepository) - Constructor for class org.apache.openjpa.enhance.PCEnhancer
Constructor.
PCEnhancer.AuxiliaryEnhancer - Interface in org.apache.openjpa.enhance
Plugin interface for additional enhancement.
PCEnhancer.Flags - Class in org.apache.openjpa.enhance
Run flags.
PCEnhancer.Flags() - Constructor for class org.apache.openjpa.enhance.PCEnhancer.Flags
 
PCEnhancerTask - Class in org.apache.openjpa.ant
Executes the enhancer on the specified files.
PCEnhancerTask() - Constructor for class org.apache.openjpa.ant.PCEnhancerTask
 
pcFetchObjectId() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcGetDetachedState() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcGetGenericContext() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcGetStateManager() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcGetVersion() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsDeleted() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsDetached() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsDirty() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsNew() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsPersistent() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcIsTransactional() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCLEAN - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Clean
pcNewInstance(StateManager, boolean) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcNewInstance(StateManager, Object, boolean) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcNewObjectIdInstance() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcNewObjectIdInstance(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcProvideField(int) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcProvideFields(int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCRegistry - Class in org.apache.openjpa.enhance
Tracks registered persistence-capable classes.
PCRegistry() - Constructor for class org.apache.openjpa.enhance.PCRegistry
 
PCRegistry.RegisterClassListener - Interface in org.apache.openjpa.enhance
Listener for persistent class registration events.
pcReplaceField(int) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcReplaceFields(int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcReplaceFlags() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
pcReplaceStateManager(StateManager) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCResultObjectProvider - Interface in org.apache.openjpa.kernel
Variant of ResultObjectProvider that populates a OpenJPAStateManager object in an application-defined manner.
pcSetDetachedState(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
 
PCState - Class in org.apache.openjpa.kernel
Base class for all lifecycle states.
PCState() - Constructor for class org.apache.openjpa.kernel.PCState
 
PDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Deleted
PDELETEDFLUSHED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Deleted-Flushed
PDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Dirty
persist(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Persist the given object.
persist(Object, Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Make the given instance persistent.
persist(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
persist(Object, Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
persist(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
persist(Object, Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
persistAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Persist the given objects.
persistAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
persistAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
PersistenceCapable - Interface in org.apache.openjpa.enhance
The interface that persistent instances will implement.
PersistListener - Interface in org.apache.openjpa.event
Listener for newly-persisted instances.
pin(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
pin(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
pin(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Pin the value stored under oid into the cache.
pin(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
pin(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
pin(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
Pin the value stored under qk into the cache.
pin(Object) - Method in class org.apache.openjpa.util.CacheMap
Locks the given key and its value into the map.
pinAll(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
pinAll(Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Pin all oids to the cache.
pinAll(Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
pinInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Pin an object to the cache.
pinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Pin an object to the cache.
pinInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
pinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
pinnedMap - Variable in class org.apache.openjpa.util.CacheMap
The set of objects pinned into the cache.
PNEW - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-New
PNEWDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-New-Deleted
PNEWFLUSHEDDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-New-Flushed-Deleted
PNEWFLUSHEDDELETEDFLUSHED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-New-Flushed-Deleted-Flushed
PNONTRANS - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Nontransactinoal
PNONTRANSDELETED - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Deleted-Nontransactional
PNonTransDeletedState - Class in org.apache.openjpa.kernel
Lifecycle state.
PNonTransDeletedState() - Constructor for class org.apache.openjpa.kernel.PNonTransDeletedState
 
PNONTRANSDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-Dirty-Nontransactinoal
PNONTRANSNEW - Static variable in class org.apache.openjpa.kernel.PCState
Persistent-New-Nontransactional
POLICY_EMPTY - Static variable in class org.apache.openjpa.enhance.DynamicStorageGenerator
Constant to not generate type set/get methods.
POLICY_EXCEPTION - Static variable in class org.apache.openjpa.enhance.DynamicStorageGenerator
Constant to throw an exception on invalid index passed to type set/get methods
POLICY_SILENT - Static variable in class org.apache.openjpa.enhance.DynamicStorageGenerator
Constant to be as silent as possible during invalid index passed to set/get type methods.
pool() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Add the factory to the pool.
populate(Object, ExpressionStoreQuery) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
Use the parsed query form to set information such as candidate type, result type, etc that was encoded in the query string.
populate(Object, ExpressionStoreQuery) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
 
populate(ClassMetaData, int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
populate(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Populate initial field data.
populate(ClassMetaData, int) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Populate the given metadata with default settings.
populate(ClassMetaData, int) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
populateFromCompilation(Object) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
populateFromCompilation(Object) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
populateFromCompilation(Object) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
populateFromCompilation(Object) - Method in interface org.apache.openjpa.kernel.StoreQuery
Populate internal data from compilation.
POSTFIX - Static variable in class org.apache.openjpa.datacache.DataCachePCDataGenerator
 
POSTFIX - Static variable in class org.apache.openjpa.enhance.PCDataGenerator
 
preFlush() - Method in interface org.apache.openjpa.kernel.Broker
Run pre-flush actions on transactional objects, including persistence-by-reachability, inverse relationship management, deletion of dependent instances, and instance callbacks.
preFlush() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
preFlush() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
prepareMapping(ClassMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Prepare metadata for mapping resolution.
previous() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
previousIndex() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
printNestedThrowables(ExceptionInfo, PrintStream) - Static method in class org.apache.openjpa.util.Exceptions
Print the stack trace of the exception's nested throwables.
printNestedThrowables(ExceptionInfo, PrintWriter) - Static method in class org.apache.openjpa.util.Exceptions
Print the stack trace of the exception's nested throwables.
printStackTrace() - Method in interface org.apache.openjpa.util.ExceptionInfo
Stack.
printStackTrace() - Method in exception org.apache.openjpa.util.OpenJPAException
 
printStackTrace(PrintStream) - Method in exception org.apache.openjpa.util.OpenJPAException
 
printStackTrace(PrintWriter) - Method in exception org.apache.openjpa.util.OpenJPAException
 
processArgument(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
processArgument(Object) - Method in interface org.apache.openjpa.kernel.FindCallbacks
Process find argument.
processArgument(int, Object, OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.OpCallbacks
Process operation argument.
processReturn(Object, OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
processReturn(Object, OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.FindCallbacks
Process operation return value.
ProductDerivation - Interface in org.apache.openjpa.conf
Hooks for deriving products with additional functionality.
ProductDerivations - Class in org.apache.openjpa.conf
Utilities for running product derivations.
ProductDerivations() - Constructor for class org.apache.openjpa.conf.ProductDerivations
 
project(QueryExpressions, List, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
Create the projections for the given results.
projectionAliases - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
projectionClauses - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
projections - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
promote(Class, Class) - Static method in class org.apache.openjpa.kernel.Filters
Given two types, return type they should both be converted to before performing any operations between them.
PROP_ABSTRACT_STORE - Static variable in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
The property name under which to name the concrete store manager class for this runtime.
providedBooleanField(PersistenceCapable, int, boolean) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedByteField(PersistenceCapable, int, byte) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedByteField(PersistenceCapable, int, byte) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedByteField(PersistenceCapable, int, byte) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedByteField(PersistenceCapable, int, byte) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedByteField(PersistenceCapable, int, byte) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedCharField(PersistenceCapable, int, char) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedCharField(PersistenceCapable, int, char) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedCharField(PersistenceCapable, int, char) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedCharField(PersistenceCapable, int, char) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedCharField(PersistenceCapable, int, char) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedDoubleField(PersistenceCapable, int, double) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedDoubleField(PersistenceCapable, int, double) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedDoubleField(PersistenceCapable, int, double) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedDoubleField(PersistenceCapable, int, double) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedDoubleField(PersistenceCapable, int, double) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedFloatField(PersistenceCapable, int, float) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedFloatField(PersistenceCapable, int, float) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedFloatField(PersistenceCapable, int, float) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedFloatField(PersistenceCapable, int, float) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedFloatField(PersistenceCapable, int, float) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedIntField(PersistenceCapable, int, int) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedIntField(PersistenceCapable, int, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedIntField(PersistenceCapable, int, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedIntField(PersistenceCapable, int, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedIntField(PersistenceCapable, int, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedLongField(PersistenceCapable, int, long) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedLongField(PersistenceCapable, int, long) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedLongField(PersistenceCapable, int, long) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedLongField(PersistenceCapable, int, long) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedLongField(PersistenceCapable, int, long) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedObjectField(PersistenceCapable, int, Object) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedObjectField(PersistenceCapable, int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedObjectField(PersistenceCapable, int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedObjectField(PersistenceCapable, int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedObjectField(PersistenceCapable, int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedShortField(PersistenceCapable, int, short) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedShortField(PersistenceCapable, int, short) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedShortField(PersistenceCapable, int, short) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedShortField(PersistenceCapable, int, short) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedShortField(PersistenceCapable, int, short) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
providedStringField(PersistenceCapable, int, String) - Method in interface org.apache.openjpa.enhance.StateManager
Provide state callback.
providedStringField(PersistenceCapable, int, String) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
providedStringField(PersistenceCapable, int, String) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
providedStringField(PersistenceCapable, int, String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
providedStringField(PersistenceCapable, int, String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
provideField(Object, StateManagerImpl, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
Proxies - Class in org.apache.openjpa.util
Utility methods for managing proxies.
Proxies() - Constructor for class org.apache.openjpa.util.Proxies
 
Proxy - Interface in org.apache.openjpa.util
Interface implemented by all proxy types to allow setting and nulling of their owning instance.
ProxyArrayList - Class in org.apache.openjpa.util
Extension of the ArrayList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyArrayList() - Constructor for class org.apache.openjpa.util.ProxyArrayList
 
ProxyArrayList(Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyArrayList
 
ProxyCalendar - Interface in org.apache.openjpa.util
Interface implemented by all built-in proxies on Calendar types.
ProxyCollection - Interface in org.apache.openjpa.util
Interface implemented by all built-in proxies on Collection types.
ProxyDate - Interface in org.apache.openjpa.util
Interface implemented by all built-in proxies on Date types.
proxyDetachedDeserialized(int) - Method in interface org.apache.openjpa.enhance.StateManager
Proxy the given detached field after deserialization.
proxyDetachedDeserialized(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
proxyDetachedDeserialized(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
proxyDetachedDeserialized(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
proxyDetachedDeserialized(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
ProxyGregorianCalendar - Class in org.apache.openjpa.util
Extension of the Calendar type that calls the dirty method on its owning persistence capable instance on modification.
ProxyGregorianCalendar() - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(int, int, int) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(int, int, int, int, int) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(int, int, int, int, int, int) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(Locale) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(TimeZone) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyGregorianCalendar(TimeZone, Locale) - Constructor for class org.apache.openjpa.util.ProxyGregorianCalendar
 
ProxyHashMap - Class in org.apache.openjpa.util
Extension of the HashMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashMap() - Constructor for class org.apache.openjpa.util.ProxyHashMap
 
ProxyHashMap(Class, Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyHashMap
 
ProxyHashSet - Class in org.apache.openjpa.util
Extension of the HashSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashSet() - Constructor for class org.apache.openjpa.util.ProxyHashSet
 
ProxyHashSet(Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyHashSet
 
ProxyHashtable - Class in org.apache.openjpa.util
Extension of the Hashtable type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashtable() - Constructor for class org.apache.openjpa.util.ProxyHashtable
 
ProxyHashtable(Class, Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyHashtable
 
ProxyLinkedList - Class in org.apache.openjpa.util
Extension of the LinkedList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyLinkedList() - Constructor for class org.apache.openjpa.util.ProxyLinkedList
 
ProxyLinkedList(Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyLinkedList
 
ProxyManager - Interface in org.apache.openjpa.util
Manager for copying and proxying second class objects.
ProxyManagerImpl - Class in org.apache.openjpa.util
Default implementation of the ProxyManager interface.
ProxyManagerImpl() - Constructor for class org.apache.openjpa.util.ProxyManagerImpl
 
proxyManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
ProxyMap - Interface in org.apache.openjpa.util
Interface implemented by all built-in proxies on Map types.
ProxyProperties - Class in org.apache.openjpa.util
Extension of the Properties type that dirties the persistent/transactional field it is assigned to on modification.
ProxyProperties() - Constructor for class org.apache.openjpa.util.ProxyProperties
 
ProxyProperties(boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyProperties
 
ProxySQLDate - Class in org.apache.openjpa.util
Extension of the Date type that calls the dirty method on its owning persistence capable instance on modification.
ProxySQLDate() - Constructor for class org.apache.openjpa.util.ProxySQLDate
 
ProxySQLDate(long) - Constructor for class org.apache.openjpa.util.ProxySQLDate
 
ProxyTime - Class in org.apache.openjpa.util
Extension of the Time type that calls the dirty method on its owning persistence capable instance on modification.
ProxyTime() - Constructor for class org.apache.openjpa.util.ProxyTime
 
ProxyTime(long) - Constructor for class org.apache.openjpa.util.ProxyTime
 
ProxyTimestamp - Class in org.apache.openjpa.util
Extension of the Timestamp type that calls the dirty method on its owning persistence capable instance on modification.
ProxyTimestamp() - Constructor for class org.apache.openjpa.util.ProxyTimestamp
 
ProxyTimestamp(long) - Constructor for class org.apache.openjpa.util.ProxyTimestamp
 
ProxyTreeMap - Class in org.apache.openjpa.util
Extension of the TreeMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeMap() - Constructor for class org.apache.openjpa.util.ProxyTreeMap
 
ProxyTreeMap(Class, Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyTreeMap
 
ProxyTreeMap(Class, Class, Comparator, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyTreeMap
 
ProxyTreeSet - Class in org.apache.openjpa.util
Extension of the TreeSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeSet() - Constructor for class org.apache.openjpa.util.ProxyTreeSet
 
ProxyTreeSet(Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyTreeSet
 
ProxyTreeSet(Class, Comparator, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyTreeSet
 
ProxyUtilDate - Class in org.apache.openjpa.util
Extension of the Date type that calls the dirty method on its owning persistence capable instance on modification.
ProxyUtilDate() - Constructor for class org.apache.openjpa.util.ProxyUtilDate
 
ProxyUtilDate(long) - Constructor for class org.apache.openjpa.util.ProxyUtilDate
 
ProxyVector - Class in org.apache.openjpa.util
Extension of the Vector type that dirties the persistent/transactional field it is assigned to on modification.
ProxyVector() - Constructor for class org.apache.openjpa.util.ProxyVector
 
ProxyVector(Class, boolean, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.util.ProxyVector
 
put(DataCachePCData) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
put(QueryKey, QueryResult) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
put(DataCachePCData) - Method in interface org.apache.openjpa.datacache.DataCache
Set the cached value for the given instance.
put(DataCachePCData) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
put(QueryKey, QueryResult) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
put(QueryKey, QueryResult) - Method in interface org.apache.openjpa.datacache.QueryCache
Set the list of OIDs for the given query key.
put(Object, Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
put(Map, Object, Object) - Method in class org.apache.openjpa.util.CacheMap
Put the given entry into the given map.
put(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
 
put(Object, Object) - Method in class org.apache.openjpa.util.ProxyHashMap
 
put(Object, Object) - Method in class org.apache.openjpa.util.ProxyHashtable
 
put(Object, Object) - Method in class org.apache.openjpa.util.ProxyProperties
 
put(Object, Object) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
putAll(Map) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
putAll(Map) - Method in class org.apache.openjpa.util.CacheMap
 
putAll(Map) - Method in class org.apache.openjpa.util.ProxyHashMap
 
putAll(Map) - Method in class org.apache.openjpa.util.ProxyHashtable
 
putAll(Map) - Method in class org.apache.openjpa.util.ProxyProperties
 
putAll(Map) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
putAllInternal(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
All all of the given objects to the cache.
putInternal(Object, DataCachePCData) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Add the given object to the cache, returning the old object under the given oid.
putInternal(QueryKey, QueryResult) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Add the given result to the cache, returning the old result under the given key.
putInternal(Object, DataCachePCData) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
putInternal(QueryKey, QueryResult) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
putUserObject(Object, Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
putUserObject(Object, Object) - Method in interface org.apache.openjpa.kernel.Broker
Put the specified key-value pair into the map of user objects.
putUserObject(Object, Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Put the specified key-value pair into the map of user objects.
putUserObject(Object, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
putUserObject(Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
putUserObject(Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 

Q

Query - Interface in org.apache.openjpa.kernel
OpenJPA query interface.
QueryCache - Interface in org.apache.openjpa.datacache
Interface that must be implemented by any level 2 query cache used by OpenJPA.
queryCache - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
queryCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
QueryCacheStoreQuery - Class in org.apache.openjpa.datacache
A StoreQuery implementation that caches the OIDs involved in the query, and can determine whether or not the query has been dirtied.
QueryCacheStoreQuery(StoreQuery, QueryCache) - Constructor for class org.apache.openjpa.datacache.QueryCacheStoreQuery
Create a new instance that delegates to query if no cached results are available.
QueryCacheStoreQuery.CachedList - Class in org.apache.openjpa.datacache
Result list implementation for a cached query result.
QueryCacheStoreQuery.CachedList(QueryResult, boolean, StoreContext) - Constructor for class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
 
QueryContext - Interface in org.apache.openjpa.kernel
A query execution context.
QueryExpressions - Class in org.apache.openjpa.kernel.exps
Struct to hold the state of a parsed expression query.
QueryExpressions() - Constructor for class org.apache.openjpa.kernel.exps.QueryExpressions
 
QueryFlushModes - Interface in org.apache.openjpa.kernel
Constants for determining when to flush before queries.
QueryImpl - Class in org.apache.openjpa.kernel
Implementation of the Query interface.
QueryImpl(Broker, String, StoreQuery) - Constructor for class org.apache.openjpa.kernel.QueryImpl
Construct a query managed by the given broker.
QueryImpl.Compilation - Class in org.apache.openjpa.kernel
Struct of compiled query properties.
QueryImpl.Compilation() - Constructor for class org.apache.openjpa.kernel.QueryImpl.Compilation
 
QueryImpl.RemoveOnCloseResultList - Class in org.apache.openjpa.kernel
Result list that removes itself from the query's open result list when it is closed.
QueryImpl.RemoveOnCloseResultList(ResultList) - Constructor for class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
QueryKey - Class in org.apache.openjpa.datacache
This class stores information about a particular invocation of a query.
QueryKey() - Constructor for class org.apache.openjpa.datacache.QueryKey
Public constructor for externalization only.
QueryLanguages - Class in org.apache.openjpa.kernel
Constants and utilities for query languages.
QueryLanguages() - Constructor for class org.apache.openjpa.kernel.QueryLanguages
 
QueryMetaData - Class in org.apache.openjpa.meta
Holds metadata about named queries.
QueryMetaData(String) - Constructor for class org.apache.openjpa.meta.QueryMetaData
Construct with the given name.
QueryOperations - Interface in org.apache.openjpa.kernel
Query operation constants.
QueryResult - Class in org.apache.openjpa.datacache
A query result.
QueryResult(QueryKey, Collection) - Constructor for class org.apache.openjpa.datacache.QueryResult
Constructor; supply corresponding query key and result data.
QueryResult(Collection, long) - Constructor for class org.apache.openjpa.datacache.QueryResult
Constructor to set internal data from a serializer.

R

READ_OK - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
READ_WRITE_OK - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
readExternal(ObjectInput) - Method in class org.apache.openjpa.datacache.QueryKey
 
readExternal(ObjectInput) - Method in class org.apache.openjpa.event.RemoteCommitEvent
 
readLock() - Method in class org.apache.openjpa.util.CacheMap
Acquire read lock.
readLockLevel - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
readLockLevel - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
readResolve() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Replaces the factory with this JVMs pooled version if it exists.
readResolve() - Method in class org.apache.openjpa.kernel.PCState
 
readUnlock() - Method in class org.apache.openjpa.util.CacheMap
Release read lock.
recacheUpdates() - Method in class org.apache.openjpa.datacache.AbstractDataCache
Return true if updates to data already in the cache (either in AbstractDataCache.commit(java.util.Collection, java.util.Collection, java.util.Collection, java.util.Collection) or the AbstractDataCache.update(org.apache.openjpa.datacache.DataCachePCData)) should be put back into the cache.
record() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Writes the generated code to the proper file.
record() - Method in class org.apache.openjpa.enhance.PCEnhancer
Write the generated bytecode.
record() - Method in class org.apache.openjpa.meta.MetaDataTool
Record metadata changes.
RECURSION_DEPTH_DEFAULT - Static variable in class org.apache.openjpa.meta.FetchGroup
Default field recursion depth.
REFERENTIAL_INTEGRITY - Static variable in exception org.apache.openjpa.util.StoreException
 
ReferentialIntegrityException - Exception in org.apache.openjpa.util
Exception type reserved for violations of integrity constraints.
ReferentialIntegrityException() - Constructor for exception org.apache.openjpa.util.ReferentialIntegrityException
 
ReferentialIntegrityException(String) - Constructor for exception org.apache.openjpa.util.ReferentialIntegrityException
 
ReferentialIntegrityException(int) - Constructor for exception org.apache.openjpa.util.ReferentialIntegrityException
 
refresh(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Refresh the state of the given object.
refresh(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
refresh(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
refreshAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Refresh the state of the given objects.
refreshAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
refreshAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
refreshInternal(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
This method is called with the full set of objects reachable via cascade-refresh relations from the user-given instances.
refreshInternal(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Optimization for single-object refresh.
register(Class, String[], Class[], byte[], Class, String, PersistenceCapable) - Static method in class org.apache.openjpa.enhance.PCRegistry
Register metadata by class.
register(Class) - Method in interface org.apache.openjpa.enhance.PCRegistry.RegisterClassListener
 
register(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
 
registerImplementation(Class, Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
Register a facade implementation.
release(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Release the given object from management.
release(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
release(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
release(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.LockManager
Release the lock on the given object.
release(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.NoneLockManager
 
release(boolean) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Release this savepoint and any associated resources.
release(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.VersionLockManager
Nulls given instance's lock object.
RELEASE_DATE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
RELEASE_STATUS - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
releaseAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
Release the given objects from management.
releaseAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
releaseAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
releaseConnection() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Override to release previously-retained connection.
releaseConnection() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
releaseConnection() - Method in interface org.apache.openjpa.kernel.StoreManager
Instruct the store to release a retained connection.
releaseSavepoint() - Method in interface org.apache.openjpa.kernel.Broker
Release the last set savepoint and any resources associated with it.
releaseSavepoint(String) - Method in interface org.apache.openjpa.kernel.Broker
Release the savepoint and any resources associated with it.
releaseSavepoint() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
releaseSavepoint(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
releaseSavepoint() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
releaseSavepoint(String) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
rem - Variable in class org.apache.openjpa.util.AbstractChangeTracker
Collection of removed items.
RemoteCommitEvent - Class in org.apache.openjpa.event
Event type to hold the IDs of additions, updates, and deletes.
RemoteCommitEvent() - Constructor for class org.apache.openjpa.event.RemoteCommitEvent
Constructor used during externalization.
RemoteCommitEvent(int, Collection, Collection, Collection, Collection) - Constructor for class org.apache.openjpa.event.RemoteCommitEvent
Constructor.
RemoteCommitEventManager - Class in org.apache.openjpa.event
Manager that can be used to track and notify RemoteCommitListeners on remote commit events.
RemoteCommitEventManager(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.event.RemoteCommitEventManager
Constructor.
RemoteCommitListener - Interface in org.apache.openjpa.event
An entity that wishes to be notified when Brokers associated with remote BrokerFactories commit.
RemoteCommitProvider - Interface in org.apache.openjpa.event
An entity that is responsible for communicating commit notification to other RemoteCommitEventManagers.
RemoteCommitProviderValue - Class in org.apache.openjpa.conf
Value type used to represent a RemoteCommitProvider.
RemoteCommitProviderValue() - Constructor for class org.apache.openjpa.conf.RemoteCommitProviderValue
 
remoteEventManager - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
remoteProviderPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
remove(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
remove(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
remove(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Remove the value stored under the given oid.
remove(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
remove(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
remove(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
Remove the value stored under the given query key.
remove(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
 
remove() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
remove(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
remove(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
remove(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
remove(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
remove(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Mark the given value as removed.
remove(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
remove(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
remove(Map, Object) - Method in class org.apache.openjpa.util.CacheMap
Remove the given key from the given map.
remove(Object) - Method in class org.apache.openjpa.util.CacheMap
If key is pinned into the cache, the pin is cleared and the object is removed.
remove(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
remove(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
remove(int) - Method in class org.apache.openjpa.util.ProxyArrayList
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyArrayList
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyHashMap
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyHashSet
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyHashtable
 
remove(int) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyProperties
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
remove(int) - Method in class org.apache.openjpa.util.ProxyVector
 
remove(Object) - Method in class org.apache.openjpa.util.ProxyVector
 
removeAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
removeAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.kernel.Query
Remove an aggregate listener from the query.
removeAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.QueryImpl
 
removeAll(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
removeAll(Class, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Remove the objects of the given class from the cache.
removeAll(Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Remove the values stored under the given oids.
removeAll(Class, boolean) - Method in interface org.apache.openjpa.datacache.DataCache
Evict all values of a specified type.
removeAll(Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
removeAll(Class, boolean) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
removeAll(Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
removeAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
removeAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
removeAll(Collection) - Method in class org.apache.openjpa.util.ProxyArrayList
 
removeAll(Collection) - Method in class org.apache.openjpa.util.ProxyHashSet
 
removeAll(Collection) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
removeAll(Collection) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
removeAll(Collection) - Method in class org.apache.openjpa.util.ProxyVector
 
removeAllElements() - Method in class org.apache.openjpa.util.ProxyVector
 
removeAllInternal(Class, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Evict objects in cache by class.
removeAllInternal(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Remove all objects under the given oids from the cache.
removeAllInternal(Collection) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Remove all results under the given keys from the cache.
removeAllInternal(Class, boolean) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
removeAllTypeNamesInternal(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Remove all objects of the given class names from the cache.
removed(int, Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
removed(int, Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
removed(int, Object, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
removed(int, Object, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Notification that an element has been removed from the given field.
removed(int, Object, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
removed(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Notify the tracker that the given object was removed.
removed(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
removed(Object, Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
removed(Object) - Method in interface org.apache.openjpa.util.CollectionChangeTracker
Record that the given element was removed.
removed(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
 
removed(Object, Object) - Method in interface org.apache.openjpa.util.MapChangeTracker
Record that the given entry was removed from the map.
removed(Object, Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
removed(Proxy, Object, boolean) - Static method in class org.apache.openjpa.util.Proxies
Used by proxy types to notify their owner that an element has been removed.
removeDeclaredFetchGroup(FetchGroup) - Method in class org.apache.openjpa.meta.ClassMetaData
Remove a declared fetch group.
removeDeclaredField(FieldMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
Remove the given field from management.
removeDefinedSuperclassField(FieldMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
Remove the given field from management.
removeElement(Object) - Method in class org.apache.openjpa.util.ProxyVector
 
removeElementAt(int) - Method in class org.apache.openjpa.util.ProxyVector
 
removeEmbeddedExtensions(String) - Method in class org.apache.openjpa.meta.Extensions
 
removeEmbeddedExtensions(String, String) - Method in class org.apache.openjpa.meta.Extensions
 
removeExpirationListener(ExpirationListener) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
removeExpirationListener(ExpirationListener) - Method in interface org.apache.openjpa.datacache.DataCache
Remove an expiration event listener from this cache.
removeExpirationListener(ExpirationListener) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
removeExtension(String) - Method in class org.apache.openjpa.meta.Extensions
Remove a vendor extension.
removeExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
Remove a vendor extension.
removeFetchGroup(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
removeFetchGroup(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Remove the given fetch group.
removeFetchGroup(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
removeFetchGroups(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
removeFetchGroups(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Removes groups from the set of fetch group names to use when loading objects.
removeFetchGroups(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
removeField(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
removeField(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Remove the given fully-qualified field.
removeField(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
removeFields(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
removeFields(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Removes fields from the set of fully-qualified field names to use when loading objects.
removeFields(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
removeFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
removeFilterListener(FilterListener) - Method in interface org.apache.openjpa.kernel.Query
Remove a filter listener from the query.
removeFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.QueryImpl
 
removeFirst() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
removeFromCollection(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Remove the given instance from the collection.
removeFromSchedule(DataCache) - Method in class org.apache.openjpa.datacache.DataCacheScheduler
Remove the given cache from scheduling.
removeInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Remove the object under the given oid from the cache.
removeInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Remove the result under the given key from the cache.
removeInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
removeInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
removeLast() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
removeLifecycleListener(Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
removeLifecycleListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
Remove a listener for lifecycle-related events.
removeLifecycleListener(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
Remove a listener for lifecycle-related events.
removeLifecycleListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
removeLifecycleListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
removeLifecycleListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
removeListener(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager
Remove the given listener.
removeListener(Object) - Method in class org.apache.openjpa.event.TransactionEventManager
 
removeMetaData(ClassMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
Remove a class meta data from the set to be serialized.
removeMetaData(ClassMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove a metadata instance from the repository.
removeMetaData(Class) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove a metadata instance from the repository.
removeQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove the given query metadata from the repository.
removeQueryMetaData(Class, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove query metadata for the given class name if in the repository.
removeRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
Removes a PCRegistry.RegisterClassListener.
removeSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove the given sequence metadata from the repository.
removeSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove sequence metadata for the name if in the repository.
removeSystemListener(Object) - Method in class org.apache.openjpa.meta.MetaDataRepository
Remove the given system lifecycle listener.
removeTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
Remove a listener for transaction-related events.
removeTransactionListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
removeTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
removeTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
removeTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
removeTypesChangedListener(TypesChangedListener) - Method in interface org.apache.openjpa.datacache.QueryCache
Remove an types event listener from this cache.
replaceBooleanField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceBooleanField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceBooleanField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceBooleanField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceBooleanField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceByteField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceByteField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceByteField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceByteField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceByteField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceCharField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceCharField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceCharField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceCharField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceCharField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceDoubleField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceDoubleField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceDoubleField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceDoubleField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceDoubleField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceFailedObject(Object) - Static method in class org.apache.openjpa.util.Exceptions
Convert the specified failed object into a serializable object for when we are serializing an Exception.
replaceFlags() - Method in interface org.apache.openjpa.enhance.StateManager
Change internal flags.
replaceFlags() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceFlags() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceFlags() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceFlags() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceFloatField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceFloatField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceFloatField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceFloatField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceFloatField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceIntField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceIntField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceIntField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceIntField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceIntField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceLongField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceLongField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceLongField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceLongField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceLongField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceMethod(BCClass, String, Class, Class[], boolean) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Clear code associated with the given method signature, and return the empty code.
replaceNestedThrowables(Throwable[]) - Static method in class org.apache.openjpa.util.Exceptions
Convert the specified throwables into a serialzable array.
replaceObjectField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceObjectField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceObjectField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceObjectField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceObjectField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceShortField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceShortField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceShortField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceShortField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceShortField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceStateManager(StateManager) - Method in interface org.apache.openjpa.enhance.StateManager
Change state manager.
replaceStateManager(StateManager) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceStateManager(StateManager) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceStateManager(StateManager) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceStateManager(StateManager) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceStringField(PersistenceCapable, int) - Method in interface org.apache.openjpa.enhance.StateManager
Replace state callback.
replaceStringField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
replaceStringField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
replaceStringField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
replaceStringField(PersistenceCapable, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
replaceType(FieldMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Return a valid JavaTypes constant for the given field
repos - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
requiresArgument() - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
Returns if this callback expects another argument
requiresCandidateType() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
requiresCandidateType() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
requiresCandidateType() - Method in interface org.apache.openjpa.kernel.StoreQuery
Whether this query requires a candidate class.
requiresFetch(FieldMetaData) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
requiresFetch(FieldMetaData) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Affirms if the given field requires to be fetched in the context of current fetch operation.
requiresFetch(FieldMetaData) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
requiresParameterDeclarations() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
requiresParameterDeclarations() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
requiresParameterDeclarations() - Method in interface org.apache.openjpa.kernel.StoreQuery
Whether this query requires parameters to be declared.
reset() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
reset() - Method in class org.apache.openjpa.util.AbstractChangeTracker
Reset the state of the tracker.
resetFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
resetFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Resets the set of fetch groups to the list in the global configuration.
resetFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
resolve(int) - Method in class org.apache.openjpa.meta.ClassMetaData
Resolve and validate metadata.
resolve() - Method in class org.apache.openjpa.meta.FetchGroup
Resolve and validate fetch group metadata.
resolve(int) - Method in class org.apache.openjpa.meta.FieldMetaData
Resolve and validate metadata.
resolve(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Resolve and validate metadata.
resolve(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
resolveMapping(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Resolve mapping data.
resolveMeta(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Resolve metadata.
resolver - Variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
Resolver - Interface in org.apache.openjpa.kernel.exps
A Resolver is used to resolve listeners and class or entity names that appear in a query.
respondsTo(int) - Method in interface org.apache.openjpa.event.LifecycleEventManager.ListenerAdapter
Return whether this instance responds to the given event type from LifecycleEvent.
RESTORE_ALL - Static variable in interface org.apache.openjpa.kernel.RestoreState
Restore all state on rollback.
RESTORE_IMMUTABLE - Static variable in interface org.apache.openjpa.kernel.RestoreState
Restore immutable state on rollback; clear mutable state.
RESTORE_NONE - Static variable in interface org.apache.openjpa.kernel.RestoreState
Do not restore any state on rollback.
restoreState - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
RestoreState - Interface in org.apache.openjpa.kernel
State restore constants.
RESTRICT - Static variable in class org.apache.openjpa.meta.UpdateStrategies
Throw an exception on attempt to update.
resultClass - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
 
ResultPacker - Class in org.apache.openjpa.kernel
Helper class to pack results into the result class set on the query.
ResultPacker(Class, String, Class) - Constructor for class org.apache.openjpa.kernel.ResultPacker
Constructor for result class without a projection.
ResultPacker(Class[], String[], Class) - Constructor for class org.apache.openjpa.kernel.ResultPacker
Constructor for standard projection.
retainAll(Collection) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
retainAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
retainAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
retainAll(Collection) - Method in class org.apache.openjpa.util.ProxyArrayList
 
retainAll(Collection) - Method in class org.apache.openjpa.util.ProxyHashSet
 
retainAll(Collection) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
retainAll(Collection) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
retainAll(Collection) - Method in class org.apache.openjpa.util.ProxyVector
 
retainConnection() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Override to retain a dedicated connection.
retainConnection() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
retainConnection() - Method in interface org.apache.openjpa.kernel.StoreManager
Instruct the store to retain a connection for continued use.
retainState - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
retrieve(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
retrieve(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
retrieve(Object, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Immediately load the given object's persistent fields.
retrieveAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
retrieveAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
retrieveAll(Collection, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Retrieve the given objects' persistent state.
retryClassRegistration - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
roll(int, boolean) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
roll(int, int) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
rollback() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
This is a no-op implementation.
rollback() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
rollback() - Method in interface org.apache.openjpa.kernel.Broker
Rollback the current transaction.
rollback() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
rollback() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
rollback() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
rollback(Collection) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Handle the rolled back state, returning saved data.
rollback() - Method in interface org.apache.openjpa.kernel.StoreManager
Rollback the current data store transaction.
rollbackAndResume() - Method in interface org.apache.openjpa.kernel.Broker
Issue a rollback and then start a new transaction.
rollbackAndResume() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
rollbackAndResume() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
rollbackOptimistic() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
No-op implementation.
rollbackOptimistic() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
rollbackOptimistic() - Method in interface org.apache.openjpa.kernel.StoreManager
Notification that an optimistic transaction was rolled back before a data store transaction ever began.
rollbackToSavepoint() - Method in interface org.apache.openjpa.kernel.Broker
Rollback the current transaction to the last savepoint.
rollbackToSavepoint(String) - Method in interface org.apache.openjpa.kernel.Broker
Rollback the current transaction to the given savepoint name.
rollbackToSavepoint() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
rollbackToSavepoint(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
rollbackToSavepoint() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
rollbackToSavepoint(String) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
rootClasses - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
rootInstances - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
rsrcs - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
run() - Method in class org.apache.openjpa.datacache.DataCacheScheduler
 
run() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Generates the sourcecode for the application id class; returns false if the class is invalid.
run(OpenJPAConfiguration, String[], Options) - Static method in class org.apache.openjpa.enhance.ApplicationIdTool
Run the application id tool with the given command-line and given configuration.
run(OpenJPAConfiguration, String[], ApplicationIdTool.Flags, ClassLoader) - Static method in class org.apache.openjpa.enhance.ApplicationIdTool
Run the tool.
run(BCClass, ClassMetaData) - Method in interface org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
 
run() - Method in class org.apache.openjpa.enhance.PCEnhancer
Perform bytecode enhancements.
run(OpenJPAConfiguration, String[], Options) - Static method in class org.apache.openjpa.enhance.PCEnhancer
Run the tool.
run(OpenJPAConfiguration, String[], PCEnhancer.Flags, MetaDataRepository, BytecodeWriter, ClassLoader) - Static method in class org.apache.openjpa.enhance.PCEnhancer
Enhance the given classes.
run(Class) - Method in class org.apache.openjpa.meta.MetaDataTool
Generate new metadata for the given class.
run(OpenJPAConfiguration, String[], Options) - Static method in class org.apache.openjpa.meta.MetaDataTool
Run the tool.
run(OpenJPAConfiguration, String[], MetaDataTool.Flags, MetaDataRepository, ClassLoader) - Static method in class org.apache.openjpa.meta.MetaDataTool
Run the tool.
RuntimeExceptionTranslator - Interface in org.apache.openjpa.util
Interface used by many facade helpers to translate exceptions.

S

sameVersion(Object[], Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
Return whether the given images are equivalent from an optimistic locking perspective.
save(Collection) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
Set this savepoint, saving any state for the passed-in OpenJPAStateManagers as necessary.
SavepointManager - Interface in org.apache.openjpa.kernel
A manager for handling savepoints.
savepointManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
scheduleEviction(DataCache, String) - Method in class org.apache.openjpa.datacache.DataCacheScheduler
Schedule the given cache for eviction.
Seq - Interface in org.apache.openjpa.kernel
Internal OpenJPA sequence interface.
seqPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
SEQUENCE - Static variable in class org.apache.openjpa.meta.ValueStrategies
"sequence" value strategy.
SequenceMetaData - Class in org.apache.openjpa.meta
Metadata about a named sequence.
SequenceMetaData(String, MetaDataRepository) - Constructor for class org.apache.openjpa.meta.SequenceMetaData
Constructor; supply sequence name.
SequenceMetaData.SequenceFactory - Interface in org.apache.openjpa.meta
Allow facades to supply adapters from a spec sequence type to the OpenJPA sequence type.
SeqValue - Class in org.apache.openjpa.conf
Value type used to represent a sequence.
SeqValue(String) - Constructor for class org.apache.openjpa.conf.SeqValue
 
SERIALIZABLE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
 
Serialization - Class in org.apache.openjpa.util
Helper class to serialize and deserialize persistent objects, subtituting oids into the serialized stream and subtituting the persistent objects back during deserialization.
Serialization() - Constructor for class org.apache.openjpa.util.Serialization
 
serialize(MetaDataSerializer, Map, int) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Tell the given serialier to write its metadatas.
serialize(Object, StoreContext) - Static method in class org.apache.openjpa.util.Serialization
Serialize a value that might contain persistent objects.
serializing() - Method in interface org.apache.openjpa.enhance.StateManager
Callback to prepare instance for serialization.
serializing() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
serializing() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
serializing() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
serializing() - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
set(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
 
set(int, Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
set(int, Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
set(int, Object) - Method in class org.apache.openjpa.util.ProxyArrayList
 
set(int, Object) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
set(int, Object) - Method in class org.apache.openjpa.util.ProxyVector
 
SET_ATTACH - Static variable in interface org.apache.openjpa.enhance.StateManager
 
SET_ATTACH - Static variable in interface org.apache.openjpa.kernel.OpenJPAStateManager
The field is being attached by a detached state manager; the value is from the detached instance.
SET_REMOTE - Static variable in interface org.apache.openjpa.enhance.StateManager
 
SET_REMOTE - Static variable in interface org.apache.openjpa.kernel.OpenJPAStateManager
The remote broker framework is setting the field on the server.
SET_USER - Static variable in interface org.apache.openjpa.enhance.StateManager
 
SET_USER - Static variable in interface org.apache.openjpa.kernel.OpenJPAStateManager
A user is setting the field.
setAccessType(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The access type used by this class.
setAccessUnloaded(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
Whether to allow access to unloaded detached fields.
setAction(MetaDataToolTask.Action) - Method in class org.apache.openjpa.ant.MetaDataToolTask
Set the tool action.
setAction(int) - Method in class org.apache.openjpa.kernel.InverseManager
Set the action constant to use during relationship checking.
setAction(String) - Method in class org.apache.openjpa.kernel.InverseManager
Set the action string to use during relationship checking.
setAddDefaultConstructor(boolean) - Method in class org.apache.openjpa.ant.PCEnhancerTask
Set whether or not the enhancer should add a no-args constructor to any PC that does not have a no-args constructor.
setAddDefaultConstructor(boolean) - Method in class org.apache.openjpa.enhance.PCEnhancer
A boolean indicating whether the enhancer should add a no-args constructor if one is not already present in the class.
setAddresses(String) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
Sets the list of addresses of peers to which this provider will send events to.
setAggregateListeners(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query AggregateListeners to use.
setAggregateListeners(AggregateListener[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set the query function listeners.
setAggregateListeners(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAggregateListeners(AggregateListener[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAllocate(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence values to allocate, or -1 for default.
setAssertAllowedType(boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Whether to perform runtime checks to ensure that all elements added to collection and map proxies are the proper element/key/value type as defined by the metadata.
setAuthentication(String, String) - Method in class org.apache.openjpa.kernel.BrokerImpl
Set the persistence manager's authentication.
setAutoClear(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether instances clear their state when entering a transaction.
setAutoClear(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether instances clear their state when entering a transaction.
setAutoClear(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAutoClear(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAutoClear(int) - Method in interface org.apache.openjpa.kernel.Broker
Whether objects clear when entering transactions.
setAutoClear(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setAutoClear(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setAutoDetach(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separated list of events which trigger auto-detachment in place of managed states.
setAutoDetach(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The AutoDetach flags.
setAutoDetach(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAutoDetach(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setAutoDetach(int) - Method in interface org.apache.openjpa.kernel.Broker
Bit flags marked in AutoDetach which indicate when persistent managed objects should be automatically detached in-place.
setAutoDetach(int, boolean) - Method in interface org.apache.openjpa.kernel.Broker
Bit flags marked in AutoDetach which indicate when persistent managed objects should be automatically detached in-place.
setAutoDetach(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setAutoDetach(int, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setAutoDetach(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setAutoDetach(int, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setAutoOff(boolean) - Method in class org.apache.openjpa.util.AbstractChangeTracker
Whether to automatically stop tracking when the number of changes exceeds the container size.
setBoolean(int, boolean) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the boolean at the given index.
setBrokerFactory(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The BrokerFactory class to use.
setBrokerFactory(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setBrokerImpl(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string of the BrokerImpl extension to create.
setBrokerImpl(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setByte(int, byte) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the byte at the given index.
setBytecodeWriter(BytecodeWriter) - Method in class org.apache.openjpa.enhance.PCEnhancer
Set the BytecodeWriter to write the bytecode to or null if none.
setCacheSize(int) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Sets the maximum number of unpinned objects to keep hard references to.
setCacheSize(int) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Sets the maximum number of unpinned objects to keep hard references to.
setCacheSize(int) - Method in class org.apache.openjpa.util.CacheMap
The maximum number of hard references to maintain, or -1 for no limit.
setCallbackMode(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
setCallbackMode(int, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
setCandidateCollection(Collection) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setCandidateCollection(Collection) - Method in interface org.apache.openjpa.kernel.Query
Set a collection of candidates.
setCandidateCollection(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setCandidateExtent(Extent) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setCandidateExtent(Extent) - Method in interface org.apache.openjpa.kernel.Query
Set the candidate extent.
setCandidateExtent(Extent) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setCandidateType(Class, boolean) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setCandidateType(Class, boolean) - Method in interface org.apache.openjpa.kernel.QueryContext
Set the candidate type.
setCandidateType(Class, boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setCandidateType(Class) - Method in class org.apache.openjpa.meta.QueryMetaData
The query result class, or null if none.
setCascadeAttach(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setCascadeAttach(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for attach operation.
setCascadeAttach(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setCascadeDelete(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setCascadeDelete(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for deletion.
setCascadeDelete(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setCascadePersist(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setCascadePersist(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for persist operation.
setCascadePersist(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setCascadeRefresh(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setCascadeRefresh(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Cascade behavior for refresh operation.
setCascadeRefresh(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setCause(Throwable) - Method in exception org.apache.openjpa.util.OpenJPAException
The first nested throwable.
setChannel(String) - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The channel to log to.
setChar(int, char) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the char at the given index.
setClasspathScan(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of classpath directories or jars to scan for metadata supplied by user.
setClasspathScan(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of classpath directories or jars to scan for metadata supplied by user via auto-configuration.
setClassResolver(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ClassResolver to use for custom class loading.
setClassResolver(ClassResolver) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The ClassResolver to use.
setClassResolver(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setClassResolver(ClassResolver) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setCloseOnManagedCommit(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to close the broker when the managed transaction commits.
setCodeFormat(CodeFormat) - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Set the code formatter for the generated Java code.
setCodeFormat(CodeFormat) - Method in class org.apache.openjpa.enhance.CodeGenerator
Set the code formatter for the generated Java code.
setComments(String[]) - Method in class org.apache.openjpa.meta.ClassMetaData
 
setComments(String[]) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setComments(String[]) - Method in class org.apache.openjpa.meta.QueryMetaData
 
setComments(String[]) - Method in class org.apache.openjpa.meta.SequenceMetaData
 
setCompatibility(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Backwards compatibility options.
setCompatibility(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.kernel.InverseManager
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.meta.MetaDataRepository
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
setConnection2DriverName(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the non-XA connection driver.
setConnection2DriverName(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnection2Password(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the non-XA data store connection.
setConnection2Password(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnection2Properties(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish non-XA connections.
setConnection2Properties(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnection2URL(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the non-XA data store connection.
setConnection2URL(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnection2UserName(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the non-XA data store connection.
setConnection2UserName(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionDriverName(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Class name of the connection driver.
setConnectionDriverName(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactory(Object) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The connection factory.
setConnectionFactory(Object) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactory2(Object) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The non-XA connection factory.
setConnectionFactory2(Object) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactory2Name(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the second data store connection factory.
setConnectionFactory2Name(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactory2Properties(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the non-XA connection factory.
setConnectionFactory2Properties(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactoryMode(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The mode of the connection factory in use.
setConnectionFactoryMode(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactoryModeManaged(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether connections are automatically enlisted in global transactions.
setConnectionFactoryModeManaged(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactoryName(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name for the data store connection factory.
setConnectionFactoryName(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionFactoryProperties(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Configuration properties for the connection factory.
setConnectionFactoryProperties(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionPassword(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The password for the data store connection.
setConnectionPassword(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionProperties(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
These properties provide any additional information needed to establish connections.
setConnectionProperties(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionRetainMode(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Specifies the behavior of the broker with respect to data store connections.
setConnectionRetainMode(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set the connection retain mode as one of the following symbolic constants: ConnectionRetainModes.CONN_RETAIN_ALWAYS ConnectionRetainModes.CONN_RETAIN_TRANS ConnectionRetainModes.CONN_RETAIN_DEMAND
setConnectionRetainMode(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionRetainMode(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionURL(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The URL for the data store connection.
setConnectionURL(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setConnectionUserName(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The user name for the data store connection.
setConnectionUserName(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setContext(StoreContext) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
 
setContext(StoreContext) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
setContext(QueryContext) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
setContext(StoreContext) - Method in class org.apache.openjpa.kernel.AbstractLockManager
 
setContext(QueryContext) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
setContext(StoreContext) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setContext(StoreContext) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
setContext(StoreContext) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Called automatically by the system to associate the fetch configuration with a context before use.
setContext(StoreContext) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setContext(StoreContext) - Method in interface org.apache.openjpa.kernel.LockManager
Set the context this lock manager is associated with.
setContext(StoreContext) - Method in interface org.apache.openjpa.kernel.StoreManager
Set a reference to the corresponding context.
setContext(QueryContext) - Method in interface org.apache.openjpa.kernel.StoreQuery
Set the current query context.
setCopyObjectIds(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to copy identity objects before returning them to client code.
setData(int, Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setData(int, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setDataCache(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The DataCache to use for level-2 data store caching.
setDataCache(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDataCacheManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
setDataCacheManager(DataCacheManager) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The data cache manager manages this configuration's cache instances.
setDataCacheManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDataCacheManager(DataCacheManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDataCacheName(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Set the cache name for this class.
setDataCacheTimeout(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Default data cache timeout.
setDataCacheTimeout(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setDataCacheTimeout(int).
setDataCacheTimeout(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDataCacheTimeout(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDataCacheTimeout(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The cache timeout for this class.
setDate(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setDate(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setDate(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setDate(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setDeclaredCallbacks(int, LifecycleCallbacks[], int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Set the callbacks for the given event type.
setDeclaredIndex(int) - Method in class org.apache.openjpa.meta.FieldMetaData
The relative index of this persistent/transactional field.
setDeclaredType(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setDeclaredType(Class) - Method in interface org.apache.openjpa.meta.ValueMetaData
Set the declared class of the value.
setDeclaredType(Class) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setDeclaredTypeCode(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setDeclaredTypeCode(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Set the type code for the value.
setDeclaredTypeCode(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setDeclaringType(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
The declaring class.
setDefaultAccessType(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
The default access type for base classes with ACCESS_UNKNOWN.
setDefaultFetchGroupExplicit(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether the default fetch group setting is explicit.
setDefiningType(Class) - Method in class org.apache.openjpa.meta.QueryMetaData
The class that defines this query, or null if none.
setDescribedType(Class) - Method in class org.apache.openjpa.meta.ClassMetaData
Set the class descibed by this metadata.
setDetachable(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Whether instances are detachable.
setDetachedNew(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to treat relations to detached instances as new.
setDetachedNew(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setDetachedNew(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setDetachedState(String) - Method in class org.apache.openjpa.meta.ClassMetaData
The name of the detach state field, or null if none.
setDetachedStateField(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
Whether to add a detached state field to enhanced classes.
setDetachedStateField(String) - Method in class org.apache.openjpa.conf.DetachOptions
For auto-configuration of the detached state field.
setDetachedStateManager(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
Whether to use a detached state manager on types that allow it.
setDetachedStateTransient(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
Whether to use transient detached state.
setDetachState(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Which field values to include when detaching.
setDetachState(DetachOptions) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the instance specified by the detach state plugin.
setDetachState(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDetachState(DetachOptions) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDetachState(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setDetachState(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setDetachState(int) - Method in interface org.apache.openjpa.kernel.StoreContext
Detach mode constant to determine which fields are part of the detached graph.
setDirectory(String) - Method in class org.apache.openjpa.ant.PCEnhancerTask
Set the output directory we want the enhancer to write to.
setDirectory(File) - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The directory to write source to.
setDirectory(File) - Method in class org.apache.openjpa.enhance.CodeGenerator
The directory to write source to.
setDirectory(File) - Method in class org.apache.openjpa.enhance.PCEnhancer
The base build directory to generate code to.
setDouble(int, double) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the double at the given index.
setDynamicDataStructs(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set whether to generate dynamic data structures where possible for cache and runtime usage.
setDynamicDataStructs(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setDynamicDataStructs(boolean).
setDynamicDataStructs(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setDynamicDataStructs(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setElementAt(Object, int) - Method in class org.apache.openjpa.util.ProxyVector
 
setEmbedded(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setEmbedded(boolean) - Method in interface org.apache.openjpa.meta.ValueMetaData
This attribute is a hint to the implementation to store this value in the same structure as the class, rather than as a separate datastore structure.
setEmbedded(boolean) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setEmbeddedOnly(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Whether the type can only be used as an embedded object.
setEnforcePropertyRestrictions(boolean) - Method in class org.apache.openjpa.ant.PCEnhancerTask
Set whether to fail if the persistent type uses property access and bytecode analysis shows that it may be violating OpenJPA's property access restrictions.
setEnforcePropertyRestrictions(boolean) - Method in class org.apache.openjpa.enhance.PCEnhancer
Whether to fail if the persistent type uses property access and bytecode analysis shows that it may be violating OpenJPA's property access restrictions.
setEnvClassLoader(ClassLoader) - Method in class org.apache.openjpa.meta.ClassMetaData
The class environmental loader used when loading this metadata.
setEvictFromDataCache(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to also evict an object from the store cache when it is evicted through this broker.
setEvictFromDataCache(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setEvictFromDataCache(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setEvictionSchedule(String) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
setExceptionReconnectAttempts(int) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
The number of times to attempt to reconnect after a JMS send exception is detected.
setExplicit(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is explicitly declared in the metadata.
setExternalizer(String) - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's externalizer, or null if none.
setExternalValues(String) - Method in class org.apache.openjpa.meta.FieldMetaData
Properties string mapping field values to external values.
setFactory(String) - Method in class org.apache.openjpa.meta.FieldMetaData
The name of this field's factory, or null if none.
setFailedObject(Object) - Method in exception org.apache.openjpa.util.OpenJPAException
The failed object.
setFatal(boolean) - Method in exception org.apache.openjpa.util.OpenJPAException
Whether this error is fatal.
setFetchBatchSize(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set the size of the batch that will be pre-selected when accessing elements in a query or relationship.
setFetchBatchSize(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setFetchBatchSize(int).
setFetchBatchSize(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFetchBatchSize(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFetchBatchSize(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setFetchBatchSize(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Set the fetch batch size for large result set support.
setFetchBatchSize(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setFetchGroups(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Comma-separated list of fetch group names that will be pre-set for all new FetchConfigurations.
setFetchGroups(String[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
List of fetch group names that will be pre-set for all new FetchConfigurations.
setFetchGroups(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFetchGroups(String[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFile(String) - Method in class org.apache.openjpa.ant.MetaDataToolTask
Set the file to write the metadata to.
setFile(File) - Method in class org.apache.openjpa.meta.MetaDataTool
The file to generate metadata to.
setFiles(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of Files of metadata files or directories supplied by user.
setFiles(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of semicolon-separated Files of metadata files or directories supplied by user via auto-configuration.
setFilterListeners(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A comma-separted list of the plugin strings of the query FilterListeners to use.
setFilterListeners(FilterListener[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set the query filter listeners.
setFilterListeners(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFilterListeners(FilterListener[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFirstDayOfWeek(int) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
setFloat(int, float) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the float at the given index.
setFlushBeforeQueries(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Sets whether or not OpenJPA should automatically flush modifications to the data store before executing queries.
setFlushBeforeQueries(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set to one of QueryFlushModes.FLUSH_TRUE, QueryFlushModes.FLUSH_FALSE, or QueryFlushModes.FLUSH_WITH_CONNECTION.
setFlushBeforeQueries(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFlushBeforeQueries(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setFlushBeforeQueries(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setFlushBeforeQueries(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The query automatic flush configuration.
setFlushBeforeQueries(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setFrom(Query) - Method in class org.apache.openjpa.meta.QueryMetaData
Initialize this instance from the values held in the specified Query.
setHint(String, Object) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setHint(String, Object) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Sets an arbitrary query hint that may be utilized during execution.
setHint(String, Object) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setHours(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setHours(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setHours(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setHours(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setId(Object) - Method in interface org.apache.openjpa.enhance.PCDataGenerator.DynamicPCData
 
setIdentitySequenceName(String) - Method in class org.apache.openjpa.meta.ClassMetaData
The datastore identity sequence name, or null for none.
setIdentityStrategy(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The strategy to use for datastore identity generation.
setIdentityType(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The type of identity being used.
setIgnoreChanges(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether changes in the current transaction are taken into account when executing queries and iterating extents.
setIgnoreChanges(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setIgnoreChanges(boolean).
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setIgnoreChanges(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setIgnoreChanges(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to take into account changes in the transaction when executing a query or iterating an extent.
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setIgnoreChanges(boolean) - Method in interface org.apache.openjpa.kernel.Extent
Whether this extent will ignore changes made in the current transaction.
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.ExtentImpl
 
setIgnoreChanges(boolean) - Method in interface org.apache.openjpa.kernel.Query
Whether to ignore changes in the current transaction.
setIgnoreChanges(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setIgnoreErrors(boolean) - Method in class org.apache.openjpa.enhance.ApplicationIdTool
Set to false if this tool should throw an exception on an attempt to generate an id class for a type that does not use application identity.
setIgnoreNonPersistent(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
 
setIgnoreNonPersistent(boolean) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
Whether to ignore members which are not persistent by default during metadata population.
setIgnoreNonPersistent(boolean) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
setIgnoreSuperclassCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude superclass callbacks from events.
setIgnoreSystemListeners(boolean) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Whether to exclude system listeners from events.
setImplData(Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setImplData(int, Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setImplData(Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setImplData(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setImplData(Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setImplData(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setImplData(Object, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setImplData(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setImplData(Object, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
An object that concrete back ends can associate with each instance.
setImplData(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Field-level impl data.
setImplData(Object) - Method in interface org.apache.openjpa.kernel.PCData
Sets the stored instance-level impl data.
setImplData(Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setImplData(int, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setImplData(Object, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setImplData(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setImplicitBehavior(OpCallbacks, RuntimeExceptionTranslator) - Method in interface org.apache.openjpa.kernel.Broker
Set the broker's behavior for implicit actions such as flushing, automatic detachment, and exceptions thrown by managed instances outside a broker operation.
setImplicitBehavior(OpCallbacks, RuntimeExceptionTranslator) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setImplicitBehavior(OpCallbacks, RuntimeExceptionTranslator) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setImplicitContainsTypes(Value, Value, int) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Set the implicit types of the given values based on the fact that the first is supposed to contain the second.
setImplicitType(Value, Class) - Static method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Set the implicit type of the given value to the given class.
setImplicitType(Class) - Method in interface org.apache.openjpa.kernel.exps.Value
Set the implicit type of the value, based on how it is used in the filter.
setImplicitTypes(Value, Value, Class) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Set the implicit types of the given values based on the fact that they're used together, and based on the operator type.
setIncrement(int) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
setIncrement(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
Sequence increment, or -1 for default.
setInDefaultFetchGroup(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is in the default fetch group.
setIndex(int) - Method in interface org.apache.openjpa.kernel.exps.Parameter
Set the index of this parameter.
setIndex(int) - Method in class org.apache.openjpa.meta.FieldMetaData
The absolute index of this persistent/transactional field.
setInFetchGroup(String, boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Set whether this field is in the given fetch group.
setInitializer(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
The initializer used by the field, or null if none.
setInitialValue(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
Initial sequence value, or -1 for default.
setInt(int, int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the int at the given index.
setIntegrityViolation(int) - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
The type of integrity violation that occurred.
setIntermediate(int, Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setIntermediate(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setIntermediate(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setIntermediate(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setIntermediate(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Use intermediate field data to store intermediate information that might be available before the field is fully loaded.
setIntermediate(int, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setIntermediate(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setInterval(int) - Method in class org.apache.openjpa.datacache.DataCacheScheduler
The interval time in minutes between cache checks.
setInto(Options) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Set a map of properties to pass to the InitialContext constructor for JNDI lookups.
setInto(Query) - Method in class org.apache.openjpa.meta.QueryMetaData
Set query template information into the given concrete query instance.
setInverse(String) - Method in class org.apache.openjpa.meta.FieldMetaData
Logical inverse field.
setInverseManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for managing inverse relations.
setInverseManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setLanguage(String) - Method in class org.apache.openjpa.meta.QueryMetaData
Set the language for this query.
setLargeTransaction(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setLargeTransaction(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setLargeTransaction(boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
If a large number of objects will be created, modified, or deleted during this transaction setting this option to true will reduce memory usage if you perform periodic flushes.
setLenient(boolean) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
setLevel(short) - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The level to log at.
setLevel(String) - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
The level to log at.
setListingIndex(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The index in which this field was listed in the metadata.
setListingIndex(int) - Method in class org.apache.openjpa.meta.FieldMetaData
The index in which this field was listed in the metadata.
setLoaded(int, boolean) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setLoaded(int, boolean) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setLoaded(Object[], BitSet) - Static method in class org.apache.openjpa.util.ArrayStateImage
Set the loaded mask into a state image.
setLoadFetchGroup(String) - Method in class org.apache.openjpa.meta.FieldMetaData
The fetch group that is to be loaded when this receiver is loaded, or null if none set.
setLoadObjectIds() - Method in interface org.apache.openjpa.enhance.ApplicationIdTool.ObjectIdLoader
Turn on the loading of all identity classes, even if they don't exist.
setLock(Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setLock(Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setLock(Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setLock(Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
The lock object set for this instance.
setLock(Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setLockLevel(OpenJPAStateManager, int) - Method in class org.apache.openjpa.kernel.VersionLockManager
Sets the given instance's lock level to the given number.
setLockManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for datastore lock management.
setLockManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setLockTimeout(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The time to wait for an object lock in milliseconds, or -1 for no timeout.
setLockTimeout(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setLockTimeout(int).
setLockTimeout(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setLockTimeout(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setLockTimeout(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setLockTimeout(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The number of milliseconds to wait for an object lock, or -1 for no limit.
setLockTimeout(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setLong(int, long) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the long at the given index.
setLRS(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field is backed by a large result set.
setManagedInstanceType(Class) - Method in class org.apache.openjpa.util.OpenJPAId
Set the exact type of the described instance once it is known.
setManagedRuntime(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ManagedRuntime to use for managed environments.
setManagedRuntime(ManagedRuntime) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for integrating with a managed runtime.
setManagedRuntime(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setManagedRuntime(ManagedRuntime) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setManageLRS(boolean) - Method in class org.apache.openjpa.kernel.InverseManager
Set whether to false LRS relations.
setManagement(int) - Method in class org.apache.openjpa.meta.FieldMetaData
Return the management level for the field.
setMappedBy(String) - Method in class org.apache.openjpa.meta.FieldMetaData
The field that this field shares a mapping with.
setMapping(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The name mapping to use for this data store.
setMapping(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMaxActive(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The maximum number of sockets that this provider can simetaneously open to each peer in the cluster.
setMaxFetchDepth(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The maximum relation depth to traverse when eager fetching.
setMaxFetchDepth(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setMaxFetchDepth(int).
setMaxFetchDepth(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMaxFetchDepth(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMaxFetchDepth(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setMaxFetchDepth(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Set the maximum depth of the fetched instance graph.
setMaxFetchDepth(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setMaxIdle(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of idle sockets that this provider can keep open to each peer in the cluster.
setMetaData(ClassMetaData) - Method in class org.apache.openjpa.kernel.exps.Val
 
setMetaData(ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.Value
Associate a persistent type with this value.
setMetaDataFactory(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A plugin string describing the MetaDataFactory to use.
setMetaDataFactory(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMetaDataFactory(MetaDataFactory) - Method in class org.apache.openjpa.meta.MetaDataRepository
The I/O used to load metadata.
setMetaDataRepository(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
A plugin string describing the MetaDataRepository to use.
setMetaDataRepository(MetaDataRepository) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The metadata repository of managed class information.
setMetaDataRepository(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMetaDataRepository(MetaDataRepository) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMinimalDaysInFirstWeek(int) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
setMinutes(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setMinutes(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setMinutes(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setMinutes(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setMode(int) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Parser
The parse mode according to the expected document type.
setMode(int) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
The serialization mode according to the expected document type.
setMonth(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setMonth(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setMonth(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setMonth(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setMultithreaded(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether brokers or their managed objects will be used by multiple concurrent threads.
setMultithreaded(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setMultithreaded(boolean).
setMultithreaded(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMultithreaded(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setMultithreaded(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether the broker or its managed instances are used in a multithreaded environment.
setMultithreaded(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setMultithreaded(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setName(String) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
setName(String) - Method in interface org.apache.openjpa.datacache.DataCache
Sets a string name to be used to identify this cache to end-user needs.
setName(String) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
setNanos(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setNestedThrowables(Throwable[]) - Method in exception org.apache.openjpa.util.OpenJPAException
The nested throwables.
setNextSequence(int) - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
setNextSequence(int) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
setNextSequence(int) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
setNextSequence(int) - Method in interface org.apache.openjpa.util.ChangeTracker
The maximum element sequence value for this proxy at load time.
setNextVersion(Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setNextVersion(Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setNextVersion(Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setNextVersion(Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the next version indicator in the datastore pending a successful flush.
setNextVersion(Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setNonPCSuperclassCallbacks(int, LifecycleCallbacks[], int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
Set the callbacks for the given event type for non-persistent superclass.
setNontransactionalRead(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether persistent state is accessible outside a transaction by default.
setNontransactionalRead(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setNontransactionalRead(boolean).
setNontransactionalRead(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setNontransactionalRead(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setNontransactionalRead(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to allow nontransactional access to persistent state.
setNontransactionalRead(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setNontransactionalRead(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setNontransactionalWrite(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether persistent state can be modified outside a transaction by default.
setNontransactionalWrite(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setNontransactionalWrite(boolean).
setNontransactionalWrite(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setNontransactionalWrite(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setNontransactionalWrite(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to allow nontransactional changes to persistent state.
setNontransactionalWrite(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setNontransactionalWrite(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setNullValue(int) - Method in class org.apache.openjpa.meta.FieldMetaData
How the data store should treat null values for this field: FieldMetaData.NULL_UNSET: no value supplied FieldMetaData.NULL_NONE: leave null values as null in the data store FieldMetaData.NULL_EXCEPTION: throw an exception if this field is null at commit FieldMetaData.NULL_DEFAULT: use the database default if this field is null at commit Defaults to FieldMetaData.NULL_UNSET.
setNumBroadcastThreads(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of worker threads that are used for transmitting packets to peers in the cluster.
setObject(int, Object) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the object at the given index.
setObjectId(Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setObjectId(Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setObjectId(Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setObjectId(Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the object id for the managed instance.
setObjectId(Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setObjectIdType(Class, boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
The metadata-specified class to use for the object ID.
setOptimistic(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to use optimistic transactions by default.
setOptimistic(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setOptimistic(boolean).
setOptimistic(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setOptimistic(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setOptimistic(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to use optimistic transactional semantics.
setOptimistic(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setOptimistic(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setOrderDeclaration(String) - Method in class org.apache.openjpa.meta.FieldMetaData
String declaring the orderings for this field to be applied on load, or null.
setOrderDirtyObjects(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setOrderDirtyObjects(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setOrderDirtyObjects(boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
Whether to maintain the order in which objects are dirtied for StoreContext.getDirtyObjects().
setOrders(Order[]) - Method in class org.apache.openjpa.meta.FieldMetaData
The orderings for this field to be applied on load.
setOrphanedKeyAction(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The action to take when an orphaned key is detected.
setOrphanedKeyAction(OrphanedKeyAction) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The action to take when an orphaned key is detected.
setOrphanedKeyAction(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setOrphanedKeyAction(OrphanedKeyAction) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
setOwner(OpenJPAStateManager, int) - Method in interface org.apache.openjpa.util.Proxy
Reset the state of the proxy, and set the owning instance of the proxy and the name of the field it is assigned to.
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyArrayList
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyHashMap
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyHashSet
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyHashtable
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyLinkedList
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyProperties
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyTime
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyTreeMap
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyTreeSet
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.ProxyVector
 
setPCSuperclass(Class) - Method in class org.apache.openjpa.meta.ClassMetaData
The persistence capable superclass of the described type.
setPCSuperclassMetaData(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
The metadata for this class' superclass.
setPopulateDataCache(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setPopulateDataCache(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setPopulateDataCache(boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
Whether to populate the store cache with objects used by this transaction.
setPort(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The port that this provider should listen on.
setPostLoad(boolean) - Method in class org.apache.openjpa.meta.FetchGroup
Whether loading this fetch group causes a post-load callback on the loaded instance.
setPreFlush(boolean) - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
Set whether to call Broker.preFlush() when a savepoint is set.
setPrimaryKey(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this is a primary key field.
setPrimaryKeyIndex(int) - Method in class org.apache.openjpa.meta.FieldMetaData
The absolute primary key index for this field, or -1 if not a primary key.
setProperties(String) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
 
setProperty(String, String) - Method in class org.apache.openjpa.util.ProxyProperties
 
setProvider(RemoteCommitProvider) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
The cached provider.
setProxyManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin string for the ProxyManager to use for second class object proxies.
setProxyManager(ProxyManager) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The ProxyManager to use.
setProxyManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setProxyManager(ProxyManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setProxyTemplate(Class, ProxyCollection) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Add a supported proxy collection type.
setProxyTemplate(Class, ProxyMap) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Add a supported proxy map type.
setProxyType(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
The type this field was initialized with, and therefore the type to use for proxies when loading data into this field.
setQuery(Object) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
setQuery(Object) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
setQuery(Object) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setQuery(Object) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
Allow direct setting of parsed state for facades that do parsing.
setQuery(Object) - Method in interface org.apache.openjpa.kernel.Query
The query string or template.
setQuery(Object) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setQuery(Object) - Method in interface org.apache.openjpa.kernel.StoreQuery
This is invoked when the user or a facade creates a new query with an object that the system does not recognize.
setQueryCache(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for level-2 data store query caching.
setQueryCache(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setQueryCache(boolean) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setQueryCache(boolean) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Control whether or not query caching is enabled.
setQueryCache(boolean) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setQueryExpressions(QueryExpressions, long, long) - Method in interface org.apache.openjpa.kernel.exps.Subquery
Set the parsed subquery.
setQueryString(String) - Method in class org.apache.openjpa.meta.QueryMetaData
The full query string, or null if none.
setQuotedNumbersInQueries(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to interpret quoted numbers in query strings as numbers.
setRange(long, long) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setRange(long, long) - Method in interface org.apache.openjpa.kernel.QueryContext
Set the range of results to return.
setRange(long, long) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setReadLockLevel(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default read lock level to use during non-optimistic transactions.
setReadLockLevel(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The numeric read lock level.
setReadLockLevel(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setReadLockLevel(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setReadLockLevel(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setReadLockLevel(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The lock level to use for locking loaded objects.
setReadLockLevel(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setReadOnly(boolean) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setReadOnly(boolean) - Method in interface org.apache.openjpa.kernel.QueryContext
Whether the query has been marked read-only.
setReadOnly(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setReadOnly(boolean) - Method in class org.apache.openjpa.meta.QueryMetaData
Whether the query has been marked read-only.
setRecoveryTimeMillis(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
The number of milliseconds to wait before retrying to reconnect to a peer after it becomes unreachable.
setRecursionDepth(FieldMetaData, int) - Method in class org.apache.openjpa.meta.FetchGroup
Recursion depth for the given field.
setRemote(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setRemote(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setRemote(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setRemote(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given field to the given value.
setRemote(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setRemoteCommitEventManager(RemoteCommitEventManager) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The remote event manager that manages this configuration's remote event listeners.
setRemoteCommitEventManager(RemoteCommitEventManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRemoteCommitEventManager(RemoteCommitEventManager) - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
setRemoteCommitEventManager(RemoteCommitEventManager) - Method in interface org.apache.openjpa.event.RemoteCommitProvider
Set the "owning" remote event manager to notify when remote events are received from remote sources.
setRemoteCommitProvider(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for remote commit notification.
setRemoteCommitProvider(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRepository(MetaDataRepository) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
setRepository(MetaDataRepository) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
setRepository(MetaDataRepository) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Set the repository to load metadata into.
setRepository(MetaDataRepository) - Method in class org.apache.openjpa.meta.MetaDataTool
The repository to use to hold metadata.
setRepository(MetaDataRepository) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
setRequiresExtent(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Whether the type requires extent management.
setResolve(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The resolve mode for this metadata.
setResolve(int, boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
The resolve mode for this metadata.
setResolve(int) - Method in class org.apache.openjpa.meta.FieldMetaData
Resolve mode for this field.
setResolve(int, boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Resolve mode for this field.
setResolve(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata resolution mode.
setResolve(int, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata resolution mode.
setResolve(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
Resolve mode for metadata.
setResolve(int, boolean) - Method in interface org.apache.openjpa.meta.ValueMetaData
Resolve mode for metadata.
setResolve(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setResolve(int, boolean) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setResources(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of resource paths of metadata files or jars supplied by user.
setResources(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of semicolon-separated resource paths of metadata files or jars supplied by user via auto-configuration.
setRestoreState(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to restore initial state on rollback by default.
setRestoreState(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to restore initial state on rollback by default.
setRestoreState(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRestoreState(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRestoreState(int) - Method in interface org.apache.openjpa.kernel.Broker
Whether to restore an object's original state on rollback.
setRestoreState(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setRestoreState(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setResultMapping(Class, String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setResultMapping(Class, String) - Method in interface org.apache.openjpa.kernel.QueryContext
Name and scope of a mapping from the result data to its object representation.
setResultMapping(Class, String) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setResultType(Class) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setResultType(Class) - Method in interface org.apache.openjpa.kernel.QueryContext
Specify the type of object in which the result of evaluating this query.
setResultType(Class) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setResultType(Class) - Method in class org.apache.openjpa.meta.QueryMetaData
The query result class, or null if none.
setRetainState(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to retain state after a transaction by default.
setRetainState(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setRetainState(boolean).
setRetainState(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRetainState(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRetainState(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether objects retain their persistent state on transaction commit.
setRetainState(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setRetainState(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setRetryClassRegistration(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Whether to warn and defer registration instead of throwing an exception when a registered persistent class cannot be processed.
setRetryClassRegistration(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Wrapper for JCA usage of OpenJPAConfiguration.setRetryClassRegistration(boolean).
setRetryClassRegistration(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRetryClassRegistration(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setRollbackOnly() - Method in interface org.apache.openjpa.kernel.Broker
Mark the current transaction for rollback.
setRollbackOnly() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setRollbackOnly() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setRootClasses(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setRootClasses(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Root classes for recursive operations.
setRootClasses(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setRootInstances(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setRootInstances(Collection) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Root instances for recursive operations.
setRootInstances(Collection) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setSavepoint(String) - Method in interface org.apache.openjpa.kernel.Broker
Set a transactional savepoint where operations after this savepoint will be rolled back.
setSavepoint(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setSavepoint(String) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setSavepointManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The plugin to use for savepoint management.
setSavepointManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setSeconds(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setSeconds(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setSeconds(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setSeconds(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setSequence(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Plugin string for the default system Seq.
setSequence(Seq) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default system sequence.
setSequence(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setSequence(Seq) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setSequence(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
Native sequence name.
setSequenceFactory(SequenceMetaData.SequenceFactory) - Method in class org.apache.openjpa.meta.SequenceMetaData
A factory to transform spec sequences produced by user factories into the OpenJPA sequence type.
setSequencePlugin(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
Plugin string describing the Seq.
setSerialized(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setSerialized(boolean) - Method in interface org.apache.openjpa.meta.ValueMetaData
Whether this value is serialized when stored.
setSerialized(boolean) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setShort(int, short) - Method in interface org.apache.openjpa.enhance.DynamicStorage
Set the short at the given index.
setSoftReferenceSize(int) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
Sets the maximum number of unpinned objects to keep soft references to.
setSoftReferenceSize(int) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
Sets the maximum number of unpinned objects to keep soft references to.
setSoftReferenceSize(int) - Method in class org.apache.openjpa.util.CacheMap
The maximum number of soft references to maintain, or -1 for no limit.
setSource(File, int) - Method in class org.apache.openjpa.meta.ClassMetaData
 
setSource(File, Object, int) - Method in class org.apache.openjpa.meta.QueryMetaData
 
setSource(File, Object, int) - Method in class org.apache.openjpa.meta.SequenceMetaData
 
setSourceFile(ClassMetaData, File) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set the current source file of the given metadata.
setSourceFile(SequenceMetaData, File) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set the current source file of the given metadata.
setSourceMode(int) - Method in class org.apache.openjpa.meta.ClassMetaData
The source mode this metadata has been loaded under.
setSourceMode(int, boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
The source mode this metadata has been loaded under.
setSourceMode(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
The source mode determining what metadata to load.
setSourceMode(int, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
The source mode determining what metadata to load.
setSourceMode(int) - Method in class org.apache.openjpa.meta.QueryMetaData
The source mode of this query.
setSpecification(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set the specification that this configuration should use for the various properties that need to have different defaults for different spec environments.
setSpecification(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setStorageGenerator(PCDataGenerator) - Method in interface org.apache.openjpa.enhance.PCDataGenerator.DynamicPCData
 
setStoreDirectory(File) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
setStoreDirectory(File) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
setStoreDirectory(File) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Base directory for storing metadata.
setStoreDirectory(File) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
setStoreMode(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
setStoreMode(int) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
setStoreMode(int) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Storage mode.
setStoreMode(int) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
setStrict(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
setStrict(boolean) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
setStrict(boolean) - Method in interface org.apache.openjpa.meta.MetaDataFactory
If true, I/O's must exactly obey the mode directives given, and may not load additional information.
setStrict(boolean) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
setStrictIdentityValues(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to require exact identity value types when creating object ids from a class and value.
setString(String) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
 
setSynchronization(Synchronization) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setSyncWithManagedTransactions(boolean) - Method in interface org.apache.openjpa.kernel.Broker
Whether to check for a global transaction upon every managed, non-transactional operation.
setSyncWithManagedTransactions(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
 
setSyncWithManagedTransactions(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
setTarget(Instruction, Collection) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Set the collection of JumpInstructions to the given instruction, clearing the collection in the process.
setTime(long) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setTime(long) - Method in class org.apache.openjpa.util.ProxyTime
 
setTime(long) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setTime(long) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
setTimeInMillis(long) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
setTimeout(long) - Method in interface org.apache.openjpa.datacache.DataCachePCDataGenerator.Timed
 
setTimeout(int) - Method in exception org.apache.openjpa.util.LockException
The number of milliseconds to wait for a lock.
setTimeZone(TimeZone) - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
settingBooleanField(PersistenceCapable, int, boolean, boolean, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingBooleanField(PersistenceCapable, int, boolean, boolean, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingBooleanField(PersistenceCapable, int, boolean, boolean, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingBooleanField(PersistenceCapable, int, boolean, boolean, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingBooleanField(PersistenceCapable, int, boolean, boolean, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingByteField(PersistenceCapable, int, byte, byte, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingByteField(PersistenceCapable, int, byte, byte, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingByteField(PersistenceCapable, int, byte, byte, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingByteField(PersistenceCapable, int, byte, byte, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingByteField(PersistenceCapable, int, byte, byte, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingCharField(PersistenceCapable, int, char, char, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingCharField(PersistenceCapable, int, char, char, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingCharField(PersistenceCapable, int, char, char, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingCharField(PersistenceCapable, int, char, char, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingCharField(PersistenceCapable, int, char, char, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingDoubleField(PersistenceCapable, int, double, double, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingDoubleField(PersistenceCapable, int, double, double, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingDoubleField(PersistenceCapable, int, double, double, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingDoubleField(PersistenceCapable, int, double, double, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingDoubleField(PersistenceCapable, int, double, double, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingFloatField(PersistenceCapable, int, float, float, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingFloatField(PersistenceCapable, int, float, float, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingFloatField(PersistenceCapable, int, float, float, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingFloatField(PersistenceCapable, int, float, float, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingFloatField(PersistenceCapable, int, float, float, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingIntField(PersistenceCapable, int, int, int, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingIntField(PersistenceCapable, int, int, int, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingIntField(PersistenceCapable, int, int, int, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingIntField(PersistenceCapable, int, int, int, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingIntField(PersistenceCapable, int, int, int, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingLongField(PersistenceCapable, int, long, long, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingLongField(PersistenceCapable, int, long, long, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingLongField(PersistenceCapable, int, long, long, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingLongField(PersistenceCapable, int, long, long, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingLongField(PersistenceCapable, int, long, long, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingObjectField(PersistenceCapable, int, Object, Object, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingObjectField(PersistenceCapable, int, Object, Object, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingObjectField(PersistenceCapable, int, Object, Object, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingObjectField(PersistenceCapable, int, Object, Object, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingObjectField(PersistenceCapable, int, Object, Object, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingShortField(PersistenceCapable, int, short, short, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingShortField(PersistenceCapable, int, short, short, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingShortField(PersistenceCapable, int, short, short, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingShortField(PersistenceCapable, int, short, short, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingShortField(PersistenceCapable, int, short, short, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
settingStringField(PersistenceCapable, int, String, String, int) - Method in interface org.apache.openjpa.enhance.StateManager
Setting state callback.
settingStringField(PersistenceCapable, int, String, String, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
settingStringField(PersistenceCapable, int, String, String, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
settingStringField(PersistenceCapable, int, String, String, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
settingStringField(PersistenceCapable, int, String, String, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setTmpClassLoader(boolean) - Method in class org.apache.openjpa.ant.PCEnhancerTask
Set whether or not to use a default class loader for loading the unenhanced classes.
setToken(String) - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The token to use to separate stringified primary key field values.
setTopic(String) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Sets the JMS Topic name.
setTopicConnectionFactory(String) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
Sets the JMS TopicConnectionFactory name.
setTrackChanges(boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
Whether proxies produced by this factory will use ChangeTrackers to try to cut down on data store operations at the cost of some extra bookkeeping overhead.
setTrackKeys(boolean) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
setTrackKeys(boolean) - Method in interface org.apache.openjpa.util.MapChangeTracker
Whether to track keys or values.
setTrackKeys(boolean) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
 
setTransactionManagerMethod(String) - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
Set the method to invoke to get the TransactionManager.
setTransactionManagerName(String) - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
Set the location of the TransactionManager in JNDI.
setTransactionMode(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Specifies the behavior of the transaction model.
setTransactionMode(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setTransactionModeManaged(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Set whether managed transactions are being used.
setTransactionModeManaged(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setTransient(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Return whether this is a transient field.
setTransmitPersistedObjectIds(boolean) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
The cached decorators.
setTransmitPersistedObjectIds(boolean) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
Whether the oids of added instances will be transmitted.
setType(int) - Method in class org.apache.openjpa.kernel.DelegatingSeq
 
setType(int) - Method in interface org.apache.openjpa.kernel.Seq
Set the type of sequence.
setType(int) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
 
setType(int) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
 
setType(int) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
 
setType(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setType(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
The sequence type.
setType(Class) - Method in interface org.apache.openjpa.meta.ValueMetaData
The value class.
setType(Class) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setTypeAlias(String) - Method in class org.apache.openjpa.meta.ClassMetaData
Sets the alias for the described type.
setTypeCode(int) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setTypeCode(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
The type code of the value class.
setTypeCode(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setTypeOverride(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setTypeOverride(Class) - Method in interface org.apache.openjpa.meta.ValueMetaData
User-supplied type overriding assumed type based on field.
setTypeOverride(Class) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setTypes(Set) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
Set of persistent type names supplied by user.
setTypes(String) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
Set of semicolon-separated persistent type names supplied by user via auto-configuration.
setUnique(boolean) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
setUnique(boolean) - Method in interface org.apache.openjpa.kernel.QueryContext
Specify that the query will return only 1 result, rather than a collection.
setUnique(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
 
setup() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
Setup transient state used by this factory based on the current configuration, which will subsequently be locked down.
setUpdateStrategy(int) - Method in class org.apache.openjpa.meta.FieldMetaData
Set the update strategy.
setURLs(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of URLs of metadata files or jars supplied by user.
setURLs(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
Set of semicolon-separated URLs of metadata files or jars supplied by user via auto-configuration.
setUsePCRegistry(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
Whether to attempt to use the information from registered classes to populate metadata defaults.
setUsesImplData(Boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field uses impl data in conjunction with standard field data when acting on a OpenJPAStateManager.
setUsesIntermediate(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field uses intermediate data when loading/storing information through a OpenJPAStateManager.
setValidate(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata validation level.
setValidate(int, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
The metadata validation level.
setValidateFalseReturnsHollow(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to return hollow instances to broker lookups with a validate parameter of false.
setValidateTrueChecksStore(boolean) - Method in class org.apache.openjpa.conf.Compatibility
Whether to check the datastore for the existence of a nontransactional cached object in broker lookups with a validate parameter of true.
setValue(Object) - Method in interface org.apache.openjpa.kernel.exps.Literal
The value of this literal.
setValueMappedBy(String) - Method in class org.apache.openjpa.meta.FieldMetaData
 
setValueMappedBy(String) - Method in interface org.apache.openjpa.meta.ValueMetaData
The field that this value shares a mapping with.
setValueMappedBy(String) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
setValueSequenceName(String) - Method in class org.apache.openjpa.meta.FieldMetaData
The value sequence name, or null for none.
setValueStrategy(int) - Method in class org.apache.openjpa.meta.FieldMetaData
The strategy to use for insert value generation.
setVersion(Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
setVersion(Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
setVersion(Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
setVersion(Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
setVersion(Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the version indicator for this instance, as loaded from the data store.
setVersion(Object) - Method in interface org.apache.openjpa.kernel.PCData
Sets the current version object that this data was loaded from.
setVersion(Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
setVersion(Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
setVersion(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field holds optimistic version information.
setVersionCheckOnReadLock(boolean) - Method in class org.apache.openjpa.kernel.VersionLockManager
Whether or not we should force a version check at commit time when a read lock is requested in order to verify read consistency.
setVersionUpdateOnWriteLock(boolean) - Method in class org.apache.openjpa.kernel.VersionLockManager
Whether or not we should force an update to the version at commit time when a write lock is requested.
setWriteLockLevel(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The default write lock level to use during non-optimistic transactions.
setWriteLockLevel(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
The numeric write lock level.
setWriteLockLevel(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setWriteLockLevel(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
setWriteLockLevel(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
setWriteLockLevel(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
The lock level to use for locking dirtied objects.
setWriteLockLevel(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
setWriter(Writer) - Method in class org.apache.openjpa.enhance.ApplicationIdTool
The writer to write source to, or null to write to default file.
setWriter(Writer) - Method in class org.apache.openjpa.meta.MetaDataTool
The writer to generate metadata to.
setYear(int) - Method in class org.apache.openjpa.util.ProxySQLDate
 
setYear(int) - Method in class org.apache.openjpa.util.ProxyTime
 
setYear(int) - Method in class org.apache.openjpa.util.ProxyTimestamp
 
setYear(int) - Method in class org.apache.openjpa.util.ProxyUtilDate
 
SHORT - Static variable in class org.apache.openjpa.meta.JavaTypes
 
SHORT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
 
ShortId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for short fields.
ShortId(Class, Short) - Constructor for class org.apache.openjpa.util.ShortId
 
ShortId(Class, String) - Constructor for class org.apache.openjpa.util.ShortId
 
ShortId(Class, short) - Constructor for class org.apache.openjpa.util.ShortId
 
ShortId(Class, short, boolean) - Constructor for class org.apache.openjpa.util.ShortId
 
SimpleNode - Class in org.apache.openjpa.kernel.jpql
Base node implementation for all JPQL nodes.
SingleJVMRemoteCommitProvider - Class in org.apache.openjpa.event
Single-JVM-only implementation of RemoteCommitProvider that listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.
SingleJVMRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
 
size() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
 
size() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
size() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
size(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return an expression representing the given condition.
size(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
size() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
size() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
size() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
size() - Method in class org.apache.openjpa.util.CacheMap
 
skipEnhance(BCMethod) - Method in interface org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
 
softMap - Variable in class org.apache.openjpa.util.CacheMap
The map for expired references.
softMapOverflowRemoved(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
Called from SizedMap.overflowRemoved(java.lang.Object, java.lang.Object) in the soft map.
softMapValueExpired(Object) - Method in class org.apache.openjpa.util.CacheMap
Called when a value expires from the soft map.
splitExpressions(String, char, int) - Static method in class org.apache.openjpa.kernel.Filters
Split the given expression list into distinct expressions.
sqrt(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the square root of the given value.
sqrt(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
startConfiguration() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
startConfiguration() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
startConfiguration() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
 
startConfiguration() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
 
startConfiguration() - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
 
startConfiguration() - Method in class org.apache.openjpa.kernel.InverseManager
 
startConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
 
startConfiguration() - Method in class org.apache.openjpa.util.ProxyManagerImpl
 
startsWith(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return whether the first string starts with the second.
startsWith(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
startTracking() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
startTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
startTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
startTracking() - Method in interface org.apache.openjpa.util.ChangeTracker
Reset the state of the change tracker, and turn change tracking back on if it has been disabled.
StateManager - Interface in org.apache.openjpa.enhance
Internal state manager for managed instances.
StateManagerImpl - Class in org.apache.openjpa.kernel
Implementation of the OpenJPAStateManager interface for use with this runtime.
StateManagerImpl(Object, ClassMetaData, BrokerImpl) - Constructor for class org.apache.openjpa.kernel.StateManagerImpl
Constructor; supply id, type metadata, and owning persistence manager.
stop() - Method in class org.apache.openjpa.datacache.DataCacheScheduler
Stop the associated thread if there and stop the current runnable.
stopTracking() - Method in class org.apache.openjpa.util.AbstractChangeTracker
 
stopTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
stopTracking() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
stopTracking() - Method in interface org.apache.openjpa.util.ChangeTracker
Tell the tracker to stop tracking changes for its container.
store(OpenJPAStateManager) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
store(OpenJPAStateManager, BitSet) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
store(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
store(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
store(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
store(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the value of the field with the given index as from the external object value.
store(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.PCData
Store all loaded fields of the state manager.
store(OpenJPAStateManager, BitSet) - Method in interface org.apache.openjpa.kernel.PCData
Store the given fields from the state manager.
store(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
store(OpenJPAStateManager, BitSet) - Method in class org.apache.openjpa.kernel.PCDataImpl
 
store(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
store - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
 
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in interface org.apache.openjpa.meta.MetaDataFactory
Store the given metadata.
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
 
STORE - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
STORE_DEFAULT - Static variable in interface org.apache.openjpa.meta.MetaDataFactory
 
STORE_PER_CLASS - Static variable in interface org.apache.openjpa.meta.MetaDataFactory
 
STORE_VERBOSE - Static variable in interface org.apache.openjpa.meta.MetaDataFactory
 
storeBoolean(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeBoolean(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeBoolean(int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeBoolean(int, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeBoolean(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeBooleanField(int, boolean) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeBooleanField(int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeBooleanField(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeByte(int, byte) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeByte(int, byte) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeByte(int, byte) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeByte(int, byte) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeByte(int, byte) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeByteField(int, byte) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeByteField(int, byte) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeByteField(int, byte) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeChar(int, char) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeChar(int, char) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeChar(int, char) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeChar(int, char) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeChar(int, char) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeCharField(int, char) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeCharField(int, char) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeCharField(int, char) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
StoreContext - Interface in org.apache.openjpa.kernel
Represents a set of managed objects and their environment.
storeData - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
 
storeDouble(int, double) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeDouble(int, double) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeDouble(int, double) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeDouble(int, double) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeDouble(int, double) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeDoubleField(int, double) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeDoubleField(int, double) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeDoubleField(int, double) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
StoreException - Exception in org.apache.openjpa.util
Base exception for data store errors.
StoreException() - Constructor for exception org.apache.openjpa.util.StoreException
 
StoreException(String) - Constructor for exception org.apache.openjpa.util.StoreException
 
StoreException(Throwable) - Constructor for exception org.apache.openjpa.util.StoreException
 
StoreException(String, Throwable) - Constructor for exception org.apache.openjpa.util.StoreException
 
StoreFacadeTypeRegistry - Class in org.apache.openjpa.util
Repository of store-specific facade classes.
StoreFacadeTypeRegistry() - Constructor for class org.apache.openjpa.util.StoreFacadeTypeRegistry
 
storeField(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeField(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeField(OpenJPAStateManager, FieldMetaData, Object, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Store a given value at the given field.
storeField(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeField(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the value of the field with the given index as an object.
storeField(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.PCDataImpl
Store field-level information from the given state manager.
storeField(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeFloat(int, float) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeFloat(int, float) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeFloat(int, float) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeFloat(int, float) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeFloat(int, float) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeFloatField(int, float) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeFloatField(int, float) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeFloatField(int, float) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeImplData(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
Store impl data from the given state manager.
storeImplData(OpenJPAStateManager, FieldMetaData, boolean) - Method in class org.apache.openjpa.kernel.PCDataImpl
Store impl data for the given field.
storeInt(int, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeInt(int, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeInt(int, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeInt(int, int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeInt(int, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeIntermediate(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.PCDataImpl
Store the intermediate field value for the given field.
storeIntField(int, int) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeIntField(int, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeIntField(int, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
StoreListener - Interface in org.apache.openjpa.event
Listener for when persistent instances are stored to the database.
storeLong(int, long) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeLong(int, long) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeLong(int, long) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeLong(int, long) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeLong(int, long) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeLongField(int, long) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeLongField(int, long) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeLongField(int, long) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
StoreManager - Interface in org.apache.openjpa.kernel
Interface to be implemented by data store mechanisms to interact with this runtime.
storeNull(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
Store null value at the given field.
storeObject(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeObject(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeObject(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeObject(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeObject(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeObjectField(int, Object) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeObjectField(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeObjectField(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
StoreQuery - Interface in org.apache.openjpa.kernel
Component that executes queries against the datastore.
StoreQuery.Executor - Interface in org.apache.openjpa.kernel
An executor provides a uniform interface to the mechanism for executing either an in-memory or datastore query.
storeShort(int, short) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeShort(int, short) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeShort(int, short) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeShort(int, short) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeShort(int, short) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeShortField(int, short) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeShortField(int, short) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeShortField(int, short) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeString(int, String) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
storeString(int, String) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
storeString(int, String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeString(int, String) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
Set the given external value back into the given field.
storeString(int, String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeStringField(int, String) - Method in interface org.apache.openjpa.enhance.FieldConsumer
Set the value of the given field.
storeStringField(int, String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
storeStringField(int, String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
storeVersion(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
Store version information from the given state manager.
strict - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
STRING - Static variable in class org.apache.openjpa.meta.JavaTypes
 
StringContains - Class in org.apache.openjpa.kernel.exps
Deprecated. Use matches() instead.
StringContains() - Constructor for class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
StringId - Class in org.apache.openjpa.util
OpenJPAId subclass appropriate for String fields.
StringId(Class, String) - Constructor for class org.apache.openjpa.util.StringId
 
StringId(Class, String, boolean) - Constructor for class org.apache.openjpa.util.StringId
 
stringLength(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Returns the number of characters in the String value.
stringLength(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
subList(int, int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
subList(int, int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
Subquery - Interface in org.apache.openjpa.kernel.exps
Query value representing a subquery.
subs - Variable in class org.apache.openjpa.util.OpenJPAId
 
substring(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the String.substring(int) function on the given target with the given args.
substring(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
subtract(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return a value representing the second value subtracted from the first.
subtract(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
subtract(Object, Class, Object, Class) - Static method in class org.apache.openjpa.kernel.Filters
Subtract the given values.
suffix - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
sum(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the max of the given value for all matches.
sum(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
SunOneManagedRuntime - Class in org.apache.openjpa.ee
ManagedRuntime implementation for SunONE.
SunOneManagedRuntime() - Constructor for class org.apache.openjpa.ee.SunOneManagedRuntime
 
supportedOptions() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
Return the set of option strings supported by this runtime.
supportedOptions() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
supportsAbstractExecutors() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
supportsAbstractExecutors() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
supportsAbstractExecutors() - Method in interface org.apache.openjpa.kernel.StoreQuery
Return true if this query supports execution against abstract or interface types.
supportsDataStoreExecution() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
supportsDataStoreExecution() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
supportsDataStoreExecution() - Method in class org.apache.openjpa.kernel.MethodStoreQuery
 
supportsDataStoreExecution() - Method in interface org.apache.openjpa.kernel.StoreQuery
True if this query supports datastore execution, false if it can only run in memory.
supportsIncrementalFlush() - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
 
supportsIncrementalFlush() - Method in interface org.apache.openjpa.kernel.SavepointManager
Return whether the savepoints generated by this manager can handle incremental flushes to the datastore.
supportsInMemoryExecution() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
supportsInMemoryExecution() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
supportsInMemoryExecution() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
 
supportsInMemoryExecution() - Method in class org.apache.openjpa.kernel.MethodStoreQuery
 
supportsInMemoryExecution() - Method in interface org.apache.openjpa.kernel.StoreQuery
True if this query supports in-memory execution, false if it can only run against the datastore.
supportsParameterDeclarations() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
supportsParameterDeclarations() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
 
supportsParameterDeclarations() - Method in interface org.apache.openjpa.kernel.StoreQuery
Whether this query supports declared parameters.
supportsRandomAccess() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
Override if desired.
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
Since this store manager does not provide optimistic locking support, this method always returns true.
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
 
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
 
syncVersion(OpenJPAStateManager, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
Update the version information in the given state manager to the version stored in the data store.
syncWithManagedTransaction() - Method in interface org.apache.openjpa.kernel.Broker
Attempt to synchronize with a current managed transaction, returning true if successful, false if no managed transaction is active.
syncWithManagedTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
syncWithManagedTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
SYNTHETIC - Static variable in class org.apache.openjpa.meta.ClassMetaData
Value for using a synthetic detached state field, which is the default.

T

TAG - Static variable in class org.apache.openjpa.kernel.exps.StringContains
Deprecated.  
TAG - Static variable in class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
TCLEAN - Static variable in class org.apache.openjpa.kernel.PCState
Transient-Clean
TCPRemoteCommitProvider - Class in org.apache.openjpa.event
TCP-based implementation of RemoteCommitProvider that listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets.
TCPRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.TCPRemoteCommitProvider
 
TDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
Transient-Dirty
throwException(Code, Class) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
Throw an exception of the given type.
throwException(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.InverseManager
Throw an inconsistency exception
TimeSeededSeq - Class in org.apache.openjpa.kernel
A simplistic implementation of a Seq used to provide datastore ids.
TimeSeededSeq() - Constructor for class org.apache.openjpa.kernel.TimeSeededSeq
 
TLOADED - Static variable in class org.apache.openjpa.kernel.PCState
Transient-Loaded
tmpClassLoader - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
 
toArray() - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
toArray(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingResultList
 
toArray() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
toArray(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
toArray(Collection, Class) - Static method in class org.apache.openjpa.meta.JavaTypes
Helper method to return the given collection as an array.
toArray() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
toArray(Object[]) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
toClass(Object) - Method in class org.apache.openjpa.meta.MetaDataInheritanceComparator
 
toData(FieldMetaData, Object, StoreContext) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
toData(FieldMetaData, Object, StoreContext) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given field value to a data value for caching.
toEmbeddedData(Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
toEmbeddedData(Object, StoreContext) - Method in class org.apache.openjpa.kernel.AbstractPCData
Return the value to cache for the given embedded PC.
toEmbeddedField(OpenJPAStateManager, ValueMetaData, Object, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given data into an embedded PC field value.
toField(OpenJPAStateManager, FieldMetaData, Object, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given data value into its field value.
token - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
 
TOKEN_DEFAULT - Static variable in class org.apache.openjpa.enhance.ApplicationIdTool
 
toList(Object, Class, boolean) - Static method in class org.apache.openjpa.meta.JavaTypes
Helper method to return the given array value as a collection.
toLowerCase(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the upper case of the given value.
toLowerCase(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
toNestedData(ValueMetaData, Object, StoreContext) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
 
toNestedData(ValueMetaData, Object, StoreContext) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given nested value to a cachable value.
toNestedField(OpenJPAStateManager, ValueMetaData, Object, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given data value to its field value.
toParameterArray(LinkedMap, Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
toParameterArray(LinkedMap, Map) - Method in interface org.apache.openjpa.kernel.QueryContext
Helper method to transform the given parameters into an array.
toParameterArray(LinkedMap, Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
toPKValues(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
Return the primary key values for the given object id.
toRelationData(Object, StoreContext) - Method in class org.apache.openjpa.kernel.AbstractPCData
Return the value to cache for the given object.
toRelationField(OpenJPAStateManager, ValueMetaData, Object, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.AbstractPCData
Transform the given data into a relation field value.
toResult(StoreQuery.Executor, ResultObjectProvider, boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
Return the query result for the given result object provider.
toSequence(Class, String) - Method in interface org.apache.openjpa.meta.SequenceMetaData.SequenceFactory
Transform the given class named in metadata into a sequence.
toString() - Method in class org.apache.openjpa.conf.OpenJPAVersion
 
toString() - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
toString() - Method in class org.apache.openjpa.datacache.QueryKey
 
toString() - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
 
toString() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
toString() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
toString() - Method in class org.apache.openjpa.kernel.QueryImpl
 
toString() - Method in class org.apache.openjpa.meta.ClassMetaData
 
toString() - Method in class org.apache.openjpa.meta.FetchGroup
 
toString() - Method in class org.apache.openjpa.meta.FieldMetaData
 
toString() - Method in class org.apache.openjpa.meta.QueryMetaData
 
toString() - Method in class org.apache.openjpa.meta.SequenceMetaData
 
toString() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
 
toString() - Method in class org.apache.openjpa.util.ByteId
 
toString() - Method in class org.apache.openjpa.util.CacheMap
 
toString() - Method in class org.apache.openjpa.util.CharId
 
toString() - Method in class org.apache.openjpa.util.DateId
 
toString(Object) - Static method in class org.apache.openjpa.util.Exceptions
Safely stringify the given object.
toString(Collection) - Static method in class org.apache.openjpa.util.Exceptions
Safely stringify the given objects.
toString(ExceptionInfo) - Static method in class org.apache.openjpa.util.Exceptions
Stringify the given exception.
toString() - Method in class org.apache.openjpa.util.IntId
 
toString() - Method in exception org.apache.openjpa.util.LockException
 
toString() - Method in exception org.apache.openjpa.util.OpenJPAException
 
toString() - Method in class org.apache.openjpa.util.OpenJPAId
 
toString() - Method in class org.apache.openjpa.util.ShortId
 
toString() - Method in class org.apache.openjpa.util.StringId
 
toUpperCase(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Return the upper case of the given value.
toUpperCase(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
transactional(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Make the given instances transactional.
transactional(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
transactional(Object, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given object transactional.
transactionalAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
Make the given instances transactional.
transactionalAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
transactionalAll(Collection, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
Make the given objects transactional.
TransactionEvent - Class in org.apache.openjpa.event
A transactional event.
TransactionEvent(Broker, int, Collection, Collection, Collection, Collection) - Constructor for class org.apache.openjpa.event.TransactionEvent
Constructor.
TransactionEventManager - Class in org.apache.openjpa.event
Manager that can be used to track and notify transaction listeners of transaction-related events.
TransactionEventManager() - Constructor for class org.apache.openjpa.event.TransactionEventManager
 
TransactionListener - Interface in org.apache.openjpa.event
Interface for listening to all TransactionEvents.
transactionMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
TRANSIENT - Static variable in class org.apache.openjpa.kernel.PCState
Transient; unmanaged instance
translate(RuntimeException) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingBroker
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingExtent
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingQuery
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingResultList
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.DelegatingSeq
Translate the OpenJPA exception.
translate(RuntimeException) - Method in class org.apache.openjpa.kernel.StateManagerImpl
Translate the given exception based on the broker's implicit behavior.
translate(RuntimeException) - Method in interface org.apache.openjpa.util.RuntimeExceptionTranslator
Translate the given exception.
traverse(FieldMetaData) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
traverse(FieldMetaData) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Traverse the given field to generate (possibly) a new configuration state.
traverse(FieldMetaData) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
traversePath(Path, String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Traverse the given field in the given path.
traversePath(Path, String, boolean, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Traverse the given field in the given path.
traverseStaticField(Class, String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
Return a constant containing the value of the given static field.
trim(Value, Value, Boolean) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
Trims the specified specified trimChar from the specified value.
trim(Value, Value, Boolean) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
 
type - Variable in class org.apache.openjpa.util.OpenJPAId
 
TYPE_BOOLEAN - Static variable in interface org.apache.openjpa.kernel.exps.Literal
 
TYPE_CHAR_OBJ - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_COLLECTION - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_CONTIGUOUS - Static variable in interface org.apache.openjpa.kernel.Seq
 
TYPE_DEFAULT - Static variable in interface org.apache.openjpa.kernel.Seq
 
TYPE_FEATURE - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_MAP - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_NONTRANSACTIONAL - Static variable in interface org.apache.openjpa.kernel.Seq
 
TYPE_NUMBER - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_NUMBER - Static variable in interface org.apache.openjpa.kernel.exps.Literal
 
TYPE_OBJECT - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_PRODUCT - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_PRODUCT_STORE - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_SPEC - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_SPEC_STORE - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_SQ_STRING - Static variable in interface org.apache.openjpa.kernel.exps.Literal
 
TYPE_STORE - Static variable in interface org.apache.openjpa.conf.ProductDerivation
 
TYPE_STRING - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
 
TYPE_STRING - Static variable in interface org.apache.openjpa.kernel.exps.Literal
 
TYPE_TRANSACTIONAL - Static variable in interface org.apache.openjpa.kernel.Seq
 
TYPE_UNKNOWN - Static variable in interface org.apache.openjpa.kernel.exps.Literal
 
types - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
 
TypesChangedEvent - Class in org.apache.openjpa.datacache
An event indicating that instances of given persistent types have been modified.
TypesChangedEvent(Object, Collection) - Constructor for class org.apache.openjpa.datacache.TypesChangedEvent
Constructor.
TypesChangedListener - Interface in org.apache.openjpa.datacache
An entity that wishes to be notified when types change.

U

unlock() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
 
unlock() - Method in interface org.apache.openjpa.kernel.BrokerFactory
Release the internal lock.
unlock() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
unlock() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
unlock() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
 
unlock() - Method in class org.apache.openjpa.kernel.DelegatingExtent
 
unlock() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
 
unlock() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
unlock() - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
unlock() - Method in interface org.apache.openjpa.kernel.Extent
Release the internal lock.
unlock() - Method in class org.apache.openjpa.kernel.ExtentImpl
 
unlock() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
Release internal lock if multithreaded is true.
unlock() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
 
unlock() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
unlock() - Method in interface org.apache.openjpa.kernel.QueryContext
Unlock the query's internal lock.
unlock() - Method in class org.apache.openjpa.kernel.QueryImpl
 
unlock() - Method in class org.apache.openjpa.kernel.StateManagerImpl
Unlock the state manager.
unlock() - Method in interface org.apache.openjpa.kernel.StoreContext
Releases the internal lock.
unpin(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
unpin(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
 
unpin(Object) - Method in interface org.apache.openjpa.datacache.DataCache
Unpin the value stored under oid from the cache.
unpin(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
unpin(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
unpin(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
Unpin the value stored under key into the cache.
unpin(Object) - Method in class org.apache.openjpa.util.CacheMap
Undo a pinning.
unpinAll(Collection) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
unpinAll(Collection) - Method in interface org.apache.openjpa.datacache.DataCache
Unpin all oids from the cache.
unpinAll(Collection) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
unpinInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
Unpin an object from the cache.
unpinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
Unpin an object from the cache.
unpinInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
unpinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
UNSUPPORTED - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
UnsupportedException - Exception in org.apache.openjpa.util
Exception type for attempts to perform unsupported operations.
UnsupportedException() - Constructor for exception org.apache.openjpa.util.UnsupportedException
 
UnsupportedException(String) - Constructor for exception org.apache.openjpa.util.UnsupportedException
 
UnsupportedException(Throwable) - Constructor for exception org.apache.openjpa.util.UnsupportedException
 
UnsupportedException(String, Throwable) - Constructor for exception org.apache.openjpa.util.UnsupportedException
 
unwrap(Class) - Static method in class org.apache.openjpa.kernel.Filters
Return the correct primitive type for the given class, if it is a wrapper.
update(DataCachePCData) - Method in class org.apache.openjpa.datacache.AbstractDataCache
 
update(DataCachePCData) - Method in interface org.apache.openjpa.datacache.DataCache
Update the cached value for the given instance.
update(DataCachePCData) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
updateAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
updateAll(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
updateAll(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
updateAll() - Method in interface org.apache.openjpa.kernel.Query
Performs an update of the instances that are satisfied by the query.
updateAll(Object[]) - Method in interface org.apache.openjpa.kernel.Query
Performs an update of the instances that are satisfied by the query.
updateAll(Map) - Method in interface org.apache.openjpa.kernel.Query
Performs an update of the instances that are satisfied by the query.
updateAll() - Method in class org.apache.openjpa.kernel.QueryImpl
 
updateAll(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
updateAll(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
 
updateInMemory(StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
 
updateInMemory(StoreQuery.Executor, Object[]) - Method in interface org.apache.openjpa.kernel.QueryContext
Helper method to update the objects found by executing a query on the given executor.
updateInMemory(StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
 
updates - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
Map of FieldMetaData,Value for update statements.
UpdateStrategies - Class in org.apache.openjpa.meta
Strategies for persistent value updates.
UpdateStrategies() - Constructor for class org.apache.openjpa.meta.UpdateStrategies
 
urls - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
 
USER - Static variable in interface org.apache.openjpa.util.ExceptionInfo
 
UserException - Exception in org.apache.openjpa.util
Base exception type for user errors.
UserException() - Constructor for exception org.apache.openjpa.util.UserException
 
UserException(String) - Constructor for exception org.apache.openjpa.util.UserException
 
UserException(Throwable) - Constructor for exception org.apache.openjpa.util.UserException
 
UserException(String, Throwable) - Constructor for exception org.apache.openjpa.util.UserException
 
usesDetachedState() - Method in class org.apache.openjpa.meta.ClassMetaData
Whether an instance of this type has detached state.
usesImplData(ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Whether the given type might have cacheable class-level impl data.
usesImplData(FieldMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Whether the given field might have cacheable impl data.
usesImplData() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field uses impl data in conjunction with standard field data when acting on a OpenJPAStateManager.
usesIntermediate(FieldMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
Whether the given field uses a cacheable intermediate value.
usesIntermediate() - Method in class org.apache.openjpa.meta.FieldMetaData
Whether this field uses intermediate data when loading/storing information through a OpenJPAStateManager.
UUID_HEX - Static variable in class org.apache.openjpa.meta.ValueStrategies
"uuid-hex" value strategy.
UUID_STRING - Static variable in class org.apache.openjpa.meta.ValueStrategies
"uuid-string" value strategy.
UUIDHexSeq - Class in org.apache.openjpa.kernel
Sequence for generating 32-character hex UUID strings.
UUIDStringSeq - Class in org.apache.openjpa.kernel
Sequence for generating 16-character UUID strings.

V

Val - Class in org.apache.openjpa.kernel.exps
An in-memory representation of a Value.
Val() - Constructor for class org.apache.openjpa.kernel.exps.Val
 
VALIDATE_MAPPING - Static variable in class org.apache.openjpa.meta.MetaDataRepository
Bit flag to validate mappings.
VALIDATE_META - Static variable in class org.apache.openjpa.meta.MetaDataRepository
Bit flag to validate metadata.
VALIDATE_NONE - Static variable in class org.apache.openjpa.meta.MetaDataRepository
Constant to not validate any metadata.
VALIDATE_RUNTIME - Static variable in class org.apache.openjpa.meta.MetaDataRepository
Bit flag for runtime validation.
VALIDATE_UNENHANCED - Static variable in class org.apache.openjpa.meta.MetaDataRepository
Bit flag to validate unenhanced metadata only.
validateChanges() - Method in interface org.apache.openjpa.kernel.Broker
Validate the changes made in this transaction, reporting any optimistic violations, constraint violations, etc.
validateChanges() - Method in class org.apache.openjpa.kernel.BrokerImpl
 
validateChanges() - Method in class org.apache.openjpa.kernel.DelegatingBroker
 
validateDataStoreExtensionPrefix(String) - Method in class org.apache.openjpa.meta.Extensions
Return true if extensions starting with the given official datastore prefix should be validated for this runtime.
validateExtensionKeys() - Method in class org.apache.openjpa.meta.Extensions
Helper method to issue warnings for any extensions that we recognize but do not use.
validateMapping(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Validate mapping data.
validateMeta(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
Validate resolved metadata.
Value - Interface in org.apache.openjpa.kernel.exps
Interface for any non-operator in a query filter, including constants, variables, and object fields.
value(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
Return the value of the given key.
ValueMetaData - Interface in org.apache.openjpa.meta
Holds metadata on a value; this could be a field value, key value, or element value.
ValueMetaDataImpl - Class in org.apache.openjpa.meta
Default ValueMetaData implementation.
ValueMetaDataImpl(FieldMetaData) - Constructor for class org.apache.openjpa.meta.ValueMetaDataImpl
 
values() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
values() - Method in class org.apache.openjpa.util.CacheMap
 
values() - Method in class org.apache.openjpa.util.ProxyHashMap
 
values() - Method in class org.apache.openjpa.util.ProxyHashtable
 
values() - Method in class org.apache.openjpa.util.ProxyProperties
 
values() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
ValueStrategies - Class in org.apache.openjpa.meta
Strategies for persistent value generation.
ValueStrategies() - Constructor for class org.apache.openjpa.meta.ValueStrategies
 
VENDOR_NAME - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
VERSION_DIFFERENT - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
VERSION_EARLIER - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
VERSION_ID - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
VERSION_LATER - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
VERSION_NUMBER - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
 
VERSION_SAME - Static variable in interface org.apache.openjpa.kernel.StoreManager
 
VersionLockManager - Class in org.apache.openjpa.kernel
LockManager implementation that provides support for version checking and version updating when locks are acquired.
VersionLockManager() - Constructor for class org.apache.openjpa.kernel.VersionLockManager
 

W

warnConsistency(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.InverseManager
Log an inconsistency warning
WildcardMatch - Class in org.apache.openjpa.kernel.exps
Deprecated. Use matches() instead.
WildcardMatch() - Constructor for class org.apache.openjpa.kernel.exps.WildcardMatch
Deprecated.  
WLSManagedRuntime - Class in org.apache.openjpa.ee
ManagedRuntime implementation that directly accesses the transaction manager via WebLogic Server helper classes.
WLSManagedRuntime() - Constructor for class org.apache.openjpa.ee.WLSManagedRuntime
 
wrap(Class) - Static method in class org.apache.openjpa.kernel.Filters
Return the correct wrapper type for the given class.
writeCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
Write the generated code to the proper file.
writeCode(Writer) - Method in class org.apache.openjpa.enhance.CodeGenerator
Write the code to the specified Writer.
writeDetached(ObjectOutput) - Method in interface org.apache.openjpa.enhance.StateManager
Write detached state object and detached state manager to the given stream.
writeDetached(ObjectOutput) - Method in class org.apache.openjpa.kernel.DetachedStateManager
 
writeDetached(ObjectOutput) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
 
writeDetached(ObjectOutput) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
 
writeDetached(ObjectOutput) - Method in class org.apache.openjpa.kernel.StateManagerImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.openjpa.datacache.QueryKey
 
writeExternal(ObjectOutput) - Method in class org.apache.openjpa.event.RemoteCommitEvent
 
writeLock() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
writeLock() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
writeLock() - Method in interface org.apache.openjpa.datacache.DataCache
Obtain a write lock on the cache.
writeLock() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
writeLock() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
writeLock() - Method in interface org.apache.openjpa.datacache.QueryCache
Obtain a write lock on the cache.
writeLock() - Method in class org.apache.openjpa.util.CacheMap
Acquire write lock.
writeLockLevel - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
 
writeLockLevel - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
 
writer - Variable in class org.apache.openjpa.meta.MetaDataTool.Flags
 
writeReplace() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
 
writeReplace() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
 
writeReplace() - Method in class org.apache.openjpa.kernel.DelegatingResultList
Writes delegate, which may in turn write a normal list.
writeReplace() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
 
writeReplace() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
 
writeReplace() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyArrayList
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyGregorianCalendar
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyHashMap
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyHashSet
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyHashtable
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyLinkedList
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyProperties
 
writeReplace() - Method in class org.apache.openjpa.util.ProxySQLDate
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyTime
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyTimestamp
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyTreeMap
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyTreeSet
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyUtilDate
 
writeReplace() - Method in class org.apache.openjpa.util.ProxyVector
 
writeUnlock() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
 
writeUnlock() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
 
writeUnlock() - Method in interface org.apache.openjpa.datacache.DataCache
Release the write lock on the cache.
writeUnlock() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
 
writeUnlock() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
 
writeUnlock() - Method in interface org.apache.openjpa.datacache.QueryCache
Release the write lock on the cache.
writeUnlock() - Method in class org.apache.openjpa.util.CacheMap
Release write lock.

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

Copyright © 2006 Apache Software Foundation. All Rights Reserved.