A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abs() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- ABS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- absolute(int) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Override if desired.
- absolute(int) - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- abstract_schema_name() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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 format.
- 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
- AbstractDataCacheInstrument - Class in org.apache.openjpa.instrumentation
-
Provides a basic instrument implementation wrapper for the data cache.
- AbstractDataCacheInstrument() - Constructor for class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- AbstractExecutor() - Constructor for class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- 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.
- AbstractExpressionExecutor() - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- AbstractExpressionVisitor - Class in org.apache.openjpa.kernel.exps
-
No-op abstract visitor meant for easy extension.
- AbstractExpressionVisitor() - Constructor for class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
- 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) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyCollection
-
Constructor.
- AbstractLRSProxyMap<K,V> - 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)
orAbstractLRSProxyMap.containsKey(java.lang.Object)
may perform a database query. - AbstractLRSProxyMap(Class<K>, Class<V>) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyMap
- AbstractManagedRuntime - Class in org.apache.openjpa.ee
- AbstractManagedRuntime() - Constructor for class org.apache.openjpa.ee.AbstractManagedRuntime
- AbstractMetaDataDefaults - Class in org.apache.openjpa.meta
-
Abstract implementation provides a set of generic utilities for detecting persistence meta-data of Field/Member.
- 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 implementsResultObjectProvider.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
. - AbstractPreparedQueryCacheInstrument - Class in org.apache.openjpa.instrumentation
-
Provides a basic instrument implementation wrapper for the prepared query cache.
- AbstractPreparedQueryCacheInstrument() - Constructor for class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- 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
- AbstractQueryCache.Default<T> - Class in org.apache.openjpa.datacache
-
A default implementation of query statistics for the Query result cache.
- AbstractQueryCache.EvictPolicy - Enum in org.apache.openjpa.datacache
- AbstractQueryCacheInstrument - Class in org.apache.openjpa.instrumentation
-
Provides a basic instrument implementation wrapper for the query cache.
- AbstractQueryCacheInstrument() - Constructor for class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- 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 theAbstractStoreManager
. - 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
StoreQuery.Executor
that implements most methods as no-ops. - 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
- AbstractValidator - Class in org.apache.openjpa.validation
-
Abstract validation class which provides base validation methods.
- AbstractValidator() - Constructor for class org.apache.openjpa.validation.AbstractValidator
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.Coalesce
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.Exp
- acceptVisit(ExpressionVisitor) - Method in interface org.apache.openjpa.kernel.exps.Expression
-
Accept a visit from a tree visitor.
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.NullIf
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.SimpleCase
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.Val
- acceptVisit(ExpressionVisitor) - Method in interface org.apache.openjpa.kernel.exps.Value
-
Accept a visit from a tree visitor.
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.WhenCondition
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.kernel.exps.WhenScalar
- ACCESS_EXPLICIT - Static variable in class org.apache.openjpa.meta.ClassMetaData
-
Persistent class has explicitly defined an access type.
- 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.
- AccessCode - Class in org.apache.openjpa.meta
-
Represents access styles for members of a class and field through a 5-bit integer.
- AccessCode() - Constructor for class org.apache.openjpa.meta.AccessCode
- 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
- accessingField(Object, int) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Notify the state manager for
o
(if any) that a field is about to be accessed. - 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() - Constructor for class org.apache.openjpa.ant.MetaDataToolTask.Action
- 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 - Variable in class org.apache.openjpa.util.AbstractChangeTracker
-
Collection of added items.
- add(int, E) - Method in class org.apache.openjpa.kernel.DistinctResultList
- add(int, Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- add(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- add(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- add(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- add(int, T) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- add(E) - Method in class org.apache.openjpa.kernel.DistinctResultList
- add(Class<?>...) - Method in class org.apache.openjpa.kernel.ResultShape
-
Adds the given classes as child shapes of this shape.
- add(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
- add(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- 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.DelayedCollectionChangeTrackerImpl
- add(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- add(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- add(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Add the given values.
- 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(T) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- add(T) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
- 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>, 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(int, Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- addAll(int, Collection) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- addAll(int, Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- addAll(int, Collection) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.kernel.DistinctResultList
- addAll(int, Collection<? extends T>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- addAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- addAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- addAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.kernel.DistinctResultList
- addAll(Collection<? extends T>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- 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(ProxyCollection, int, Collection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Override for
List.addAll(int, Collection)
. - addAll(ProxyCollection, Collection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Override for
Collection.addAll(java.util.Collection<? extends E>)
. - addBeanField(ClassNodeTracker, 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 class org.apache.openjpa.meta.NoneMetaDataFactory
- addClassExtensionKeys(Collection<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Add any extension keys used by this instance to the given set.
- addClassLoader(ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
- addComponent(Class<?>) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- addComponent(String) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- addContainedBy(FetchGroup) - Method in class org.apache.openjpa.meta.FetchGroup
-
Adds this receiver as one of the included fetch groups of the given parent.
- addContextClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.util.Serialization.ClassResolvingObjectInputStream
- addContextClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.util.Serialization.PersistentObjectInputStream
- addDeclaredFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Adds fetch group of the given name, or returns existing instance.
- addDeclaredField(String, Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Add a new field metadata to this class.
- addDeclaredInclude(String) - Method in class org.apache.openjpa.meta.FetchGroup
-
Includes given fetch group within this receiver.
- addDeclaredInterface(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Explicitly declare the given interface among the ones this class implements.
- 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) - 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 class org.apache.openjpa.util.AbstractLRSProxyMap
- 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.proxy.DelayedVectorProxy
- 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
- addEmbeddedMetaData(int) - Method in class org.apache.openjpa.meta.FieldMetaData
- addEmbeddedMetaData(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Add embedded metadata for this value with the given access type
- addEmbeddedMetaData(int) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
- addEscapes(String) - Static method in error org.apache.openjpa.kernel.jpql.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addExclusionPattern(String) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Adds the given pattern to the list of excluded patterns.
- addExclusionPattern(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Adds the given pattern to the list of excluded patterns.
- 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<String>) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Adds
groups
to the set of fetch group names to use when loading objects. - addFetchGroups(Collection<String>) - 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
- addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- addField(String, XMLMetaData) - Method in interface org.apache.openjpa.meta.XMLMetaData
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- addFieldExtensionKeys(Collection<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Add any extension keys used by this instance to the given set.
- addFields(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- addFields(Collection<String>) - 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<String>) - 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.proxy.DelayedLinkedListProxy
- addHint(String, Object) - Method in class org.apache.openjpa.meta.QueryMetaData
-
Add a query hint.
- addInternalListener(RemoteCommitListener) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Adds an OpenJPA-internal listener to this RemoteCommitEventManager.
- addLast(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- 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 class org.apache.openjpa.kernel.BrokerImpl
- addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- addLifecycleListener(Object, Class<?>[]) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- addLifecycleListener(Object, Class<?>[]) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Register a listener for lifecycle-related events on the specified classes.
- addListener(Object) - Method in class org.apache.openjpa.event.TransactionEventManager
- 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
- addListeners(Broker) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Add factory-registered lifecycle listeners to the broker.
- addMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new metadata, populate it with default information, add it to the repository, and return it.
- addMetaData(Class<?>, int) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new metadata, populate it with default information, add it to the repository, and return it.
- addMetaData(Class<?>, int, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new metadata, populate it with default information, add it to the repository, and return it.
- addMetaData(ClassMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a class meta data to the set to be serialized.
- addNonMappedInterface(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add the given non-mapped interface to the repository.
- addPersistenceAware(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add the given class as persistence-aware.
- addQueryMetaData(Class<?>, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add a new query metadata to the repository and return it.
- addQueryMetaData(QueryMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a query meta data to the set to be serialized.
- addQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
- addRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Register a
PCRegistry.RegisterClassListener
. - addSchema(String, ClassMetaData) - Method in class org.apache.openjpa.kernel.exps.Context
- addSchemaToContext(String, ClassMetaData) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Register the schema alias to the current JPQL query context.
- addSchemaToContext(String, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- addSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add a new sequence metadata to the repository and return it.
- addSequenceMetaData(SequenceMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a sequence meta data to the set to be serialized.
- addStandardProperties(StringBuilder) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add standard properties to the given properties buffer.
- addSubselContext(Context) - Method in class org.apache.openjpa.kernel.exps.Context
-
Register the subquery context in this context.
- 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 class org.apache.openjpa.kernel.AbstractBrokerFactory
- addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
-
Register a listener for transaction-related events.
- addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Register a listener for transaction-related events on the specified classes.
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- 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.
- addVariable(String, Value) - Method in class org.apache.openjpa.kernel.exps.Context
- addVariableToContext(String, Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Register the variable associated with the schema alias (id) to the current JPQL query context.
- addVariableToContext(String, Value) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- addVersionMethods(ClassNodeTracker) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
Add methods for loading and storing version data.
- addXMLClassMetaData(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.
- adjustBeginLineColumn(int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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_DELETE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is deleted, after the record has been deleted from the store.
- AFTER_DETACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is detached.
- AFTER_DIRTY - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is dirtied for the first time.
- AFTER_DIRTY_FLUSHED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is dirtied for the first time after flush.
- AFTER_FLUSH - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that changes have been flushed to the datastore.
- AFTER_LOAD - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is loaded.
- AFTER_PERSIST - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is made persistent
- AFTER_PERSIST_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is made persistent, after the record has been written to the store
- AFTER_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.
- AFTER_UPDATE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is modified, after the change has been sent to the store.
- afterAdd(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Collection.add(Object)
on super. - afterAddElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Vector.addElement(Object)
on super. - afterAddLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
LinkedList.addLast(Object)
on super. - afterAttach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterAttach(LifecycleEvent) - Method in interface org.apache.openjpa.event.AttachListener
-
Invoked after the instance has been attached.
- afterBegin(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
- afterBegin(TransactionEvent) - Method in interface org.apache.openjpa.event.BeginTransactionListener
-
Notification that a transaction has begun.
- afterBegin(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
----------------------------------------------------------------------- Transaction callbacks
- 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(RemoteCommitEvent) - Method in interface org.apache.openjpa.event.RemoteCommitListener
-
Notification that a transaction associated with a different BrokerFactory has successfully committed.
- 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(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- 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
- afterCommitComplete(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- 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.
- afterDeletePerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostDeleteListener
-
Receives notifications before an update is performed.
- afterDetach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterDetach(LifecycleEvent) - Method in interface org.apache.openjpa.event.DetachListener
-
Invoked after the instance has been detached.
- afterDirty(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterDirty(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked after the first change is applied.
- afterDirtyFlushed(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterDirtyFlushed(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked after the first change is applied to a flushed instance.
- afterEntrySet(ProxyMap, Set) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Wrap the given entry set in a proxy.
- 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.
- afterFlush(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- afterGet(ProxyMap, Object, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call after invoking
Map.get(java.lang.Object)
on super. - afterIterator(ProxyCollection, Iterator) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Wrap given iterator in a proxy.
- afterListIterator(ProxyCollection, int, ListIterator) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Wrap given iterator in a proxy.
- afterListIterator(ProxyCollection, ListIterator) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Wrap given iterator in a proxy.
- afterLoad(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterLoad(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
-
Invoked after state has been loaded into the instance.
- afterOffer(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Queue#offer(Object)
on super. - afterPersist(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterPersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
-
Invoked when an instance is persisted.
- afterPersistPerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostPersistListener
-
Receives notifications after a persist operation has been written to the data store.
- afterPoll(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Queue#poll
on super. - afterPut(ProxyMap, Object, Object, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call after invoking
Map.put(K, V)
on super. - afterRefresh(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterRefresh(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
-
Invoked after state has been refreshed.
- afterRemove(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
List.remove(int)
on super. - afterRemove(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Queue#remove
on super. - afterRemove(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Collection.remove(java.lang.Object)
on super. - afterRemove(ProxyMap, Object, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call after invoking
Map.remove(java.lang.Object)
on super. - afterRemove(ProxyMap, Object, Object, boolean, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
See OPENJPA-2442.
- afterRemoveElement(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Vector.removeElement(java.lang.Object)
on super. - afterRemoveFirst(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
LinkedList.removeFirst()
on super. - afterRemoveLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
LinkedList.removeLast()
on super. - afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
- afterRollback(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that a transaction has been rolled back.
- afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
- afterRollback(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- 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
- afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- afterSet(ProxyCollection, int, Object, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
List.set(int, E)
on super. - afterSetElementAt(ProxyCollection, Object, int, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
Vector.setElementAt(E, int)
on super. - afterSetProperty(ProxyMap, String, String, Object, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call after invoking
Properties.setProperty(java.lang.String, java.lang.String)
on super. - 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
- afterStateTransitions(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- afterStore(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- afterStore(LifecycleEvent) - Method in interface org.apache.openjpa.event.StoreListener
-
Invoked just after store.
- afterUpdatePerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.UpdateListener
-
Receives notifications before an update is performed.
- agentmain(String, Instrumentation) - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
-
The method that is called when a jar is added as an agent at runtime.
- aggregate_path() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- aggregate_select_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- aliasCount - Variable in class org.apache.openjpa.kernel.exps.Context
- ALIASES - Static variable in class org.apache.openjpa.conf.QueryCompilationCacheValue
- 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() - Constructor for class org.apache.openjpa.conf.DetachOptions.All
- ALL - org.apache.openjpa.audit.AuditableOperation
- ALL - org.apache.openjpa.datacache.DataCacheMode
-
All entities are cached regardless of annotations or xml configuration.
- ALL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- ALL_EVENTS - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Convenience array of all event types.
- all_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- all_or_any_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
- allocate(int, StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
-
Allocate additional values efficiently.
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
- allowsDuplicates() - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
Whether the underlying collection allows duplicates.
- allowsDuplicates(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given collection type allows duplicates.
- 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
- AND - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- ANY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- any_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- appendOpenJPABanner(StringBuilder) - Method in class org.apache.openjpa.conf.OpenJPAVersion
- appendProperty(StringBuilder, String, int) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add an int property to the buffer.
- appendProperty(StringBuilder, String, String) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add a string 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.ObjectIdLoader - Interface in org.apache.openjpa.enhance
-
Interface implemented by metadata factories that can load non-existant object id classes.
- ApplicationIdToolTask - Class in org.apache.openjpa.ant
-
Executes the application id tool on the specified files.
- ApplicationIdToolTask() - Constructor for class org.apache.openjpa.ant.ApplicationIdToolTask
-
Default constructor.
- areRemoteEventsEnabled() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Return true if remote events are enabled.
- argLength() - Method in class org.apache.openjpa.kernel.ResultShape
-
Total number of arguments required to populate the shape and all its child shapes.
- Arguments - Interface in org.apache.openjpa.kernel.exps
-
Multiple arguments to a function call.
- arithmetic_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- arithmetic_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- arithmetic_factor() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- arithmetic_term() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- arithmetic_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- Array(Class<T>) - Constructor for class org.apache.openjpa.kernel.FillStrategy.Array
- 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 aBitSet
of loaded fields. - ArrayStateImage() - Constructor for class org.apache.openjpa.util.ArrayStateImage
- AS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- ASC - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- AsmHelper - Class in org.apache.openjpa.util.asm
-
Utility methods to deal with ASM bytecode
- assertActiveTransaction() - Method in interface org.apache.openjpa.kernel.Broker
-
Throw an exception if there is no active transaction.
- assertActiveTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
- assertActiveTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- assertAllowedType(Object, Class) - Static method in class org.apache.openjpa.util.Proxies
-
Used by proxy types to check that an attempt to add a new value is legal.
- assertCanSubclass() - Method in class org.apache.openjpa.enhance.PCSubclassValidator
- 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
- assertNotContainer(Value, StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
Throw proper exception if given value is a collection/map/array.
- 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 class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Throw an exception if the factory is closed.
- assertOpen() - Method in interface org.apache.openjpa.kernel.Broker
-
Throw an exception if this broker has been closed.
- assertOpen() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
assert that this broker is open.
- assertOpen() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Throw an exception if the context is closed.
- assertOpen() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- assertOpen() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- 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, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
-
Checks that the passed parameters match the declarations.
- assertParameters(StoreQuery, StoreQuery.Executor, Map) - Method in class org.apache.openjpa.kernel.QueryImpl
- 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.
- Assign() - Constructor for class org.apache.openjpa.kernel.FillStrategy.Assign
- 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.
- assignLazyLoadProxies(StateManagerImpl) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Create a container instance that will delegate back to the state manager to emulate lazy loading.
- assignObjectId(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(Object, Object, StateManagerImpl) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Assign the object id to the cache.
- assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
- assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- assignObjectId(OpenJPAStateManager, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Assign an object id to the given new instance.
- attach(Object) - Method in class org.apache.openjpa.kernel.AttachManager
-
Return an attached version of the given instance.
- attach(Object, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Import the specified detached object into the broker.
- attach(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- attach(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- attach(AttachManager, Object, ClassMetaData, PersistenceCapable, OpenJPAStateManager, ValueMetaData, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- attachAll(Collection) - Method in class org.apache.openjpa.kernel.AttachManager
-
Return attached versions of the given instances.
- 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.
- AttachManager - Class in org.apache.openjpa.kernel
-
Handles attaching instances.
- AttachManager(BrokerImpl, boolean, OpCallbacks) - Constructor for class org.apache.openjpa.kernel.AttachManager
-
Constructor.
- ATTR_TYPE - Static variable in class org.apache.openjpa.util.asm.RedefinedAttribute
- ATTRIBUTE - Static variable in interface org.apache.openjpa.meta.XMLMetaData
- AttributeTranslator - Interface in org.apache.openjpa.enhance
-
Instances of this interface can convert a positional index for a
FieldMetaData
that uses property access into the underlying field name. - ATTRS - Static variable in class org.apache.openjpa.util.asm.AsmHelper
- audit(Broker, Collection<Audited>, Collection<Audited>, Collection<Audited>) - Method in class org.apache.openjpa.audit.AuditLogger
- audit(Broker, Collection<Audited>, Collection<Audited>, Collection<Audited>) - Method in interface org.apache.openjpa.audit.Auditor
-
OpenJPA runtime will invoke this method with the given parameters within a transaction.
- Auditable - Annotation Type in org.apache.openjpa.audit
-
Annotates a persistent type for
audit
. - AuditableOperation - Enum in org.apache.openjpa.audit
-
Operations of persistent type that can be audited.
- Audited - Class in org.apache.openjpa.kernel
-
Carries immutable information about an audited persistent instance.
- AuditLogger - Class in org.apache.openjpa.audit
-
A default auditor that simply prints the audited instances.
- AuditLogger() - Constructor for class org.apache.openjpa.audit.AuditLogger
- AuditManager - Class in org.apache.openjpa.kernel
-
Controller for audit facility.
- AuditManager(Auditor) - Constructor for class org.apache.openjpa.kernel.AuditManager
- Auditor - Interface in org.apache.openjpa.audit
-
An auditor is responsible for recoding the audited information.
- auditorPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- AVG - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
B
- backingMember(Member) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Supply the backing member object; this allows us to utilize parameterized type information if available.
- backup(int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Retreat.
- backupAndDelete(Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Backup and delete the source files for the given metadatas.
- BCClassWriter - Class in org.apache.openjpa.util.asm
- BCClassWriter(int, ClassLoader) - Constructor for class org.apache.openjpa.util.asm.BCClassWriter
- Bean(Class<T>) - Constructor for class org.apache.openjpa.kernel.FillStrategy.Bean
- BeanLifecycleCallbacks - Class in org.apache.openjpa.event
-
Performs a callback method on a cached bean instance.
- BeanLifecycleCallbacks(Class<?>, Method, boolean) - Constructor for class org.apache.openjpa.event.BeanLifecycleCallbacks
-
Constructor.
- BeanLifecycleCallbacks(Class<?>, String, boolean, Class<?>) - 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.
- BEFORE_UPDATE - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is modified.
- beforeAccessField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Load the given field before access.
- beforeAdd(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
List.add(int,Object)
on super. - beforeAdd(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Collection.add(Object)
on super. - beforeAddElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Vector.addElement(Object)
on super. - beforeAddFirst(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
LinkedList.addFirst(Object)
on super. - beforeAddLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
LinkedList.addLast(Object)
on super. - beforeAttach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeAttach(LifecycleEvent) - Method in interface org.apache.openjpa.event.AttachListener
-
Invoked before the instance is attached.
- beforeClear(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeClear(LifecycleEvent) - Method in interface org.apache.openjpa.event.ClearListener
-
Invoked before state is cleared.
- beforeClear(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before clearing collection.
- beforeClear(ProxyMap) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Map.clear()
on super. - beforeCommit(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
- beforeCommit(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that the next flush is for the transaction commit.
- beforeCommit(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
- beforeCommit(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- beforeCompletion() - Method in class org.apache.openjpa.kernel.BrokerImpl
- beforeCompletion() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- beforeDelete(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeDelete(LifecycleEvent) - Method in interface org.apache.openjpa.event.DeleteListener
-
Invoked before the instance transferred to a deleted state.
- beforeDetach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeDetach(LifecycleEvent) - Method in interface org.apache.openjpa.event.DetachListener
-
Invoked before the instance is detached.
- beforeDirty(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeDirty(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked before the first change is applied.
- beforeDirtyFlushed(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforeDirtyFlushed(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked before the first change is applied to a flushed instance.
- 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.
- beforeFlush(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
- beforeGet(ProxyMap, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Map.get(java.lang.Object)
on super. - beforeInsertElementAt(ProxyCollection, Object, int) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Vector.insertElementAt(Object,int)
on super. - beforeLoad(ProxyMap, InputStream) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Properties.load(java.io.Reader)
on super. - beforeLoadFromXML(ProxyMap, InputStream) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Properties#loadXML
on super. - beforeOffer(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Queue#offer(Object)
on super. - beforePersist(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
- beforePersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
-
Invoked before an instance is persisted.
- beforePoll(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Queue#poll
on super. - beforePut(ProxyMap, Object, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Map.put(K, V)
on super. - beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- beforeRefresh(boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Prepare the instance for refresh
- beforeRefresh(boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- beforeRemove(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Queue#remove
on super. - beforeRemove(ProxyCollection, int) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
List.remove(int)
on super. - beforeRemove(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Collection.remove(java.lang.Object)
on super. - beforeRemove(ProxyMap, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Map.remove(java.lang.Object)
on super. - beforeRemove(ProxyMap, Object, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
See OPENJPA-2442.
- beforeRemoveAllElements(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before clearing vector.
- beforeRemoveElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Vector.removeElement(java.lang.Object)
on super. - beforeRemoveElementAt(ProxyCollection, int) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Vector.removeElementAt(int)
on super. - beforeRemoveFirst(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
LinkedList.removeFirst()
on super. - beforeRemoveLast(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call after invoking
LinkedList.removeLast()
on super. - beforeSet(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
List.set(int, E)
on super. - beforeSetElementAt(ProxyCollection, Object, int) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Call before invoking
Vector.setElementAt(E, int)
on super. - beforeSetProperty(ProxyMap, String, String) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Call before invoking
Properties.setProperty(java.lang.String, java.lang.String)
on super. - 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.
- beforeUpdate(LifecycleEvent) - Method in interface org.apache.openjpa.event.UpdateListener
-
Receives notifications before an update is performed.
- begin() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
OpenJPA assumes that after this method is invoked, all data accesses through this store manager will be part of a single unit of work that can be rolled back.
- begin() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- begin() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- begin() - Method in 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.
- beginColumn - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The line number of the first character of this Token.
- 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.
- BeginToken() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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.
- BETWEEN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- between_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- BIGDECIMAL - Static variable in class org.apache.openjpa.meta.JavaTypes
- BigDecimalId - Class in org.apache.openjpa.util
- BigDecimalId(Class, String) - Constructor for class org.apache.openjpa.util.BigDecimalId
- BigDecimalId(Class, BigDecimal) - Constructor for class org.apache.openjpa.util.BigDecimalId
- BigDecimalId(Class, BigDecimal, boolean) - Constructor for class org.apache.openjpa.util.BigDecimalId
- BIGINTEGER - Static variable in class org.apache.openjpa.meta.JavaTypes
- BigIntegerId - Class in org.apache.openjpa.util
- BigIntegerId(Class, String) - Constructor for class org.apache.openjpa.util.BigIntegerId
- BigIntegerId(Class, BigInteger) - Constructor for class org.apache.openjpa.util.BigIntegerId
- BigIntegerId(Class, BigInteger, boolean) - Constructor for class org.apache.openjpa.util.BigIntegerId
- 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
- BlacklistClassResolver - Class in org.apache.openjpa.util
- BlacklistClassResolver(String[], String[]) - Constructor for class org.apache.openjpa.util.BlacklistClassResolver
- BOOLEAN - Static variable in class org.apache.openjpa.meta.JavaTypes
- boolean_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- boolean_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- boolean_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- BOOLEAN_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- BOOLEAN_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
- boolean_primary() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- boolean_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- BooleanId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for boolean fields. - BooleanId(Class, boolean) - Constructor for class org.apache.openjpa.util.BooleanId
- BooleanId(Class, boolean, boolean) - Constructor for class org.apache.openjpa.util.BooleanId
- BooleanId(Class, Boolean) - Constructor for class org.apache.openjpa.util.BooleanId
- BooleanId(Class, String) - Constructor for class org.apache.openjpa.util.BooleanId
- Bootstrap - Class in org.apache.openjpa.kernel
-
Helper methods for acquiring
BrokerFactory
objects - Bootstrap() - Constructor for class org.apache.openjpa.kernel.Bootstrap
- BOTH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
- broadcast(RemoteCommitEvent) - Method in interface org.apache.openjpa.event.RemoteCommitProvider
-
Notifies other remote event managers in this JVM and on other machines of changes to the cache.
- broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
- broadcast(RemoteCommitEvent) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
- Broker - Interface in org.apache.openjpa.kernel
-
The broker is the primary interface into the OpenJPA runtime.
- BROKER_FACTORY_CREATED - Static variable in class org.apache.openjpa.event.BrokerFactoryEvent
-
Fired after a
BrokerFactory
has been fully created. - BrokerFactory - Interface in org.apache.openjpa.kernel
-
Factory for
Broker
instances. - BrokerFactoryEvent - Class in org.apache.openjpa.event
-
Event fired when a
BrokerFactory
is created. - BrokerFactoryEvent(BrokerFactory, int) - Constructor for class org.apache.openjpa.event.BrokerFactoryEvent
- BrokerFactoryEventManager - Class in org.apache.openjpa.event
-
EventManager
responsible for notifying listeners ofBrokerFactoryEvent
s. - BrokerFactoryEventManager(Configuration) - Constructor for class org.apache.openjpa.event.BrokerFactoryEventManager
- BrokerFactoryListener - Interface in org.apache.openjpa.event
-
Interface for listening to
BrokerFactoryEvent
objects. - brokerFactoryPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- BrokerFactoryValue - Class in org.apache.openjpa.conf
-
Value type used to represent the
BrokerFactory
. - BrokerFactoryValue() - Constructor for class org.apache.openjpa.conf.BrokerFactoryValue
- BrokerImpl - Class in org.apache.openjpa.kernel
-
Concrete
Broker
. - BrokerImpl() - Constructor for class org.apache.openjpa.kernel.BrokerImpl
- BrokerImpl.StateManagerId - Class in org.apache.openjpa.kernel
-
Unique id for state managers of new datastore instances without assigned object ids.
- brokerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- BrokerValue - Class in org.apache.openjpa.conf
-
Custom
PluginValue
that can efficiently createBrokerImpl
instances. - BrokerValue() - Constructor for class org.apache.openjpa.conf.BrokerValue
- bufcolumn - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- buffer - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- bufline - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- bufpos - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Position in buffer.
- BY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- BYPASS - org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Ignore the DataCache and fetch data directly from the database.
- BYPASS - org.apache.openjpa.kernel.DataCacheStoreMode
-
Write updates, inserts and deletes directly to the database.
- BYTE - Static variable in class org.apache.openjpa.meta.JavaTypes
- BYTE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
- BytecodeWriter - Interface in org.apache.openjpa.util.asm
-
Control how enhanced bytecode is written.
- ByteId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for byte fields. - ByteId(Class, byte) - Constructor for class org.apache.openjpa.util.ByteId
- ByteId(Class, byte, boolean) - Constructor for class org.apache.openjpa.util.ByteId
- ByteId(Class, Byte) - Constructor for class org.apache.openjpa.util.ByteId
- ByteId(Class, String) - Constructor for class org.apache.openjpa.util.ByteId
C
- cache(String, boolean) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- cache(String, boolean) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
This method is used to enable/disable caching for the specified className.
- cache(K, V, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Cache a FinderQuery for the given key and value.
- cache(PreparedQuery) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Cache the given PreparedQuery.
- CacheDistributionPolicy - Interface in org.apache.openjpa.datacache
-
A policy determines whether a given entity should be cached and if true, in which named partition of the cache.
- cacheDistributionPolicyPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- CachedList(QueryResult, boolean, StoreContext, FetchConfiguration) - Constructor for class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
- cacheMap - Variable in class org.apache.openjpa.util.CacheMap
-
The map for non-expired and non-pinned references.
- 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) - Constructor for class org.apache.openjpa.util.CacheMap
-
Create a cache map with a size of 1000.
- CacheMap(boolean, int) - Constructor for class org.apache.openjpa.util.CacheMap
-
Create a cache map with the given properties.
- CacheMap(boolean, int, int, float) - Constructor for class org.apache.openjpa.util.CacheMap
-
Deprecated.use
CacheMap(boolean, int, int, float, int)
instead. - CacheMap(boolean, int, int, float, int) - Constructor for class org.apache.openjpa.util.CacheMap
-
Create a cache map with the given properties.
- cacheMapOverflowRemoved(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
-
Called from
SizedMap.overflowRemoved(java.lang.Object, java.lang.Object)
in the cache map. - CacheMarshaller - Interface in org.apache.openjpa.conf
-
Responsible for marshalling and unmarshalling objects between memory and durable cache.
- CacheMarshaller.ValidationPolicy - Interface in org.apache.openjpa.conf
-
Validation policies are responsible for computing whether or not a cached data structure is valid for the current context.
- CacheMarshallerImpl - Class in org.apache.openjpa.conf
-
Default
CacheMarshaller
implementation that writes data to a specified file and reads data from a specified file or URL. - CacheMarshallerImpl() - Constructor for class org.apache.openjpa.conf.CacheMarshallerImpl
- cacheMarshallerPlugins - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- CacheMarshallersValue - Class in org.apache.openjpa.conf
-
A configuration value for handling and accessing cache marshallers.
- CacheMarshallersValue(Configuration) - Constructor for class org.apache.openjpa.conf.CacheMarshallersValue
- cacheNonDefaultFetchPlanQueries - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- cacheRetrieveMode - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- CacheStatistics - Interface in org.apache.openjpa.datacache
-
Counts number of read/write requests and hit ratio for a cache in total and per-class basis.
- CacheStatisticsImpl - Class in org.apache.openjpa.datacache
-
The default CacheStatistics(SPI) implementation.
- CacheStatisticsImpl() - Constructor for class org.apache.openjpa.datacache.CacheStatisticsImpl
- CacheStatisticsSPI - Interface in org.apache.openjpa.datacache
-
The provider extensions to the CacheStatistics interface.
- cacheStoreMode - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- CALENDAR - Static variable in class org.apache.openjpa.meta.JavaTypes
- callback() - Method in class org.apache.openjpa.kernel.QueryResultCallback
- 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(Throwable) - Constructor for exception org.apache.openjpa.util.CallbackException
- CallbackException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.CallbackException
- CallbackModes - Interface in org.apache.openjpa.event
-
Callback handling constants.
- CallbackOptions - Class in org.apache.openjpa.conf
-
Configurable options for callbacks.
- CallbackOptions() - Constructor for class org.apache.openjpa.conf.CallbackOptions
- callbackPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- CandidatePath - Class in org.apache.openjpa.kernel.exps
-
A path represents a traversal into fields of a candidate object.
- CandidatePath() - Constructor for class org.apache.openjpa.kernel.exps.CandidatePath
- CandidatePath.Traversal - Class in org.apache.openjpa.kernel.exps
-
Represents a traversal through a field.
- canRedefineClasses(Log) - Static method in class org.apache.openjpa.enhance.ClassRedefiner
- capacity() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- CASE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- case_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- castTo(Class) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
Cast this path to the given type.
- ceiling(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- 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.DelayedCollectionChangeTrackerImpl
- 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<Class<?>>) - Method in class org.apache.openjpa.datacache.QueryKey
-
Returns
true
if modifications to any of the classes inchanged
results in a possible invalidation of this query; otherwise returnsfalse
. - 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
- CHARACTER_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- CharId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for char fields. - CharId(Class, char) - Constructor for class org.apache.openjpa.util.CharId
- CharId(Class, char, boolean) - Constructor for class org.apache.openjpa.util.CharId
- CharId(Class, Character) - Constructor for class org.apache.openjpa.util.CharId
- CharId(Class, String) - Constructor for class org.apache.openjpa.util.CharId
- check(String) - Method in class org.apache.openjpa.util.BlacklistClassResolver
- CHECK_READ - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- CHECK_WRITE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- checkEmbeddable(Value, String) - Static method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- checkEnhancementLevel(Class<?>, Log) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
This static public worker method detects and logs any Entities that may have been enhanced at build time by a version of the enhancer that is older than the current version.
- checkForDuplicateId(Object, Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
This method makes sure we don't already have the instance cached
- CLASS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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, ClassMetaData, ClassLoader, boolean) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Check the given name against the same set of standard packages used when parsing metadata.
- classForName(String, ValueMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Check the given name against the same set of standard packages used when parsing metadata.
- classForName(String, ValueMetaData, ClassLoader) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Check the given name against the same set of standard packages used when parsing metadata.
- classForName(String, ValueMetaData, ClassLoader, boolean) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Try to load a class using the provided loader.
- ClassLoaderProxyService - Class in org.apache.openjpa.util
-
Service to load classes dynamically at runtime.
- ClassLoaderProxyService(Configuration, ClassLoader) - Constructor for class org.apache.openjpa.util.ClassLoaderProxyService
- ClassLoaderProxyService(ClassLoaderProxyService.ProxiesClassLoader) - Constructor for class org.apache.openjpa.util.ClassLoaderProxyService
- 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.
- classname() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- classNames() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Returns the types that are known to this cache being tracked.
- classNames() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- ClassNodeTracker - Class in org.apache.openjpa.util.asm
-
Helper class to transit from BCClass to ASM
- ClassNodeTracker(EnhancementProject, ClassNode, ClassLoader) - Constructor for class org.apache.openjpa.util.asm.ClassNodeTracker
- ClassRedefiner - Class in org.apache.openjpa.enhance
-
Redefines the method bodies of existing classes.
- ClassRedefiner() - Constructor for class org.apache.openjpa.enhance.ClassRedefiner
- ClassResolver - Interface in org.apache.openjpa.util
-
Interface to customize the loading of classes under OpenJPA.
- ClassResolverImpl - Class in org.apache.openjpa.util
-
Default class resolver implementation.
- ClassResolverImpl() - Constructor for class org.apache.openjpa.util.ClassResolverImpl
- classResolverPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- ClassResolvingObjectInputStream(InputStream) - Constructor for class org.apache.openjpa.util.Serialization.ClassResolvingObjectInputStream
- ClassWriterTracker - Class in org.apache.openjpa.util.asm
-
Helper to keep track of generated methods when using ASM ClassWriter.
- ClassWriterTracker(ClassWriter) - Constructor for class org.apache.openjpa.util.asm.ClassWriterTracker
- ClassWriterTracker(ClassWriter, ClassLoader) - Constructor for class org.apache.openjpa.util.asm.ClassWriterTracker
- clear() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- clear() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- clear() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- 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.instrumentation.AbstractDataCacheInstrument
- clear() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Clears all data from the DataCache.
- clear() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- clear() - Method in class org.apache.openjpa.kernel.DistinctResultList
- clear() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Clears all cached queries.
- clear() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- clear() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Clears all statistics accumulated since start.
- clear() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- clear() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- 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.asm.EnhancementProject
- 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.proxy.DelayedArrayListProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- clear() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- ClearableScheduler - Class in org.apache.openjpa.datacache
-
Cron-style clearable eviction.
- ClearableScheduler(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.datacache.ClearableScheduler
- clearAllFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Clear cached field data.
- clearAllSockets() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- 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
- clearInverseRelationCache(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
Check if this field is in use of "order by" by other field collections in inverse relation.
- clearInverseRelations(OpenJPAStateManager, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
-
Clear all inverse the relations from
val
to the instance managed bysm
. - 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 bysm
and its inverses. - 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.
- clearNodeScope(Node) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- clearStatusFlag(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Clears the given flag from the status.
- clearSubclassCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Clear cached subclass data.
- clip(String, String, String, boolean) - Static method in class org.apache.openjpa.kernel.Filters
-
Removes the first and last string if they are the terminal sequence in the given string.
- clone() - Method in class org.apache.openjpa.kernel.BrokerImpl
- clone() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- clone() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Clone this instance.
- clone() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Clone this instance.
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- clone() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- clone(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
-
Clone a state array.
- cloneFrom - Variable in class org.apache.openjpa.kernel.exps.Context
- close() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
- close() - Method in class org.apache.openjpa.audit.AuditLogger
- close() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- close() - 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.event.TCPRemoteCommitProvider.HostAddress
- close() - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Stops all providers
- 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.PackingResultObjectProvider
- close() - 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.kernel.UUIDType4HexSeq
- close() - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
- 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(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- close(boolean) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- close(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- 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
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- closeBroker() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Close the broker that is used to service this proxy.
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- closeBroker() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- closeNodeScope(Node, boolean) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- closeNodeScope(Node, int) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- 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
- closeSocket(Socket) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- Coalesce - Class in org.apache.openjpa.kernel.exps
-
An in-memory representation of a coalesce expression
- COALESCE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- coalesce_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- coalesceExpression(Value[]) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a coalesce expression
- coalesceExpression(Value[]) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- 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
- collection_member_declaration() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- collection_member_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- collection_valued_input_parameter() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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, boolean) - Constructor for class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
Constructor.
- collectStatistics(boolean) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- collectStatistics(boolean) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
- column - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- COMMA - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- commit() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
This is a no-op implementation.
- commit() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- commit() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- commit() - Method in interface org.apache.openjpa.kernel.Broker
-
Commit the current transaction.
- commit() - Method in class org.apache.openjpa.kernel.BrokerImpl
- commit() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- commit() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- commit() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Commit the current data store transaction.
- commit(Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- commit(Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Perform a batch update of the cache.
- commit(Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<Object>) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- 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
- comparator() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- compare(Object, Object) - Method in class org.apache.openjpa.kernel.exps.Coalesce
-
Compare the two values.
- compare(Object, Object) - Method in class org.apache.openjpa.kernel.exps.NullIf
-
Compare the two values.
- compare(Object, Object) - Method in class org.apache.openjpa.kernel.exps.SimpleCase
-
Compare the two values.
- compare(Object, Object) - Method in class org.apache.openjpa.meta.InheritanceComparator
- compare(Object, Object) - Method in class org.apache.openjpa.meta.MetaDataInheritanceComparator
- compareTo(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
- compareTo(Object) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- compareTo(Object) - Method in class org.apache.openjpa.util.OpenJPAId
- compareTo(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
- compareVersion(Specification) - Method in class org.apache.openjpa.conf.Specification
-
Compares major version number of the given Specification with this receiver.
- compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Casts
v1
andv2
toComparable
, and invokesv1.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.
- comparison_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- Compilation() - Constructor for class org.apache.openjpa.kernel.QueryImpl.Compilation
- compilationFromCache() - Method in class org.apache.openjpa.kernel.QueryImpl
-
Find the cached compilation for the current query, creating one if it does not exist.
- compile() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- compile() - Method in interface org.apache.openjpa.kernel.Query
-
Compile the query.
- compile() - Method in class org.apache.openjpa.kernel.QueryImpl
- concat() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- CONCAT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- conditional_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- conditional_factor() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- conditional_primary() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- conditional_term() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.
- ConfigurationState() - Constructor for class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- 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.
- connect() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
- 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 query constant value.
- constructor_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- constructor_parameter() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- constructor_parameters() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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 tooid
; otherwise returnsfalse
. - contains(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- contains(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- contains(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
- contains(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- contains(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- contains(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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_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.kernel.QueryImpl.RemoveOnCloseResultList
- containsAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- containsAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- containsAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- containsAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DistinctResultList
- containsAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- containsAll(Collection<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Returns the indexes of the oids in this cache.
- containsAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- containsClass(String) - Method in class org.apache.openjpa.util.asm.EnhancementProject
-
Return true if the project already contains the given class.
- containsKey(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- containsKey(Object) - Method in class org.apache.openjpa.util.CacheMap
- 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
- containsValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- containsValue(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
- Context - Class in org.apache.openjpa.kernel.exps
-
JPQL / Criteria Query Context
- Context(JPQLExpressionBuilder.ParsedJPQL, Subquery, Context) - Constructor for class org.apache.openjpa.kernel.exps.Context
- convert(Object, int) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Convert the given object to the given type if possible.
- convert(Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
- convert(Object, Class<?>, boolean) - Static method in class org.apache.openjpa.kernel.Filters
-
Convert the given value to the given type.
- convertSubstringArguments(ExpressionFactory, Value, Value, Value) - Static method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
Converts JPQL substring() function to OpenJPA ExpressionFactory substring() arguments.
- convertToMatchMethodArgument(Object, Method) - Static method in class org.apache.openjpa.kernel.Filters
-
Convert the given value to match the given (presumably a setter) method argument type.
- convertTypes(Value, Value) - Static method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Perform conversions to make values compatible.
- convertTypesQuotedNumbers(Value, Value) - Static method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Perform conversions to make values compatible.
- copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- 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.proxy.DelayedArrayListProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- copy(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- copy(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Copy the given oid value.
- 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
- copyArray(Object) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a new array of the same component type as the given array and containing the same elements.
- copyArray(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- copyCalendar(Calendar) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given calendar with the same information.
- copyCalendar(Calendar) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- copyCollection(Collection) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a new collection of the same type as the given one with a copy of all contained elements.
- copyCollection(Collection) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- copyCustom(Object) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given object with the same information, or null if this manager cannot copy the object.
- copyCustom(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
- copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- copyDataStoreId(Object, ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Copy the given object id value.
- copyDate(Date) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given date with the same information.
- copyDate(Date) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- copyInto(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- count() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- count() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns the number of total entries in the cache.
- count() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
. - 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 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- cpath - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- create() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress.SocketPoolableObjectFactory
- 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.
- CREATE - org.apache.openjpa.audit.AuditableOperation
- CREATE - Static variable in interface org.apache.openjpa.conf.SchemaGenerationAction
- createClass(String) - Method in class org.apache.openjpa.util.asm.EnhancementClassLoader
-
Override this method if unfound classes should be created on-the-fly.
- createCodeFormat() - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Create the embedded code format element.
- createDelegatingStoreManager() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Create a DelegatingStoreManager for use with a Broker created by this factory.
- createFactory(ClassNodeTracker) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Create a stub factory instance for the given class.
- 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. - createObjectName(JMXInstrument, Map<String, String>) - Static method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Creates an object name for the supplied instrument and key properties
- createScriptSource - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- createScriptTarget - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- createSource - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- createVariable(String, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- 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
- ctx() - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Returns the current JPQL query context.
- curChar - Variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
- current(StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
-
Return the current value of the sequence, or null if not available.
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
- CURRENT_DATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- CURRENT_TIME - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- CURRENT_TIMESTAMP - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- currentQuery() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns the current string being parsed; used for error messages.
- currentQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- CURSOR - org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
D
- databaseAction - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- DataCache - Interface in org.apache.openjpa.datacache
-
Interface that must be implemented by any level 2 cache used by OpenJPA.
- DataCacheInstrument - Interface in org.apache.openjpa.instrumentation
-
Interface for providing instrumented data cache metrics and operations.
- DataCacheJMXInstrument - Class in org.apache.openjpa.instrumentation.jmx
-
A JMX-specific instrument for the data cache
- DataCacheJMXInstrument() - Constructor for class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- DataCacheJMXInstrumentMBean - Interface in org.apache.openjpa.instrumentation.jmx
-
Simple MBean interface for providing instrumented data cache metrics and operations.
- 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 provides handle to utilities PCDataGenerator, ClearableScheduler and CacheDistributionPolicy for the cache operation.
- DataCacheManagerImpl() - Constructor for class org.apache.openjpa.datacache.DataCacheManagerImpl
- dataCacheManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- dataCacheMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- DataCacheMode - Enum in org.apache.openjpa.datacache
- 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
- DataCachePCDataImpl(Object, ClassMetaData, String) - Constructor for class org.apache.openjpa.datacache.DataCachePCDataImpl
-
Constructor.
- dataCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- DataCacheRetrieveMode - Enum in org.apache.openjpa.kernel
-
DataCache Retrieve Modes.
- 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.
- DataCacheStoreMode - Enum in org.apache.openjpa.kernel
-
DataCache Store modes
- dataCacheTimeout - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- datastore - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
- DataStoreExecutor(ExpressionStoreQuery, ClassMetaData, boolean, ExpressionParser, Object) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- DATE - Static variable in class org.apache.openjpa.meta.JavaTypes
- date_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- DATE_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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, Timestamp) - Constructor for class org.apache.openjpa.util.DateId
- DateId(Class, Date) - Constructor for class org.apache.openjpa.util.DateId
- DateId(Class, Date, boolean) - Constructor for class org.apache.openjpa.util.DateId
- datetime_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- datetime_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- datetime_primary() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- debugBytecodes(ClassNodeTracker, byte[]) - Static method in class org.apache.openjpa.enhance.ManagedClassSubclasser
- debugStream - Variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Debug output.
- decimal_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- DECIMAL_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- declareClasses(ClassNodeTracker) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Add interface or superclass declarations to the generated class.
- declareClasses(ClassNodeTracker) - Method in class org.apache.openjpa.enhance.PCDataGenerator
- declareInterface(Class<?>) - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- declareParameters(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- declareParameters(String) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Declared parameters, for query languages that use them.
- declareParameters(String) - Method in class org.apache.openjpa.kernel.QueryImpl
- decode(String) - Static method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Decodes a URL-encoded path string.
- decorate(Object, ClassNodeTracker, int[]) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Decorate the generated class.
- decorate(Object, ClassNodeTracker, int[]) - Method in class org.apache.openjpa.enhance.PCDataGenerator
- decorate(ClassNodeTracker, ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataGenerator
- decorate(ClassNodeTracker, 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() - Constructor for class org.apache.openjpa.datacache.AbstractQueryCache.Default
- Default() - Constructor for class org.apache.openjpa.kernel.QueryStatistics.Default
- DEFAULT - org.apache.openjpa.datacache.AbstractQueryCache.EvictPolicy
- DEFAULT - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
-
Constant to revert any setting back to its default value.
- DEFAULT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
Lexical state.
- DEFAULT - Static variable in class org.apache.openjpa.util.BlacklistClassResolver
- DEFAULT_ALIAS - Static variable in class org.apache.openjpa.conf.BrokerValue
- DEFAULT_STRING - Static variable in class org.apache.openjpa.meta.ClassMetaData
- DefaultCacheDistributionPolicy - Class in org.apache.openjpa.datacache
-
A default implementation that selects the cache by the type of the given managed instance.
- DefaultCacheDistributionPolicy() - Constructor for class org.apache.openjpa.datacache.DefaultCacheDistributionPolicy
- defaultName - Static variable in interface org.apache.openjpa.meta.XMLMetaData
-
JAXB XML binding default name
- 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.
- defineAndLoad(String, byte[], Class<T>) - Method in class org.apache.openjpa.util.ClassLoaderProxyService
- defineSuperclassFields(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Incorporate superclass fields redefined in this subclass into this metadata.
- DelayedArrayListProxy - Class in org.apache.openjpa.util.proxy
-
ArrayList proxy with delay loading capability.
- DelayedArrayListProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- DelayedArrayListProxy(int) - Constructor for class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- DelayedArrayListProxy(Collection) - Constructor for class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- DelayedCollectionChangeTrackerImpl - Class in org.apache.openjpa.util
-
A collection change tracker used by delay loaded collections.
- DelayedCollectionChangeTrackerImpl(Collection, boolean, boolean, boolean) - Constructor for class org.apache.openjpa.util.DelayedCollectionChangeTrackerImpl
- DelayedHashSetProxy - Class in org.apache.openjpa.util.proxy
-
HashSet proxy with delay loading capability.
- DelayedHashSetProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- DelayedHashSetProxy(int) - Constructor for class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- DelayedHashSetProxy(int, float) - Constructor for class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- DelayedHashSetProxy(Collection<?>) - Constructor for class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- DelayedLinkedHashSetProxy - Class in org.apache.openjpa.util.proxy
-
LinkedHashSet proxy with delay loading capability.
- DelayedLinkedHashSetProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- DelayedLinkedHashSetProxy(int) - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- DelayedLinkedHashSetProxy(int, float) - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- DelayedLinkedHashSetProxy(Collection<?>) - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- DelayedLinkedListProxy - Class in org.apache.openjpa.util.proxy
-
LinkedList proxy with delay loading capability.
- DelayedLinkedListProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- DelayedLinkedListProxy(Collection) - Constructor for class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- DelayedPriorityQueueProxy - Class in org.apache.openjpa.util.proxy
-
PriorityQueue proxy with delay loading capability.
- DelayedPriorityQueueProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedPriorityQueueProxy(int) - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedPriorityQueueProxy(int, Comparator) - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedPriorityQueueProxy(Collection) - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedPriorityQueueProxy(PriorityQueue) - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedPriorityQueueProxy(SortedSet) - Constructor for class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- DelayedProxy - Interface in org.apache.openjpa.util.proxy
-
Implemented by proxy classes which are delay-load capable.
- DelayedTreeSetProxy - Class in org.apache.openjpa.util.proxy
-
TreeSet proxy with delay loading capability.
- DelayedTreeSetProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- DelayedTreeSetProxy(Collection) - Constructor for class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- DelayedTreeSetProxy(Comparator) - Constructor for class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- DelayedTreeSetProxy(SortedSet) - Constructor for class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- DelayedVectorProxy - Class in org.apache.openjpa.util.proxy
-
Vector proxy with delay loading capability.
- DelayedVectorProxy() - Constructor for class org.apache.openjpa.util.proxy.DelayedVectorProxy
- DelayedVectorProxy(int) - Constructor for class org.apache.openjpa.util.proxy.DelayedVectorProxy
- DelayedVectorProxy(int, int) - Constructor for class org.apache.openjpa.util.proxy.DelayedVectorProxy
- DelayedVectorProxy(Collection) - Constructor for class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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<T> - Class in org.apache.openjpa.kernel
-
Delegating extent that also can perform exception translation for use in facades.
- DelegatingExtent(Extent<T>) - Constructor for class org.apache.openjpa.kernel.DelegatingExtent
-
Constructor; supply delegate.
- DelegatingExtent(Extent<T>, 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.
- DelegatingListIterator(ListIterator<T>) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
-
Constructor; supply delegate.
- 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<T> - Class in org.apache.openjpa.kernel
-
Delegating result list that can also perform exception translation for use in facades.
- DelegatingResultList(ResultList<T>) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
-
Constructor; supply delegate.
- DelegatingResultList(ResultList<T>, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DelegatingResultList
-
Constructor; supply delegate and exception translator.
- DelegatingResultList.DelegatingListIterator<T> - Class in org.apache.openjpa.kernel
-
Delegating iterator that also performs exception translation.
- 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
- DELETE - org.apache.openjpa.audit.AuditableOperation
- DELETE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- delete_statement() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- deleteAll() - 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() - Method in class org.apache.openjpa.kernel.QueryImpl
- deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- deleteAll(Object[]) - Method in interface org.apache.openjpa.kernel.Query
-
Deletes all of the instances that are satisfied by the query.
- deleteAll(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
- 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(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- deleteAll(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
- deleteAll(Map<?, ?>) - Method in interface org.apache.openjpa.kernel.Query
-
Deletes all of the instances that are satisfied by the query.
- deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Helper method to delete the objects found by executing a query on the given executor.
- deleteInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
- DeleteListener - Interface in org.apache.openjpa.event
-
Listener for when a persistent instance is deleted.
- delistResource(XAResource, int) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- DEPTH_INFINITE - Static variable in class org.apache.openjpa.meta.FetchGroup
-
Infinite depth.
- deRegister(ClassLoader) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
De-Register all metadata associated with the given ClassLoader.
- deregisterServiceListener(BundleContext) - Static method in class org.apache.openjpa.ee.OSGiManagedRuntime
-
Remove a service listener previously started inside
OSGiManagedRuntime.registerServiceListener(BundleContext)
. - DESC - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- descendingIterator() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- descendingIterator() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- descendingSet() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- 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
- destroyObject(PooledObject<Socket>) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress.SocketPoolableObjectFactory
- detach(Object) - Method in class org.apache.openjpa.kernel.DetachManager
-
Return a detached version of the given instance.
- 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_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_FETCH_GROUPS - Static variable in interface org.apache.openjpa.kernel.DetachState
-
Mode to detach all fields in the current fetch groups.
- DETACH_FGS - Static variable in interface org.apache.openjpa.kernel.DetachState
-
Deprecated.
- DETACH_LOADED - Static variable in interface org.apache.openjpa.kernel.DetachState
-
Mode to detach all currently-loaded fields.
- DETACH_NONE - Static variable in interface org.apache.openjpa.kernel.AutoDetach
-
Do not detach at all.
- DETACH_NONTXREAD - Static variable in interface org.apache.openjpa.kernel.AutoDetach
-
Detach context on any nontransctional read, such that each nontransactional operation uses a new persistence context in essence.
- DETACH_ROLLBACK - Static variable in interface org.apache.openjpa.kernel.AutoDetach
-
Detach context on failed transaction commit / rollback.
- detachAll(Collection) - Method in class org.apache.openjpa.kernel.DetachManager
-
Return detached versions of all the given instances.
- detachAll(Collection<StateManagerImpl>) - Method in class org.apache.openjpa.kernel.DetachManagerLite
-
This method will detach all provided StateManagers 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(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- detachAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Detach all objects in place.
- detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- detachAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- detachAll(OpCallbacks, boolean) - Method in interface org.apache.openjpa.kernel.Broker
-
Detach all objects in place, with the option of performing a flush before doing the detachment.
- detachAll(OpCallbacks, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- detachAll(OpCallbacks, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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 aDetachedStateManager
. - 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.
- DetachManagerLite - Class in org.apache.openjpa.kernel
-
Handles detaching instances.
- DetachManagerLite(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.kernel.DetachManagerLite
- 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.FetchGroups - Class in org.apache.openjpa.conf
-
Public to allow reflection.
- DetachOptions.Loaded - Class in org.apache.openjpa.conf
-
Detach loaded state.
- 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
- DIGIT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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.ApplicationIdToolTask
- dirName - Variable in class org.apache.openjpa.ant.PCEnhancerTask
- dirty(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- dirty(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- 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(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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(String) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- dirty(String) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- dirty(String) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- dirty(Proxy, boolean) - Static method in class org.apache.openjpa.util.Proxies
-
Used by proxy types to dirty their owner.
- dirtyCheck() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Checks whether or not
_pc
is dirty. - dirtyCheck(StateManager) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Call
StateManagerImpl.dirtyCheck()
if the argument is aStateManagerImpl
. - 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
- disable() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- disable() - Method in interface org.apache.openjpa.datacache.CacheStatisticsSPI
-
Disable statistics collection.
- DISABLE_SELECTIVE - org.apache.openjpa.datacache.DataCacheMode
-
All entities except those which are explicitly excluded will be cached.
- disable_tracing() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Disable tracing.
- disableDynamicAgent() - Static method in class org.apache.openjpa.enhance.PCEnhancerAgent
- distinct - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- distinct() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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 interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return distinct values of the given value.
- distinct(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- DISTINCT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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_path() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- DISTINCT_TRUE - Static variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- DistinctResultList<E> - Class in org.apache.openjpa.kernel
-
An immutable list that imposes uniqueness on its member.
- DistinctResultList(ResultList<E>, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.kernel.DistinctResultList
- DIV - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- divide(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Divide the given values.
- 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
- Done() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Set buffers back to null when finished.
- doNonTransactionalWork(Runnable) - Method in class org.apache.openjpa.ee.AbstractManagedRuntime
-
Do a unit of work which will execute outside of the current managed transaction.
- doNonTransactionalWork(Runnable) - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
-
Delegate nonTransactional work to the appropriate managed runtime.
- doNonTransactionalWork(Runnable) - Method in interface org.apache.openjpa.ee.ManagedRuntime
-
Do a unit of work which will execute outside of the current managed transaction.
- doNonTransactionalWork(Runnable) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
-
RegistryManagedRuntime cannot suspend transactions.
- doNonTransactionalWork(Runnable) - Method in class org.apache.openjpa.ee.WASRegistryManagedRuntime
-
RegistryManagedRuntime cannot suspend transactions, but WebSphere provides an interface to submit work outside of the current tran.
- DOT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- DOUBLE - Static variable in class org.apache.openjpa.meta.JavaTypes
- DOUBLE_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
- DoubleId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for double fields. - DoubleId(Class, double) - Constructor for class org.apache.openjpa.util.DoubleId
- DoubleId(Class, double, boolean) - Constructor for class org.apache.openjpa.util.DoubleId
- DoubleId(Class, Double) - Constructor for class org.apache.openjpa.util.DoubleId
- DoubleId(Class, String) - Constructor for class org.apache.openjpa.util.DoubleId
- 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 class org.apache.openjpa.meta.NoneMetaDataFactory
- 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 - Static variable in interface org.apache.openjpa.conf.SchemaGenerationAction
- DROP_AND_CREATE - Static variable in interface org.apache.openjpa.conf.SchemaGenerationAction
- dropScriptSource - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- dropScriptTarget - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- dropSource - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- dump() - Method in class org.apache.openjpa.conf.MetaDataCacheMaintenance
- dump() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- dump(PrintStream) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- dump(PrintStream) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- dump(PrintStream) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Dumps on the given output stream.
- dump(PrintStream) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- dump(PrintStream, String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
-
Debugging method to output a parse tree.
- dump(PrintStream, String, boolean) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- dump(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
-
Debugging method.
- dynamicDataStructs - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- dynamicEnhancementAgent - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- DynamicPersistenceCapable - Interface in org.apache.openjpa.enhance
-
Instances that implement this marker interface are dynamically-generated subtypes of managed types that were loaded before being enhanced.
- 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
- DynamicTCPRemoteCommitProvider - Class in org.apache.openjpa.event
- DynamicTCPRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.DynamicTCPRemoteCommitProvider
E
- eagerInitialization - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- element() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- ELEMENT - Static variable in interface org.apache.openjpa.meta.Order
-
Token denoting to order by the element value.
- ELEMENT - Static variable in interface org.apache.openjpa.meta.XMLMetaData
- elementAt(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- elements() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- ELSE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- EMPTY - Static variable in class org.apache.openjpa.meta.AccessCode
- 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_collection_comparison_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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_NON_PERSISTENT - Static variable in class org.apache.openjpa.meta.MetaDataRepository
- EMPTY_OBJECTS - Static variable in interface org.apache.openjpa.kernel.StoreQuery
- EMPTY_ORDERED_PARAMS - 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
- EMPTY_XMLMETAS - Variable in class org.apache.openjpa.meta.MetaDataRepository
- 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
- enable() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
SPI implementation
- enable() - Method in interface org.apache.openjpa.datacache.CacheStatisticsSPI
-
Enable statistics collection.
- ENABLE_SELECTIVE - org.apache.openjpa.datacache.DataCacheMode
-
Only the entities which are configured to be in the cache will be cached.
- enable_tracing() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Enable tracing.
- encryptionProvider - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- end - Variable in class org.apache.openjpa.kernel.StoreQuery.Range
- END - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- endColumn - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The column number of the last character of this Token.
- endConfiguration() - Method in class org.apache.openjpa.audit.AuditLogger
- endConfiguration() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- endConfiguration() - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- endConfiguration() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- endConfiguration() - Method in class org.apache.openjpa.datacache.DefaultCacheDistributionPolicy
- endConfiguration() - Method in class org.apache.openjpa.datacache.PartitionedDataCache
- endConfiguration() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
- endConfiguration() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
- endConfiguration() - Method in class org.apache.openjpa.ee.WASManagedRuntime
-
EndConfiguration stub.
- endConfiguration() - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
- endConfiguration() - Method in class org.apache.openjpa.event.DynamicTCPRemoteCommitProvider
- 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.validation.ValidatingLifecycleEventManager
- endLine - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The line number of the last character of this Token.
- 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() - Method in interface org.apache.openjpa.kernel.LockManager
-
Notification that the current transaction has ended.
- endTransaction(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
End the current transaction, making appropriate state transitions.
- 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_INTERFACE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- ENHANCE_NONE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- ENHANCE_PC - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- EnhancementClassLoader - Class in org.apache.openjpa.util.asm
-
A special ClassLoader to handle classes currently under bytecode enhancement.
- EnhancementClassLoader(EnhancementProject) - Constructor for class org.apache.openjpa.util.asm.EnhancementClassLoader
- EnhancementClassLoader(EnhancementProject, ClassLoader) - Constructor for class org.apache.openjpa.util.asm.EnhancementClassLoader
- EnhancementProject - Class in org.apache.openjpa.util.asm
-
Keep track of classes under enhancement.
- EnhancementProject() - Constructor for class org.apache.openjpa.util.asm.EnhancementProject
- ENHANCER_VERSION - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- enlistResource(XAResource) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- ENONTRANS - Static variable in class org.apache.openjpa.kernel.PCState
-
Embedded-Nontransactional
- ensureCapacity(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- enter(Expression) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
- enter(Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
-
Enter an expression.
- enter(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
- enter(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
-
Enter a value.
- entity_bean_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entity_bean_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entity_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entity_type_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entity_type_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entity_type_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- entityTimestampMap - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
- ENTRY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- ENUM - Static variable in class org.apache.openjpa.meta.JavaTypes
- enum_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- enum_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- enum_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- enum_primary() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- EOF - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
End of File.
- EQ - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- EQ() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.conf.Specification
-
Affirms if the given argument is equal to this receiver.
- 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.event.TCPRemoteCommitProvider.HostAddress
- equals(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
- 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.exps.CandidatePath
- equals(Object) - Method in class org.apache.openjpa.kernel.exps.CandidatePath.Traversal
- 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
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- equals(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- ESCAPE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- escape_character() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Coalesce
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Exp
-
Evaluate the expression for the given context candidate and original candidate.
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.NullIf
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.SimpleCase
- eval(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Val
-
Return this value for the given candidate.
- eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
-
Parse the given query string.
- eval(Object, ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
- eval(Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Coalesce
- eval(Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.NullIf
- eval(Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.SimpleCase
- eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
-
Parse the given value clauses.
- eval(String[], ExpressionStoreQuery, ExpressionFactory, ClassMetaData) - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
- 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(Collection, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Exp
-
Evaluate the expression for the given group.
- evalFetchJoins(QueryExpressions) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- evalSetClause(QueryExpressions) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in 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, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
-
Deprecated.
- evaluate(Object, Object, Object[], OpenJPAStateManager) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
- evaluate(Object, Object, Object[], OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
- evaluate(Object, Object, Object[], OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.StoreQuery
- evaluate(Object, Object, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Exp
-
Evaluate the expression for the given candidate.
- 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, Class[], Collection, StoreContext) - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
-
Return the value of this aggregate.
- 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(Collection, StoreContext, Object[]) - Method in class org.apache.openjpa.kernel.exps.Exp
-
Evaluate the expression for the given candidate group.
- eventFired(BrokerFactoryEvent) - Method in interface org.apache.openjpa.event.BrokerFactoryListener
-
Invoked after a
BrokerFactory
has been fully created. - eventManager - Variable in class org.apache.openjpa.event.AbstractRemoteCommitProvider
- 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(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Evict the given object.
- evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- evict(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- evict(Clearable) - Method in class org.apache.openjpa.datacache.ClearableScheduler
- evictAll(Collection, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Evict the given objects.
- evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- evictAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- evictAll(Extent, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Evict all persistent-clean and persistent-nontransactional instances in the given
Extent
. - evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- evictAll(Extent, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- evictAll(OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Evict all clean objects.
- evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- evictAll(OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- evictPolicy - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
- 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() - Method in interface org.apache.openjpa.kernel.Query
-
Execute.
- execute() - Method in class org.apache.openjpa.kernel.QueryImpl
- execute(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- execute(Object[]) - Method in interface org.apache.openjpa.kernel.Query
-
Execute with parameter array.
- execute(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
- execute(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- execute(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
- execute(Map<?, ?>) - Method in interface org.apache.openjpa.kernel.Query
-
Execute with parameter map.
- execute(OpenJPAStateManager, StoreManager, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FinderQuery
-
Execute the query for a given instance.
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- executeDelete(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- executeDelete(StoreQuery, Object[]) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Deleted the objects that result from the execution of the query, retuning the number of objects that were deleted.
- executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Create a
ResultObjectProvider
that can return all instances oftype
, optionally including subclasses as defined bysubclasses
. - 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.ApplicationIdToolTask
- executeOn(String[]) - Method in class org.apache.openjpa.ant.MetaDataToolTask
- executeOn(String[]) - Method in class org.apache.openjpa.ant.PCEnhancerTask
- executeQuery(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Execute the given expression against the given candidate extent.
- executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the result of executing this query with the given parameter values.
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- 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.
- 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.
- EXISTS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- exists_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- exit(Expression) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
- exit(Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
-
Leave an expression.
- exit(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
- exit(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionVisitor
-
Leave a value.
- Exp - Class in org.apache.openjpa.kernel.exps
-
An in-memory representation of an
Expression
. - Exp() - Constructor for class org.apache.openjpa.kernel.exps.Exp
- ExpandBuff(boolean) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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.
- EXPLICIT - Static variable in class org.apache.openjpa.meta.AccessCode
- EXPONENT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- Expression - Interface in org.apache.openjpa.kernel.exps
-
Interface for a set of conditions that must be met for the query to be true.
- ExpressionFactory - Interface in org.apache.openjpa.kernel.exps
-
The ExpressionFactory must be implemented by a particular runtime to form
Expression
s in its native query language. - ExpressionParser - Interface in org.apache.openjpa.kernel.exps
-
Parser for query languages that will be used by a
ExpressionQuery
. - ExpressionStoreQuery - Class in org.apache.openjpa.kernel
-
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.
- ExpressionStoreQuery(ExpressionParser) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Construct a query with a parser for the language.
- ExpressionStoreQuery.AbstractExpressionExecutor - Class in org.apache.openjpa.kernel
-
Provides support for queries that hold query information in a
QueryExpressions
instance. - ExpressionStoreQuery.DataStoreExecutor - Class in org.apache.openjpa.kernel
-
The DataStoreExecutor executes the query against the implementation's overridden
ExpressionStoreQuery.DataStoreExecutor.executeQuery(org.apache.openjpa.kernel.StoreQuery, java.lang.Object[], org.apache.openjpa.kernel.StoreQuery.Range)
method. - ExpressionStoreQuery.InMemoryExecutor - Class in org.apache.openjpa.kernel
-
Runs the expression query in memory.
- ExpressionVisitor - Interface in org.apache.openjpa.kernel.exps
-
Visits nodes of a query expression tree.
- extendedPathLookup - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- Extensions - Class in org.apache.openjpa.meta
-
Vendor extensions.
- Extensions() - Constructor for class org.apache.openjpa.meta.Extensions
- Extent<T> - Interface in org.apache.openjpa.kernel
-
Representation of all members of a persistent class.
- ExtentImpl<T> - Class in org.apache.openjpa.kernel
-
Representation of all members of a persistent class.
- extentIterator(Class<?>, boolean, FetchConfiguration, boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return an iterator over all instances of the given type.
- 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
F
- factory - Variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- Factory(ObjectFactory<T>, Method) - Constructor for class org.apache.openjpa.kernel.FillStrategy.Factory
- fetch(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetch(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetch(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetch(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the externalized value of the field with the given index as an object.
- fetch(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- FETCH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- fetch_join() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- FETCH_LOAD - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
-
Constant indicating that a field requires a fetch and load of fetched data.
- FETCH_NONE - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
-
Constant indicating that a field does not require fetching.
- FETCH_REF - Static variable in interface org.apache.openjpa.kernel.FetchConfiguration
-
Constant indicating that a reference to the field's value must be fetched, but loading data is not necessary.
- 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.
- 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
- fetchDynamicAddresses() - Method in class org.apache.openjpa.event.DynamicTCPRemoteCommitProvider
- 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 meta-data.
- fetchGroupContainsAll - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- fetchGroupContainsDefault - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- fetchGroupIsPUDefault - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- fetchGroups - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- fetchGroups - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- FetchGroups() - Constructor for class org.apache.openjpa.conf.DetachOptions.FetchGroups
- 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
- fetchInnerPaths - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetchInt(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetchInt(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchInt(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the external value of the given field.
- fetchInt(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchIntField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
-
Return the value of the given field.
- fetchIntField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchIntField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetchLong(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetchLong(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchLong(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the external value of the given field.
- fetchLong(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchLongField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
-
Return the value of the given field.
- fetchLongField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchLongField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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 interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Fetch an object field by index.
- fetchObjectField(int) - Method in class org.apache.openjpa.kernel.SaveFieldManager
- fetchObjectField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchObjectId() - Method in interface org.apache.openjpa.enhance.StateManager
-
Return the object id, assigning it if necessary.
- fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetchObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetchObjectId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchObjectId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchPaths - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetchShort(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetchShort(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchShort(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the external value of the given field.
- fetchShort(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchShortField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
-
Return the value of the given field.
- fetchShortField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchShortField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- fetchString(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- fetchString(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchString(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the external value of the given field.
- fetchString(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- fetchStringField(int) - Method in interface org.apache.openjpa.enhance.FieldSupplier
-
Return the value of the given field.
- fetchStringField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- fetchStringField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- field - Variable in class org.apache.openjpa.kernel.exps.CandidatePath.Traversal
- FIELD - Static variable in class org.apache.openjpa.meta.AccessCode
- 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.
- FieldMetaData.MemberProvider - Class in org.apache.openjpa.meta
-
Serializable wrapper around a
Method
orField
. - 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
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.Array
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.Assign
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.Bean
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.Factory
- fill(Object[], Class<?>[], String[]) - Method in interface org.apache.openjpa.kernel.FillStrategy
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.Map
- fill(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.FillStrategy.NewInstance
- FillBuff() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- FillStrategy<T> - Interface in org.apache.openjpa.kernel
-
A strategy to fill data into a
ResultShape
. - FillStrategy.Array<T> - Class in org.apache.openjpa.kernel
-
Fills an array of given type.
- FillStrategy.Assign<T> - Class in org.apache.openjpa.kernel
-
Populate an instance by simply assigning the 0-th element of the input values.
- FillStrategy.Bean<T> - Class in org.apache.openjpa.kernel
-
Create and populate a bean by invoking setter methods identified by alias name with each array element value as argument.
- FillStrategy.Factory<T> - Class in org.apache.openjpa.kernel
-
Populate an instance created by given factory using a given put(key,value) method.
- FillStrategy.Map<T> - Class in org.apache.openjpa.kernel
-
Construct and populate an instance by invoking the put method with each alias as key and element of the given array of values.
- FillStrategy.NewInstance<T> - Class in org.apache.openjpa.kernel
-
Construct and populate an instance by the given constructor and arguments.
- 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.FinalizingBrokerImpl
-
Close on finalize.
- FinalizingBrokerImpl - Class in org.apache.openjpa.kernel
-
Subtype of
BrokerImpl
that automatically closes itself during finalization. - FinalizingBrokerImpl() - Constructor for class org.apache.openjpa.kernel.FinalizingBrokerImpl
- find(Object, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- find(Object, boolean, FindCallbacks) - 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 class org.apache.openjpa.kernel.BrokerImpl
- find(Object, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- find(Object, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the object with the given oid.
- find(Object, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Internal finder.
- findAll(Collection<Object>, boolean, FindCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the objects with the given oids.
- findAll(Collection<Object>, FetchConfiguration, BitSet, Object, int) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the objects with the given oids.
- findAll(Collection, boolean, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- 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.BrokerImpl
- findAll(Collection, FetchConfiguration, BitSet, Object, int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- findAll(Collection, FetchConfiguration, BitSet, Object, int, FindCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Internal finder.
- 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 instance for the given oid/object , or null if not found in the L1 cache.
- FindCallbacks - Interface in org.apache.openjpa.kernel
-
Allows facades to control the particulars of the find operation through callbacks.
- findClass(String) - Method in class org.apache.openjpa.util.asm.EnhancementClassLoader
- findContext(String) - Method in class org.apache.openjpa.kernel.exps.Context
-
Given an alias find the context of its associated variable where it is defined.
- findCopyConstructor(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Find an appropriate copy constructor for the given type, or return null if none.
- FinderCache<K,V,R> - Interface in org.apache.openjpa.kernel
-
A cache to create and maintain
finder queries
. - finderCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- FinderQuery<K,V,R> - Interface in org.apache.openjpa.kernel
-
A finder query is a query for an instance of a class by its primary key.
- findField(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the field with the given name, optionally throwing an exception if none.
- findGetter(Class, Method) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return the getter corresponding to the given setter, or null.
- findGetter(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the getter method matching the given property name, optionally throwing an exception if none.
- findSetter(Class, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the setter method matching the given property name, optionally throwing an exception if none.
- findSetter(Class, String, Class, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the setter method matching the given property name, optionally throwing an exception if none.
- 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.
- findVariable(String) - Method in class org.apache.openjpa.kernel.exps.Context
-
Given an alias find the variable in JPQL contexts.
- 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(Object, Object) - Method in class org.apache.openjpa.event.BrokerFactoryEventManager
- fireEvent(Object, Object) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
- fireEvent(Object, Object) - Method in class org.apache.openjpa.event.TransactionEventManager
-
Fire the given event to all registered listeners.
- fireEvent(Object, Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Fire lifecycle event to all registered listeners.
- fireEvent(Object, Object, ClassMetaData, int) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- fireEvent(Object, ClassMetaData, int) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Fire lifecycle event to all registered listeners without an argument.
- fireEvent(Object, ClassMetaData, int) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- fireEvent(RemoteCommitEvent) - Method in class org.apache.openjpa.event.AbstractRemoteCommitProvider
-
Fire a remote commit event via the cached event manager.
- fireLocalStaleNotification(Object) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Fire an event to local listeners only notifying them of a detected stale record.
- first() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- firstElement() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- flags - Variable in class org.apache.openjpa.ant.ApplicationIdToolTask
- flags - Variable in class org.apache.openjpa.ant.MetaDataToolTask
- flags - Variable in class org.apache.openjpa.ant.PCEnhancerTask
- Flags() - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool.Flags
- Flags() - Constructor for class org.apache.openjpa.enhance.PCEnhancer.Flags
- Flags() - Constructor for class org.apache.openjpa.meta.MetaDataTool.Flags
- FLOAT - Static variable in class org.apache.openjpa.meta.JavaTypes
- FLOAT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
- FloatId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for float fields. - FloatId(Class, float) - Constructor for class org.apache.openjpa.util.FloatId
- FloatId(Class, float, boolean) - Constructor for class org.apache.openjpa.util.FloatId
- FloatId(Class, Float) - Constructor for class org.apache.openjpa.util.FloatId
- FloatId(Class, String) - Constructor for class org.apache.openjpa.util.FloatId
- floor(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- 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() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- flush(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Flush the transactional state to the data store.
- flush(Collection<OpenJPAStateManager>) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Breaks down
states
based on the objects' current states, and delegates toAbstractStoreManager.flush(Collection,Collection,Collection,Collection,Collection)
. - flush(Collection<OpenJPAStateManager>) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- flush(Collection<OpenJPAStateManager>) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- flush(Collection<OpenJPAStateManager>) - 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(Collection<OpenJPAStateManager>, Collection<OpenJPAStateManager>, Collection<OpenJPAStateManager>, Collection<OpenJPAStateManager>, Collection<OpenJPAStateManager>) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Responsible for writing modifications happened back to the data store.
- 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.
- from - Variable in class org.apache.openjpa.kernel.exps.Context
- FROM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- from_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- from_item() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- fromPKValues(Object[], ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return a new object id constructed from the given primary key values.
- functions_returning_datetime() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- functions_returning_numerics() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- functions_returning_strings() - Method in class org.apache.openjpa.kernel.jpql.JPQL
G
- GE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- GE() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- GENERAL - Static variable in interface org.apache.openjpa.util.ExceptionInfo
- general_case_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- general_identification_variable() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- generalCaseExpression(Expression[], Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a general case expression
- generalCaseExpression(Expression[], Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- 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(String, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
- GeneralException(Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
- GeneralException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.GeneralException
- GeneralException(Localizer.Message, 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.
- GeneratedClasses - Class in org.apache.openjpa.util
-
Utility methods when generating classes, including at runtime.
- GeneratedClasses() - Constructor for class org.apache.openjpa.util.GeneratedClasses
- generateFieldValue(StoreContext, FieldMetaData) - Static method in class org.apache.openjpa.util.ImplHelper
-
Generate a value for the given metadata, or return null.
- generateIdentityValue(StoreContext, ClassMetaData, int) - Static method in class org.apache.openjpa.util.ImplHelper
-
Generate a value for the given metadata, or return null.
- generateParseException() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Generate ParseException.
- generatePCData(Object, ClassMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
Return a
PCData
instance for the given oid and metadata. - generateProxyBeanBytecode(Class, boolean, String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a bean proxy for the given type.
- generateProxyCalendarBytecode(Class, boolean, String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a calendar proxy for the given type.
- generateProxyCollectionBytecode(Class, boolean, String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a collection proxy for the given type.
- generateProxyDateBytecode(Class, boolean, String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a date proxy for the given type.
- generateProxyMapBytecode(Class, boolean, String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a map proxy for the given type.
- generateStorage(int[], Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Generate a generic
DynamicStorage
instance with the given array ofJavaTypes
constants and the given object as the user key for generation. - get(int) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
- get(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- get(int) - Method in class org.apache.openjpa.kernel.DistinctResultList
- get(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- get(int) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- get(int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- get(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- get(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- 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(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- get(Object) - Method in class org.apache.openjpa.util.CacheMap
- get(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- get(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- get(Object, FieldMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return the given primary key field value from the given oid.
- get(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Get the PreparedQuery with the given identifier if it exists. null otherwise.
- get(K, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Get the FinderQuery for the given key.
- get(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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(ConfigurationProvider) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
-
Extract the value of this property if set in the given provider.
- get(FieldMetaData, boolean) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
Traverse into the given field of the current object, and update the current object to that field value.
- get(FieldMetaData, boolean) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the given field of the current object, and update the current object to that field value.
- get(FieldMetaData, XMLMetaData) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- get(FieldMetaData, XMLMetaData) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the given field that maps to xml column, and update the current object to that field value.
- get(XMLMetaData, String) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- get(XMLMetaData, String) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the gevin xpath name of the current object, and update the current object to that xpath field.
- getAccessPath() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return the recorded query access path.
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getAccessPathMetaDatas(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return an array of all persistent classes used in this query, or empty array if unknown.
- getAccessType() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The access type used by this class.
- getAccessType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Gets the access type used by this field.
- getAccessUnloaded() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to allow access to unloaded detached fields.
- getAcessPathClassNames() - Method in class org.apache.openjpa.datacache.QueryKey
-
Returns the set of the accessPathClassnames that exists in the query
- 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.
- getAddress() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- 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
AggregateListener
s to use. - getAggregateListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getAggregateListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getAggregateListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
-
The set of aggregate listeners.
- getAggregateListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
- getAlias() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getAlias() - Method in class org.apache.openjpa.kernel.exps.Val
- getAlias() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return select item alias
- 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() - Method in class org.apache.openjpa.kernel.ResultShape
- getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- 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.
- getAliasNames() - Method in class org.apache.openjpa.meta.MetaDataRepository
- getAll(List<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Returns the objects for the given key List.
- getAll(List<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Gets objects from the caches for a given list of keys.
- getAll(List<Object>) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- getAllEntityTimestamp(List<String>) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Returns a list of timestamps in the form of Long objects which are the last updated time stamps for the given entities in the keylist.
- getAllocate() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Sequence values to allocate, or -1 for default.
- getAllowReferenceToSiblingContext() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getAllowReferenceToSiblingContext() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getAllowReferenceToSiblingContext() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Affirms if this context will allow its managed instances to refer instances that are managed by other contexts.
- getAllowsDuplicateListener() - Method in class org.apache.openjpa.conf.CallbackOptions
-
Flags if duplicate listeners are allowed to handle the same callback event.
- getAllowsMultipleMethodsForSameCallback() - Method in class org.apache.openjpa.conf.CallbackOptions
-
Flags if multiple methods of the same class can handle the same callback event.
- getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getAscending(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the ordering direction for all ordering clauses, or empty array if none.
- 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.
- getAssociationType() - Method in class org.apache.openjpa.meta.FieldMetaData
- getAuditedTypes() - Method in class org.apache.openjpa.kernel.AuditManager
- getAuditor() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the plug-in string of
Auditor
specified in this configuration. - getAuditor() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getAuditor() - Method in class org.apache.openjpa.kernel.AuditManager
- getAuditorInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the singular instance of
Auditor
associated with this configuration. - getAuditorInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.conf.Compatibility
-
Whether to turn collection/map tracing off in case of more number of modifications.
- 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() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Return the backing member supplied in
FieldMetaData.backingMember(java.lang.reflect.Member)
. - getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Gets the backing member of the given field.
- getBackingMember(FieldMetaData) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Return the backing member for the given field metadata.
- getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- getBase() - Method in class org.apache.openjpa.meta.InheritanceComparator
- getBeanStylePropertyNames(Class<?>) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets all bean-style property names of the given Class or its superclass.
- getBeginColumn() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- getBeginLine() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- getBehavior() - Method in class org.apache.openjpa.kernel.AttachManager
-
Return the behavior supplied on construction.
- getBoolean(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the boolean at the given index.
- getBoolean(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getBoolean(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- 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.
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getBroker() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Get the broker that is used to service this proxy.
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getBroker() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getBroker(PersistenceCapable) - Method in class org.apache.openjpa.kernel.AuditManager
-
Extracts the broker from the given persistence capable instance.
- getBrokerFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The
BrokerFactory
class to use. - getBrokerFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getBrokerFactory() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
- getBrokerFactory() - Static method in class org.apache.openjpa.kernel.Bootstrap
-
Return a pooled factory for the default configuration.
- getBrokerFactory() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the factory that produced this broker.
- getBrokerFactory() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getBrokerFactory() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getBrokerFactory() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getBrokerFactory(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.kernel.Bootstrap
-
Return a pooled factory for the given configuration.
- getBrokerFactoryEventManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the
BrokerFactoryEventManager
associated with this configuration. - getBrokerFactoryEventManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getBrokerImpl() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin string of the
BrokerImpl
extension to create. - getBrokerImpl() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getByte(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the byte at the given index.
- getByte(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getByte(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- 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. - getCache() - Method in interface org.apache.openjpa.kernel.PCData
-
Get the name of the cache where this data is stored.
- getCache() - Method in class org.apache.openjpa.kernel.PCDataImpl
- getCacheableData(Object) - Method in interface org.apache.openjpa.conf.CacheMarshaller.ValidationPolicy
-
Return an object that the
CacheMarshaller
should store. - getCacheableData(Object) - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- getCacheDistributionPolicy() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the plug-in string that described the policy to distribute cached instances across named partitions of L2 data cache.
- getCacheDistributionPolicy() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCacheDistributionPolicyInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the policy object that determines distribution of cached instances across named partitions of L2 data cache.
- getCacheDistributionPolicyInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCachedMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the cached metadata for the given class, without any resolution.
- getCachedMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
This method returns the ClassMetaData whose described type name matches the typeName parameter.
- getCachedQueryMetaData(Class<?>, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
- getCachedQueryMetaData(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.
- getCacheDurationMillis() - Method in class org.apache.openjpa.event.DynamicTCPRemoteCommitProvider
- getCachedXMLMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the cached XMLClassMetaData for the given class Return null if none.
- getCacheEnabled() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Returns tri-state status on whether this class has been enabled for caching.
- getCacheFinderQuery() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
-
Returns the underlying
CacheMap
that this cache is using. - getCacheMap() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
-
Returns the underlying
CacheMap
that this cache is using. - getCacheMarshallerInstances() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the cache marshaller listeners.
- getCacheMarshallerInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCacheMarshallers() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
A comma-separted list of the plugin strings specifying the
CacheMarshaller
s to use. - getCacheMarshallers() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCacheName() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getCacheName() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the name of the cache
- getCacheNonDefaultFetchPlanQueries() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether the SQL generated for queries executed with a modified fetch plan are cached.
- getCachePreparedQuery() - Method in interface org.apache.openjpa.kernel.Broker
-
Affirms if this receiver is caching prepared queries.
- getCachePreparedQuery() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getCachePreparedQuery() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getCacheRetrieveMode() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getCacheRetrieveMode() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Gets the current retrieve mode for data cache.
- getCacheRetrieveMode() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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.
- getCacheStatistics() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getCacheStatistics() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the CacheStatistics for the cache.
- getCacheStoreMode() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getCacheStoreMode() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Gets the current storage mode for data cache.
- getCacheStoreMode() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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
- getCallbackOptions() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Options for configuring callbacks as a String.
- getCallbackOptions() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCallbackOptionsInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Options for configuring callbacks.
- getCallbackOptionsInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- getCandidateMetaData(JPQLExpressionBuilder.JPQLNode) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getCandidateType() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getCandidateType() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- getCandidateType() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL
-
Public for unit testing purposes.
- getCandidateType() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the class of the objects that this query will return, or
null
if this information is not available / not relevant. - getCandidateType() - Method in class org.apache.openjpa.kernel.QueryImpl
- getCandidateType() - Method in class org.apache.openjpa.meta.QueryMetaData
-
The query candidate class, or null if none.
- 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
- getCascadeDetach() - Method in class org.apache.openjpa.meta.FieldMetaData
- getCascadeDetach() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Cascade behavior for detach operation.
- getCascadeDetach() - 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
- getCascadeWithDetach() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether openjpa will always cascade on detach, regardless of the cascade setting.
- getCatalog() - Method in class org.apache.openjpa.meta.SequenceMetaData
- getCause() - Method in interface org.apache.openjpa.util.ExceptionInfo
-
Returns the first
Throwable
fromExceptionInfo.getNestedThrowables()
in order to conform toThrowable.getCause()
in Java 1.4+. - getCause() - Method in exception org.apache.openjpa.util.OpenJPAException
-
Returns the first
Throwable
fromOpenJPAException.getNestedThrowables()
in order to conform toThrowable.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 class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getChangeTracker() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getChangeTracker() - Method in interface org.apache.openjpa.util.Proxy
-
Return the change tracker for this proxy, or null if none.
- getChannel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
-
The channel to log to.
- getChar(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the char at the given index.
- getChar(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getChar(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getCheckDatabaseForCascadePersistToDetachedEntity() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA will check the database for an Entity when cascading a persist to another Entity.
- getChild(int) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- getChildCount() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- getChildren() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets all the child shapes.
- getClass(ClassLoader, String) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- getClassAnnotations() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return class-level annotations.
- getClassBytes(String) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- 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 class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getClassLoader() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the current thread's class loader at the time this context was obtained.
- getClassLoader() - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- getClassLoader() - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
- 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
- getClassNode() - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- 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
- getClearableScheduler() - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the runnable which schedules evictions.
- getClearableScheduler() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- 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.
- getClosestAliasName(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
- 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.
- getColNumber() - Method in class org.apache.openjpa.meta.ClassMetaData
- getColNumber() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- getColNumber() - Method in class org.apache.openjpa.meta.QueryMetaData
- getColNumber() - Method in class org.apache.openjpa.meta.SequenceMetaData
- getColumn() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Deprecated.
- getComments() - Method in class org.apache.openjpa.meta.ClassMetaData
- getComments() - Method in class org.apache.openjpa.meta.FieldMetaData
- getComments() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- getComments() - Method in class org.apache.openjpa.meta.QueryMetaData
- getComments() - Method in class org.apache.openjpa.meta.SequenceMetaData
- getCommonSuperClass(String, String) - Method in class org.apache.openjpa.util.asm.BCClassWriter
- 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
- getCompatibility() - Method in class org.apache.openjpa.conf.Specification
-
Return the compatibility object associated with this Specification instance.
- getCompatibilityInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Backwards compatibility options.
- getCompatibilityInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
If a Compatibility instance is associated with the Specification, we will configure this Compatibility instance instead of instantiating a new one so that the compatibility flags set in compliance with the Specification can be preserved.
- getCompilation() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
- getCompilation() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
- getCompilation() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getCompilation() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
- getCompilation() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the query's compilation state.
- getCompilation() - Method in class org.apache.openjpa.kernel.QueryImpl
- getCompilation() - Method in interface org.apache.openjpa.kernel.StoreQuery
-
Get the current compilation for this query.
- getComponent(int) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
-
Gets the component metadata at the given part index.
- getComponentCount() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
-
Gets the number of component metadata contained in this metada.
- getComponents() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- getCompositeTypes() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the list of classes to compose this shape and all its children.
- getConfigId() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getConfigId() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getConfigId() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getConfigId() - Method in interface org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Sets the config id for the instrument.
- 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
- getConnectionFactory() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return the 'JTA' ConnectionFactory, looking it up from JNDI if needed.
- getConnectionFactory() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getConnectionFactory() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the 'JTA' ConnectionFactory, looking it up from JNDI if needed.
- getConnectionFactory2() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The non-XA connection factory.
- getConnectionFactory2() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getConnectionFactory2() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return the 'NonJTA' ConnectionFactory, looking it up from JNDI if needed.
- getConnectionFactory2() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getConnectionFactory2() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the 'NonJTA' ConnectionFactory, looking it up from JNDI if needed.
- 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
- getConnectionFactory2Name() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return the 'NonJTA' ConnectionFactoryName.
- getConnectionFactory2Name() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getConnectionFactory2Name() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the 'NonJTA' ConnectionFactoryName.
- 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
- getConnectionFactoryName() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return the 'JTA' connectionFactoryName
- getConnectionFactoryName() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getConnectionFactoryName() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the 'JTA' connectionFactoryName
- 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.
- getContainedBy() - Method in class org.apache.openjpa.meta.FetchGroup
-
Gets the name of the fetch groups in which this receiver has been included.
- 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 associated 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.
- getContextRef() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getContextRef() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getContextRef() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getContextRef() - Method in interface org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Gets the context reference for the instrument.
- getConverter() - Method in class org.apache.openjpa.meta.FieldMetaData
- getConvertPositionalParametersToNamed() - Method in class org.apache.openjpa.conf.Compatibility
- getCopyFieldState() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
-
Whether this savepoint copies the field values of retained instances.
- getCopyNew() - Method in class org.apache.openjpa.kernel.AttachManager
-
Return whether to copy new instances being persisted.
- getCopyObjectIds() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to copy identity objects before returning them to client code.
- getCopyOnDetach() - Method in class org.apache.openjpa.conf.Compatibility
-
Affirms if detached entities are copy of the managed instances.
- getCorrelationVar() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- getCorrelationVar() - Method in interface org.apache.openjpa.kernel.exps.Path
- getCorrespondingLoadInsn(int) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Get the corresponding LOAD instruction for the given STORE instruction.
- getCorrespondingStoreInsn(int) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Get the corresponding STORE instruction for the given LOAD instruction.
- 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
- getCreateScriptSource() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getCreateScriptSource() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCreateScriptTarget() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getCreateScriptTarget() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCreateSource() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Optional run a DB action before accessing the database.
- getCreateSource() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCreateSourceConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getCreateSourceConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getCreateSubclass() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the enhancer should make its arguments persistence-capable, or generate a persistence-capable subclass.
- getCurrentDate(Class<T>) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the current date.
- getCurrentDate(Class<T>) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- getCurrentTime(Class<T>) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the current time.
- getCurrentTime(Class<T>) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- getCurrentTimestamp(Class<T>) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the current timestamp.
- getCurrentTimestamp(Class<T>) - 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 but excluding the standard groups such as "default" or "all".
- getCustomFetchGroups() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Gets the name of the custom fetch groups those are associated to this receiver.
- getCw() - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
- 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
- getDatabaseAction() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
database action from the persistence unit.
- getDatabaseAction() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getDatabaseActionConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getDatabaseActionConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the data cache for this class, or null if it is not cachable.
- getDataCache(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the named data cache, or null if it does not exist.
- getDataCache(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- getDataCache(String, boolean) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the named data cache.
- getDataCache(String, boolean) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Returns the named cache.
- getDataCacheEnabled() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Affirms true if this receiver is annotated with @DataCache and is not disabled.
- 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
- getDataCacheMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the String constant that matches the
DataCacheMode
- getDataCacheMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getDataCacheName() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The name of the data cache that stores the managed instance of this class, by default.
- 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. -1 indicates no timeout.
- getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
- 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(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return a description of the commands that will be sent to the datastore in order to execute the query.
- getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Return the commands that will be sent to the datastore in order to execute the query, typically in the database's native language.
- 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.
- getDeclaredFieldNames() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Utility method to get names of all declared fields excluding the superclasses' sorted in lexical order.
- 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.
- getDeclaredInterfaces() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all explicitly declared interfaces this class implements.
- 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 variable if it has been declared.
- getDeclaredVariableType(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getDeclaringClass(Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets the declaring class of the given method signature but also checks if the method is declared in an interface.
- getDeclaringMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The declaring class.
- getDeclaringMethod(Class, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets the method in the given class that has the same signature of the given method, if exists.
- 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 a 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.
- getDefaultForNull(Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
- getDefaultIdentityType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
The default identity type for unmapped classes without primary key fields.
- getDefaultIdentityType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Return the default identity type for unmapped classes without primary key fields.
- getDefaultIdentityType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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
- getDefaultSchema() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Returns the default schema.
- getDefaultSchema() - 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.
- getDefinedVariable(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getDefiningMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The class that defines the metadata for this field.
- getDefiningMetaData(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Return the metadata that defines the given query, if any.
- getDefiningType() - Method in class org.apache.openjpa.meta.QueryMetaData
-
The class that defines this query, or null if none.
- getDelayCollectionLoading() - Method in interface org.apache.openjpa.util.ProxyManager
-
Returns whether this proxy manager is enabled for delayed collection loading.
- getDelayCollectionLoading() - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Whether loading of collections should be delayed until an operation is performed that requires them to be loaded.
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getDelayedField() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Returns the expected field index even if this collection was detached.
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getDelayedField() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getDelayedOwner() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Returns a state manager that can service this proxy even if the collection was detached.
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getDelayedOwner() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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 interface org.apache.openjpa.kernel.FinderQuery
-
Gets the value to which this receiver delegates its execution.
- getDelegate() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- 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.
- getDereferencedEmbedDependent() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getDescribedClass(ClassLoader, String) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Get the class from the described type
- getDescribedType() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The persistence capable class described by this metadata.
- getDescribedType() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
Persistence-aware type.
- getDescribedTypeString() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The persistence capable stringified class described by this metadata.
- getDescription() - Method in class org.apache.openjpa.conf.Specification
- 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.
- getDetachProxyFields() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to detach proxy fields.
- 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.
- getDistributionPolicy() - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the user-specific policy that suggests the cache where a managed entity state is stored.
- getDistributionPolicy() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Gets the instance-based cache distribution policy, if configured.
- getDouble(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the double at the given index.
- getDouble(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getDouble(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- 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.
- getDropScriptSource() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getDropScriptSource() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getDropScriptTarget() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getDropScriptTarget() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getDropSource() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Similar to
OpenJPAConfiguration.getCreateSource()
but for dropping the database schema and content. - getDropSource() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getDropSourceConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getDropSourceConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- getDynamicEnhancementAgent() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether OpenJPA will attempt to dynamically load the enhancement agent.
- getDynamicEnhancementAgent() - 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
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getElementType() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getElementType() - Method in interface org.apache.openjpa.util.proxy.ProxyCollection
-
The collection element type.
- getEmbeddedExtensions(String, boolean) - Method in class org.apache.openjpa.meta.Extensions
-
Return the embedded extensions under the given key.
- getEmbeddedExtensions(String, String, boolean) - Method in class org.apache.openjpa.meta.Extensions
-
Return the embedded extensions under the given key.
- 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.
- getEnableStatistics() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getEnableStatistics() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- getEnableStatistics() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Affirm if statistics is gathered.
- getEncryptionProvider() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the
EncryptionProvider
. - getEncryptionProvider() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getEndColumn() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Get end column.
- getEndLine() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Get end line.
- 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.
- getEventType() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
- getEvictFromDataCache() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether to also evict an object from the store cache when it is evicted through this broker.
- getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getEvictionCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getEvictionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
Returns number of total evictions since last reset
- getEvictionCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total evictions since last reset
- getEvictionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getEvictionCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query evictions since last reset.
- getEvictionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getEvictionSchedule() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getEvictOnBulkUpdate() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getEvictOnBulkUpdate() - Method in interface org.apache.openjpa.datacache.DataCache
-
Returns whether the the cache needs to be updated when bulk updates as executed.
- getEvictOnBulkUpdate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- getEvictPolicy() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Returns the evictionPolicy for QueryCache
- getEvictPolicy() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
-
Returns the eviction policy of the query cache
- getExcludedTypes() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getExcludedTypes() - Method in class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
-
Gets the excluded types, if configured.
- getExcludes() - Method in interface org.apache.openjpa.kernel.FinderCache
-
Gets the excluded stringified keys.
- getExcludes() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Gets the exclusion patterns.
- getExecutionCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getExecutionCount() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total execution requests since last reset
- getExecutionCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total execution requests since last reset
- getExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getExecutionCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query execution since last reset.
- getExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getExecutionCount(String) - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total execution requests since last reset
- getExecutionCount(String) - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total execution requests since last reset for the specified string-ified query key.
- getExecutionCount(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getExecutionCount(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query since last reset.
- getExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getExecutionResult() - Method in class org.apache.openjpa.kernel.QueryResultCallback
- getExp() - Method in class org.apache.openjpa.kernel.exps.WhenCondition
- 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. - getExtendedPathLookup() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getExtendedPathLookup() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Affirms if extended path lookup feature is active.
- getExtendedPathLookup() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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.
- getExtraFieldData(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Return the data from the proper index of the extra field data array.
- getExtraFieldDataIndex(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the 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.
- getFactoryInitializationBanner() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Return an object to be written to the log when this broker factory initializes.
- 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 fetch 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
FetchConfiguration
s. - 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
FetchConfiguration
s. - 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
Opcodes
. - getFieldAccessNames(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the list of fields in
meta
that use field access, ornull
if a list of fields is unobtainable. - getFieldAnnotations(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return field-level annotations.
- getFieldCode(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return a code template for the get/set methods of the given field, or null to use the system-generated default Java code.
- getFieldCount() - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Return the number of fields, regardless of type
- getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getFieldMapping(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return XMLMapping for a given field.
- 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) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the field name for the given member.
- getFieldNames() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Utility method to get names of all fields including the superclasses' sorted in lexical order.
- 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 metadata, 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.
- getFieldValues(Class, int, Class<T>) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets values of all field f the given class such that f exactly match the given modifiers and are of given type (Object implies any type) unless f is annotated as
Reflectable
. - getFile() - Method in class org.apache.openjpa.audit.AuditLogger
- 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
FilterListener
s 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
- getFilterPCRegistryClasses() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether the metadata processor should filter classes dispatched by the PCRegistry listener system.
- getFinderCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Get the string configuration of the finder cache.
- getFinderCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getFinderCacheInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Get the cache of finder queries.
- getFinderCacheInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getFirst() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getFloat(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the float at the given index.
- getFloat(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getFloat(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getFlushBeforeDetach() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should flush changes before detaching or serializing an entity.
- getFlushBeforeQueries() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Returns whether or not OpenJPA should automatically flush modifications to the data store before executing queries.
- getFlushBeforeQueries() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getFlushBeforeQueries() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The query automatic flush configuration.
- getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- getFlushBeforeQueriesConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Returns one of
QueryFlushModes.FLUSH_TRUE
,QueryFlushModes.FLUSH_FALSE
, orQueryFlushModes.FLUSH_WITH_CONNECTION
, as determined by parsing the string returned byOpenJPAConfiguration.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
-
Deprecated.Use getFullName(boolean) instead.
- getFullName(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field name, qualified by the owning class and optionally the embedding owner's name (if any).
- 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
- getHint(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getHint(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Get the hint value for the specific key as originally set by the caller, 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.
- getHints() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getHints() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Get an immutable view of the currently active hints and their values.
- getHints() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Gets the current hints set on this receiver.
- getHintValues() - Method in class org.apache.openjpa.meta.QueryMetaData
-
Query hints.
- getHitCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getHitCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests that has been found in cache since last reset.
- getHitCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getHitCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the hit count since cache statistics were last reset
- getHitCount() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total read requests that have been found in cache since last reset.
- getHitCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total read requests that have been found in cache since last reset.
- getHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getHitCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query execution that are cached since last reset.
- getHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getHitCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getHitCount(String c)
- getHitCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getHitCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests that has been found in cache for the given class since last reset.
- getHitCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getHitCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total read requests that has been found in cache for the given class since last reset.
- getHitCount(String) - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total read requests that have been found in cache since last reset.
- getHitCount(String) - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total read requests that have been found in cache since last reset for the specified string-ified query key.
- getHitCount(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getHitCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getHitCount(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query that are cached since last reset.
- getHitCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getId() - Method in interface org.apache.openjpa.conf.CacheMarshaller
-
The id that this marshaller is responsible for.
- getId() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- getId() - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
- getId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the identifier for this state manager.
- getId() - Method in interface org.apache.openjpa.kernel.PCData
-
Return the id of this instance.
- getId() - Method in class org.apache.openjpa.kernel.PCDataImpl
- getId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getId() - Method in class org.apache.openjpa.util.BigDecimalId
- getId() - Method in class org.apache.openjpa.util.BigIntegerId
- getId() - Method in class org.apache.openjpa.util.BooleanId
- getId() - Method in class org.apache.openjpa.util.ByteId
- getId() - Method in class org.apache.openjpa.util.CharId
- getId() - Method in class org.apache.openjpa.util.DateId
- getId() - Method in class org.apache.openjpa.util.DoubleId
- getId() - Method in class org.apache.openjpa.util.FloatId
- getId() - Method in class org.apache.openjpa.util.Id
-
Primary key.
- getId() - Method in class org.apache.openjpa.util.IntId
- getId() - Method in class org.apache.openjpa.util.LongId
- getId() - Method in class org.apache.openjpa.util.ObjectId
- getId() - Method in class org.apache.openjpa.util.ShortId
- getId() - Method in class org.apache.openjpa.util.StringId
- getIdClass() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The class specified with the @IdClass annotation if used
- getIdentifier() - Method in interface org.apache.openjpa.kernel.FinderQuery
-
Gets the identifier of this receiver.
- getIdentifier() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the immutable identifier of this receiver used for *
cache
. - 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.BigDecimalId
- getIdObject() - Method in class org.apache.openjpa.util.BigIntegerId
- getIdObject() - Method in class org.apache.openjpa.util.BooleanId
- getIdObject() - Method in class org.apache.openjpa.util.ByteId
- getIdObject() - Method in class org.apache.openjpa.util.CharId
- getIdObject() - Method in class org.apache.openjpa.util.DateId
- getIdObject() - Method in class org.apache.openjpa.util.DoubleId
- getIdObject() - Method in class org.apache.openjpa.util.FloatId
- getIdObject() - Method in class org.apache.openjpa.util.Id
- getIdObject() - Method in class org.apache.openjpa.util.IntId
- getIdObject() - Method in class org.apache.openjpa.util.LongId
- getIdObject() - Method in class org.apache.openjpa.util.ObjectId
- getIdObject() - Method in class org.apache.openjpa.util.OpenJPAId
-
Return the identity value as an object.
- getIdObject() - Method in class org.apache.openjpa.util.ShortId
- getIdObject() - Method in class org.apache.openjpa.util.StringId
- getIgnoreChanges() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether changes in the current transaction are taken into account when executing queries and iterating extents.
- getIgnoreChanges() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether to take into account changes in the transaction when executing a query or iterating an extent.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingExtent
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Extent
-
Whether this extent will ignore changes made in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.ExtentImpl
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Whether to ignore changes in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.QueryImpl
- getIgnoreDetachedStateFieldForProxySerialization() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should ignore the DetachedStateField value when determining if our Proxy classes should be removed during serialization.
- 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.
- GetImage() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- getImplData() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- getImplData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getImplData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getImplData() - 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() - 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() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getImplData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getImplData(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getImplData(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Field-level impl data.
- getImplData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
- getImplData(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getImplementation(Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
-
Return the implementation for the given facade and store.
- getImplementation(Class, Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
-
Return the implementation for the given facade and store.
- 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.
- getIncludedTypes() - Method in class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
-
Gets the included types, if configured.
- 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() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Initial sequence value, or -1 for default.
- 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.
- 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() - 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.kernel.UUIDType4HexSeq
-
Return the singleton instance.
- getInstance() - Static method in class org.apache.openjpa.kernel.UUIDType4StringSeq
-
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.
- getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
-
Factory method for obtaining a possibly-pooled
BrokerFactory
from properties. - getInstancesAsMap() - Method in class org.apache.openjpa.conf.CacheMarshallersValue
- getInstrumentAliases() - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Returns aliases for built-in instruments.
- getInstrumentation() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the plug-in string that defines instrumentation providers and what they instrument.
- getInstrumentation() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getInstrumentation(Log) - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
- getInstrumentationInstances() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getInstrumentationManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getInstrumentationManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets an instance of the instrumentation manager.
- getInstrumentationManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getInt(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the int at the given index.
- getInt(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getInt(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getIntegrityViolation() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
-
The type of integrity violation that occurred.
- getInterfaceAliasedProperties(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all aliases property named for the given interface.
- getInterfaceImpl() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the managed interface implementor if any.
- getInterfacePropertyAlias(Class<?>, String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Get local field alias for the given interface property.
- getIntermediate(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getIntermediate(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Use intermediate field data to store intermediate information that might be available before the field is fully loaded.
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Return the object for the given oid.
- getInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Return the list for the given key.
- getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- getInternalNames(Class<?>[]) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Get the internal names for the given classes
- getInterval() - Method in class org.apache.openjpa.datacache.ClearableScheduler
-
The interval time in minutes between scheduler 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.
- getJPQL() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether or not JPQL extensions are allowed.
- 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.
- getKey(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return the key from the given id.
- getKey(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Path navigation thru map key
- getKey(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- getKeyType() - Method in interface org.apache.openjpa.util.proxy.ProxyMap
-
The map key type.
- getLanguage() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getLanguage() - Method in interface org.apache.openjpa.kernel.exps.ExpressionParser
-
Return a string key describing the language that this instance parses.
- getLanguage() - Method in class org.apache.openjpa.kernel.jpql.JPQLParser
- getLanguage() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Gets the language in which this query is expressed.
- 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.
- getLast() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getLevel() - Method in class org.apache.openjpa.event.LogOrphanedKeyAction
-
The level to log at.
- getLevel() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getLevel() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getLevel() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getLevel() - Method in class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- getLevel() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- getLevel() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- getLifecycleEventManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the lifecycle event manager instance classname.
- getLifecycleEventManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- getLifecycleEventManagerInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the lifecycle event manager instance.
- getLifecycleEventManagerInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getLifecycleListenerCallbackMode() - Method in interface org.apache.openjpa.kernel.Broker
-
The callback mode for handling exceptions from lifecycle event listeners.
- getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getLifecycleMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Information about lifecycle callbacks for this class.
- getLine() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Deprecated.
- getLineNumber() - Method in class org.apache.openjpa.meta.ClassMetaData
- getLineNumber() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- getLineNumber() - Method in class org.apache.openjpa.meta.QueryMetaData
- getLineNumber() - Method in class org.apache.openjpa.meta.SequenceMetaData
- getListingIndex() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The index in which this class was listed in the metadata.
- getListingIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The index in which this field was listed in the metadata.
- getListingIndex() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
The index in which this class was listed in the metadata.
- getLiteAutoDetach() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to use lite detachment when auto detaching.
- getLoadConstantInsn(Object) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- 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.
- getLoadInsn(Class<?>) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Calclates the proper LOAD instruction opcode for the given type.
- getLoadScriptSource() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Can be used to load a set of initial data into the database.
- getLoadScriptSource() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getLoadSuccessful() - Static method in class org.apache.openjpa.enhance.PCEnhancerAgent
- getLocalizer() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Used for obtaining the
Localizer
to use for translating error messages. - getLocalizer() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getLocalVarPos(MethodNode) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Calculate the next local variable position.
- 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() - Method in exception org.apache.openjpa.util.LockException
- getLockLevel(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- getLockLevel(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getLockLevel(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the lock level of the specified object.
- 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(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.
- getLockScope() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getLockScope() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The lock scope for next fetch.
- getLockScope() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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.
- getLong(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getLong(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getLrsFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all large result set fields.
- getLru() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- getLru() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- getManagedClass(Class<?>) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- getManagedClass(Class<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Gets the managed class corresponding to the given meta-class.
- getManagedClass(Class<?>) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- getManagedClassName(String) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- getManagedClassName(String) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Gets the name of the managed class for the given fully-qualified meta-model class name.
- getManagedClassName(String) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- getManagedInstance() - Method in interface org.apache.openjpa.enhance.ManagedInstanceProvider
- getManagedInstance() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getManagedInstance() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getManagedInstance() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the managed instance.
- getManagedInstance() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getManagedInstance(Object) - Static method in class org.apache.openjpa.util.ImplHelper
- getManagedObject() - Method in class org.apache.openjpa.kernel.Audited
-
Gets the current state of the persistent instance.
- 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.
- getManagedTypeBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Return the bytecode representation of the managed class being manipulated.
- getManageLRS() - Method in class org.apache.openjpa.kernel.InverseManager
-
Return whether to manage LRS fields.
- getManagement() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Return the management level for the field.
- getManangedFieldValue(String) - Method in class org.apache.openjpa.kernel.Audited
-
Gets the value of the given field of the managed object.
- getMappedBy() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field that this field shares a mapping with.
- getMappedByField(ClassMetaData, String) - Method in class org.apache.openjpa.meta.FieldMetaData
- getMappedByIdFields() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getMappedByIdValue() - Method in class org.apache.openjpa.meta.FieldMetaData
- 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
- getMappyedByIdFields() - Method in class org.apache.openjpa.meta.ClassMetaData
- getMapValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- getMapValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- getMapView() - Method in interface org.apache.openjpa.kernel.FinderCache
-
Get a map view of the cached entries as strings.
- getMapView() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Get a map view of the cached queries indexed by identifier.
- getMarshallerById(String) - Method in class org.apache.openjpa.conf.CacheMarshallersValue
-
Return the
CacheMarshaller
to use for caching metadata of idid
. - getMarshallerById(Configuration, String) - Static method in class org.apache.openjpa.conf.CacheMarshallersValue
-
Return the
CacheMarshaller
to use for caching metadata of idid
. - 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
- getMaxTotal() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
- getMBeanServer() - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Returns the mbean server
- getMember() - Method in class org.apache.openjpa.meta.FieldMetaData.MemberProvider
- getMemberByProperty(ClassMetaData, String, int, boolean) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Get the field or getter for the given attribute of the given class.
- getMemberByProperty(ClassMetaData, String, int, boolean) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- getMessage() - Method in error org.apache.openjpa.kernel.jpql.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- 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.DetachedStateManager
- getMetaData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- 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<?>, 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(Class<?>, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the metadata for the given class.
- getMetaData(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the least-derived class metadata for the given application identity object.
- getMetaData(String, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the metadata for the given alias name.
- 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.
- getMetaFactoriesAreStrict() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether the MetaDataFactory and MappingFactory should be set to strict mode.
- getMetaModel(Class<?>, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the meta class corresponding to the given class.
- getMetaModel(ClassMetaData, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the meta class corresponding to the given persistent class.
- getMetaModelClassName(String) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- getMetaModelClassName(String) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Gets the name of the meta-model class for the given fully-qualified managed class name.
- getMetaModelClassName(String) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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.
- getMethodNode(ClassNode, Method) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- getMethodNode(ClassNode, String, Class<?>, Class<?>...) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- getMinorVersion() - Method in class org.apache.openjpa.conf.Specification
- getMixedCode(int, int) - Static method in class org.apache.openjpa.meta.AccessCode
- getMode() - Method in class org.apache.openjpa.meta.MultiQueryMetaData.Parameter
- getMostDerivedLoader(Class, Class) - Static method in class org.apache.openjpa.util.GeneratedClasses
-
Return the more derived loader of the class laoders for the given classes.
- 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.conf.Specification
- getName() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getName() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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.instrumentation.jmx.DataCacheJMXInstrument
- getName() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- getName() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- getName() - Method in class org.apache.openjpa.kernel.exps.Val
- getName() - Method in interface org.apache.openjpa.kernel.exps.Value
- 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 class org.apache.openjpa.meta.MultiQueryMetaData.Parameter
- 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() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getName() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getName() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return the mapping name.
- getName() - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
- 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.
- getNextToken() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Get the next Token.
- getNextToken() - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Get the next Token.
- getNonMappedInterface(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the metadata corresponding to the given non-mapped interface.
- getNonMappedInterfaces() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the corresponding metadatas for all registered, non-mapped interfaces
- getNonOptimisticVersionCheck() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether or not to perform a version check on instances being updated in a datastore transaction.
- 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 suppliedFieldMetaData.NULL_NONE
: leave null values as null in the data storeFieldMetaData.NULL_EXCEPTION
: throw an exception if this field is null at commitFieldMetaData.NULL_DEFAULT
: use the database default if this field is null at commit Defaults toFieldMetaData.NULL_UNSET
. - getNumBroadcastThreads() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
- 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() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- 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 class org.apache.openjpa.kernel.BrokerImpl
- getObjectId(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getObjectId(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the oid of the given instance.
- 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(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.
- getObjectIdFieldType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
For a primary key field, return the type of the corresponding object id class field.
- getObjectIdFieldTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
-
For a primary key field, return the type of the corresponding object id class field.
- getObjectIdOwner() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getObjectIdType() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The metadata-specified class to use for the object ID.
- getObjectIdType(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getObjectIdType(Class<?>) - Method in class org.apache.openjpa.kernel.BrokerImpl
- 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.
- getObjectName() - Method in class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- getObjectName() - Method in interface org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Returns the JMX object name for the instrument
- getObjectName() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- getObjectName() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- getOpenBrokers() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Returns a set of all the open brokers associated with this factory.
- getOperatingSet() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Gets the unmodifiable set of instances being operated.
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getOperation(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- 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
- getOptimizeIdCopy() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to attempt to optimize id class copy operations during the enhancement process.
- getOptimizeIdCopy() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getOrderByField(ClassMetaData, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
- 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()
. - getOrderedParameterTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getOrderedParameterTypes() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return a map of parameter name to type for this query.
- getOrderedParameterTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
- getOrderedParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getOrderedParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getOrderedParameterTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return a map of parameter names to types.
- getOrderingValue(Object, int, ResultObjectProvider) - Method in class org.apache.openjpa.kernel.OrderingMergedResultObjectProvider
- getOrderingValue(StoreQuery, Object[], Object, int) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getOrderingValue(StoreQuery, Object[], Object, int) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- getOrderingValue(StoreQuery, Object[], Object, int) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- getOrderingValue(StoreQuery, Object[], Object, int) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Extract the value of the
orderIndex
th ordering expression inQuery#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.
- getOriginalFieldValue(String) - Method in class org.apache.openjpa.kernel.Audited
-
Gets the value of the given field of the original state of the object.
- getOriginalObject() - Method in class org.apache.openjpa.kernel.Audited
-
Gets the original state of the persistent instance as a transient instance.
- getOriginalQuery() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the original query.
- 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
- getOut(int) - Method in class org.apache.openjpa.kernel.QueryResultCallback
- getOut(String) - Method in class org.apache.openjpa.kernel.QueryResultCallback
- getOutputFile() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- getOverrideContextClassloader() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to temporally override the thread's Context Classloader when processing ORM XML documents to avoid deadlock potential with certain Classloader hierarchy configurations.
- 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 class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getOwner() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getOwner() - Method in interface org.apache.openjpa.util.Proxy
-
Return the owning object.
- getOwnerField() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- getOwnerField() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getOwnerField() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getOwnerField() - Method in interface org.apache.openjpa.util.Proxy
-
Return the owning field index.
- getOwnerIndex() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getOwnerIndex() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getOwnerIndex() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getOwnerIndex() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the owning value's field index
- getOwnerIndex() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- getOwnerStateManager() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Returns the state manager of the owning instance.
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- getOwnerStateManager() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- getParameterCount() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- 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
- getParameterizedFields() - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Gets the fields that are bound to parameters.
- getParameterKey() - Method in interface org.apache.openjpa.kernel.exps.Parameter
-
Returns the key of the parameter.
- getParameters() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- getParameterTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getParameterTypes() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Deprecated.
- getParameterTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
- getParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getParameterTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Deprecated.
- getParamIndex(MethodNode, int) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Determine the 0-based index of the parameter of LOAD or STORE position varPos
- getParamTypes() - Method in class org.apache.openjpa.meta.QueryMetaData
- getParamTypes(Class<?>[]) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
get the ASM Types for the given classes
- getParent() - Method in class org.apache.openjpa.kernel.exps.Context
- getParents() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the immediate parents of this shape.
- getParseAnnotationsForQueryMode() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA will scan every persistent class in an XML mapping file for annotations prior to executing a query.
- getParsedQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getParsedQuery(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getParseType() - Method in interface org.apache.openjpa.kernel.exps.Literal
-
The type the literal was parsed as.
- getPartition(String, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getPartition(String, boolean) - Method in interface org.apache.openjpa.datacache.DataCache
-
Gets the named partition.
- getPartition(String, boolean) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- getPartition(String, boolean) - Method in class org.apache.openjpa.datacache.PartitionedDataCache
- getPartitionNames() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getPartitionNames() - Method in interface org.apache.openjpa.datacache.DataCache
-
Gets the name of the known partitions.
- getPartitionNames() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- getPartitionNames() - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
Gets the name of the configured partitions.
- getPartitions() - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
Returns the individual partition configuration properties.
- getPath() - Method in class org.apache.openjpa.kernel.exps.Val
- getPath() - Method in interface org.apache.openjpa.kernel.exps.Value
- getPattern() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
The pattern (either the exact query string or a regular expression) that denotes this exclusion.
- getPayloadType() - Method in class org.apache.openjpa.event.RemoteCommitEvent
-
The event PAYLOAD constant.
- getPCBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Return the bytecode representation of the persistence-capable class being manipulated.
- getPCDataGenerator() - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the PCData generator if configured.
- getPCDataGenerator() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- getPCPrimaryKey(Object, int) - Method in interface org.apache.openjpa.enhance.StateManager
-
Return the persistence-capable primary key object by extracting the identity value of the related instance stored in the given field from the given object id.
- getPCPrimaryKey(Object, int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- getPCPrimaryKey(Object, int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- getPCPrimaryKey(Object, int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- getPCPrimaryKey(Object, int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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.
- getPCType(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Return the persistence-capable type for
type
. - 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.
- getPersistenceAware(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the metadata corresponding to the given persistence-aware class.
- getPersistenceAwares() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets all the metadatas for persistence-aware classes
- 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
- getPersistenceCapable(LifecycleEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
Extracts the persistence capable instance from the source of the given event.
- getPersistenceEnvironment() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getPersistentMembers(ClassMetaData, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- 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.
- getPkAndNonPersistentManagedFmdIndexes() - Method in class org.apache.openjpa.meta.ClassMetaData
- getPlatform() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns a string name to identify the platform of this store manager.
- getPooledFactoryForKey(Object) - Static method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Return the pooled factory matching the given key, or null if none.
- getPoolKey() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- 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
- getPort() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- getPosition() - Method in class org.apache.openjpa.meta.MultiQueryMetaData.Parameter
- getPostLoadOnMerge() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to send @PostLoad events on a merge operation.
- getPostLoadOnMerge() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getPostLoadOnMerge() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getPostLoadOnMerge() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getPostLoadOnMerge() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Force sending a @PostLoad lifecycle event while merging.
- getPostPersistCallbackImmediate() - Method in class org.apache.openjpa.conf.CallbackOptions
-
Affirms if the post-persist callback is invoked as soon as a new instance is managed.
- getPreFlush() - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
-
Return whether to call
Broker.preFlush()
when a savepoint is set. - getPreload() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Sets whether this repository will load all known persistent classes at initialization.
- 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.
- getPrintParameters() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getPrivatePersistentProperties() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows private, non-transient properties to be persistent.
- getProcedureName() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- getProject() - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- getProject() - Method in class org.apache.openjpa.util.asm.EnhancementClassLoader
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getProjectionAliases(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- 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() - 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- 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.Broker
-
Retrieve the current properties for this broker Some of these properties may have been changed from the original configuration.
- getProperties() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Return properties describing this runtime.
- getProperties() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Get current configuration property values used by this instance.
- getProperties() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getProperties() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- getPropertyAccessNames(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the list of methods in
meta
that use property access, ornull
if a list of methods is unobtainable. - getProvider() - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
-
The cached provider.
- getProviders() - Method in interface org.apache.openjpa.instrumentation.InstrumentationManager
-
Returns all providers managed by this manager.
- getProviders() - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Returns all providers as an unmodifiable set
- getProxyClassLoader(Class<?>) - Method in class org.apache.openjpa.util.ClassLoaderProxyService
- getProxyClassName(Class, boolean) - Static method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return the name of the proxy class to generate for the given type.
- getProxyFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all fields that are types that need to be wrappered by a proxy.
- 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.
- getPublicFieldNames(Class) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets all public field names of the given Class.
- 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
- getQueryCacheEnabled() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getQueryCacheEnabled() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Return whether or not query caching is enabled.
- getQueryCacheEnabled() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- getQueryCompilationCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Configuration settings for the query compilation cache to use.
- getQueryCompilationCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getQueryCompilationCacheInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Configuration settings for the query compilation cache to use.
- getQueryCompilationCacheInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getQueryContext() - Method in interface org.apache.openjpa.kernel.exps.Resolver
-
The
QueryContext
for which this resolver was created - getQueryExpressions() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getQueryExpressions() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
- getQueryExpressions() - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- getQueryExpressions() - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the parsed query expressions for our candidate types.
- 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
- getQuerySQLCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the configuration of QuerySQLCache.
- getQuerySQLCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getQuerySQLCacheInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return PreparedQueryCache used for caching datastore queries.
- getQuerySQLCacheInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getQueryString() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- getQueryString() - Method in interface org.apache.openjpa.kernel.FinderQuery
-
Gets the query string.
- 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.
- getQueryTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The time to wait for a query to execute in milliseconds, or -1 for no timeout.
- getQueryTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getQueryTimeout() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- getQueryTimeout() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The number of milliseconds to wait for a query, or -1 for no limit.
- getQueryTimeout() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- getQuotedNumbersInQueries() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to interpret quoted numbers in query strings as numbers.
- getRange(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getRange(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getRange(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Mutate the given range to set any range information stored in the query string and/or parameters.
- getReadCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests since last reset.
- getReadCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getReadCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getReadCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the read count since cache statistics were last reset
- getReadCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getReadCount(String c)
- getReadCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getReadCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests for the given class since last reset.
- getReadCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getReadCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getReadCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total read requests for the given class since last reset.
- 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
- getRealName() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field name, qualified by the defining class.
- getReason() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
Gets the human-readable reason for excluding this query from being cached.
- getRecoveryTimeMillis() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
- getRecursionDepth(FieldMetaData) - Method in class org.apache.openjpa.meta.FetchGroup
-
Recursion depth for the given field.
- getRedefine() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the enhancer should mutate its arguments, or just run validation and optional subclassing logic on them.
- getRefreshFromDataCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets whether entity state is to be refreshed from
DataCache
. - getRefreshFromDataCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getRegisteredTypes() - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Returns a collection of class objects of the registered persistence-capable classes.
- getRegistryName() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
- getRelated() - Method in class org.apache.openjpa.event.LifecycleEvent
-
Return the related object.
- getRelationType() - Method in class org.apache.openjpa.meta.FieldMetaData
- getReloadOnDetach() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should attempt to load fields when the DetachState option is set to loaded.
- 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.NonPersistentMetaData
-
Owning repository.
- 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.
- getResetFlushFlagForCascadePersist() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should reset the internal state (flush flag) when cascading a persist to another Entity.
- 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.NonPersistentMetaData
- 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 class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- 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
- getResultObject() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- getResultSetMappingName() - Method in class org.apache.openjpa.meta.QueryMetaData
- getResultSetMappingScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
- getResultSetMappingScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- getResultSetMappingScope(String, ClassLoader) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Return the type defining the given result set mapping name, if any.
- getResultSetMappingScope(String, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- getResultShape(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getResultShape(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getResultShape(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
- 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
- getReturnInsn(Class<?>) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Calclates the proper Return instruction opcode for the given class
- getReturnNullOnEmptyAggregateResult() - Method in class org.apache.openjpa.conf.Compatibility
-
This property is used to specify whether the aggregate query functions SUM, AVG, MAX, and MIN return null if there is no query result.
- getRollbackCause() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
- getRollbackCause() - Method in interface org.apache.openjpa.ee.ManagedRuntime
-
Returns the Throwable that caused the current transaction to be marked for rollback, provided that any exists.
- getRollbackCause() - Method in class org.apache.openjpa.ee.OSGiManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.SunOneManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.WASManagedRuntime
- getRollbackCause() - Method in class org.apache.openjpa.ee.WLSManagedRuntime
- getRollbackCause() - Method in interface org.apache.openjpa.kernel.Broker
-
Returns the Throwable that caused the transaction to be marked for rollback.
- getRollbackCause() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getRollbackCause() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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
- getRuntimeUnenhancedClasses() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Specifies how OpenJPA handles unenhanced types.
- getRuntimeUnenhancedClasses() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getRuntimeUnenhancedClassesConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the runtime class optimization setting as one of the following symbolic constants:
RuntimeUnenhancedClassesModes.SUPPORTED
RuntimeUnenhancedClassesModes.UNSUPPORTED
RuntimeUnenhancedClassesModes.WARN
- getRuntimeUnenhancedClassesConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getSaveFieldManager() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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
- getSchema() - Method in class org.apache.openjpa.meta.SequenceMetaData
- getSchema(String) - Method in class org.apache.openjpa.kernel.exps.Context
- getSchemaAlias() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- getSchemaAlias() - Method in interface org.apache.openjpa.kernel.exps.Path
- getSchemas() - Method in class org.apache.openjpa.kernel.exps.Context
- getScriptsAction() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Similar to
OpenJPAConfiguration.getDatabaseAction()
but write the generated SQL to files. - getScriptsAction() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getScriptsActionConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getScriptsActionConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getSelect() - Method in class org.apache.openjpa.kernel.exps.Context
-
Returns the select associated with this context.
- getSelect() - Method in interface org.apache.openjpa.kernel.exps.Subquery
- getSelectAs() - Method in class org.apache.openjpa.kernel.exps.Val
- getSelectAs() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return 'this' concrete class if alias is set, otherwise null
- 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
. - getSetterName() - Method in class org.apache.openjpa.meta.FieldMetaData
- getShort(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the short at the given index.
- getShort(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getShort(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getSocket() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- 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() - Method in class org.apache.openjpa.meta.ClassMetaData
- getSourceFile() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- getSourceFile() - Method in class org.apache.openjpa.meta.QueryMetaData
- getSourceFile() - Method in class org.apache.openjpa.meta.SequenceMetaData
- 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.
- 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.
- getSourceName() - Method in class org.apache.openjpa.meta.ClassMetaData
- getSourceName() - Method in class org.apache.openjpa.meta.QueryMetaData
- getSourceScope() - Method in class org.apache.openjpa.meta.ClassMetaData
- getSourceScope() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- 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.NonPersistentMetaData
- 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
-
Get a name of the Specification.
- getSpecification() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
Get the name of the Specification only (not the version or other information) or an empty String if not set.
- getSpecificationInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Get the Specification.
- getSpecificationInstance() - 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
- getState() - Method in class org.apache.openjpa.kernel.SaveFieldManager
-
Return the persistence capable copy holding the rollback field values.
- 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.
- getStatistics() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- getStatistics() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- getStatistics() - Method in interface org.apache.openjpa.datacache.DataCache
-
Returns number of read/write request and cache hit ratio data.
- getStatistics() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- getStatistics() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
- getStatistics() - Method in interface org.apache.openjpa.datacache.QueryCache
-
Gets the simple statistics for query results.
- getStatistics() - Method in interface org.apache.openjpa.kernel.FinderCache
-
Gets the simple statistics for executed finder queries.
- getStatistics() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Gets the simple statistics for executed queries.
- getStatisticsEnabled() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getStatisticsEnabled() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns true if cache statistics are currently being calculated.
- getStatus() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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
- getStoreInsn(Class<?>) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Calclates the proper STORE instruction opcode for the given type
- 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.
- getStoreMapCollectionInEntityAsBlob() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether if map and collection in entity are stored as blob.
- getStoreQuery() - Method in class org.apache.openjpa.kernel.QueryImpl
-
Internal store query.
- getStrategy() - Method in class org.apache.openjpa.kernel.ResultShape
- 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.
- getSubqAlias() - Method in interface org.apache.openjpa.kernel.exps.Subquery
- getSubquery() - Method in class org.apache.openjpa.kernel.exps.Context
-
Returns the subquery in this context.
- getSubselContexts() - Method in class org.apache.openjpa.kernel.exps.Context
-
Returns the subquery context.
- 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.NonUniqueResultException
- getSubtype() - Method in exception org.apache.openjpa.util.NoResultException
- 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.QueryException
- getSubtype() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
- GetSuffix(int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- getSuperclassDiscriminatorStrategyByDefault() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to add class criteria for super class discreminator strategy.
- getSuperclassField(FieldMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the superclass copy of the given field.
- getSupportedHints() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- getSupportedProperties() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- getSupportedProperties() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the supported properties for this broker as property keys.
- getSupportedProperties() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Return all of the supported properties as a set of keys.
- getSupportedProperties() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Gets the property names that can be used to corresponding setter methods of this receiver to set its value.
- getSupportedProperties() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getSupportedProperties() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- getSuppressBatchOLELogging() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return whether this Broker will generate verbose optimistic lock exceptions when batching operations.
- 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
- getTabSize(int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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.
- getTargetQuery() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the target database query.
- getTemplateBrokerType(Configuration) - Method in class org.apache.openjpa.conf.BrokerValue
- 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.
- getTimeout() - Method in exception org.apache.openjpa.util.QueryException
-
The number of milliseconds to wait for a query to complete.
- getTimeOut() - Method in interface org.apache.openjpa.datacache.DataCachePCData
-
Gets the original timeout of this instance.
- getTimeOut() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- getTimeoutTime() - Method in class org.apache.openjpa.datacache.QueryResult
-
Expiration time, or -1 for no timeout.
- getTimestamp() - Method in class org.apache.openjpa.datacache.QueryResult
-
Returns the timestamp of the query result.
- getToken() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
-
The token to use to separate stringified primary key field values.
- getToken(int) - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Get the specific Token.
- getTotalEvictionCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getTotalEvictionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
Returns number of total eviction requests since start.
- getTotalEvictionCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total eviction requests since start.
- getTotalEvictionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getTotalEvictionCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query evictions since start.
- getTotalEvictionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getTotalExecutionCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getTotalExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getTotalExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getTotalExecutionCount() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total exec requests since start.
- getTotalExecutionCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total exec requests since start.
- getTotalExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getTotalExecutionCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query execution since start.
- getTotalExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getTotalExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getTotalExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getTotalExecutionCount(String) - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total exec requests since start.
- getTotalExecutionCount(String) - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total exec requests since start for the specified string-ified query key.
- getTotalExecutionCount(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getTotalExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getTotalExecutionCount(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query since start.
- getTotalExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getTotalHitCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getTotalHitCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests that has been found in cache since start.
- getTotalHitCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getTotalHitCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the total hits since start.
- getTotalHitCount() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total read requests that has been found since start.
- getTotalHitCount() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total read requests that has been found since start.
- getTotalHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getTotalHitCount() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of total query execution that are cached since start.
- getTotalHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getTotalHitCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getTotalHitCount(String c)
- getTotalHitCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalHitCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests that has been found in cache for the given class since start.
- getTotalHitCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- getTotalHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- getTotalHitCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total read requests that has been found in cache for the given class since start.
- getTotalHitCount(String) - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns number of total read requests that has been found since start.
- getTotalHitCount(String) - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns number of total read requests that has been found since start for the specified string-ified query key.
- getTotalHitCount(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- getTotalHitCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- getTotalHitCount(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query that are cached since start.
- getTotalHitCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- getTotalReadCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests since start.
- getTotalReadCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalReadCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalReadCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the total reads since start.
- getTotalReadCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getTotalReadCount(String c)
- getTotalReadCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalReadCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests for the given class since start.
- getTotalReadCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalReadCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalReadCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total read requests for the given class since start.
- getTotalWriteCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests since start.
- getTotalWriteCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalWriteCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalWriteCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the total writes since start.
- getTotalWriteCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getTotalWriteCount(String c)
- getTotalWriteCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalWriteCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests for the given class since start.
- getTotalWriteCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getTotalWriteCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getTotalWriteCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total write requests for the given class since start.
- getTrackChanges() - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Whether proxies produced by this factory will use
ChangeTracker
s 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
- getTransaction() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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.
- getTransactionKey() - Method in class org.apache.openjpa.ee.AbstractManagedRuntime
-
Returns a transaction key that can be used to associate transactions and Brokers.
- getTransactionKey() - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
- getTransactionKey() - Method in interface org.apache.openjpa.ee.ManagedRuntime
-
Returns a transaction key that can be used to associate transactions and Brokers.
- getTransactionKey() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
- getTransactionKey() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- getTransactionListenerCallbackMode() - Method in interface org.apache.openjpa.kernel.Broker
-
The callback mode for handling exceptions from transaction event listeners.
- getTransactionListenerCallbackMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getTransactionListenerCallbackMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- getTransactionListeners() - Method in interface org.apache.openjpa.kernel.Broker
-
Gets an umodifiable collection of currently registered lsteners.
- getTransactionListeners() - Method in class org.apache.openjpa.kernel.BrokerImpl
- getTransactionListeners() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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
-
Return the cached TransactionManager instance.
- getTransactionManager() - Method in interface org.apache.openjpa.ee.ManagedRuntime
-
Return the TransactionManager for the managed runtime.
- getTransactionManager() - Method in class org.apache.openjpa.ee.OSGiManagedRuntime
- getTransactionManager() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
-
Return the cached TransactionManager instance.
- getTransactionManager() - Method in class org.apache.openjpa.ee.SunOneManagedRuntime
- getTransactionManager() - Method in class org.apache.openjpa.ee.WASManagedRuntime
-
Gets an extendedJTATransaction from JNDI and creates a transaction wrapper
- 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 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() - Method in class org.apache.openjpa.kernel.Audited
-
Gets the type of this audit.
- getType() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- getType() - Method in class org.apache.openjpa.kernel.exps.Coalesce
- getType() - Method in class org.apache.openjpa.kernel.exps.NullIf
- getType() - Method in class org.apache.openjpa.kernel.exps.SimpleCase
- 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() - 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.kernel.ResultShape
-
Gets the type of instance populated by this shape.
- getType() - Method in class org.apache.openjpa.meta.FieldMetaData
- getType() - Method in class org.apache.openjpa.meta.MultiQueryMetaData.Parameter
- getType() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
The type of metadata.
- 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 class org.apache.openjpa.meta.XMLClassMetaData
- getType() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getType() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return type.
- getType() - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- 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 persistent 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
- getType() - Method in exception org.apache.openjpa.util.WrappedException
- getType() - Method in exception org.apache.openjpa.validation.ValidationUnavailableException
- 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(Class, Class[]) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
-
Deprecated.
- getType(String) - Static method in class org.apache.openjpa.enhance.PCDataGenerator
- getType(ClassMetaData) - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Return the concrete type for the given class, i.e. impl for managed interfaces
- getTypeAlias() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Returns the alias for the described type, or
null
if none has been set. - getTypeAlias(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Return the alias for the given type.
- getTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
- 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
- getTypeCode() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getTypeCode() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getTypeCode() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return type code.
- getTypeCode(Class<?>) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Return the field metadata type code for the given class.
- 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.AbstractDataCache
- getTypes() - Method in class org.apache.openjpa.datacache.TypesChangedEvent
-
Return the expired types.
- getTypes() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the list of classes to compose this shape only i.e. without expanding the children's shape.
- getTypesWithoutEnhancement() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- getTypesWithoutEnhancement() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getUnimplementedExceptionType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- getUnimplementedExceptionType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Return a runtime exception class to throw for un-implemented managed interface methods.
- getUnimplementedExceptionType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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() - Method in class org.apache.openjpa.kernel.SaveFieldManager
-
Return the currently-loaded fields that will be unloaded after rollback.
- 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
- getUnproxyable() - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return a mutable view of class names we know cannot be proxied correctly by this manager.
- getUnsupportedOptions() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns a set of option names that this store manager does not support.
- getUpdateCount() - Method in class org.apache.openjpa.kernel.QueryResultCallback
- getUpdatedFields() - Method in class org.apache.openjpa.kernel.Audited
-
Gets the name of the updated fields.
- 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.
- getUpdateFields(OpenJPAStateManager) - Static method in class org.apache.openjpa.util.ImplHelper
-
Returns the fields of the state that require an update.
- 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
FieldMetaData
s toConstant
s. - getUpdates() - Method in class org.apache.openjpa.kernel.QueryImpl
- getUpdates(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- getUpdates(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- getUpdates(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return a map of
FieldMetaData
to updateConstant
s, 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.
- getUseDSFForUnproxy() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
Should DetachedStateField be used by Proxies to determine when to remove $proxy wrappers during serialization.
- getUseJPA2DefaultOrderColumnName() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should use the new default order column name defined by JPA 2.0: name; "_"; "ORDER" or the pre-JPA 2.0 default name "ordr".
- getUseListAttributeForArrays() - Method in class org.apache.openjpa.conf.Compatibility
-
This property can be used to allow OpenJPA to use ListAttributes for all types of Arrays, not just those with the @ PersistentCollection annotation.
- getUsePCRegistry() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Whether to attempt to use the information from registered classes to populate metadata defaults.
- getUserObject() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- getUserObject() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- 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
- getUseSchemaElement() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Set whether to include schema name in generated class files
- getUseSchemaElement() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether to include schema name in generated files
- getUseTCCLinSelectNew() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Indicates if the
Thread.contextClassLoader
should be used as fallback if the result class forselect new
is not found by the classloader of the entity. - getUseTCCLinSelectNew() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getVal() - Method in class org.apache.openjpa.kernel.exps.Coalesce
- getVal() - Method in class org.apache.openjpa.kernel.exps.WhenCondition
- getVal1() - Method in class org.apache.openjpa.kernel.exps.NullIf
- getVal1() - Method in class org.apache.openjpa.kernel.exps.WhenScalar
- getVal2() - Method in class org.apache.openjpa.kernel.exps.NullIf
- getVal2() - Method in class org.apache.openjpa.kernel.exps.WhenScalar
- 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. - getValidationFactoryInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The ValidatorFactory provided by the container or application.
- getValidationFactoryInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidationGroupPrePersist() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the validation groups for pre-persist
- getValidationGroupPrePersist() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidationGroupPreRemove() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the validation groups for pre-remove
- getValidationGroupPreRemove() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidationGroupPreUpdate() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the validation groups for pre-update
- getValidationGroupPreUpdate() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidationMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The bean validation mode to use for managed classes.
- getValidationMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidationPolicy() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- getValidatorInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The Validator provided by the container or created by the runtime.
- getValidatorInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- getValidData(Object) - Method in interface org.apache.openjpa.conf.CacheMarshaller.ValidationPolicy
-
Returns an object that this policy considers to be valid, based on
o
. - getValidData(Object) - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- getValue() - Method in interface org.apache.openjpa.kernel.exps.Literal
-
The value of this literal.
- getValue() - Method in class org.apache.openjpa.kernel.jpql.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.apache.openjpa.meta.FieldMetaData
-
MetaData about the field value.
- getValue(Object[]) - Method in interface org.apache.openjpa.kernel.exps.Constant
-
Return the value for this constant given the specified parameters.
- getValue(Object, String, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Get the value of the given named field or a corresponding getter method.
- 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.
- getValueType() - Method in class org.apache.openjpa.conf.SpecificationPlugin
- getValueType() - Method in interface org.apache.openjpa.util.proxy.ProxyMap
-
The map value type.
- getVariable(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns the variable associated with the schema alias (id).
- getVariable(String) - Method in class org.apache.openjpa.kernel.exps.Context
-
Given an alias and return its associated variable.
- getVariable(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- getVariable(String, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns a value for the given id.
- getVariable(String, boolean) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
Identification variables in JPQL are case insensitive, so lower-case all variables we are going to bind.
- getVariables() - Method in class org.apache.openjpa.kernel.exps.Context
- getVersion() - Method in class org.apache.openjpa.conf.Specification
- 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() - 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 class org.apache.openjpa.kernel.BrokerImpl
- getVersion(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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.
- getWriteCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests since last reset.
- getWriteCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getWriteCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getWriteCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the write count since cache statistics were last reset
- getWriteCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.- should use getWriteCount(String c)
- getWriteCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getWriteCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests for the given class since last reset.
- getWriteCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- getWriteCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- getWriteCount(String) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Gets number of total write requests for the given class since last reset.
- 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.
- getXmlMapping() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- getXmlMapping() - Method in interface org.apache.openjpa.kernel.exps.Path
-
Return the current XPath's xmlmapping metadata.
- getXMLMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return XML metadata for a given field metadata
- getXmlname() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getXmlname() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getXmlname() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return xml element tag name or xml attribute name.
- getXmlnamespace() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getXmlnamespace() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getXmlnamespace() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return xml namespace.
- getXmltype() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- getXmltype() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- getXmltype() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return xmltype
- 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.
- GROUP - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- groupby_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- groupby_extension() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- groupby_item() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- grouping - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- groupingClauses - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- GT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- GT() - Method in class org.apache.openjpa.kernel.jpql.JPQL
H
- handleCheckedException(Exception) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Throws a
StoreException
by default. - handleCheckedException(Exception) - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- has(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
Return whether the collection contains the given element.
- hasAbstractPKField() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Convenience method to determine if the pcType modeled by this ClassMetaData object is both abstract and declares PKFields.
- 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.
- hasDeleteListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- 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
- hasFetchGroupAll() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- hasFetchGroupDefault() - 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() - 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- hasGrouping(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- 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.event.TCPRemoteCommitProvider.HostAddress
- hashCode() - Method in class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
- 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.exps.CandidatePath
- hashCode() - Method in class org.apache.openjpa.kernel.exps.CandidatePath.Traversal
- 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
-
Generate the hash code for this Id.
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- hashCode() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- hasInExpression - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- hasInverseManagedFields() - Method in class org.apache.openjpa.meta.ClassMetaData
- 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.
- hasMethod(String, String) - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
- hasMoreResults() - Method in class org.apache.openjpa.kernel.QueryResultCallback
- 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.
- hasPersistListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- hasPKFieldsFromAbstractClass() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Convenience method to determine if this type is a direct decendent of an abstract type declaring PKFields.
- 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.
- hasUpdateListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Return whether there are listeners or callbacks for the given source.
- hasUpdateListeners(Object, ClassMetaData) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- hasValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
Return whether the given value exists in the map.
- having - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- HAVING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- having_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- headSet(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- headSet(Object, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- higher(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- HINT_AGGREGATE_LISTENER - Static variable in interface org.apache.openjpa.kernel.QueryHints
- HINT_AGGREGATE_LISTENERS - Static variable in interface org.apache.openjpa.kernel.QueryHints
- HINT_FILTER_LISTENER - Static variable in interface org.apache.openjpa.kernel.QueryHints
- HINT_FILTER_LISTENERS - Static variable in interface org.apache.openjpa.kernel.QueryHints
- HINT_IGNORE_FINDER - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A directive to ignore any cached finder query for find() operation.
- HINT_IGNORE_PREPARED_QUERY - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A directive to ignore any prepared SQL that might have been cached against a JPQL query.
- HINT_INVALIDATE_FINDER - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A directive to invalidate any cached finder query.
- HINT_INVALIDATE_PREPARED_QUERY - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A directive to invalidate any prepared SQL that might have been cached against a JPQL query.
- HINT_PARAM_MARKER_IN_QUERY - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
Hints to signal that the JPQL/SQL query string contains a parameter marker
?
- HINT_RECACHE_FINDER - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A directive to overwrite a cached finder query by a new query.
- HINT_RELAX_BIND_PARAM_TYPE_CHECK - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A boolean directive to relax checking of binding parameter value and the predicate it binds to.
- HINT_RESULT_COUNT - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
Hint to specify the number of rows to optimize for.
- HINT_SUBCLASSES - Static variable in interface org.apache.openjpa.kernel.QueryHints
- HINT_USE_LITERAL_IN_SQL - Static variable in interface org.apache.openjpa.kernel.QueryHints
-
A boolean directive to generate literal directly into the SQL statement instead of using position parameter, if possible.
- 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
- HostAddress(String) - Constructor for class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
-
Construct a new host address from a string of the form "host:port" or of the form "host".
I
- Id - Class in org.apache.openjpa.util
-
Datastore identity type.
- 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(Class, Long) - Constructor for class org.apache.openjpa.util.Id
-
Construct from key value.
- Id(Class, String) - Constructor for class org.apache.openjpa.util.Id
-
Construct from the result of a
OpenJPAId.toString()
call on another instance. - 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, 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, 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_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
-
Unknown identity type.
- identification_variable() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- identification_variable_declaration() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- IDENTIFIER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.BigDecimalId
- idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.BigIntegerId
- idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.BooleanId
- 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.DoubleId
- idEquals(OpenJPAId) - Method in class org.apache.openjpa.util.FloatId
- 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.BigDecimalId
- idHash() - Method in class org.apache.openjpa.util.BigIntegerId
- idHash() - Method in class org.apache.openjpa.util.BooleanId
- 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.DoubleId
- idHash() - Method in class org.apache.openjpa.util.FloatId
- 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
- image - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The string image of the token.
- 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
- IN - org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
- IN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- in_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- inBuf - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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.
- index() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- index(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an index/position of the given value within a collection/map.
- index(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- INDEX - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- indexOf(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- indexOf(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
- indexOf(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- indexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- indexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- indexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- indexOf(Object, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- indexOf(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the indexOf (LOCATE in JPQL) function on the given target with the given args.
- indexOf(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- InheritanceComparator - Class in org.apache.openjpa.meta
-
Comparator that keeps classes in inheritance order.
- InheritanceComparator() - Constructor for class org.apache.openjpa.meta.InheritanceComparator
- initialize() - Method in class org.apache.openjpa.conf.CacheMarshallersValue
- initialize() - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Ensure object capacity
- initialize() - Method in class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- initialize() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- initialize() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- 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(Class, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- initialize(Object) - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Initialize from the given argument.
- initialize(String, Object) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Initialize the cached Prepared Query registered with the given key earlier by the given execution result.
- 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(OpenJPAConfiguration, PluginListValue) - Method in interface org.apache.openjpa.instrumentation.InstrumentationManager
-
Used to initialize one or more providers using the supplied configuration.
- initialize(OpenJPAConfiguration, PluginListValue) - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Initializes all providers defined for the specified configuration.
- 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(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
- initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.PartitionedDataCache
- initialize(DataCacheManager) - Method in interface org.apache.openjpa.datacache.QueryCache
-
Initialize any resources associated with the given
DataCacheManager
. - initialize(PersistenceCapable, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Initialize with the given instance and state.
- initialize(AbstractBrokerFactory, DelegatingStoreManager, boolean, int, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Initialize the persistence manager.
- initialize(AbstractBrokerFactory, DelegatingStoreManager, boolean, int, boolean, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
- initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.PCResultObjectProvider
-
Initializes the state manager.
- 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(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Initialize the given state manager.
- initialize(StateManagerImpl, boolean, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Initialize a newly-constructed 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
- InMemoryExecutor(ExpressionStoreQuery, ClassMetaData, boolean, ExpressionParser, Object, InMemoryExpressionFactory) - Constructor for class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
- 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
- INNER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- inner_fetch_join() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- inner_join() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- INOUT - org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
- input_parameter() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- INPUT_READER - Static variable in class org.apache.openjpa.meta.JavaTypes
- input_stream - Variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
- INPUT_STREAM - Static variable in class org.apache.openjpa.meta.JavaTypes
- inputStream - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- insertElementAt(Object, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- instantiate(Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.conf.CacheMarshallersValue
- instantiate(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Create a new uninitialized instance of this sequence.
- instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.conf.MetaDataRepositoryValue
- instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
-
Override to keep decorators out of transport configuration.
- 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.
- InstrumentationFactory - Class in org.apache.openjpa.enhance
-
Factory for obtaining an
Instrumentation
instance. - InstrumentationFactory() - Constructor for class org.apache.openjpa.enhance.InstrumentationFactory
- instrumentationManager - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- InstrumentationManager - Interface in org.apache.openjpa.instrumentation
-
Managers of instrumentation providers must implement this interface.
- InstrumentationManagerImpl - Class in org.apache.openjpa.instrumentation
-
An implementation of an instrumentation manager.
- InstrumentationManagerImpl() - Constructor for class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
- instrumentationProviders - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- INT - Static variable in class org.apache.openjpa.meta.JavaTypes
- INT_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
- integer_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- INTEGER_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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(String, Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
- InternalException(Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
- InternalException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.InternalException
- InternalException(Localizer.Message, Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
- IntId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for int fields. - IntId(Class, int) - Constructor for class org.apache.openjpa.util.IntId
- IntId(Class, int, boolean) - Constructor for class org.apache.openjpa.util.IntId
- IntId(Class, Integer) - Constructor for class org.apache.openjpa.util.IntId
- IntId(Class, String) - Constructor for class org.apache.openjpa.util.IntId
- INVALID_STATE - Static variable in exception org.apache.openjpa.util.UserException
- invalidate(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Remove the PreparedQuery with the given identifier from this cache.
- invalidate(K) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Remove the FinderQuery for the given key from this cache.
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.InvalidStateException
- InvalidStateException(Localizer.Message, 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
- IS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- is_activated() - Method in class org.apache.openjpa.meta.LifecycleMetaData
-
Whether the LifeCycleMetaData has had any callbacks or listeners registered.
- is_systemListenersActivated() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Whether any system (default) listeners have been registered.
- isAbstract() - Method in class org.apache.openjpa.meta.ClassMetaData
- isAbstractMappingUniDirectional() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows bi-directional relationship in the MappedSuperclass.
- isAbstractMappingUniDirectional(OpenJPAConfiguration) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Whether the relationship in MappedSuper class must be uni-directional.
- isAbstractMappingUniDirectional(OpenJPAConfiguration) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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.
- isActive(ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Whether this LifeCycleEventManager has had at least one listener or callback registered.
- isActive(ClassMetaData) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
-
Whether this LifeCycleEventManager has had at least one listener or callback registered.
- isAggregate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- isAggregate() - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Whether this is an aggregate results.
- isAggregate() - Method in class org.apache.openjpa.kernel.exps.Val
- isAggregate() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return true if this value is an aggregate.
- 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 class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- isAggregate(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- isAggregate(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return true if the compiled query is an aggregate.
- isAlreadyRedefined() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the type that this instance is enhancing has already been redefined.
- isAlreadySubclassed() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the type that this instance is enhancing has already been subclassed in this instance's environment classloader.
- isAscending() - Method in interface org.apache.openjpa.meta.Order
-
Order direction.
- isAssignable(Class, Class) - Static method in class org.apache.openjpa.util.ImplHelper
-
Returns true if the referenced "to" class is assignable to the "from" class.
- isAuditable(AuditableOperation, StateManagerImpl) - Method in class org.apache.openjpa.kernel.AuditManager
-
Affirms if the given state manager is auditable for the given operation.
- isBlacklisted(String) - Method in class org.apache.openjpa.util.BlacklistClassResolver
- isBoolean(Class<?>) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- isBooleanGetter(Method) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Affirms if the given method matches the following signature
public boolean isXXX()
public Boolean isXXX()
- isBound(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return true if the given variable has been bound.
- isCachable(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Affirms if a PreparedQuery can be cached against the given key.
- isCachable(ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Affirms if the given type is eligible for cache.
- isCached(List<Object>) - Method in class org.apache.openjpa.kernel.BrokerImpl
- isCached(List<Object>) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isCached(List<Object>) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Indicate whether the oid can be found in the StoreContext's L1 cache or in the StoreManager cache.
- isCached(List<Object>, BitSet) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- isCached(List<Object>, BitSet) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- isCached(List<Object>, BitSet) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Verify that the given instance exists in the data store in memory; return false if it does not.
- 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
- isCloseInvoked() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether
Broker.close()
has been invoked, though the broker might remain open until the current managed transaction completes. - isCloseInvoked() - Method in class org.apache.openjpa.kernel.BrokerImpl
- isCloseInvoked() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isCompatible(int, int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return true if the given field type and storage type are compatible.
- isCompatibleSuper(int, int) - Static method in class org.apache.openjpa.meta.AccessCode
-
Affirms if the sub class access type is compatible with super class access style.
- isCompound() - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if this shape can have child shapes.
- 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
- isDataStoreObjectIdFieldUnwrapped() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- isDataStoreObjectIdFieldUnwrapped() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Whether the field in the object id class corresponding to a datastore id persistence-capable primary key field is the simple datastore id value of the related instance.
- isDataStoreObjectIdFieldUnwrapped() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- isDeclaredInterfacePersistent() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- isDeclaredInterfacePersistent() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Whether declared interfaces of a class are treated as persistent types.
- isDeclaredInterfacePersistent() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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.
- isDeclaredVariable(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- isDefaultCascadePersistEnabled() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Whether cascade-persist was declared in the persistence unit defaults.
- isDefaultCascadePersistEnabled() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- isDefaultFetchGroupExplicit() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether the default fetch group setting is explicit.
- isDefaultPersistent(ClassMetaData, Member, String, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return true if the given member is persistent by default.
- isDefaultPUFetchGroupConfigurationOnly() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- isDefaultPUFetchGroupConfigurationOnly() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Affirm if the Fetch Plan currently matches the Persistence Unit's configured default.
- isDefaultPUFetchGroupConfigurationOnly() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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
- isDelayCapable() - Method in class org.apache.openjpa.meta.FieldMetaData
- isDelayed(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- isDelayed(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- isDelayed(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- isDelayed(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Some field types (collection proxies) support delayed loading.
- isDelayed(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- isDelayed(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- isDelayLoad() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- isDeleted() - Method in interface org.apache.openjpa.enhance.StateManager
-
Whether the instance is deleted in this transaction.
- 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 class org.apache.openjpa.kernel.BrokerImpl
- isDeleted(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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. this manager is a detached state manager)
- 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
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- isDetached() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Returns whether the proxy is detached.
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- isDetached() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- isDetached(Object) - Method in interface org.apache.openjpa.kernel.Broker
-
Returns
true
ifobj
is a detached object (one that can be reattached to aBroker
via a call toBroker.attach(java.lang.Object, boolean, org.apache.openjpa.kernel.OpCallbacks)
); otherwise returnsfalse
. - isDetached(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- isDetached(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isDetached(Object, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
This method makes a best effort to determine if the provided object is detached.
- 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
- ISDETACHEDSTATEDEFINITIVE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- isDetachedStateTransient() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to use transient detached state.
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- isDirectAccess() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Returns whether the caller has direct-call access to the proxied object.
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- isDirectAccess() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- isDirty() - Method in interface org.apache.openjpa.enhance.StateManager
-
Whether the instance has been modified in this transaction.
- 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 class org.apache.openjpa.kernel.BrokerImpl
- isDirty(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isDirty(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is dirty.
- isDistinct() - Method in class org.apache.openjpa.kernel.DelegatingQuery
- isDistinct() - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
- isDistinct() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Affirms if this query results are distinct instance(s).
- isDistinct() - Method in class org.apache.openjpa.kernel.QueryImpl
- isDistinct(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- isDistinct(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- isDistinct(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
- isElementCollection() - Method in class org.apache.openjpa.meta.FieldMetaData
- isEmbeddable() - Method in class org.apache.openjpa.meta.ClassMetaData
- 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() - Method in class org.apache.openjpa.kernel.DistinctResultList
- 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
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- isEmpty() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- isEmpty(int) - Static method in class org.apache.openjpa.meta.AccessCode
- 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(ClassMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isEnabled() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Returns whether or not statistics will be collected.
- isEnabled() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- isEphimeral() - Method in class org.apache.openjpa.meta.MultiQueryMetaData
-
Affirms if this metadata is ephimeral.
- isExcluded(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Returns the exclusion status of if the given query key.
- isExcluded(K) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Affirms if the given key matches any of the exclusion patterns.
- isExplicit() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is explicitly declared in the metadata.
- isExplicit(int) - Static method in class org.apache.openjpa.meta.AccessCode
- isExplicitAccess() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Affirms if access style is explicitly defined.
- isExternalized() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether the field is externalized.
- isFailFast() - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Whether to fail after first exception when firing events to listeners.
- 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.
- isFetchConfigurationSQLCacheAdmissible() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- isFetchConfigurationSQLCacheAdmissible() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Whether SQL generated by the FetchConfiguration's current configuration should be cached.
- isFetchConfigurationSQLCacheAdmissible() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- isField(int) - Static method in class org.apache.openjpa.meta.AccessCode
- isField(ClassMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isField(FieldMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isFieldEqual(int, Object) - Method in class org.apache.openjpa.kernel.SaveFieldManager
-
Compare the given field.
- 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
- isFlushing() - Method in class org.apache.openjpa.kernel.BrokerImpl
- isFromWriteBehindCallback() - Method in class org.apache.openjpa.kernel.BrokerImpl
- isGetter(Method, boolean) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Affirms if the given method signature matches bean-style getter method signature.
public T getXXX()
where T is any non-void type.
or
public T isXXX()
where T is boolean or Boolean. - isHintSet(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- isHintSet(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Affirm if the given hint has been set in this receiver.
- isHintSet(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Affirms if the given key is set as a hint.
- isIdSet(Object, ClassMetaData, String) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Check if object id is set or not.
- 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() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- isImplDataCacheable() - 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() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- 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(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.
- isInitialized() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Affirms if this receiver has been initialized.
- isInitializeEagerly() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Affirms if all configured elements are initialized eagerly as opposed to lazily on-demand.
- isInitializeEagerly() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- isIntercepting() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Whether or not data access in this instance is intercepted.
- isIntercepting() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type's fields are actively intercepted, either by redefinition or enhancement.
- isJDBCTemporalSyntax(String) - Static method in class org.apache.openjpa.kernel.Filters
-
Affirms if the given String is enclosed in {}.
- 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
- isLoading(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- isLoadInsn(AbstractInsnNode) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- 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.
- isManagedInterface() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type is a managed interface.
- isManagedType(OpenJPAConfiguration, 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.
- isMappedById() - Method in class org.apache.openjpa.meta.FieldMetaData
- 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.
- isMetaClass(Class<?>) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- isMetaClass(Class<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Affirms if the given class is a meta-class.
- isMetaClass(Class<?>) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- isMixed(int) - Static method in class org.apache.openjpa.meta.AccessCode
-
Affirms if the given code designates that members can use both FIELD and PROPERTY based access.
- isMixedAccess() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Affirms if attributes of this class use mixed access types.
- isNested() - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if this shape is nested within other shapes.
- isNesting() - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if at least one child shape of this shape is a compound shape.
- isNew() - Method in interface org.apache.openjpa.enhance.StateManager
-
Whether the instance is newly-persisted in this transaction.
- 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 class org.apache.openjpa.kernel.BrokerImpl
- isNew(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isNew(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is a newly-created instance registered with
broker
. - isNonDefaultMappingAllowed() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows non-default entity relationship mapping.
- isNonDefaultMappingAllowed(OpenJPAConfiguration) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Whether non-default mapping is allowed.
- isNonDefaultMappingAllowed(OpenJPAConfiguration) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- isNormalGetter(Method) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Affirms if the given method matches the following signature
public T getXXX()
where T is any non-void type. - 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
- isNumeric(Class<?>) - Static method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return true if given class can be used as a number.
- 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.
- isOrdered() - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
Whether the underlying collection is ordered.
- isOrdered(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given collection type maintains an artificial ordering.
- 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 class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- isPacking(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return true if this executor packs projections into the result class itself.
- isParent(ResultShape<?>) - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if the given shape is a parent (or grandparent) of this shape.
- isParsedQuery() - Method in class org.apache.openjpa.kernel.QueryImpl
-
Affirms if this query has originated by parsing a string-based query.
- isParseTopDown() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Whether to parse classes top down.
- isPartitioned() - Method in class org.apache.openjpa.datacache.AbstractDataCache
- isPartitioned() - Method in interface org.apache.openjpa.datacache.DataCache
-
Affirms if this cache maintains partitions.
- isPartitioned() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- isPartitioned() - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
Always returns true.
- isPCSubclassName(String) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether
className
is the name for a dynamically-created persistence-capable subclass. - isPendingTransactional() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- isPersistent() - Method in interface org.apache.openjpa.enhance.StateManager
-
Whether the instance is persistent.
- 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 class org.apache.openjpa.kernel.BrokerImpl
- isPersistent(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isPersistent(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is persistent.
- isPersistentCollection() - Method in class org.apache.openjpa.meta.FieldMetaData
- 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.
- isPrimitive() - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if this shape can not have any child shape.
- isPrimitive(String, boolean) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- isPrimitiveDefault(Object, int) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Determine whether or not the provided Object value is the default for the provided typeCode.
- isProperty(int) - Static method in class org.apache.openjpa.meta.AccessCode
- isProperty(ClassMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isProperty(FieldMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isProviderOpen() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- isProviderOpen() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- isProvisional() - Method in class org.apache.openjpa.kernel.DetachedStateManager
- isProvisional() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- isProvisional() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- isProvisional() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return whether this object is provisionally persistent.
- isProvisional() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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 the given class 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.
- isRollbackOnError() - Method in class org.apache.openjpa.audit.AuditLogger
- isRollbackOnError() - Method in interface org.apache.openjpa.audit.Auditor
-
Affirm if the transaction be rolled back if
audit
operation fails with an exception. - isSame(String) - Method in class org.apache.openjpa.conf.Specification
-
Affirms if the given string equals name of this receiver, ignoring the case.
- isSame(Specification) - Method in class org.apache.openjpa.conf.Specification
-
Affirms if the given specification has the same name of this receiver, ignoring the case.
- isSeenVariable(String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return whether the given id has been used as a variable.
- isSeenVariable(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- 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
- isSetter(Method) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given method is a setter.
- isSingletonLifecycleEventManager() - Method in class org.apache.openjpa.conf.Compatibility
-
Returns true if life cycle event manager is a singleton configuration.
- 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.
- isStream() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is backed by a stream.
- isStrong() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
Affirms if this exclusion is strong i.e. can never be reversed.
- isTemporalType(Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Affirms if the given class is Data, Time or Timestamp.
- isThisInsn(AbstractInsnNode) - Static method in class org.apache.openjpa.util.asm.AsmHelper
- 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.
- isTrackChangesByType() - Method in class org.apache.openjpa.kernel.BrokerImpl
- isTrackChangesByType() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- isTrackChangesByType() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Whether memory usage is reduced during this transaction at the expense of tracking changes at the type level instead of the instance level, resulting in more aggressive cache invalidation.
- 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() - 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 class org.apache.openjpa.kernel.BrokerImpl
- isTransactional(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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
- isUnknown(int) - Static method in class org.apache.openjpa.meta.AccessCode
- isUnknown(ClassMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isUnknown(FieldMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
- isUnproxyable(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given type is known to be unproxyable.
- isUsedInOrderBy() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Check if this field is used by other field as "order by" value.
- isUserDefined(Class<?>) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Helper method; returns true if the given class appears to be user-defined.
- isValidationEnabled() - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- isValidClassCode(int) - Static method in class org.apache.openjpa.meta.AccessCode
-
Affirms if the given code is valid.
- isValidFieldCode(int) - Static method in class org.apache.openjpa.meta.AccessCode
- isValueGenerated() - Method in class org.apache.openjpa.meta.FieldMetaData
- isVariable() - Method in class org.apache.openjpa.kernel.exps.Val
- 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.
- isVerticalType(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return true if the Value is a Type expression and the Type uses joined table strategy.
- isVerticalType(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- isXmlAttribute() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- isXmlAttribute() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- isXmlAttribute() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return true if mapping on an XmlAttribute.
- isXmlElement() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- isXmlElement() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- isXmlElement() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return true if mapping on an XmlElement.
- isXmlRootElement() - Method in class org.apache.openjpa.meta.XMLClassMetaData
- isXmlRootElement() - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- isXmlRootElement() - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return true if mapping on an XmlRootElement.
- isXPath() - Method in class org.apache.openjpa.kernel.exps.Val
- isXPath() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return true if this value is an XML Path.
- iterator() - Method in class org.apache.openjpa.kernel.DelegatingExtent
- iterator() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- iterator() - Method in class org.apache.openjpa.kernel.DistinctResultList
- 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.jpql.JPQLExpressionBuilder.JPQLNode
- iterator() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- iterator() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- iterator() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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
- JAR_FILE_URLS - Static variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- JavaCharStream - Class in org.apache.openjpa.kernel.jpql
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
- JavaCharStream(InputStream) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(Reader) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(Reader, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Constructor.
- JavaTypes - Class in org.apache.openjpa.meta
-
Type constants for managed fields.
- JavaTypes() - Constructor for class org.apache.openjpa.meta.JavaTypes
- jj_nt - Variable in class org.apache.openjpa.kernel.jpql.JPQL
-
Next token.
- jjFillToken() - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
- jjstrLiteralImages - Static variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Token literal values.
- JJTABS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTABSTRACTSCHEMANAME - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTADD - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtAddChild(Node, int) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtAddChild(Node, int) - Method in interface org.apache.openjpa.kernel.jpql.Node
-
This method tells the node to add its argument to the node's list of children.
- JJTAGGREGATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTALL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTAND - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTANY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTASCENDING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTAVERAGE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTBETWEEN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTBOOLEANLITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCASE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCLASSNAME - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtClose() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtClose() - Method in interface org.apache.openjpa.kernel.jpql.Node
-
This method is called after all the child nodes have been added.
- JJTCOALESCE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCOLLECTIONPARAMETER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCONCAT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCONSTRUCTOR - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCONSTRUCTORPARAM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCONSTRUCTORPARAMS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCOUNT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCURRENTDATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCURRENTTIME - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTCURRENTTIMESTAMP - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDATELITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDECIMALLITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDELETE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDESCENDING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDISTINCT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDISTINCTPATH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTDIVIDE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTENTRY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTEQUALS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTESCAPECHARACTER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTEXISTS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTFROM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTFROMITEM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTGENERALCASE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTGENERALIDENTIFIER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtGetChild(int) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtGetChild(int) - Method in interface org.apache.openjpa.kernel.jpql.Node
-
This method returns a child node.
- jjtGetNumChildren() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtGetNumChildren() - Method in interface org.apache.openjpa.kernel.jpql.Node
-
Return the number of children the node has.
- jjtGetParent() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtGetParent() - Method in interface org.apache.openjpa.kernel.jpql.Node
- JJTGREATEROREQUAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTGREATERTHAN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTGROUPBY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTGROUPBYEXTENSION - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTHAVING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTIDENTIFICATIONVARIABLE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTIDENTIFIER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTINDEX - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTINNERFETCHJOIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTINNERJOIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTINTEGERLITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTISEMPTY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTISNULL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTJPQLState - Class in org.apache.openjpa.kernel.jpql
- JJTJPQLState() - Constructor for class org.apache.openjpa.kernel.jpql.JJTJPQLState
- JJTKEY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLENGTH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLESSOREQUAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLESSTHAN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLIKE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLOCATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTLOWER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTMAX - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTMEMBEROF - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTMIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTMOD - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTMULTIPLY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTNAMEDINPUTPARAMETER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTNEGATIVE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtNodeName - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTNOT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTNOTEQUALS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTNULLIF - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtOpen() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtOpen() - Method in interface org.apache.openjpa.kernel.jpql.Node
-
This method is called after the node has been made the current node.
- JJTOR - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTORDERBY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTORDERBYEXTENSION - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTORDERBYITEM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTOUTERFETCHJOIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTOUTERJOIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTPATH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTPATTERNVALUE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTPOSITIONALINPUTPARAMETER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTQUALIFIEDIDENTIFIER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTQUALIFIEDPATH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtree - Variable in class org.apache.openjpa.kernel.jpql.JPQL
- JJTSCALAREXPRESSION - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSELECT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSELECTCLAUSE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSELECTEXPRESSION - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSELECTEXPRESSIONS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSELECTEXTENSION - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- jjtSetParent(Node) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- jjtSetParent(Node) - Method in interface org.apache.openjpa.kernel.jpql.Node
-
This pair of methods are used to inform the node of its parent.
- JJTSIMPLECASE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSIZE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSQRT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSTRINGLITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSTRINGLITERAL2 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSUBSELECT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSUBSTRING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSUBTRACT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTSUM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTIMELITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTIMESTAMPLITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTOK - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTRIM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTRIMBOTH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTRIMCHARACTER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTRIMLEADING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTRIMTRAILING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTYPE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTTYPELITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTUPDATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTUPDATEITEM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTUPDATEVALUE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTUPPER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTVALUE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTVOID - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTWHEN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTWHENSCALAR - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- JJTWHERE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLTreeConstants
- 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
- JMX_INSTRUMENT_ALIASES - Static variable in class org.apache.openjpa.instrumentation.jmx.JMXProvider
- JMXInstrument - Interface in org.apache.openjpa.instrumentation.jmx
-
Interface for JMX-specific instruments
- JMXProvider - Class in org.apache.openjpa.instrumentation.jmx
-
A simple MBean JMX instrumentation provider
- JMXProvider() - Constructor for class org.apache.openjpa.instrumentation.jmx.JMXProvider
- 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
- JOIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- JPQL - Class in org.apache.openjpa.kernel.jpql
- JPQL(InputStream) - Constructor for class org.apache.openjpa.kernel.jpql.JPQL
-
Constructor with InputStream.
- JPQL(InputStream, String) - Constructor for class org.apache.openjpa.kernel.jpql.JPQL
-
Constructor with InputStream and supplied encoding
- JPQL(Reader) - Constructor for class org.apache.openjpa.kernel.jpql.JPQL
-
Constructor.
- JPQL(String) - Constructor for class org.apache.openjpa.kernel.jpql.JPQL
- JPQL(JPQLTokenManager) - Constructor for class org.apache.openjpa.kernel.jpql.JPQL
-
Constructor with generated Token Manager.
- JPQL_EXTENDED - Static variable in class org.apache.openjpa.conf.Compatibility
-
Allow non-compliant extensions of JPQL.
- JPQL_STRICT - Static variable in class org.apache.openjpa.conf.Compatibility
-
If a JPQL statement is not compliant with the JPA specification, fail to parse it.
- JPQL_WARN - Static variable in class org.apache.openjpa.conf.Compatibility
-
If a JPQL statement is not compliant with the JPA specification, warn the first time that statement is parsed.
- JPQLConstants - Interface in org.apache.openjpa.kernel.jpql
-
Token literal values and constants.
- JPQLExpressionBuilder - Class in org.apache.openjpa.kernel.jpql
-
Builder for JPQL expressions.
- JPQLExpressionBuilder(ExpressionFactory, ExpressionStoreQuery, Object) - Constructor for class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
Constructor.
- JPQLExpressionBuilder.JPQLNode - Class in org.apache.openjpa.kernel.jpql
-
Base node that will be generated by the JPQLExpressionBuilder; base class of the
SimpleNode
that is used byJPQL
. - JPQLExpressionBuilder.ParsedJPQL - Class in org.apache.openjpa.kernel.jpql
-
Public for unit testing purposes.
- JPQLNode(JPQL, int) - Constructor for class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- JPQLParser - Class in org.apache.openjpa.kernel.jpql
-
Parser for JPQL queries.
- JPQLParser() - Constructor for class org.apache.openjpa.kernel.jpql.JPQLParser
- JPQLTokenManager - Class in org.apache.openjpa.kernel.jpql
-
Token Manager.
- JPQLTokenManager(JavaCharStream) - Constructor for class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Constructor.
- JPQLTokenManager(JavaCharStream, int) - Constructor for class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Constructor.
- JPQLTreeConstants - Interface in org.apache.openjpa.kernel.jpql
K
- KEY - Static variable in class org.apache.openjpa.conf.BrokerFactoryValue
- KEY - Static variable in class org.apache.openjpa.conf.BrokerValue
- KEY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- keyRemoved(Object, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Invoke when a key is removed from this cache.
- keys() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- keys() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- keys() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets all the identifier keys for the cached queries.
- keys() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- 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(ProxyMap) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Override for
Map.keySet()
. - kind - Variable in class org.apache.openjpa.kernel.jpql.Token
-
An integer that describes the kind of this token.
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_PREPARED_SQL - Static variable in class org.apache.openjpa.kernel.QueryLanguages
- LANG_SQL - Static variable in class org.apache.openjpa.kernel.QueryLanguages
- LANG_STORED_PROC - Static variable in class org.apache.openjpa.kernel.QueryLanguages
- LANGUAGE - Static variable in class org.apache.openjpa.kernel.MethodStoreQuery
- last() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- 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.
- last() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- lastElement() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- lastIndexOf(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- lastIndexOf(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
- lastIndexOf(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- lastIndexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- lastIndexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- lastIndexOf(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- lastIndexOf(Object, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- LE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- LE() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- LEADING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- LEFT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- length() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- length() - Method in class org.apache.openjpa.kernel.ResultShape
-
Number of arguments to populate this shape only.
- LENGTH - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- LETTER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.openjpa.kernel.jpql.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Lexer state names.
- 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 - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- LifecycleListener - Interface in org.apache.openjpa.event
-
Interface for listening to all
LifecycleEvent
s. - LifecycleMetaData - Class in org.apache.openjpa.meta
-
Information about lifecycle events for a managed type.
- LIKE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- like_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- line - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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
- ListenerList(int) - Constructor for class org.apache.openjpa.event.LifecycleEventManager.ListenerList
- ListenerList(LifecycleEventManager.ListenerList) - Constructor for class org.apache.openjpa.event.LifecycleEventManager.ListenerList
- listIterator() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- listIterator() - Method in class org.apache.openjpa.kernel.DistinctResultList
- listIterator() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- listIterator() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- listIterator() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- listIterator() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- listIterator(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- listIterator(int) - Method in class org.apache.openjpa.kernel.DistinctResultList
- listIterator(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- listIterator(int) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- listIterator(int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- listIterator(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- listKnownTypes() - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Returns the names of classes that are known to the cache and whether or not they are currently being cached.
- listKnownTypes() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- listKnownTypes() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- listKnownTypes() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the names of classes that are known to the cache and whether or not they are currently being cached.
- literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- Literal - Interface in org.apache.openjpa.kernel.exps
-
Interface for any literal value.
- literal_or_param() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- load() - Method in interface org.apache.openjpa.conf.CacheMarshaller
-
Load and return an instance of the type handled by this marshaller.
- load() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- load() - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
- load() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- load() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- load() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- load() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- load() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- load() - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Load the proxy if it was delay-loaded.
- load() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- load() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.DelegatingMetaDataFactory
- load(Class, int, ClassLoader) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- 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(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 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, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Load 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, BitSet, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
- 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, 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, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
- 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<OpenJPAStateManager>, 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)
orStoreManager.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<OpenJPAStateManager>, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- loadAll(Collection<OpenJPAStateManager>, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
- loadAll(Collection<OpenJPAStateManager>, 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.
- loadAsmClass(String, byte[], Class<?>, ClassLoader) - Static method in class org.apache.openjpa.util.GeneratedClasses
- loadBuildTimeProxy(Class, ClassLoader) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Load the proxy class generated at build time for the given type, returning null if none exists.
- loadClass(byte[], ClassLoader) - Method in class org.apache.openjpa.util.asm.EnhancementProject
- loadClass(Class<?>) - Method in class org.apache.openjpa.util.asm.EnhancementProject
-
Load a class with the given type.
- loadClass(String) - Method in class org.apache.openjpa.util.asm.EnhancementProject
-
Load a class with the given name.
- loadClass(String, ClassLoader) - Method in class org.apache.openjpa.util.asm.EnhancementProject
-
Load the bytecode for the class with the given name.
- loadCollection(ProxyCollection) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
- loadCollection(ProxyCollection, boolean) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
- loadDelayedField(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- loadDelayedField(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- loadDelayedField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- loadDelayedField(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
If a field was marked delayed in a previous load operation this method can be used to load the field.
- loadDelayedField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Loads a delayed access field.
- loadDelayedProxy(Class<?>) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- loadDynamicAgent(Log) - Static method in class org.apache.openjpa.enhance.PCEnhancerAgent
- Loaded() - Constructor for class org.apache.openjpa.conf.DetachOptions.Loaded
- 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.
- loadField(OpenJPAStateManager, FieldMetaData, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
Set field-level information into the given state manager.
- 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.
- loadPersistentTypes(boolean, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Load the persistent classes named in configuration.
- loadPersistentTypes(ClassLoader) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Load the configured persistent classes list.
- loadScriptSource - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- loadVersion(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
Set version information into the given state manager.
- loadXMLMetaData(Class<?>) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- loadXMLMetaData(Class<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Load XMLClassMetadata for the given class.
- loadXMLMetaData(Class<?>) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- LOCAL_DATE - Static variable in class org.apache.openjpa.meta.JavaTypes
- LOCAL_DATETIME - Static variable in class org.apache.openjpa.meta.JavaTypes
- LOCAL_TIME - Static variable in class org.apache.openjpa.meta.JavaTypes
- LOCALE - Static variable in class org.apache.openjpa.meta.JavaTypes
- locate() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- LOCATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- lock() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- lock() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Synchronizes on an internal lock.
- lock() - Method in class org.apache.openjpa.kernel.BrokerImpl
- lock() - 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() - 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(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, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- lock(Object, int, int, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- lock(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.kernel.VersionLockManager
-
Delegates to
VersionLockManager.lockInternal(org.apache.openjpa.kernel.OpenJPAStateManager, int, int, java.lang.Object, boolean)
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_OPTIMISTIC - Static variable in interface org.apache.openjpa.kernel.MixedLockLevels
-
Generic optimistic read lock level.
- LOCK_OPTIMISTIC_FORCE_INCREMENT - Static variable in interface org.apache.openjpa.kernel.MixedLockLevels
-
Generic optimistic write lock level.
- LOCK_PESSIMISTIC_FORCE_INCREMENT - Static variable in interface org.apache.openjpa.kernel.MixedLockLevels
-
Generic pessimistic force increment level.
- LOCK_PESSIMISTIC_READ - Static variable in interface org.apache.openjpa.kernel.MixedLockLevels
-
Generic pessimistic read lock level.
- LOCK_PESSIMISTIC_WRITE - Static variable in interface org.apache.openjpa.kernel.MixedLockLevels
-
Generic pessimistic write lock level.
- 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, Object) - Method in interface org.apache.openjpa.kernel.LockManager
-
Obtain locks on the specified objects.
- 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, 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 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, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- LockException - Exception in org.apache.openjpa.util
-
Exception indicating that locks on one or more objects could not be acquired.
- LockException(Object) - Constructor for exception org.apache.openjpa.util.LockException
- LockException(Object, int) - Constructor for exception org.apache.openjpa.util.LockException
- LockException(Object, int, int) - Constructor for exception org.apache.openjpa.util.LockException
- lockInternal(OpenJPAStateManager, int, int, Object, boolean) - Method in class org.apache.openjpa.kernel.VersionLockManager
-
Marks the instance's transactional status in accordance with the settings of
VersionLockManager.getVersionCheckOnReadLock()
andVersionLockManager.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
- lockScope - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- LOCKSCOPE_EXTENDED - Static variable in interface org.apache.openjpa.kernel.LockScopes
-
Generic extended lock scope level.
- LOCKSCOPE_NORMAL - Static variable in interface org.apache.openjpa.kernel.LockScopes
-
Generic Normal lock scope level.
- LockScopes - Interface in org.apache.openjpa.kernel
-
Defines lock scope levels used for MixedLockManager.
- 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, long, boolean) - Constructor for class org.apache.openjpa.util.LongId
- LongId(Class, Long) - Constructor for class org.apache.openjpa.util.LongId
- LongId(Class, String) - Constructor for class org.apache.openjpa.util.LongId
- lower() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- lower(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- LOWER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- lrs - Variable in class org.apache.openjpa.kernel.StoreQuery.Range
- LRSProxy - Interface in org.apache.openjpa.util
-
Marker interface for large result set proxies.
- LT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- LT() - Method in class org.apache.openjpa.kernel.jpql.JPQL
M
- main(String[]) - Static method in class org.apache.openjpa.conf.MetaDataCacheMaintenance
- 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.kernel.jpql.JPQL
- 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.
- main(String[]) - Static method in class org.apache.openjpa.util.ProxyManagerImpl
-
Usage: java org.apache.openjpa.util.proxy.ProxyManagerImpl [option]* <class name>+
Where the following options are recognized: -utils/-u <number>: Generate proxies for the standard java.util collection, map, date, and calendar classes of the given Java version. - 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.
- ManagedClassSubclasser - Class in org.apache.openjpa.enhance
-
Redefines the method bodies of existing unenhanced classes to make them notify state managers of mutations.
- ManagedClassSubclasser() - Constructor for class org.apache.openjpa.enhance.ManagedClassSubclasser
- ManagedInstanceProvider - Interface in org.apache.openjpa.enhance
-
Instances of this interface can provide an underlying instance.
- 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
- manageProvider(InstrumentationProvider) - Method in interface org.apache.openjpa.instrumentation.InstrumentationManager
-
Manage a given provider.
- manageProvider(InstrumentationProvider) - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Make a provider managed.
- MANY_TO_MANY - Static variable in class org.apache.openjpa.meta.FieldMetaData
- MANY_TO_ONE - Static variable in class org.apache.openjpa.meta.FieldMetaData
- Map(Method) - Constructor for class org.apache.openjpa.kernel.FillStrategy.Map
- 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, boolean) - Constructor for class org.apache.openjpa.util.MapChangeTrackerImpl
-
Constructor; supply delegate map.
- mapEntry(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the map entry of the given value.
- mapEntry(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- mapKey(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the map key of the given value
- mapKey(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- 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
- MAPPING_FILE_NAMES - Static variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- markUncachable(String, PreparedQueryCache.Exclusion) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Marks the given key as not amenable to caching.
- markUncachable(K) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Marks the given key as not amenable to caching.
- matches(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
Affirms if this exclusion matches the given identifier.
- matches(Exp, Object, StoreContext, Object[], int) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
Recursive method to evaluate the expression for all possible combinations of unbound variables.
- 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(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(Value, Value, String, String, String) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return whether the string matches the matching pattern.
- matches(Value, Value, String, String, String) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- max() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- MAX - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- maxFetchDepth - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- maxFetchDepth - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- maxNextCharInd - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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.
- MBEAN_DOMAIN - Static variable in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
The MBean domain for OpenJPA
- MEDIATE_READ - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- MEDIATE_WRITE - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- MEMBER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- MemberProvider() - Constructor for class org.apache.openjpa.meta.FieldMetaData.MemberProvider
- memory - Variable in class org.apache.openjpa.kernel.QueryImpl.Compilation
- mergeFieldCode(int, int) - Static method in class org.apache.openjpa.meta.AccessCode
-
Merges the field access type with the class access type provided such merge is valid.
- mergeFieldCode(ClassMetaData, FieldMetaData, int) - Static method in class org.apache.openjpa.meta.AccessCode
- meta - Variable in class org.apache.openjpa.kernel.exps.Context
- meta() - Method in class org.apache.openjpa.kernel.exps.Context
- METADATA - Static variable in interface org.apache.openjpa.conf.SchemaGenerationSource
- METADATA - Static variable in exception org.apache.openjpa.util.UserException
- METADATA_THEN_SCRIPT - Static variable in interface org.apache.openjpa.conf.SchemaGenerationSource
- MetaDataCacheMaintenance - Class in org.apache.openjpa.conf
-
Performs maintenance tasks on the metadata caches accessible via the
CacheMarshaller
architecture. - MetaDataCacheMaintenance(BrokerFactory, boolean) - Constructor for class org.apache.openjpa.conf.MetaDataCacheMaintenance
- MetaDataCacheMaintenance(BrokerFactory, boolean, boolean) - Constructor for class org.apache.openjpa.conf.MetaDataCacheMaintenance
-
Deprecated.logging is routed to the logging system now.
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.MetaDataException
- MetaDataException(Localizer.Message, Throwable) - 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.
- metaDataRepositoryAvailable() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Returns true if a metaDataRepository has been created for this configuration.
- metaDataRepositoryAvailable() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- MetaDataRepositoryValue - Class in org.apache.openjpa.conf
-
A
PluginValue
that interacts with theCacheMarshaller
to cache the metadata repository between executions. - MetaDataRepositoryValue() - Constructor for class org.apache.openjpa.conf.MetaDataRepositoryValue
- 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.
- 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
- 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() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- MIN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- MINOR_RELEASE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
- MINUS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- MIXED - Static variable in class org.apache.openjpa.meta.AccessCode
- MixedLockLevels - Interface in org.apache.openjpa.kernel
-
Defines lock levels used for MixedLockManager.
- mod() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- mod(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Mod the given values.
- 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 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- MODE_ALL - Static variable in interface org.apache.openjpa.meta.MetaDataModes
- MODE_ANN_MAPPING - Static variable in interface org.apache.openjpa.meta.MetaDataModes
- 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
- 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(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Multiply the given values.
- 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
- MultiQueryMetaData - Class in org.apache.openjpa.meta
- MultiQueryMetaData(Class<?>, String, String, boolean) - Constructor for class org.apache.openjpa.meta.MultiQueryMetaData
-
Create this meta data given a scope of definition, a logical identifier, a procedure name and whether its usage is temporary.
- MultiQueryMetaData.Parameter - Class in org.apache.openjpa.meta
-
A parameter
- MultiQueryMetaData.Parameter.Mode - Enum in org.apache.openjpa.meta
- 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.
- named_input_parameter() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- names - Static variable in interface org.apache.openjpa.kernel.AutoDetach
- NATIVE - Static variable in class org.apache.openjpa.meta.ValueStrategies
-
"native" value strategy.
- NE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- NE() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- needsPreload(OpenJPAConfiguration) - Static method in class org.apache.openjpa.meta.MetaDataRepository
- negative() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- nest(Class<X>, FillStrategy, Class<?>...) - Method in class org.apache.openjpa.kernel.ResultShape
-
Creates a new shape of type X with the given class arguments and nests the new shape within this shape.
- nest(ResultShape<?>) - Method in class org.apache.openjpa.kernel.ResultShape
-
Nest the given shape.
- NEW - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- new_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- newAnnotationSerializer() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Create a new annotation metadata serializer.
- newArgumentList(Value...) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a function argument list consisting of the given values, any of which may itself be an argument list.
- newArgumentList(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() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Return a broker with default settings.
- newBroker() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- newBroker(boolean, int) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- newBroker(String, String) - 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(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(String, String, boolean, int, boolean) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- newBroker(String, String, boolean, int, boolean, String, String) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- newBroker(String, String, boolean, int, boolean, String, String) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Return a new broker using the supplied credentials transaction management mode connectionRetainMode connectionFactories
- newBroker(String, String, boolean, int, boolean, String, String) - 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, boolean) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a proxy for the given collection type.
- newCollectionProxy(Class, Class, Comparator, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
- newCollectionValuedParameter(Object, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing a collection-valued parameter.
- newCollectionValuedParameter(Object, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- 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 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.ApplicationIdToolTask
- 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, boolean) - 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, boolean) - 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.datacache.DataCachePCDataImpl
- 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
- newFunction(String, Class<?>, Value...) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the given datastore function with the given arguments.
- newFunction(String, Class<?>, Value...) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- newGet(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- newGet(Class<?>, boolean) - Method in interface org.apache.openjpa.datacache.CacheStatisticsSPI
-
Record a new cache get.
- newGet(Object, boolean) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- 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() - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Factory method for getting new instances of the same definition.
- newInstance() - Method in interface org.apache.openjpa.kernel.ObjectFactory
- newInstance() - Method in interface org.apache.openjpa.util.proxy.ProxyCalendar
-
Return a new instance of this calendar type.
- newInstance() - Method in interface org.apache.openjpa.util.proxy.ProxyDate
-
Return a new instance of this date type.
- 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(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<? extends T>) - Method in class org.apache.openjpa.util.ClassLoaderProxyService
- newInstance(Class, Class, Comparator, boolean, boolean) - Method in interface org.apache.openjpa.util.proxy.ProxyMap
-
Create a new instance of this proxy type.
- 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 instance, a stringified id, or a primary key value.
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- newInstance(Class, Comparator, boolean, boolean) - Method in interface org.apache.openjpa.util.proxy.ProxyCollection
-
Create a new instance of this proxy type.
- newInstance(Object) - Method in interface org.apache.openjpa.util.proxy.ProxyBean
-
Create a new instance of this proxy type with the same state as the given instance.
- newInstance(String, Class, Configuration, boolean) - Method in class org.apache.openjpa.conf.BrokerValue
- newInstance(String, Class, Configuration, boolean) - Method in class org.apache.openjpa.conf.QueryCompilationCacheValue
- newInstance(Broker) - Static method in class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
- newInstance(FetchConfigurationImpl.ConfigurationState) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Return a new hollow instance.
- 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<Object, 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(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
-
Factory method for constructing a
BrokerFactory
from properties. - newInstance(MetaDataRepository, Options, ClassLoader) - Static method in class org.apache.openjpa.enhance.PCClassFileTransformer
- NewInstance(Class<T>) - Constructor for class org.apache.openjpa.kernel.FillStrategy.NewInstance
- NewInstance(Constructor<? extends T>) - Constructor for class org.apache.openjpa.kernel.FillStrategy.NewInstance
- 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
, orBoolean
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, boolean) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a proxy for the given map type.
- newMapProxy(Class, Class, Class, Comparator, boolean) - 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<?>, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- newObjectId(Class<?>, Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Create a new object id instance from the given value.
- newObjectId(Class<?>, String) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Create a new identity object for the given
PersistenceCapable
class, using theString
form of the constructor. - newObjectId(Class, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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(Object, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing a parameter for the given value.
- newParameter(Object, 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() - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- 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(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
- newPut(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- newPut(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatisticsSPI
-
Record a new cache put.
- newPut(Object) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- newQuery(String) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
- 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.
- 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, Class, 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 interface org.apache.openjpa.kernel.Broker
-
Create a new query in the given language.
- newQuery(String, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- newQuery(String, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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
- newToken(int) - Static method in class org.apache.openjpa.kernel.jpql.Token
- newToken(int, String) - Static method in class org.apache.openjpa.kernel.jpql.Token
-
Returns a new Token object, by default.
- newTypeLiteral(Object, int) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the given constant, which will be a
Number
,String
, orBoolean
instance. - newTypeLiteral(Object, int) - 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.
- newXMLClassMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new xml class metadata
- newXMLClassMetaDataArray(int) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new array of the proper xml class metadata subclass.
- newXMLFieldMetaData(Class<?>, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new xml field meta, add it to the fieldMap in the given xml class metadata
- next - Variable in class org.apache.openjpa.kernel.jpql.Token
-
A reference to the next regular (non-special) token from the input stream.
- 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() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- 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
- next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
- next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
- nextAlias() - Method in class org.apache.openjpa.kernel.exps.Context
-
Returns next table alias to be created.
- nextCharBuf - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- nextCharInd - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- nextIndex() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
- NO_RESULT - Static variable in exception org.apache.openjpa.util.UserException
- NO_STATS - Static variable in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
Value indicating that cache statistics are not available.
- NO_STATS - Static variable in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- NO_STATS - Static variable in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
Value indicating that cache statistics are not available.
- NO_TRANSACTION - Static variable in exception org.apache.openjpa.util.UserException
- Node - Interface in org.apache.openjpa.kernel.jpql
- nodeArity() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- nodeCreated() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- NON_FINALIZING_ALIAS - Static variable in class org.apache.openjpa.conf.BrokerValue
- NON_UNIQUE_RESULT - Static variable in exception org.apache.openjpa.util.UserException
- None() - Constructor for class org.apache.openjpa.kernel.QueryStatistics.None
- NONE - org.apache.openjpa.datacache.DataCacheMode
-
No entities are cached regardless of annotations or xml configuration.
- NONE - Static variable in interface org.apache.openjpa.conf.SchemaGenerationAction
- NONE - Static variable in interface org.apache.openjpa.conf.SchemaGenerationSource
- 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
- NonPersistentMetaData - Class in org.apache.openjpa.meta
-
Metadata about a persistence-aware type.
- NonPersistentMetaData(Class, MetaDataRepository, int) - Constructor for class org.apache.openjpa.meta.NonPersistentMetaData
- 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 non-transactional.
- nontransactionalAll(Collection<Object>, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Make the given objects nontransactional.
- nontransactionalAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- nontransactionalAll(Collection, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- nontransactionalRead - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- nontransactionalWrite - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- NonUniqueResultException - Exception in org.apache.openjpa.util
-
Exception type thrown when a query was configured to return a single result, and multiple results were found.
- NonUniqueResultException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.NonUniqueResultException
- NonUniqueResultException(Localizer.Message, Object) - Constructor for exception org.apache.openjpa.util.NonUniqueResultException
- NoOpCacheMarshaller - Class in org.apache.openjpa.conf
-
Implementation of
CacheMarshaller
that does nothing. - NoOpCacheMarshaller() - Constructor for class org.apache.openjpa.conf.NoOpCacheMarshaller
- NoResultException - Exception in org.apache.openjpa.util
-
Exception type thrown when a query was configured to return a single result, and no result was found.
- NoResultException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.NoResultException
- NoResultException(Localizer.Message, Object) - Constructor for exception org.apache.openjpa.util.NoResultException
- 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
- NOT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.NoTransactionException
- NULL - Static variable in class org.apache.openjpa.kernel.AbstractPCData
- NULL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- null_comparison_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.
- NullIf - Class in org.apache.openjpa.kernel.exps
-
An in-memory representation of a nullif expression
- NULLIF - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- nullif_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- nullIfExpression(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a nullif expression
- nullIfExpression(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- nullTraversal - Variable in class org.apache.openjpa.kernel.exps.CandidatePath.Traversal
- NUMBER - Static variable in class org.apache.openjpa.meta.JavaTypes
- numeric_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
O
- OBJECT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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(String) - Constructor for exception org.apache.openjpa.util.ObjectExistsException
- ObjectExistsException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.ObjectExistsException
- ObjectFactory<T> - Interface in org.apache.openjpa.kernel
-
An interface to create objects that are used by result processing.
- 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(Object) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
- ObjectNotFoundException(Collection, Throwable[]) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
- ObjectNotFoundException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.ObjectNotFoundException
- OF - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- offer(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- offer(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- offerFirst(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- offerLast(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- OFFSET_DATETIME - Static variable in class org.apache.openjpa.meta.JavaTypes
- OFFSET_TIME - Static variable in class org.apache.openjpa.meta.JavaTypes
- 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
- ONE_TO_MANY - Static variable in class org.apache.openjpa.meta.FieldMetaData
- ONE_TO_ONE - Static variable in class org.apache.openjpa.meta.FieldMetaData
- 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.
- open() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- 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(String, Throwable) - Constructor for exception org.apache.openjpa.util.OpenJPAException
-
Construct with message and cause.
- OpenJPAException(Throwable) - Constructor for exception org.apache.openjpa.util.OpenJPAException
-
Construct with cause.
- OpenJPAException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.OpenJPAException
-
Constructor; supply message.
- OpenJPAException(Localizer.Message, 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 built-in 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
- OpenJPAProductDerivation - Interface in org.apache.openjpa.conf
-
Adds datastore based extension to ProductDerivation.
- 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
- OpenJPAVersionAndConfigurationTypeValidationPolicy - Class in org.apache.openjpa.conf
-
Compute validity based on whether or not the cached data is from the same version of Kodo as the current install.
- OpenJPAVersionAndConfigurationTypeValidationPolicy() - Constructor for class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- openNodeScope(Node) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- 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(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
- OptimisticException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.OptimisticException
- optimisticLockInternal(OpenJPAStateManager, int, int, Object, boolean) - Method in class org.apache.openjpa.kernel.VersionLockManager
- optimizeIdCopy - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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_POSTLOAD_ON_MERGE - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Option for enable fire @PostLoad events on merge operations
- 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_USE_TCCL_IN_SELECT_NEW - Static variable in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Option to enable TCCL if the result class for select new is not found in the entities classloader
- 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
- OR - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- order(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Order this field value when it is loaded.
- 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 - Interface in org.apache.openjpa.meta
-
Order a field.
- ORDER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- orderby_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- orderby_extension() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- orderby_item() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- ordering - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- orderingAliases - 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.audit - package org.apache.openjpa.audit
-
OpenJPA Audit Facility
- 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.instrumentation - package org.apache.openjpa.instrumentation
- org.apache.openjpa.instrumentation.jmx - package org.apache.openjpa.instrumentation.jmx
- 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
-
JPA Query Language Support
- org.apache.openjpa.meta - package org.apache.openjpa.meta
-
OpenJPA Metadata
- org.apache.openjpa.util - package org.apache.openjpa.util
-
OpenJPA Utilities
- org.apache.openjpa.util.asm - package org.apache.openjpa.util.asm
- org.apache.openjpa.util.proxy - package org.apache.openjpa.util.proxy
- org.apache.openjpa.validation - package org.apache.openjpa.validation
- 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
- OSGiManagedRuntime - Class in org.apache.openjpa.ee
-
Implementation of the
ManagedRuntime
interface that listens for an OSGi service with interfacejakarta.transaction.TransactionManager
to create aTransactionManager
for controlling transactions. - OSGiManagedRuntime() - Constructor for class org.apache.openjpa.ee.OSGiManagedRuntime
- OUT - org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
- OUTER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- outer_fetch_join() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- outer_join() - Method in class org.apache.openjpa.kernel.jpql.JPQL
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.ResultShapePacker
- pack(Object[]) - Method in class org.apache.openjpa.kernel.ResultPacker
-
Pack the given array into an instance of the query's result class.
- pack(Object[]) - Method in class org.apache.openjpa.kernel.ResultShapePacker
- pack(Object[], Class<?>[], String[]) - Method in class org.apache.openjpa.kernel.ResultShape
-
Fill this shape and its children with the given array element values.
- PackingResultObjectProvider(ResultObjectProvider, ResultPacker, int) - Constructor for class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- Parameter - Interface in org.apache.openjpa.kernel.exps
-
A query parameter.
- Parameter(int, Class<?>, MultiQueryMetaData.Parameter.Mode) - Constructor for class org.apache.openjpa.meta.MultiQueryMetaData.Parameter
- Parameter(String, Class<?>, MultiQueryMetaData.Parameter.Mode) - Constructor for class org.apache.openjpa.meta.MultiQueryMetaData.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, Class[]) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Parse all given classses.
- parse(MetaDataParser, Collection) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Parse all given files.
- parsed - Variable in class org.apache.openjpa.kernel.exps.Context
- 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() - 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
-
String constructor.
- ParseException(String, Throwable) - Constructor for exception org.apache.openjpa.kernel.jpql.ParseException
- 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.
- parseJDBCTemporalSyntax(String) - Static method in class org.apache.openjpa.kernel.Filters
-
Parses the given string assuming it is a JDBC key expression.
- parsePersistentTypeNames(ClassLoader) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Parse persistent type names.
- parseQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- parserForLanguage(String) - Static method in class org.apache.openjpa.kernel.QueryLanguages
-
Return the
ExpressionParser
forlanguage
, ornull
if no expression parser exists in the system for the specified language. - PartitionedDataCache - Class in org.apache.openjpa.datacache
-
A partitioned data cache maintains a set of partitions that are DataCache themselves.
- PartitionedDataCache() - Constructor for class org.apache.openjpa.datacache.PartitionedDataCache
- PATCH_RELEASE - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
- path() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- Path - Interface in org.apache.openjpa.kernel.exps
-
A path represents a traversal into fields of a candidate object.
- path_component() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- pattern_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- PAYLOAD_EXTENTS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
-
Names of added, updated, and deleted classes only.
- PAYLOAD_LOCAL_STALE_DETECTION - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
-
The local
BrokerFactory
detected that local data is out of date with the data store. - PAYLOAD_OIDS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
-
Names of added classes, updated and deleted Object IDs.
- PAYLOAD_OIDS_WITH_ADDS - Static variable in class org.apache.openjpa.event.RemoteCommitEvent
-
Names of added classes, added, updated 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
- pcAttributeIndexToFieldName(int) - Method in interface org.apache.openjpa.enhance.AttributeTranslator
- PCClassFileTransformer - Class in org.apache.openjpa.enhance
-
Transformer that makes persistent classes implement the
PersistenceCapable
interface at runtime. - PCClassFileTransformer(MetaDataRepository, PCEnhancer.Flags, ClassLoader, boolean) - Constructor for class org.apache.openjpa.enhance.PCClassFileTransformer
-
Constructor.
- PCClassFileTransformer(MetaDataRepository, Options, ClassLoader) - Constructor for class org.apache.openjpa.enhance.PCClassFileTransformer
-
Constructor.
- PCClassFileTransformer.Reentrant - Class in org.apache.openjpa.enhance
- pcCopyField(Object, int) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcCopyFields(Object, int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcCopyFields(Object, int[]) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcCopyKeyFieldsFromObjectId(FieldConsumer, Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcCopyKeyFieldsFromObjectId(FieldConsumer, Object) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcCopyKeyFieldsToObjectId(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcCopyKeyFieldsToObjectId(Object) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcCopyKeyFieldsToObjectId(FieldSupplier, Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcCopyKeyFieldsToObjectId(FieldSupplier, Object) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- PCData - Interface in org.apache.openjpa.kernel
-
Holds data about a single persistence capable instance.
- PCDataGenerator - Class in org.apache.openjpa.enhance
-
Generates
PCData
instances which avoid primitive 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
PCData
s 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
- PCDataImpl(Object, ClassMetaData, String) - Constructor for class org.apache.openjpa.kernel.PCDataImpl
-
Constructor.
- pcDirty(String) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcDirty(String) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- 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, ClassNodeTracker, MetaDataRepository) - Constructor for class org.apache.openjpa.enhance.PCEnhancer
-
Deprecated.
- PCEnhancer(OpenJPAConfiguration, ClassNodeTracker, MetaDataRepository, ClassLoader) - Constructor for class org.apache.openjpa.enhance.PCEnhancer
-
Constructor.
- PCEnhancer(MetaDataRepository, ClassNodeTracker, ClassMetaData) - 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.
- PCEnhancerAgent - Class in org.apache.openjpa.enhance
-
Java agent that makes persistent classes work with OpenJPA at runtime.
- PCEnhancerAgent() - Constructor for class org.apache.openjpa.enhance.PCEnhancerAgent
- 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
- pcFetchObjectId() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcGetDetachedState() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcGetDetachedState() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcGetEnhancementContractVersion() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcGetEnhancementContractVersion() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcGetGenericContext() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcGetGenericContext() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcGetStateManager() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcGetStateManager() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcGetVersion() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcGetVersion() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsDeleted() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsDeleted() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsDetached() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsDetached() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsDirty() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsDirty() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsNew() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsNew() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsPersistent() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsPersistent() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsSerializationUserVisible() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcIsTransactional() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcIsTransactional() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- 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, boolean) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcNewInstance(StateManager, Object, boolean) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcNewInstance(StateManager, Object, boolean) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcNewObjectIdInstance() - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcNewObjectIdInstance() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcNewObjectIdInstance(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcNewObjectIdInstance(Object) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcProvideField(int) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcProvideField(int) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcProvideFields(int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcProvideFields(int[]) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- 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
- pcReplaceField(int) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcReplaceFields(int[]) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcReplaceFields(int[]) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcReplaceStateManager(StateManager) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcReplaceStateManager(StateManager) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- PCResultObjectProvider - Interface in org.apache.openjpa.kernel
-
Variant of
ResultObjectProvider
that populates aOpenJPAStateManager
object in an application-defined manner. - pcSetDetachedState(Object) - Method in interface org.apache.openjpa.enhance.PersistenceCapable
- pcSetDetachedState(Object) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- pcSetSerializationUserVisible(boolean) - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- PCState - Class in org.apache.openjpa.kernel
-
Base class for all lifecycle states.
- PCState() - Constructor for class org.apache.openjpa.kernel.PCState
- PCSubclassValidator - Class in org.apache.openjpa.enhance
-
Validates that a given type meets the JPA contract, plus a few OpenJPA-specific additions for subclassing / redefinition: must have an accessible no-args constructor must be a public or protected class must not be final must not extend an enhanced class all persistent data represented by accessible setter/getter methods (persistent properties) if versioning is to be used, exactly one persistent property for the numeric version data When using property access, the backing field for a persistent property must be: private set only in the designated setter, in the constructor, or in
Object.clone()
,readObject(ObjectInputStream)
, orExternalizable.readExternal(ObjectInput)
. read only in the designated getter and the constructor. - PCSubclassValidator(ClassMetaData, ClassNode, Log, boolean) - Constructor for class org.apache.openjpa.enhance.PCSubclassValidator
- 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
- peek() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- peek() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- peekFirst() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- peekLast() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- peekNode() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- persist(Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Persist the given object.
- persist(Object, Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Persist the given object.
- persist(Object, Object, boolean, OpCallbacks, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Persist the given object.
- persist(Object, Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Make the given instance persistent.
- persist(Object, Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- persist(Object, Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- persist(Object, OpCallbacks) - Method in interface org.apache.openjpa.kernel.Broker
-
Persist the given object.
- persist(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- persist(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- persistAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Persist the given objects.
- 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
- PERSISTENCE_UNIT_ROOT_URL - Static variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- PersistenceCapable - Interface in org.apache.openjpa.enhance
-
The interface that persistent instances will implement.
- PersistentObjectInputStream(InputStream, StoreContext) - Constructor for class org.apache.openjpa.util.Serialization.PersistentObjectInputStream
-
Constructor; supply source stream and broker to use for persistent object lookups.
- PersistentObjectOutputStream(OutputStream, StoreContext) - Constructor for class org.apache.openjpa.util.Serialization.PersistentObjectOutputStream
-
Constructor; supply underlying stream.
- PersistListener - Interface in org.apache.openjpa.event
-
Listener for newly-persisted instances.
- pin(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- 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(Object) - Method in class org.apache.openjpa.util.CacheMap
-
Locks the given key and its value into the map.
- pin(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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. - pinAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- pinAll(Class<?>, boolean) - Method in interface org.apache.openjpa.datacache.DataCache
-
Pin all oids for the given type.
- pinAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- pinAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- pinAll(Collection<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Pin all oids to the cache.
- pinAll(Collection<Object>) - 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(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- pinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Pin an object to the cache.
- 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.
- PLUS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- PNEWPROVISIONAL - Static variable in class org.apache.openjpa.kernel.PCState
-
Persistent-New-Provisional
- 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.
- poll() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- poll() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- pollFirst() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- pollFirst() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- pollLast() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- pollLast() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- pool(Object, AbstractBrokerFactory) - Static method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Register
factory
in the pool underkey
. - pop() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- popFetchConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
- popFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- popFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Pops the fetch configuration from the top of the stack, making the next one down the active one.
- popNode() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- 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(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
- populate(ClassMetaData, int, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- populate(ClassMetaData, int, boolean) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Populate the given metadata with default settings.
- populate(ClassMetaData, int, boolean) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- populate(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- 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.
- populateHintSetter(Class<?>, String, Class<?>, String...) - Static method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Populate static registry of hints.
- populateHintSetter(Class<?>, String, String, Class<?>, String...) - Static method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Populate static registry of hints.
- positional_input_parameter() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- postCreationCallback() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
This method is invoked AFTER a BrokerFactory has been instantiated.
- postCreationCallback() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
This method is invoked AFTER a BrokerFactory has been instantiated.
- postCreationCallback() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- PostDeleteListener - Interface in org.apache.openjpa.event
- POSTFIX - Static variable in class org.apache.openjpa.datacache.DataCachePCDataGenerator
- POSTFIX - Static variable in class org.apache.openjpa.enhance.PCDataGenerator
- postLoadOnMerge - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- PostPersistListener - Interface in org.apache.openjpa.event
- PRE - Static variable in class org.apache.openjpa.enhance.PCEnhancer
- preClose() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- preload() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
If the openjpa.MetaDataRepository plugin value Preload=true is set, this method will load all MetaData for all persistent classes and will remove locking from this class.
- premain(String, Instrumentation) - Static method in class org.apache.openjpa.enhance.PCEnhancerAgent
- PreparedQuery - Interface in org.apache.openjpa.kernel
-
A prepared query associates a compiled query to a parsed state that can be executed possibly with more efficiency.
- PreparedQueryCache - Interface in org.apache.openjpa.kernel
-
A cache to create and maintain
prepared queries
. - PreparedQueryCache.Exclusion - Interface in org.apache.openjpa.kernel
-
A structure to describe the strength and reason for excluding a query from the cache.
- PreparedQueryCacheInstrument - Interface in org.apache.openjpa.instrumentation
- PreparedQueryCacheJMXInstrument - Class in org.apache.openjpa.instrumentation.jmx
-
A JMX-specific instrument for the query cache
- PreparedQueryCacheJMXInstrument() - Constructor for class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- PreparedQueryCacheJMXInstrumentMBean - Interface in org.apache.openjpa.instrumentation.jmx
- preparedQueryCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- prepareMapping(ClassMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Prepare metadata for mapping resolution.
- prepareUnenhancedClasses(OpenJPAConfiguration, Collection<? extends Class<?>>, ClassLoader) - Static method in class org.apache.openjpa.enhance.ManagedClassSubclasser
-
For each element in
classes
, creates and registers a new subclass that implementsPersistenceCapable
, and prepares OpenJPA to handle new instances of the unenhanced type. - prevCharIsCR - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- prevCharIsLF - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- 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(int, Object, OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.OpCallbacks
-
Process operation argument.
- processArgument(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
- processArgument(Object) - Method in interface org.apache.openjpa.kernel.FindCallbacks
-
Process find 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.
- 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.
- PROPERTY - Static variable in class org.apache.openjpa.meta.AccessCode
- 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.
- ProxyBean - Interface in org.apache.openjpa.util.proxy
-
Interface implemented by all generated custom types, which use JavaBean conventions for copying state.
- ProxyCalendar - Interface in org.apache.openjpa.util.proxy
-
Interface implemented by all generated proxies on
Calendar
types. - ProxyCollection - Interface in org.apache.openjpa.util.proxy
-
Interface implemented by all proxy collection types.
- ProxyCollections - Class in org.apache.openjpa.util.proxy
-
Utility methods used by collection proxies.
- ProxyCollections() - Constructor for class org.apache.openjpa.util.proxy.ProxyCollections
- ProxyCollections.ProxyIterator - Interface in org.apache.openjpa.util.proxy
-
Marker interface for a proxied iterator.
- ProxyCollections.ProxyListIterator - Interface in org.apache.openjpa.util.proxy
-
Marker interface for a proxied list iterator.
- ProxyDate - Interface in org.apache.openjpa.util.proxy
-
Interface implemented by all generated 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
- 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.proxy
-
Interface implemented by proxies on
Map
types. - ProxyMaps - Class in org.apache.openjpa.util.proxy
-
Utility methods used by map proxies.
- ProxyMaps() - Constructor for class org.apache.openjpa.util.proxy.ProxyMaps
- ProxyMaps.ProxyEntrySet - Interface in org.apache.openjpa.util.proxy
-
Marker interface for a proxy entry set.
- push(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- pushFetchConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
- pushFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- pushFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Pushes a new fetch configuration that inherits from the current fetch configuration onto a stack, and makes the new configuration the active one.
- pushFetchConfiguration(FetchConfiguration) - Method in class org.apache.openjpa.kernel.BrokerImpl
- pushFetchConfiguration(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- pushFetchConfiguration(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Pushes the fetch configuration argument onto a stack, and makes the new configuration the active one.
- pushNode(Node) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- put(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
- put(Map, Object, Object) - Method in class org.apache.openjpa.util.CacheMap
-
Put the given entry into the given map.
- put(K, V) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- put(DataCachePCData) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- 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.AbstractQueryCache
- 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.
- putAll(Map) - Method in class org.apache.openjpa.util.CacheMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- putAll(Map, boolean) - Method in class org.apache.openjpa.util.CacheMap
- putAll(ProxyMap, Map) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Overload for
Map.putAll(java.util.Map<? extends K, ? extends V>)
. - putAllInternal(Collection<DataCachePCData>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Add all of the given objects to the cache.
- putBrokerFactoryAliases(Map<String, String>) - Method in interface org.apache.openjpa.conf.OpenJPAProductDerivation
-
Load default alias options into the given map.
- 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(Object, DataCachePCData) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- 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(QueryKey, QueryResult) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- putUpdate(Path, Value) - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Add an update.
- 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
- qualified_identification_variable() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- qualified_path() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- queries() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- queries() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns all queries currently tracked in the cache.
- Query - Interface in org.apache.openjpa.kernel
-
OpenJPA query interface.
- QUERY - Static variable in exception org.apache.openjpa.util.StoreException
- queryCache - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- QueryCache - Interface in org.apache.openjpa.datacache
-
Interface that must be implemented by any level 2 query cache used by OpenJPA.
- QueryCacheInstrument - Interface in org.apache.openjpa.instrumentation
-
Interface for providing instrumented data cache metrics and operations.
- QueryCacheJMXInstrument - Class in org.apache.openjpa.instrumentation.jmx
-
A JMX-specific instrument for the query cache
- QueryCacheJMXInstrument() - Constructor for class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- QueryCacheJMXInstrumentMBean - Interface in org.apache.openjpa.instrumentation.jmx
-
Simple MBean interface for providing instrumented query cache metrics and operations.
- 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.
- queryCompilationCachePlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- QueryCompilationCacheValue - Class in org.apache.openjpa.conf
-
A cache of compiled queries.
- QueryCompilationCacheValue(String) - Constructor for class org.apache.openjpa.conf.QueryCompilationCacheValue
- QueryContext - Interface in org.apache.openjpa.kernel
-
A query execution context.
- QueryException - Exception in org.apache.openjpa.util
-
Exception indicating that a query timeout occurred.
- QueryException(Object) - Constructor for exception org.apache.openjpa.util.QueryException
- QueryException(Object, int) - Constructor for exception org.apache.openjpa.util.QueryException
- 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.
- QueryHints - Interface in org.apache.openjpa.kernel
-
Standard query hint keys.
- 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.PackingResultObjectProvider - Class in org.apache.openjpa.kernel
-
Result object provider that packs results before returning them.
- QueryImpl.RemoveOnCloseResultList - Class in org.apache.openjpa.kernel
-
Result list that removes itself from the query's open result list when it is closed.
- 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.
- queryKeys() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
Returns all query keys currently tracked in the cache.
- queryKeys() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns all the string-ified keys for query results in the cache.
- 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, boolean) - 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(Collection<Object>, long) - Constructor for class org.apache.openjpa.datacache.QueryResult
-
Constructor to set internal data from a serializer.
- QueryResult(QueryKey, Collection<Object>) - Constructor for class org.apache.openjpa.datacache.QueryResult
-
Constructor; supply corresponding query key and result data.
- QueryResultCallback - Class in org.apache.openjpa.kernel
-
A callabck is used when a query results in multiple non-identical result sets.
- QueryResultCallback(QueryImpl, StoreQuery, StoreQuery.Executor, BatchedResultObjectProvider, StoreQuery.Range) - Constructor for class org.apache.openjpa.kernel.QueryResultCallback
- QueryStatistics<T> - Interface in org.apache.openjpa.kernel
-
Records query execution statistics.
- QueryStatistics.Default<T> - Class in org.apache.openjpa.kernel
-
A default implementation.
- QueryStatistics.None<T> - Class in org.apache.openjpa.kernel
-
A do-nothing implementation.
- queryTimeout - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- queryTimeout - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
R
- range - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- Range() - Constructor for class org.apache.openjpa.kernel.StoreQuery.Range
- Range(long, long) - Constructor for class org.apache.openjpa.kernel.StoreQuery.Range
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.apache.openjpa.util.asm.RedefinedAttribute
- READ_OK - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- READ_WRITE_OK - Static variable in interface org.apache.openjpa.enhance.PersistenceCapable
- ReadByte() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- readChar() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Read a character.
- readClassNode(Class<?>) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Read the binary bytecode from the class with the given name
- readClassNode(ClassLoader, String) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Read the binary bytecode from the class with the given name
- readExternal(ObjectInput) - Method in class org.apache.openjpa.datacache.QueryKey
- readExternal(ObjectInput) - Method in class org.apache.openjpa.event.BeanLifecycleCallbacks
- readExternal(ObjectInput) - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
- readExternal(ObjectInput) - Method in class org.apache.openjpa.event.RemoteCommitEvent
- readExternal(ObjectInput) - Method in class org.apache.openjpa.meta.FieldMetaData.MemberProvider
- 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 inAbstractDataCache.commit(java.util.Collection<org.apache.openjpa.datacache.DataCachePCData>, java.util.Collection<org.apache.openjpa.datacache.DataCachePCData>, java.util.Collection<org.apache.openjpa.datacache.DataCachePCData>, java.util.Collection<java.lang.Object>)
or theAbstractDataCache.update(org.apache.openjpa.datacache.DataCachePCData)
) should be put back into the cache. - recacheUpdates() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- 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.
- recordEviction(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- recordEviction(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- recordEviction(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- recordEviction(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Record that the given query has been evicted.
- recordExecution(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- recordExecution(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- recordExecution(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- recordExecution(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Record that the given query has been executed.
- recordHit(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- RECURSION_DEPTH_DEFAULT - Static variable in class org.apache.openjpa.meta.FetchGroup
-
Default field recursion depth.
- redefineClasses(OpenJPAConfiguration, Map<Class<?>, byte[]>) - Static method in class org.apache.openjpa.enhance.ClassRedefiner
-
For each element in
classes
, this method will redefine all the element's methods such that field accesses are intercepted in-line. - RedefinedAttribute - Class in org.apache.openjpa.util.asm
-
Custom Attribute to mark that this class already got redefined.
- RedefinedAttribute() - Constructor for class org.apache.openjpa.util.asm.RedefinedAttribute
- RedefinitionHelper - Class in org.apache.openjpa.enhance
-
Helper methods for managed types that use method redefinition for field tracking.
- RedefinitionHelper() - Constructor for class org.apache.openjpa.enhance.RedefinitionHelper
- Reentrant(MetaDataRepository, PCEnhancer.Flags, ClassLoader, boolean) - Constructor for class org.apache.openjpa.enhance.PCClassFileTransformer.Reentrant
- Reentrant(MetaDataRepository, Options, ClassLoader) - Constructor for class org.apache.openjpa.enhance.PCClassFileTransformer.Reentrant
- 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(int) - Constructor for exception org.apache.openjpa.util.ReferentialIntegrityException
- ReferentialIntegrityException(String) - Constructor for exception org.apache.openjpa.util.ReferentialIntegrityException
- ReflectingPersistenceCapable - Class in org.apache.openjpa.enhance
-
Implementation of the
PersistenceCapable
interface that can handle the persistence-capable contract for instances that were not enhanced before class load time. - ReflectingPersistenceCapable(Object, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.enhance.ReflectingPersistenceCapable
- Reflection - Class in org.apache.openjpa.enhance
-
Reflection utilities used to support and augment enhancement.
- Reflection() - Constructor for class org.apache.openjpa.enhance.Reflection
- 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
- REFRESH - org.apache.openjpa.kernel.DataCacheStoreMode
-
Store updates, inserts and deletes in the DataCache.
- 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
- refreshFromDataCache - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- refreshInternal(Object, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Optimization for single-object refresh.
- 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.
- refreshLock(OpenJPAStateManager, int, int, Object) - Method in interface org.apache.openjpa.kernel.LockManager
-
Perform the same function as previous lock method and has the option to perform a version check after the lock function has completed.
- refreshLock(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.kernel.NoneLockManager
- refreshLock(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.kernel.VersionLockManager
- register(Class<?>) - Method in interface org.apache.openjpa.enhance.PCRegistry.RegisterClassListener
- register(Class<?>) - Method in class org.apache.openjpa.kernel.AuditManager
-
Records all auditable classes in operation-specific sets.
- register(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
- register(Class<?>, String[], Class<?>[], byte[], Class<?>, String, PersistenceCapable) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Register metadata by class.
- register(String, Query, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Register the given query for caching against the given key if it has not already been cached.
- registerAlias(String, Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
- registerForValueUpdate(String...) - Method in class org.apache.openjpa.meta.ClassMetaData
- registerImplementation(Class, Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
-
Register a facade implementation.
- registerMBean(JMXInstrument) - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Register an MBean with the mbean server.
- registerParameter(MultiQueryMetaData.Parameter) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
-
Registers the given parameter.
- registerPersistenceCapable(ReflectingPersistenceCapable) - Static method in class org.apache.openjpa.util.ImplHelper
- registerServiceListener(BundleContext) - Static method in class org.apache.openjpa.ee.OSGiManagedRuntime
-
Register a service listener to the given bundle context by
BundleContext.addServiceListener(ServiceListener,String)
with a filter expression of(objectClass=jakarta.transaction.TransactionManager)
. - registerSynchronization(Synchronization) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- RegistryManagedRuntime - Class in org.apache.openjpa.ee
-
Implementation of the
ManagedRuntime
interface that uses theTransactionSynchronizationRegistry
interface (new in JTA 1.1) to create aTransactionManager
facade for controlling transactions. - RegistryManagedRuntime() - Constructor for class org.apache.openjpa.ee.RegistryManagedRuntime
- RegistryManagedRuntime.TransactionManagerRegistryFacade - Class in org.apache.openjpa.ee
-
A
TransactionManager
andTransaction
facade that delegates the appropriate methods to the internally-heldTransactionSynchronizationRegistry
. - ReInit(InputStream) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Reinitialise.
- ReInit(JavaCharStream) - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Reinitialise parser.
- ReInit(JavaCharStream, int) - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Reinitialise parser.
- ReInit(JPQLTokenManager) - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
Reinitialise.
- release(boolean) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
-
Release this savepoint and any associated resources.
- 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(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.VersionLockManager
-
Nulls given instance's lock object.
- 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
- releaseBroker(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Release
broker
from any internal data structures. - 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() - Method in class org.apache.openjpa.kernel.BrokerImpl
- releaseSavepoint() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- releaseSavepoint(String) - Method in interface org.apache.openjpa.kernel.Broker
-
Release the savepoint and any resources associated with it.
- releaseSavepoint(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
- 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
RemoteCommitListener
s 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
RemoteCommitEventManager
s. - 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() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
- remove() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- remove() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- remove(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- remove(int) - Method in class org.apache.openjpa.kernel.DistinctResultList
- remove(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- remove(int) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- remove(int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- remove(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- remove(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- 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(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
- remove(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- remove(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
- remove(Object) - 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(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.DelayedCollectionChangeTrackerImpl
- remove(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- remove(Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- remove(Map, Object) - Method in class org.apache.openjpa.util.CacheMap
-
Remove the given key from the given map.
- remove(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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.
- 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(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Remove the objects of the given class from the cache.
- removeAll(Class<?>, boolean) - Method in interface org.apache.openjpa.datacache.DataCache
-
Evict all values of a specified type.
- removeAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- 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.proxy.DelayedArrayListProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- removeAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- removeAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- removeAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DistinctResultList
- removeAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- removeAll(Collection<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Remove the values stored under the given oids.
- removeAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- removeAll(ProxyCollection, Collection<?>) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Override for
Collection.removeAll(java.util.Collection<?>)
. - removeAllElements() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- removeAllInternal(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Evict objects in cache by class.
- removeAllInternal(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- removeAllInternal(Collection) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Remove all results under the given keys from the cache.
- removeAllInternal(Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Remove all objects under the given oids from the cache.
- removeAllTypeNamesInternal(Collection<String>) - 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) - 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 class org.apache.openjpa.util.AbstractLRSProxyMap
- 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 collection owner on element removal.
- 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.
- removeDeclaredInterface(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Remove the given interface from the declared list.
- 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.proxy.DelayedVectorProxy
- removeElementAt(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- removeEmbeddedExtensions(String) - Method in class org.apache.openjpa.meta.Extensions
- removeEmbeddedExtensions(String, String) - Method in class org.apache.openjpa.meta.Extensions
- removeExclusionPattern(String) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Removes the given pattern from the list of excluded patterns.
- removeExclusionPattern(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Removes the given pattern from the list of excluded patterns.
- 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<String>) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Removes
groups
from the set of fetch group names to use when loading objects. - removeFetchGroups(Collection<String>) - 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<String>) - 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<String>) - 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.proxy.DelayedLinkedListProxy
- removeFirstOccurrence(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- removeFromCollection(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
-
Remove the given instance from the collection.
- removeFromSchedule(Clearable) - Method in class org.apache.openjpa.datacache.ClearableScheduler
-
Remove the given Clearable from scheduling.
- removeHint(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- removeHint(String...) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Removes the given keys and their hint value.
- removeInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Remove the object under the given oid from the cache.
- removeInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- removeInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Remove the result under the given key from the cache.
- removeInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- removeLast() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- removeLastOccurrence(Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- 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(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove a metadata instance from the repository.
- 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.
- removeNonMappedInterface(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove a non-mapped interface from the repository
- RemoveOnCloseResultList(ResultList) - Constructor for class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- removePersistenceAware(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove a persitence-aware class 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.
- removeQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove the given query metadata from the repository.
- removeRange(int, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- removeRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Removes a
PCRegistry.RegisterClassListener
. - removeSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove sequence metadata for the name if in the repository.
- removeSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove the given sequence metadata from the repository.
- removeSystemListener(Object) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Remove the given system lifecycle listener.
- removeTransactionListener(Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
- removeTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
-
Remove a listener for transaction-related events.
- removeTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
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
- removeTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
- 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.
- reparametrize(Map, Broker) - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the list of parameters in a map where an entry represents a parameter key and value after replacing with the given user parameters.
- 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 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
- replaceNestedThrowables(Throwable[]) - Static method in class org.apache.openjpa.util.Exceptions
-
Convert the specified throwables into a serialzable array.
- replaceObject(Object) - Method in class org.apache.openjpa.util.Serialization.PersistentObjectOutputStream
- 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 class org.apache.openjpa.kernel.MethodStoreQuery
- 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
- requiresFetch(FieldMetaData) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- requiresLoad() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- requiresLoad() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Return false if we know that the object being fetched with this configuration does not require a load, because this configuration came from a traversal of a
FetchConfiguration.FETCH_REF
field. - requiresLoad() - 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.datacache.AbstractQueryCache.Default
- reset() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Clears all accumulated statistics.
- reset() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- reset() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- reset() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- reset() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- reset() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Resets cache statistics
- reset() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Resets cache statistics
- reset() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Resets cache statistics
- reset() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Override if desired.
- reset() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- reset() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- reset() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- reset() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- reset() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Clears all statistics accumulated since last reset.
- reset() - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
Reset the state of the tracker.
- resetAliasCount() - Method in class org.apache.openjpa.kernel.exps.Context
-
Reset alias count for prepared query cache
- 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() - Method in class org.apache.openjpa.meta.FetchGroup
-
Resolve and validate fetch group meta-data.
- resolve(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Resolve and validate 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
- resolveClass(ObjectStreamClass) - Method in class org.apache.openjpa.util.Serialization.ClassResolvingObjectInputStream
- resolveClassMetaData(JPQLExpressionBuilder.JPQLNode) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- 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.
- resolveObject(Object) - Method in class org.apache.openjpa.util.Serialization.PersistentObjectInputStream
- 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.
- restoreField(int) - Method in class org.apache.openjpa.kernel.SaveFieldManager
-
Restore the given field.
- 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() - Constructor for class org.apache.openjpa.kernel.ResultPacker
-
Protected constructor to bypass this implementation but allow extension.
- ResultPacker(Class<?>[], String[], Class<?>) - Constructor for class org.apache.openjpa.kernel.ResultPacker
-
Constructor for standard projection.
- ResultPacker(Class<?>, String, Class<?>) - Constructor for class org.apache.openjpa.kernel.ResultPacker
-
Constructor for result class without a projection.
- ResultShape<T> - Class in org.apache.openjpa.kernel
-
Describes the shape of a query result.
- ResultShape(Class<T>) - Constructor for class org.apache.openjpa.kernel.ResultShape
-
Construct a non-primitive shape with ASSIGN or ARRAY fill strategy.
- ResultShape(Class<T>, boolean) - Constructor for class org.apache.openjpa.kernel.ResultShape
-
Construct a primitive or non-primitive shape with ASSIGN or ARRAY fill strategy.
- ResultShape(Class<T>, FillStrategy<T>) - Constructor for class org.apache.openjpa.kernel.ResultShape
-
Construct a non-primitive shape with the given fill strategy.
- ResultShape(Class<T>, FillStrategy<T>, boolean) - Constructor for class org.apache.openjpa.kernel.ResultShape
-
Construct a shape with the given fill strategy.
- ResultShapePacker - Class in org.apache.openjpa.kernel
-
Packs result by delegation to a ResultShape.
- ResultShapePacker(Class<?>[], String[], Class, ResultShape<?>) - Constructor for class org.apache.openjpa.kernel.ResultShapePacker
- resume(Transaction) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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.proxy.DelayedArrayListProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- retainAll(Collection) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- retainAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- retainAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DistinctResultList
- retainAll(ProxyCollection, Collection<?>) - Static method in class org.apache.openjpa.util.proxy.ProxyCollections
-
Override for
Collection.retainAll(java.util.Collection<?>)
. - 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<Object>, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Retrieve the given objects' persistent state.
- retrieveAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.BrokerImpl
- retrieveAll(Collection, boolean, OpCallbacks) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- retryClassRegistration - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- returnSocket(Socket) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- REVISION_NUMBER - Static variable in class org.apache.openjpa.conf.OpenJPAVersion
- 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 class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Rollback the current data store transaction.
- rollback(Collection<OpenJPASavepoint>) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
-
Handle the rolled back state, returning saved data.
- 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() - Method in class org.apache.openjpa.kernel.BrokerImpl
- rollbackToSavepoint() - Method in class org.apache.openjpa.kernel.DelegatingBroker
- rollbackToSavepoint(String) - Method in interface org.apache.openjpa.kernel.Broker
-
Rollback the current transaction to the given savepoint name.
- rollbackToSavepoint(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
- 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
- rootNode() - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
- roundTimestamp(Timestamp, int) - Static method in class org.apache.openjpa.kernel.StateManagerImpl
- rsrcs - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- run() - Method in class org.apache.openjpa.datacache.ClearableScheduler
- 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() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Perform bytecode enhancements.
- run(Class) - Method in class org.apache.openjpa.meta.MetaDataTool
-
Generate new metadata for the given class.
- run(String[], Options) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
Run the tool.
- run(OpenJPAConfiguration, String[], ApplicationIdTool.Flags, ClassLoader) - Static method in class org.apache.openjpa.enhance.ApplicationIdTool
-
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(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[], Options) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
Run the tool.
- 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.
- run(ClassNode, ClassMetaData) - Method in interface org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
- RuntimeExceptionTranslator - Interface in org.apache.openjpa.util
-
Interface used by many facade helpers to translate exceptions.
- runtimeUnenhancedClasses - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- RuntimeUnenhancedClassesModes - Interface in org.apache.openjpa.enhance
-
Possible values for the
openjpa.RuntimeUnenhancedClasses
configuration setting.
S
- s_loc - Static variable in class org.apache.openjpa.event.TCPRemoteCommitProvider
- 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<StateManagerImpl>) - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
-
Set this savepoint, saving any state for the passed-in
OpenJPAStateManager
s as necessary. - saveField(int) - Method in class org.apache.openjpa.kernel.SaveFieldManager
-
Save the given field.
- SaveFieldManager - Class in org.apache.openjpa.kernel
-
FieldManager type used to store information for rollback.
- SavepointManager - Interface in org.apache.openjpa.kernel
-
A manager for handling savepoints.
- savepointManagerPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- scalar_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- scalar_function() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- scheduleEviction(Clearable, String) - Method in class org.apache.openjpa.datacache.ClearableScheduler
-
Schedule the given Clearable for clear to be called.
- schemaAlias - Variable in class org.apache.openjpa.kernel.exps.Context
- schemaAlias() - Method in class org.apache.openjpa.kernel.exps.Context
- SchemaGenerationAction - Interface in org.apache.openjpa.conf
- SchemaGenerationSource - Interface in org.apache.openjpa.conf
- SCRIPT - Static variable in interface org.apache.openjpa.conf.SchemaGenerationSource
- SCRIPT_THEN_METADATA - Static variable in interface org.apache.openjpa.conf.SchemaGenerationSource
- scriptsAction - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- searchQueryMetaDataByName(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Searches all cached query metadata by name.
- SELECT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- select_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- select_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- select_expressions() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- select_extension() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- select_statement() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- selectCache(OpenJPAStateManager) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- selectCache(OpenJPAStateManager) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Select the cache where the given managed proxy instance should be cached.
- selectCache(OpenJPAStateManager) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Select cache for the given managed instance.
- selectCache(OpenJPAStateManager, Object) - Method in interface org.apache.openjpa.datacache.CacheDistributionPolicy
-
Selects the name of the cache where the given managed proxy object state be cached.
- selectCache(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.datacache.DefaultCacheDistributionPolicy
- selectCache(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
- sendUpdatePacket(byte[]) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- 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
- Serialization.ClassResolvingObjectInputStream - Class in org.apache.openjpa.util
- Serialization.PersistentObjectInputStream - Class in org.apache.openjpa.util
-
Object input stream that replaces oids with their objects.
- Serialization.PersistentObjectOutputStream - Class in org.apache.openjpa.util
-
Object output stream that replaces persistent objects with their oids.
- serialize(Object, StoreContext) - Static method in class org.apache.openjpa.util.Serialization
-
Serialize a value that might contain persistent objects.
- serialize(MetaDataSerializer, Map<File, String>, int) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Tell the given serialier to write its metadatas.
- 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(int, E) - Method in class org.apache.openjpa.kernel.DistinctResultList
- set(int, Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- set(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- set(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- set(int, Object) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- set(int, T) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- set(Object) - Method in class org.apache.openjpa.conf.SpecificationPlugin
-
Set a value from the given object after validating.
- set(Object, boolean, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, byte, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, char, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, double, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, float, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, int, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, long, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, short, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, byte) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, char) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, double) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, float) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, int) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, long) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, short) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Field, Object) - Static method in class org.apache.openjpa.enhance.Reflection
-
Set the value of the given field in the given object.
- set(Object, Method, boolean) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, byte) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, char) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, double) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, float) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, int) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, long) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, short) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(Object, Method, Object) - Static method in class org.apache.openjpa.enhance.Reflection
-
Invoke the given setter on the given object.
- set(ConfigurationProvider, String) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
-
Set the value of this property in the given provider.
- set(T) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
- SET - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.
- setAbstract(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
- setAbstractMappingUniDirectional(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows bi-directional relationship in the MappedSuperclass.
- setAccessType(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Sets the access type.
- setAccessType(int) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Sets access type of this field.
- setAccessUnloaded(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to allow access to unloaded detached fields.
- 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.
- setAction(MetaDataToolTask.Action) - Method in class org.apache.openjpa.ant.MetaDataToolTask
-
Set the tool action.
- 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.DynamicTCPRemoteCommitProvider
- 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
AggregateListener
s to use. - setAggregateListeners(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setAggregateListeners(AggregateListener[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the query function listeners.
- setAggregateListeners(AggregateListener[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setAlias(String) - Method in class org.apache.openjpa.kernel.exps.Val
- setAlias(String) - Method in interface org.apache.openjpa.kernel.exps.Value
-
Set select item alias
- setAlias(String) - Method in class org.apache.openjpa.kernel.ResultShape
- setAllocate(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Sequence values to allocate, or -1 for default.
- setAllowReferenceToSiblingContext(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setAllowReferenceToSiblingContext(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setAllowReferenceToSiblingContext(boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Affirms if this context will allow its managed instances to refer instances that are managed by other contexts.
- setAllowsDuplicateListener(boolean) - Method in class org.apache.openjpa.conf.CallbackOptions
-
Flags if duplicate listeners are allowed to handle the same callback event.
- setAllowsMultipleMethodsForSameCallback(boolean) - Method in class org.apache.openjpa.conf.CallbackOptions
-
Flags if multiple methods of the same class can handle the same callback event.
- setAppId(ObjectId, Object) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Sets the underlying id of an ObjectId.
- 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.
- setAssociationType(int) - Method in class org.apache.openjpa.meta.FieldMetaData
- setAuditor(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the plug-in string of
Auditor
specified in this configuration. - setAuditor(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setAuditorInstance(Auditor) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the singular instance of
Auditor
associated with this configuration. - setAuditorInstance(Auditor) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setAuthentication(String, String) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Set the persistence manager's authentication.
- setAutoClear(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether instances clear their state when entering a transaction.
- 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
- setAutoClear(String) - 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
- setAutoDetach(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The
AutoDetach
flags. - 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) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Sets automatic detachment option.
- setAutoDetach(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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, boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setAutoDetach(int, boolean) - 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(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setAutoOff(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to turn collection/map tracing off in case of more number of modifications.
- setAutoOff(boolean) - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
Whether to automatically stop tracking when the number of changes exceeds the container size.
- setBase(Class) - Method in class org.apache.openjpa.meta.InheritanceComparator
-
Set the least-derived type possible; defaults to
null
. - setBoolean(int, boolean) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Set the boolean at the given index.
- setBroker(BrokerImpl) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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. - setCacheDistributionPolicy(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the plug-in string that describes the policy to distribute cached instances across named partitions of L2 data cache.
- setCacheDistributionPolicy(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setCacheDistributionPolicyInstance(CacheDistributionPolicy) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the policy object that determines distribution of cached instances across named partitions of L2 data cache.
- setCacheDistributionPolicyInstance(CacheDistributionPolicy) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setCacheDurationMillis(int) - Method in class org.apache.openjpa.event.DynamicTCPRemoteCommitProvider
- setCacheEnabled(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Sets the eligibility status of this class for cache.
- setCacheFinderQuery(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setCacheMarshallers(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
A comma-separated list of the plugin strings specifying the
CacheMarshaller
s to use. - setCacheMarshallers(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setCacheNonDefaultFetchPlanQueries(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether the SQL generated for queries executed with a modified fetch plan are cached.
- setCachePreparedQuery(boolean) - Method in interface org.apache.openjpa.kernel.Broker
-
Sets whether this receiver will cache prepared queries during its lifetime.
- setCachePreparedQuery(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setCachePreparedQuery(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setCacheRetrieveMode(DataCacheRetrieveMode) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setCacheRetrieveMode(DataCacheRetrieveMode) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Sets the current retrieve mode for data cache.
- setCacheRetrieveMode(DataCacheRetrieveMode) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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.
- setCacheStoreMode(DataCacheStoreMode) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setCacheStoreMode(DataCacheStoreMode) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Sets the current storage mode for data cache.
- setCacheStoreMode(DataCacheStoreMode) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- setCallbackMode(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- setCallbackMode(int, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- setCallbackOptions(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Options for configuring callbacks set as a comma-separated string value pair.
- setCallbackOptions(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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) - Method in class org.apache.openjpa.meta.QueryMetaData
-
The query result class, or null if none.
- 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.DelegatingQuery
- setCandidateType(Class, boolean) - Method in class org.apache.openjpa.kernel.QueryImpl
- 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
- setCascadeDetach(int) - Method in class org.apache.openjpa.meta.FieldMetaData
- setCascadeDetach(int) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Cascade behavior for detach operation.
- setCascadeDetach(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
- setCascadePersist(int, boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
- setCascadePersist(int, boolean) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Cascade behavior for persist operation.
- setCascadePersist(int, boolean) - 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
- setCascadeWithDetach(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether openjpa should always cascade on detach, regardless of the cascade setting.
- setCatalog(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
- setCause(Throwable) - Method in exception org.apache.openjpa.util.OpenJPAException
-
The first nested throwable.
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- setChangeTracker(CollectionChangeTracker) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- setCheckDatabaseForCascadePersistToDetachedEntity(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA will check the database for an Entity when cascading a persist to another Entity.
- setClassNode(ClassNode) - Method in class org.apache.openjpa.util.asm.ClassNodeTracker
- 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.
- setClasspathScan(Collection<String>) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of classpath directories or jars to scan for metadata supplied by user.
- setClassResolver(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin string for the
ClassResolver
to use for custom class loading. - setClassResolver(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setClassResolver(ClassResolver) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The
ClassResolver
to use. - 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.
- setColNumber(int) - Method in class org.apache.openjpa.meta.ClassMetaData
- setColNumber(int) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- setColNumber(int) - Method in class org.apache.openjpa.meta.QueryMetaData
- setColNumber(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
- 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.NonPersistentMetaData
- 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
- setCompatibility(Compatibility) - Method in class org.apache.openjpa.conf.Specification
-
Associate a compatibility object with this Specification instance
- setConfigId(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- setConfigId(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- setConfigId(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- setConfigId(String) - Method in interface org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Gets the config id for the instrument.
- setConfiguration(Configuration) - Method in class org.apache.openjpa.audit.AuditLogger
- setConfiguration(Configuration) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setConfiguration(Configuration) - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- 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.datacache.DefaultCacheDistributionPolicy
- 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.ee.WASManagedRuntime
-
Caches a copy of the configuration.
- 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.validation.ValidatingLifecycleEventManager
- 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
- setConnectionFactory2Name(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Set the 'NonJTA' ConnectionFactoryName.
- setConnectionFactory2Name(String) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setConnectionFactory2Name(String) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Set the 'NonJTA' ConnectionFactoryName.
- 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
- setConnectionFactoryName(String) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Set the 'JTA' ConnectionFactoryName.
- setConnectionFactoryName(String) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setConnectionFactoryName(String) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Set the 'JTA' ConnectionFactoryName.
- 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(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(int) - 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(String) - 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
- setConsumeSerializationErrors(boolean) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setContext(QueryContext) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
- setContext(QueryContext) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
- setContext(QueryContext) - Method in interface org.apache.openjpa.kernel.StoreQuery
-
Set the current query context.
- setContext(StoreContext) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
- setContext(StoreContext) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
- setContext(StoreContext) - Method in class org.apache.openjpa.kernel.AbstractLockManager
- 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.
- setContextRef(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- setContextRef(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- setContextRef(String) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- setContextRef(String) - Method in interface org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Sets the context reference for the instrument.
- setContexts(Stack<Context>) - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Set reference to the JPQL query contexts.
- setConverter(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
- setConvertPositionalParametersToNamed(boolean) - Method in class org.apache.openjpa.conf.Compatibility
- setCopyObjectIds(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to copy identity objects before returning them to client code.
- setCopyOnDetach(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Sets if detached entities are copy of the managed instances.
- setCreateSubclass(boolean) - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the enhancer should make its arguments persistence-capable, or generate a persistence-capable subclass.
- 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
- setDataCache(DataCache) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- setDataCacheManager(String) - 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 interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The data cache manager manages this configuration's cache instances.
- setDataCacheManager(DataCacheManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setDataCacheManager(DataCacheManager) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- setDataCacheMode(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the
DataCacheMode
- setDataCacheMode(String) - 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(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setDataCacheTimeout(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
The cache timeout for this class. -1 indicates no timeout.
- setDataCacheTimeout(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Wrapper for JCA usage of
OpenJPAConfiguration.setDataCacheTimeout(int)
. - setDataCacheTimeout(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setDataStoreObjectIdFieldUnwrapped(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- setDebugStream(PrintStream) - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Set debug output.
- 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.
- setDeclaredInterfacePersistent(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- 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.
- setDefaultCascadePersistEnabled(Boolean) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
- setDefaultCascadePersistEnabled(Boolean) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- setDefaultFetchGroupExplicit(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether the default fetch group setting is explicit.
- setDefaultIdentityType(int) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
The default identity type for unmapped classes without primary key fields.
- setDefaultSchema(String) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Sets the default schema.
- setDefaultSchema(String) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- setDefiningType(Class) - Method in class org.apache.openjpa.meta.QueryMetaData
-
The class that defines this query, or null if none.
- setDelayCapable(Boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
- setDelayCollectionLoading(boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Whether loading of collections should be delayed until an operation is performed that requires them to be loaded.
- setDelayed(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- setDelayed(int, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- setDelayed(int, boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- setDelayed(int, boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Some field types (collection proxies) support delayed loading.
- setDelayed(int, boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- setDescribedType(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Set the class described by this metadata.
- setDescription(String) - Method in class org.apache.openjpa.conf.Specification
- 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.
- setDetachProxyFields(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to detach proxy fields.
- 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.
- setDetachState(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Which field values to include when detaching.
- setDetachState(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setDetachState(DetachOptions) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the instance specified by the detach state plugin.
- setDetachState(DetachOptions) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- setDirectAccess(boolean) - Method in interface org.apache.openjpa.util.proxy.DelayedProxy
-
Sets whether the caller has direct-call access to the proxied object.
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- setDirectAccess(boolean) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- setDirectory(String) - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Set the output directory we want the enhancer to write to.
- setDirectory(String) - Method in class org.apache.openjpa.ant.PCEnhancerTask
-
Set the output directory we want the enhancer to write to.
- setDouble(int, double) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Set the double at the given index.
- setDynamicallyInstallAgent(boolean) - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
-
Configures whether or not this instance should attempt to dynamically install an agent in the VM.
- 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 class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- setDynamicEnhancementAgent(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets whether OpenJPA will attempt to dynamically load the enhancement agent.
- setDynamicEnhancementAgent(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setElementAt(Object, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- setElementCollection(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- setElementType(Class<?>) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- setEmbeddable() - Method in class org.apache.openjpa.meta.ClassMetaData
- 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.
- setEnableStatistics(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setEnableStatistics(boolean) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- setEnableStatistics(boolean) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Enable/disable gathering of statistics.
- setEncryptionProvider(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the
EncryptionProvider
. - setEncryptionProvider(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- setEvictOnBulkUpdate(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setEvictPolicy(String) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Sets the eviction policy for the query cache
- 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.
- setExcludedTypes(String) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setExcludedTypes(String) - Method in class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
-
Sets excluded types from a semicolon separated list of type names.
- setExcludedTypes(Set<String>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setExcludes(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Sets one or more exclusion regular expression patterns separated by semicolon.
- setExplicit(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is explicitly declared in the metadata.
- setExtendedPathLookup(boolean) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setExtendedPathLookup(boolean) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Sets extended path lookup feature.
- setExtendedPathLookup(boolean) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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.
- setFailFast(boolean) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Whether to fail after first exception when firing events to listeners.
- 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(int) - 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
- setFetchBatchSize(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Wrapper for JCA usage of
OpenJPAConfiguration.setFetchBatchSize(int)
. - setFetchBatchSize(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
FetchConfiguration
s. - setFetchGroups(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setFetchGroups(String[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
List of fetch group names that will be pre-set for all new
FetchConfiguration
s. - setFetchGroups(String[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setFile(File) - Method in class org.apache.openjpa.meta.MetaDataTool
-
The file to generate metadata to.
- setFile(String) - Method in class org.apache.openjpa.ant.MetaDataToolTask
-
Set the file to write the metadata to.
- setFile(String) - Method in class org.apache.openjpa.audit.AuditLogger
- setFiles(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of semicolon-separated
File
s of metadata files or directories supplied by user via auto-configuration. - setFiles(Collection<File>) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of
File
s of metadata files or directories supplied by user. - setFilterListeners(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
A comma-separted list of the plugin strings of the query
FilterListener
s to use. - setFilterListeners(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setFilterListeners(FilterListener[]) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the query filter listeners.
- setFilterListeners(FilterListener[]) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setFilterPCRegistryClasses(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether the metadata processor should filter classes dispatched by the PCRegistry listener system.
- setFinderCache(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the finder cache from a string configuration.
- setFinderCache(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setFloat(int, float) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Set the float at the given index.
- setFlushBeforeDetach(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should flush changes before detaching or serializing an entity.
- setFlushBeforeQueries(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- 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
- 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(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
-
Same as
setHint(key, value, value)
. - setHint(String, Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setHint(String, Object, Object) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Sets an arbitrary query hint that may be utilized during execution.
- setHint(String, Object, Object) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Sets the hint to the given value.
- setId(Object) - Method in interface org.apache.openjpa.enhance.PCDataGenerator.DynamicPCData
- setId(String) - Method in interface org.apache.openjpa.conf.CacheMarshaller
-
The id that this marshaller is responsible for.
- setId(String) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setId(String) - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
- 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 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
- 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
- setIgnoreDetachedStateFieldForProxySerialization(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should ignore the DetachedStateField value when determining if our Proxy classes should be removed during serialization.
- setIgnoreErrors(boolean) - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Set whether to ignore errors.
- 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(int, Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- setImplData(int, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- setImplData(int, Object) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- setImplData(int, Object) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
- setImplData(int, Object) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Field-level impl data.
- setImplData(int, Object) - Method in class org.apache.openjpa.kernel.PCDataImpl
- setImplData(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- setImplData(Object) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- 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(Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
- setImplData(Object, boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
- setImplData(Object, boolean) - 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(Object, boolean) - 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(Class) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- setImplicitType(Class) - Method in class org.apache.openjpa.kernel.exps.Coalesce
- setImplicitType(Class) - Method in class org.apache.openjpa.kernel.exps.NullIf
- setImplicitType(Class) - Method in class org.apache.openjpa.kernel.exps.SimpleCase
- 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.
- 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.
- 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.
- setImplicitTypes(Value, Value, Class<?>) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- setImplicitTypes(Value, Value, Class<?>, Resolver) - Static method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- setImplicitTypes(Value, Value, Class<?>, Resolver, OrderedMap<Object, Class<?>>, String) - Static method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
- setIncludedTypes(String) - Method in class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
-
Sets included types from a semicolon separated list of type names.
- 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.
- setInitializeEagerly(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets whether all configured elements will be initialized eagerly or lazily on-demand.
- setInitializeEagerly(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- setInputResource(String) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setInputURL(URL) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setInstrumentation(Instrumentation) - Static method in class org.apache.openjpa.enhance.InstrumentationFactory
-
This method is not synchronized because when the agent is loaded from getInstrumentation() that method will cause agentmain(..) to be called.
- setInstrumentation(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the plug-in string that defines instrumentation providers and what they instrument.
- setInstrumentation(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setInstrumentationManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setInstrumentationManager(InstrumentationManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- setIntercepting(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type's fields are actively intercepted, either by redefinition or enhancement.
- setInterfaceImpl(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Set the managed interface implementor class.
- setInterfacePropertyAlias(Class<?>, String, String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Alias properties from the given interface during queries to the local field.
- 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.ClearableScheduler
-
The interval time in minutes between scheduler checks.
- setInto(Query) - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Fill in the post-compilation state of the given Query.
- setInto(Query) - Method in class org.apache.openjpa.meta.QueryMetaData
-
Set query template information into the given concrete query instance.
- setInto(Options) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
-
Set a map of properties to pass to the
InitialContext
constructor for JNDI lookups. - 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
- setJPQL(String) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether or not JPQL extensions are allowed.
- setLanguage(String) - Method in class org.apache.openjpa.meta.QueryMetaData
-
Set the language for this query.
- 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.
- setLifecycleEventManager(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the lifecycle event manager instance classname.
- setLifecycleEventManager(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setLifecycleListenerCallbackMode(int) - Method in interface org.apache.openjpa.kernel.Broker
-
The callback mode for handling exceptions from lifecycle event listeners.
- setLifecycleListenerCallbackMode(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setLifecycleListenerCallbackMode(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setLineNumber(int) - Method in class org.apache.openjpa.meta.ClassMetaData
- setLineNumber(int) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
- setLineNumber(int) - Method in class org.apache.openjpa.meta.QueryMetaData
- setLineNumber(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
- 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.
- setListingIndex(int) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
The index in which this field was listed in the metadata.
- setLiteAutoDetach(boolean) - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to use lite detachment when auto detaching.
- 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(int) - Method in exception org.apache.openjpa.util.LockException
- 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
- setLockScope(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setLockScope(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The lock scope for next fetch.
- setLockScope(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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(int) - 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
- setLockTimeout(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Wrapper for JCA usage of
OpenJPAConfiguration.setLockTimeout(int)
. - setLockTimeout(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setLog(Log) - Method in class org.apache.openjpa.conf.MetaDataCacheMaintenance
- 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.
- setLru(boolean) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- setLru(boolean) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- setManagedInstanceType(Class) - Method in class org.apache.openjpa.util.OpenJPAId
-
Set the exact type of the described instance once it is known.
- setManagedInstanceType(Class, boolean) - Method in class org.apache.openjpa.util.OpenJPAId
-
Set the exact type of the described instance once it is known.
- setManagedInterface(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type is a managed interface
- setManagedRuntime(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin string for the
ManagedRuntime
to use for managed environments. - setManagedRuntime(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setManagedRuntime(ManagedRuntime) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin to use for integrating with a managed runtime.
- 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.
- setMappedByIdValue(String) - Method in class org.apache.openjpa.meta.FieldMetaData
- 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
-
Deprecated.
- setMaxFetchDepth(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The maximum relation depth to traverse when eager fetching.
- setMaxFetchDepth(int) - 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
- setMaxFetchDepth(Integer) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Wrapper for JCA usage of
OpenJPAConfiguration.setMaxFetchDepth(int)
. - setMaxFetchDepth(Integer) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setMaxIdle(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- setMaxIdle(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
Set the number of idle sockets that this provider can keep open to each peer in the cluster.
- setMaxTotal(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- setMaxTotal(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
Set the maximum total number of sockets that this provider can simultaneously 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(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setMetaDataRepository(MetaDataRepository) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The metadata repository of managed class information.
- setMetaDataRepository(MetaDataRepository) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setMetaFactoriesAreStrict(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Set whether MetaDataFactories and MappingFactories will be strictly separate.
- setMetaModel(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Puts the meta class corresponding to the given entity class.
- setMetaModel(ClassMetaData, Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Puts the meta class corresponding to the given persistent class.
- 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.
- 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 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
- 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
- setName(String) - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Set the name of the identity class; with this option you must supply exactly one class to run on.
- setName(String) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setName(String) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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
- setName(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setName(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setName(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Set field name.
- setName(String) - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
- 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
- setNonDefaultMappingAllowed(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows non-default entity relationship mapping.
- setNonOptimisticVersionCheck(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether or not to perform a version check on instances being updated in a datastore transaction.
- 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 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
- 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
- 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 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
- 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
- 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 suppliedFieldMetaData.NULL_NONE
: leave null values as null in the data storeFieldMetaData.NULL_EXCEPTION
: throw an exception if this field is null at commitFieldMetaData.NULL_DEFAULT
: use the database default if this field is null at commit Defaults toFieldMetaData.NULL_UNSET
. - setNumBroadcastThreads(int) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
Set 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 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
- 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
- setOptimizeIdCopy(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to attempt to optimize id class copy operations during the enhancement process.
- setOptimizeIdCopy(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setOptimizeIdCopy(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to attempt to optimize id class copy operations during the enhancement process.
- setOptimizeIdCopy(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setOrphanedKeyAction(OrphanedKeyAction) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The action to take when an orphaned key is detected.
- setOrphanedKeyAction(OrphanedKeyAction) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setOutputFile(File) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setOverrideContextClassloader(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to temporally override the thread's Context Classloader when processing ORM XML documents to avoid deadlock potential with certain Classloader hierarchy configurations.
- setOwner(Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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 class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- setOwner(OpenJPAStateManager, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.
- setParamTypes(OrderedMap<Object, Class<?>>) - Method in class org.apache.openjpa.meta.QueryMetaData
- setParseAnnotationsForQueryMode(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA will scan every persistent class in an XML mapping file for annotations prior to executing a query.
- setPartitions(String) - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
Set partitions from a String configuration.
- setPartitionType(String) - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
Sets the type of the partitions.
- setPc(PersistenceCapable) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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.
- setPersistenceEnvironment(Map<String, Object>) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setPersistentCollection(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
- 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
-
Set 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.
- setPostLoadCallback(boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Set to
false
to prevent the postLoad method from sending lifecycle callback events. - setPostLoadOnMerge(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to send @PostLoad events on a merge operation.
- setPostLoadOnMerge(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setPostLoadOnMerge(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setPostLoadOnMerge(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setPostLoadOnMerge(boolean) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Set to
true
if the merge operation should trigger a @PostLoad lifecycle event. - setPostLoadOnMerge(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to send @PostLoad events on a merge operation.
- setPostLoadOnMerge(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setPostPersistCallbackImmediate(boolean) - Method in class org.apache.openjpa.conf.CallbackOptions
-
Sets if the post-persist callback is invoked as soon as a new instance is managed.
- setPreFlush(boolean) - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
-
Set whether to call
Broker.preFlush()
when a savepoint is set. - setPreload(boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Sets whether this repository will load all known persistent classes at initialization.
- setPreparedQueryCache(QueryCache) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- setPreparedQueryCache(PreparedQueryCache) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- 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.
- setPrivatePersistentProperties(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows private, non-transient properties to be persistent.
- setProperties(String) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
- 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(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setProxyManager(ProxyManager) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The
ProxyManager
to use. - setProxyManager(ProxyManager) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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(QueryCache) - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- setQueryCacheEnabled(boolean) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setQueryCacheEnabled(boolean) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Control whether or not query caching is enabled.
- setQueryCacheEnabled(boolean) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- setQueryCompilationCache(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Configuration settings for the query compilation cache to use.
- setQueryCompilationCache(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setQueryExpressions(QueryExpressions) - Method in interface org.apache.openjpa.kernel.exps.Subquery
-
Set the parsed subquery.
- setQuerySQLCache(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets QuerySQLCache with the given configuration.
- setQuerySQLCache(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setQuerySQLCache(PreparedQueryCache) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets QuerySQLCache with the given cache.
- setQuerySQLCache(PreparedQueryCache) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setQueryString(String) - Method in class org.apache.openjpa.meta.QueryMetaData
-
The full query string, or null if none.
- setQueryTimeout(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The time to wait for a query to execute in milliseconds, or -1 for no timeout.
- setQueryTimeout(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setQueryTimeout(int) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setQueryTimeout(int) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The number of milliseconds to wait for a query, or -1 for no limit.
- setQueryTimeout(int) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- 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(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The numeric read lock level.
- 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
- setReadLockLevel(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The default read lock level to use during non-optimistic transactions.
- setReadLockLevel(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
-
Set 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.
- setRedefine(boolean) - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the enhancer should mutate its arguments, or just run validation and optional subclassing logic on them.
- setRefreshFromDataCache(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets whether entity state is to be refreshed from
DataCache
. - setRefreshFromDataCache(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setRefreshFromDataCache(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets whether entity state is to be refreshed from
DataCache
. - setRefreshFromDataCache(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setRegistryName(String) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
- setReloadOnDetach(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should attempt to load fields when the DetachState option is set to loaded.
- 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.
- setResetFlushFlagForCascadePersist(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should reset the internal state (flush flag) when cascading a persist to another Entity.
- setResolve(int) - 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) - 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) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
- setResolve(int, boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
The resolve mode for this metadata.
- setResolve(int, boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Resolve mode for this field.
- setResolve(int, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
The metadata resolution mode.
- setResolve(int, boolean) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Resolve mode for metadata.
- setResolve(int, boolean) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
- 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.
- setResources(Collection<String>) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of resource paths of metadata files or jars supplied by user.
- setRestoreState(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to restore initial state on rollback by default.
- 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
- setRestoreState(String) - 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
- 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
- setResultMapping(Class, String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- setResultSetMappingName(String) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- setResultSetMappingName(String) - Method in class org.apache.openjpa.meta.QueryMetaData
- setResultType(Class) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- setResultType(Class) - Method in class org.apache.openjpa.kernel.QueryImpl
- setResultType(Class) - Method in class org.apache.openjpa.meta.MultiQueryMetaData
- setResultType(Class) - Method in class org.apache.openjpa.meta.QueryMetaData
-
The query result class, or null if none.
- setResultType(Class<?>) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Specify the type of object in which the result of evaluating this query.
- setRetainState(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether to retain state after a transaction by default.
- 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
- 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
- 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 class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- setReturnNullOnAggregateResult(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
This property is used to specify whether the aggregate query functions SUM, AVG, MAX, and MIN return null if there is no query result.
- setRollbackOnly() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.AutomaticManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.InvocationManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
- setRollbackOnly(Throwable) - Method in interface org.apache.openjpa.ee.ManagedRuntime
-
Sets the rollback only flag on the current transaction.
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.OSGiManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.SunOneManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.WASManagedRuntime
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.ee.WLSManagedRuntime
- setRollbackOnly(Throwable) - Method in interface org.apache.openjpa.kernel.Broker
-
Mark the current transaction for rollback with the specified cause of the rollback.
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setRollbackOnly(Throwable) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setRootClasses(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
- setRootClasses(Collection<Class<?>>) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Root classes for recursive operations.
- setRootClasses(Collection<Class<?>>) - 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
- setRuntimeUnenhancedClasses(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the runtime class optimization setting as one of the following symbolic constants:
RuntimeUnenhancedClassesModes.SUPPORTED
RuntimeUnenhancedClassesModes.UNSUPPORTED
RuntimeUnenhancedClassesModes.WARN
- setRuntimeUnenhancedClasses(int) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setRuntimeUnenhancedClasses(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Specifies how OpenJPA handles unenhanced types.
- setRuntimeUnenhancedClasses(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- setSchema(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
- setSchemaAlias(String) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- setSchemaAlias(String) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Set the schema alias (the identification variable) this path is begin with.
- setSchemas(Map<String, ClassMetaData>) - Method in class org.apache.openjpa.kernel.exps.Context
- setSelect(Object) - Method in class org.apache.openjpa.kernel.exps.Context
-
Register the select for this context.
- setSequence(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Plugin string for the default system
Seq
. - setSequence(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setSequence(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Native sequence name.
- setSequence(Seq) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The default system sequence.
- setSequence(Seq) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- setSingletonLifecycleEventManager(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
This property set whether each EntityManager has its own life cycle event manager.
- setSize(int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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.NonPersistentMetaData
- setSource(File, int, String) - Method in class org.apache.openjpa.meta.ClassMetaData
- setSource(File, Object, int) - Method in class org.apache.openjpa.meta.SequenceMetaData
- setSource(File, Object, int, String) - Method in class org.apache.openjpa.meta.QueryMetaData
- 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) - 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.
- setSourceMode(int, boolean) - 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.MetaDataRepository
-
The source mode determining what metadata to load.
- setSpecification(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the Specification for this configuration.
- setSpecification(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
Sets Specification from the given String.
- setSpecification(Specification) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the Specification for this configuration.
- setSpecification(Specification) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setStateManager(Object, StateManagerImpl, int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Set the cached StateManager for the instance that had the given oid.
- setStatusFlag(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Sets the given flag to the status.
- 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
- setStoreMapCollectionInEntityAsBlob(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether if map and collection in entity are stored as blob.
- 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
- setStream(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is backed by a stream.
- 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
- setString(String) - Method in class org.apache.openjpa.conf.SpecificationPlugin
-
Set a value from the given String after validating.
- setSubqAlias(String) - Method in interface org.apache.openjpa.kernel.exps.Subquery
- setSubquery(Subquery) - Method in class org.apache.openjpa.kernel.exps.Context
- setSubqueryContext(Context, String) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
- setSubqueryContext(Context, String) - Method in interface org.apache.openjpa.kernel.exps.Path
- setSuffix(String) - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Set a suffix to append to persistent classes to form their identity class name.
- setSuperclassDiscriminatorStrategyByDefault(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to add class criteria for super class discreminator strategy.
- setSuppressBatchOLELogging(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Set whether this Broker will generate verbose optimistic lock exceptions when batching operations.
- 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
- setTabSize(int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- setTimeout(int) - Method in exception org.apache.openjpa.util.LockException
-
The number of milliseconds to wait for a lock.
- setTimeout(int) - Method in exception org.apache.openjpa.util.QueryException
-
The number of milliseconds to wait for a query to complete.
- setTimeout(long) - Method in interface org.apache.openjpa.datacache.DataCachePCDataGenerator.Timed
- setTimestamp(long) - Method in class org.apache.openjpa.datacache.QueryResult
-
Sets the timestamp of the query result.
- 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
- settingField(Object, int, boolean, boolean) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, byte, byte) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, char, char) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, double, double) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, float, float) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, int, int) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, long, long) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, short, short) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, Object, Object) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- settingField(Object, int, String, String) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Setting state callback.
- 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.ant.ApplicationIdToolTask
-
Set the token to separate stringified primary key field values.
- 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
ChangeTracker
s to try to cut down on data store operations at the cost of some extra bookkeeping overhead. - setTrackChangesByType(boolean) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setTrackChangesByType(boolean) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- setTrackChangesByType(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 by tracking changes at the type level instead of the instance level, resulting in more aggressive cache invalidation.
- 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
- setTransactionListenerCallbackMode(int) - Method in interface org.apache.openjpa.kernel.Broker
-
The callback mode for handling exceptions from transaction event listeners.
- setTransactionListenerCallbackMode(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
- setTransactionListenerCallbackMode(int) - Method in class org.apache.openjpa.kernel.DelegatingBroker
- 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
- setTransactionTimeout(int) - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- 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(int) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
- setType(int) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
- setType(int) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
The sequence type.
- setType(Class) - Method in class org.apache.openjpa.meta.FieldMetaData
- setType(Class) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
The value class.
- setType(Class) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
- setType(Class) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setType(Class) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setType(Class) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Set type.
- 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
- setTypeCode(int) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- 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(String) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setTypes(String) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
-
Set of semicolon-separated persistent type names supplied by user via auto-configuration.
- setTypes(Set) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
-
Set of persistent type names supplied by user.
- setTypes(Set<String>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- setTypes(Set<String>, Set<String>) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- setTypesWithoutEnhancement(Collection<Class<?>>) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
- setTypesWithoutEnhancement(Collection<Class<?>>) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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
- setUnproxyable(String) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Provided for auto-configuration.
- 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(String) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of semicolon-separated
URL
s of metadata files or jars supplied by user via auto-configuration. - setURLs(Collection<URL>) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Set of
URL
s of metadata files or jars supplied by user. - setUsedInOrderBy(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is used by other field as "order by" value .
- setUseJPA2DefaultOrderColumnName(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should use the new default order column name defined by JPA 2.0: name; "_"; "ORDER" or the pre-JPA 2.0 default name "ordr".
- setUseListAttributeForArrays(boolean) - Method in class org.apache.openjpa.conf.Compatibility
-
This property can be used to allow OpenJPA to use ListAttributes for all types of Arrays, not just those with the @PersistentCollection annotation.
- setUsePCRegistry(boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Whether to attempt to use the information from registered classes to populate metadata defaults.
- setUserObject(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- setUserObject(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- setUseSchemaElement(boolean) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Get whether to include schema name in generated class files
- setUseSchemaElement(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether to include schema name in generated files
- 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
. - setUseTCCLinSelectNew(boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Indicates if the
Thread.contextClassLoader
should be used as fallback if the result class forselect new
is not found by the classloader of the entity. - setUseTCCLinSelectNew(boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setUseTCCLinSelectNew(Boolean) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Indicates if the
Thread.contextClassLoader
should be used as fallback if the result class forselect new
is not found by the classloader of the entity. - setUseTCCLinSelectNew(Boolean) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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. - setValidationEnabled(boolean) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- setValidationFactory(Object) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the container or application provided ValidatorFactory instance.
- setValidationFactory(Object) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValidationGroupPrePersist(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the validation groups for pre-persist
- setValidationGroupPrePersist(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValidationGroupPreRemove(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the validation groups for pre-remove
- setValidationGroupPreRemove(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValidationGroupPreUpdate(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Sets the validation groups for pre-update
- setValidationGroupPreUpdate(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValidationMode(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the bean validation mode to use for managed classes.
- setValidationMode(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValidationPolicy(String) - Method in interface org.apache.openjpa.conf.CacheMarshaller
-
The
CacheMarshaller.ValidationPolicy
that this marshaller should use. - setValidationPolicy(String) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- setValidationPolicy(String) - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
- setValidatorInstance(Object) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Set the container or application provided Validator instance.
- setValidatorInstance(Object) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- setValue(Object) - Method in interface org.apache.openjpa.kernel.exps.Literal
-
The value of this literal.
- setValueGenerated(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
- 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.
- setVariables(Map<String, Value>) - Method in class org.apache.openjpa.kernel.exps.Context
- setVersion(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field holds optimistic version information.
- 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
- 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.
- setView(int) - Method in interface org.apache.openjpa.util.proxy.ProxyMaps.ProxyEntrySet
-
Set what entry view this set exposes.
- setWriteLockLevel(int) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The numeric write lock level.
- 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
- setWriteLockLevel(String) - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The default write lock level to use during non-optimistic transactions.
- setWriteLockLevel(String) - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- setXmlname(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setXmlname(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setXmlname(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Set xml element or attribute name.
- setXmlnamespace(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setXmlnamespace(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setXmlnamespace(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Set namespace.
- setXmlRootElement(boolean) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setXmlRootElement(boolean) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setXmlRootElement(boolean) - Method in interface org.apache.openjpa.meta.XMLMetaData
- setXmltype(int) - Method in class org.apache.openjpa.meta.XMLClassMetaData
- setXmltype(int) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
- setXmltype(int) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Set xmltype
- shape - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- 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, short, boolean) - Constructor for class org.apache.openjpa.util.ShortId
- ShortId(Class, Short) - Constructor for class org.apache.openjpa.util.ShortId
- ShortId(Class, String) - Constructor for class org.apache.openjpa.util.ShortId
- simple_case_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- simple_cond_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- simple_entity_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- simple_select_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- simple_when_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- SimpleCase - Class in org.apache.openjpa.kernel.exps
-
An in-memory representation of a simple case expression
- simpleCaseExpression(Value, Expression[], Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a simple case expression
- simpleCaseExpression(Value, Expression[], Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- SimpleNode - Class in org.apache.openjpa.kernel.jpql
-
Base node implementation for all JPQL nodes.
- since() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- since() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets the time of last reset.
- since() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- since() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- since() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- since() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets the time of last reset.
- sinceDate() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- sinceDate() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- sinceDate() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- sinceDate() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns date since cache statistics collection were last reset.
- sinceDate() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns date since cache statistics collection were last reset.
- sinceDate() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns date since cache statistics collection were last reset.
- 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() - Method in class org.apache.openjpa.kernel.DistinctResultList
- size() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- size() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- 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
- size() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- size() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- 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 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- skipEnhance(MethodNode) - Method in interface org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
- skipMetadata(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
- skipRelationFieldLock() - Method in class org.apache.openjpa.kernel.AbstractLockManager
-
Default not to skip relation field to maintain PessimisticLockManager semantics.
- SocketPoolableObjectFactory() - Constructor for class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress.SocketPoolableObjectFactory
- 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.
- SOME - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- some_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- specialToken - Variable in class org.apache.openjpa.kernel.jpql.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- specification - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- Specification - Class in org.apache.openjpa.conf
-
An immutable representation of a Specification supported by OpenJPA.
- Specification(String) - Constructor for class org.apache.openjpa.conf.Specification
-
Construct from a String that encodes name and version fields.
- SpecificationPlugin - Class in org.apache.openjpa.conf
-
A plug-in for Specification that enforces certain overwriting rules.
- SpecificationPlugin(Configuration, String) - Constructor for class org.apache.openjpa.conf.SpecificationPlugin
- splitExpressions(String, char, int) - Static method in class org.apache.openjpa.kernel.Filters
-
Split the given expression list into distinct expressions.
- sqrt() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- SQRT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- start - Variable in class org.apache.openjpa.kernel.StoreQuery.Range
- start() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
- start() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets the time of start.
- start() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- start() - Method in class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- start() - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
- start() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- start() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- start() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
- start() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
- start() - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets the time of start.
- start(InstrumentationLevel, Object) - Method in interface org.apache.openjpa.instrumentation.InstrumentationManager
-
Starts all instruments for all managed providers for a given level and context.
- start(InstrumentationLevel, Object) - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Starts all providers at a specific level and context
- startCaching(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Start caching the type matching the provided class name.
- startCaching(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- startConfiguration() - Method in class org.apache.openjpa.audit.AuditLogger
- startConfiguration() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- startConfiguration() - Method in class org.apache.openjpa.conf.OpenJPAVersionAndConfigurationTypeValidationPolicy
- 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.datacache.DefaultCacheDistributionPolicy
- 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.ee.WASManagedRuntime
-
StartConfiguration stub.
- 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.validation.ValidatingLifecycleEventManager
- startDate() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
- startDate() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
- startDate() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
- startDate() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns date cache statistics collection started.
- startDate() - Method in interface org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Returns date cache statistics collection started.
- startDate() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
Returns date cache statistics collection started.
- startInstrument(Instrument) - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Start an instrument.
- startLocking() - Method in class org.apache.openjpa.kernel.QueryImpl
- startsWith(String, String) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Affirms if the given full string starts with the given head.
- 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.
- state - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
- StateManager - Interface in org.apache.openjpa.enhance
-
Internal state manager for managed instances.
- StateManagerId(String) - Constructor for class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
- 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.
- StateManagerImpl(StateManagerImpl) - Constructor for class org.apache.openjpa.kernel.StateManagerImpl
-
Create a new StateManager instance based on the StateManager provided.
- StateManagerImpl(StateManagerImpl, PCState) - Constructor for class org.apache.openjpa.kernel.StateManagerImpl
-
Create a new StateManager instance, optionally overriding the state (FLUSHED, DELETED, etc) of the underlying PersistenceCapable instance).
- staticFlag - Static variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Whether parser is static.
- stop() - Method in class org.apache.openjpa.datacache.ClearableScheduler
-
Stop the associated thread if there and stop the current runnable.
- stop() - Method in class org.apache.openjpa.instrumentation.jmx.DataCacheJMXInstrument
- stop() - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Stops all instruments registered with this provider and releases the reference to the Platform MBean server instance.
- stop() - Method in class org.apache.openjpa.instrumentation.jmx.PreparedQueryCacheJMXInstrument
- stop() - Method in class org.apache.openjpa.instrumentation.jmx.QueryCacheJMXInstrument
- stop(InstrumentationLevel, Object) - Method in interface org.apache.openjpa.instrumentation.InstrumentationManager
-
Stops all instruments for all managed providers for a given level and context.
- stop(InstrumentationLevel, Object) - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Stops all providers at a specific level and context
- stopCaching(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Stop caching the type matching the provided class name.
- stopCaching(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
- stopInstrument(Instrument, boolean) - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Stop an instrument.
- stopLocking() - Method in class org.apache.openjpa.kernel.QueryImpl
- 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 - Variable in class org.apache.openjpa.meta.AbstractMetaDataFactory
- store() - Method in class org.apache.openjpa.conf.MetaDataCacheMaintenance
-
The metadata repository for the factory that this instance was constructed with will be serialized, along with any query compilations etc. that have been created for the factory.
- 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(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- store(Object) - Method in interface org.apache.openjpa.conf.CacheMarshaller
-
Store
o
into the cache. - store(Object) - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
- store(Object) - Method in class org.apache.openjpa.conf.NoOpCacheMarshaller
- store(OpenJPAStateManager) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- store(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.PCData
-
Store all loaded fields of the state manager.
- store(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.PCDataImpl
- store(OpenJPAStateManager, BitSet) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
- store(OpenJPAStateManager, BitSet) - Method in interface org.apache.openjpa.kernel.PCData
-
Store the given fields from the state manager.
- store(OpenJPAStateManager, BitSet) - Method in class org.apache.openjpa.kernel.PCDataImpl
- store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
- store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
- store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map<File, String>) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map<File, String>) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
- store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map<File, String>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Store the given metadata.
- 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(String) - Constructor for exception org.apache.openjpa.util.StoreException
- StoreException(String, Throwable) - Constructor for exception org.apache.openjpa.util.StoreException
- StoreException(Throwable) - Constructor for exception org.apache.openjpa.util.StoreException
- StoreException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.StoreException
- StoreException(Localizer.Message, 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(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(int, Object) - Method in class org.apache.openjpa.kernel.StateManagerImpl
- storeField(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
Store field-level information from the given state manager.
- storeField(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
Store field-level information from the given state manager.
- storeField(OpenJPAStateManager, FieldMetaData, Object, Object) - Method in class org.apache.openjpa.kernel.InverseManager
-
Store a given value at the given field.
- 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.SaveFieldManager
- 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.
- StoreQuery.Range - Class in org.apache.openjpa.kernel
-
A query result range.
- 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
- string_comp() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- string_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- string_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- STRING_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- string_literal2() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- STRING_LITERAL2 - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- STRING_PREFIX - Static variable in class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
- string_primary() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- string_value() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.DistinctResultList
- subList(int, int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- subList(int, int) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- subList(int, int) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- subList(int, int) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- subquery - Variable in class org.apache.openjpa.kernel.exps.Context
- subquery() - Method in class org.apache.openjpa.kernel.exps.Context
- subquery() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- Subquery - Interface in org.apache.openjpa.kernel.exps
-
Query value representing a subquery.
- subquery_from_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- subquery_from_item() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- subs - Variable in class org.apache.openjpa.util.OpenJPAId
- subselect_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- subselect_expressions() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- subselect_identification_variable_declaration() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- subSet(Object, boolean, Object, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- subSet(Object, Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- substring() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- substring(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the substring function on the given target with the given args.
- substring(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- SUBSTRING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- subtract(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Subtract the given values.
- 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
- suffix - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
- sum() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- SUM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- SunOneManagedRuntime - Class in org.apache.openjpa.ee
-
ManagedRuntime
implementation for SunONE. - SunOneManagedRuntime() - Constructor for class org.apache.openjpa.ee.SunOneManagedRuntime
- SUPPORTED - Static variable in interface org.apache.openjpa.enhance.RuntimeUnenhancedClassesModes
- 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.
- supportsRandomAccess() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
- suspend() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- SwitchTo(int) - Method in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
Switch to specified lex state.
- 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
- tabSize - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
- TAG - Static variable in class org.apache.openjpa.kernel.exps.StringContains
-
Deprecated.
- TAG - Static variable in class org.apache.openjpa.kernel.exps.WildcardMatch
-
Deprecated.
- tailSet(Object) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- tailSet(Object, boolean) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- 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
- TCPRemoteCommitProvider.HostAddress - Class in org.apache.openjpa.event
-
Utility class to store an InetAddress and an int.
- TCPRemoteCommitProvider.HostAddress.SocketPoolableObjectFactory - Class in org.apache.openjpa.event
-
Factory for pooled sockets.
- TDIRTY - Static variable in class org.apache.openjpa.kernel.PCState
-
Transient-Dirty
- test(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- test(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- THEN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- throwException(Class) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Helper method to add the code necessary to throw the given exception type, sans message.
- throwException(Class, String) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Helper method to add the code necessary to throw the given exception type, sans message.
- throwException(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.InverseManager
-
Throw an inconsistency exception
- time_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- TIME_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- TIMES - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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
- TIMESTAMP - org.apache.openjpa.datacache.AbstractQueryCache.EvictPolicy
- timestamp_literal() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- TIMESTAMP_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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() - Method in class org.apache.openjpa.kernel.DistinctResultList
- toArray() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- toArray() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- toArray() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- toArray(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingResultList
- toArray(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
- toArray(Object[]) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- toArray(Object[]) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- toArray(Collection<?>, Class<?>) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Helper method to return the given collection as an array.
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedArrayListProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- toArray(IntFunction) - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- toArray(T[]) - Method in class org.apache.openjpa.kernel.DistinctResultList
- toByteArray(ClassNodeTracker) - Static method in class org.apache.openjpa.util.asm.AsmHelper
-
Create a byte[] of that class represented by the ClassNodeTracker
- toClass(Object) - Method in class org.apache.openjpa.meta.InheritanceComparator
-
Subclasses can override this method to extract the class to compare on from the elements of the collection.
- toClass(Object) - Method in class org.apache.openjpa.meta.MetaDataInheritanceComparator
- toClassName(Class<?>) - Static method in class org.apache.openjpa.util.Exceptions
- toClassNames(Collection<? extends Class<?>>) - Static method in class org.apache.openjpa.util.Exceptions
- toClassString(int) - Static method in class org.apache.openjpa.meta.AccessCode
- 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, 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.
- toFieldCode(int) - Static method in class org.apache.openjpa.meta.AccessCode
- toFieldString(int) - Static method in class org.apache.openjpa.meta.AccessCode
- tok() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- token - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
- token - Variable in class org.apache.openjpa.kernel.jpql.JPQL
-
Current token.
- Token - Class in org.apache.openjpa.kernel.jpql
-
Describes the input token stream.
- Token() - Constructor for class org.apache.openjpa.kernel.jpql.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.openjpa.kernel.jpql.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.openjpa.kernel.jpql.Token
-
Constructs a new token for the specified Image and Kind.
- TOKEN_DEFAULT - Static variable in class org.apache.openjpa.enhance.ApplicationIdTool
- token_source - Variable in class org.apache.openjpa.kernel.jpql.JPQL
-
Generated Token Manager.
- tokenImage - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
Literal token values.
- TokenMgrError - Error in org.apache.openjpa.kernel.jpql
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.openjpa.kernel.jpql.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.openjpa.kernel.jpql.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.openjpa.kernel.jpql.TokenMgrError
-
Constructor with message and reason.
- toList(Object, Class<T>, 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
- toManagedTypeName(String) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
If
className
is a dynamically-created persistence-capable subclass name, returns the name of the class that it subclasses. - toMap() - Method in interface org.apache.openjpa.datacache.CacheStatistics
- toMap() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
- toNames(List<? extends Member>) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
- 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.
- toNestedFields(OpenJPAStateManager, ValueMetaData, Collection, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.AbstractPCData
-
Transform the given data value to its field value.
- toParameterArray(StoreQuery, Map<?, ?>) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
Creates a Object[] from the values of the given user parameters.
- toParameterArray(StoreQuery, Map<?, ?>) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return an array from the given user parameter values.
- toPersistenceCapable(Object, Object) - Static method in class org.apache.openjpa.util.ImplHelper
- toPKValues(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return the primary key values for the given object id.
- toPoolKey(Map<String, Object>) - Static method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Return an internal factory pool key for the given configuration.
- toProxyableCollectionType(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return the concrete type for proxying.
- toProxyableMapType(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return the concrete type for proxying.
- 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.
- toRelationFields(OpenJPAStateManager, Object, FetchConfiguration) - Method in class org.apache.openjpa.kernel.AbstractPCData
-
Transform the given data into relation field values.
- toResult(StoreQuery, StoreQuery.Executor, ResultObjectProvider, StoreQuery.Range) - 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.conf.Specification
- 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.BrokerImpl.StateManagerId
- toString() - Method in class org.apache.openjpa.kernel.DelegatingResultList
- toString() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- toString() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- toString() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL
- toString() - Method in class org.apache.openjpa.kernel.jpql.Token
-
Returns the image.
- toString() - Method in class org.apache.openjpa.kernel.PNonTransDeletedState
- 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.kernel.ResultShape
-
Gets a human-readable representation of this shape.
- toString() - Method in class org.apache.openjpa.kernel.StateManagerImpl
- 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.BigDecimalId
- toString() - Method in class org.apache.openjpa.util.BigIntegerId
- toString() - Method in class org.apache.openjpa.util.BooleanId
- 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() - Method in class org.apache.openjpa.util.DoubleId
- toString() - Method in class org.apache.openjpa.util.FloatId
- toString() - Method in class org.apache.openjpa.util.IntId
- toString() - Method in exception org.apache.openjpa.util.LockException
- toString() - Method in class org.apache.openjpa.util.LongId
- 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.proxy.DelayedHashSetProxy
- toString() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- toString() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- toString() - Method in exception org.apache.openjpa.util.QueryException
- toString() - Method in class org.apache.openjpa.util.ShortId
- toString() - Method in class org.apache.openjpa.util.StringId
- toString(Object) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
- toString(Object) - Static method in class org.apache.openjpa.util.Exceptions
-
Safely stringify the given object.
- toString(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
- 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.
- 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
- TRAILING - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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<Object>, boolean, OpCallbacks) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Make the given objects 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
- 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
TransactionEvent
s. - TransactionManagerRegistryFacade(TransactionSynchronizationRegistry) - Constructor for class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
- transactionMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.apache.openjpa.enhance.PCClassFileTransformer
- transform0(String, Class, byte[]) - Method in class org.apache.openjpa.enhance.PCClassFileTransformer.Reentrant
- transform0(String, Class, byte[]) - Method in class org.apache.openjpa.enhance.PCClassFileTransformer
-
We have to split the transform method into two methods to avoid ClassCircularityError when executing method using pure-JIT JVMs such as JRockit.
- 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.DistinctResultList
- 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.
- translate(RuntimeException, Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
Translate the exception with the failed object.
- 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.
- traverseXPath(Path, String) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- trim() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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
- TRIM - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- trim_character() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- trim_specification() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- trimToSize() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- type - Variable in class org.apache.openjpa.util.OpenJPAId
- type(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the type/class of the given value.
- type(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- TYPE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- 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_CLASS - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_COLLECTION - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- TYPE_COLLECTION - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_CONTIGUOUS - Static variable in interface org.apache.openjpa.kernel.Seq
- TYPE_DATE - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_DEFAULT - Static variable in interface org.apache.openjpa.kernel.Seq
- type_discriminator() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- TYPE_ENUM - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_MAP - Static variable in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
- TYPE_NON_MAPPED_INTERFACE - Static variable in class org.apache.openjpa.meta.NonPersistentMetaData
- 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_OBJECT - Static variable in class org.apache.openjpa.util.asm.AsmHelper
- TYPE_OBJECT - Static variable in class org.apache.openjpa.util.ProxyManagerImpl
- TYPE_PERSISTENCE_AWARE - Static variable in class org.apache.openjpa.meta.NonPersistentMetaData
- TYPE_PRODUCT_STORE - Static variable in interface org.apache.openjpa.conf.OpenJPAProductDerivation
- TYPE_SPEC - Static variable in interface org.apache.openjpa.conf.OpenJPAProductDerivation
- TYPE_SPEC_STORE - Static variable in interface org.apache.openjpa.conf.OpenJPAProductDerivation
- TYPE_SQ_STRING - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_STORE - Static variable in interface org.apache.openjpa.conf.OpenJPAProductDerivation
- 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_TIME - Static variable in interface org.apache.openjpa.kernel.exps.Literal
- TYPE_TIMESTAMP - 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
- TYPE_VALUE_SEP - Static variable in class org.apache.openjpa.util.OpenJPAId
- TypeBasedCacheDistributionPolicy - Class in org.apache.openjpa.datacache
-
A cache distribution policy based on the type of the managed objects.
- TypeBasedCacheDistributionPolicy() - Constructor for class org.apache.openjpa.datacache.TypeBasedCacheDistributionPolicy
- 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.
- typesWithoutEnhancement - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
U
- UNAVAILABLE - Static variable in interface org.apache.openjpa.util.ExceptionInfo
- UNKNOWN - Static variable in class org.apache.openjpa.meta.AccessCode
- 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(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(Object) - Method in class org.apache.openjpa.util.CacheMap
-
Undo a pinning.
- unpin(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
- 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. - unpinAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- unpinAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- unpinAll(Class<?>, boolean) - Method in interface org.apache.openjpa.datacache.DataCache
-
Unpin all oids associaed with the given type from the cache.
- unpinAll(Class<?>, boolean) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
- unpinAll(Collection<Object>) - Method in class org.apache.openjpa.datacache.AbstractDataCache
- unpinAll(Collection<Object>) - Method in interface org.apache.openjpa.datacache.DataCache
-
Unpin all oids from the cache.
- unpinAll(Collection<Object>) - 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(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
- unpinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Unpin an object from the cache.
- unpinInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
- UNSPECIFIED - org.apache.openjpa.datacache.DataCacheMode
-
Default value.
- UNSUPPORTED - Static variable in interface org.apache.openjpa.enhance.RuntimeUnenhancedClassesModes
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.UnsupportedException
- UnsupportedException(Localizer.Message, 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
- UPDATE - org.apache.openjpa.audit.AuditableOperation
- UPDATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- update_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- update_item() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- update_statement() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- updateAll() - 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() - Method in class org.apache.openjpa.kernel.QueryImpl
- updateAll(Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- updateAll(Object[]) - Method in interface org.apache.openjpa.kernel.Query
-
Performs an update of the instances that are satisfied by the query.
- updateAll(Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
- updateAll(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- updateAll(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
- updateAll(Map<?, ?>) - Method in interface org.apache.openjpa.kernel.Query
-
Performs an update of the instances that are satisfied by the query.
- updateEntityTimestamp(Map<String, Long>) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Updates the entity timestamp map with the current time in milliseconds
- updateInMemory(StoreQuery, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
- updateInMemory(StoreQuery, 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, StoreQuery.Executor, Object[]) - Method in class org.apache.openjpa.kernel.QueryImpl
- UpdateLineColumn(char) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
- UpdateListener - Interface in org.apache.openjpa.event
- 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
- upper() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- UPPER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- urls - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
- USE - org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Retrieve objects from the DataCache if a DataCache is enabled.
- USE - org.apache.openjpa.kernel.DataCacheStoreMode
-
Store updates, inserts and deletes in the DataCache.
- useGenericCollections() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Whether to use generic collections on one-to-many and many-to-many relations instead of untyped collections.
- useIdClassFromParent() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return true if this class uses IdClass derived from idClass of the parent entity which annotated as id in the child class.
- usePropertyBasedAccess() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Whether to use property-based access on generated code.
- 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(String, Throwable) - Constructor for exception org.apache.openjpa.util.UserException
- UserException(Throwable) - Constructor for exception org.apache.openjpa.util.UserException
- UserException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.UserException
- UserException(Localizer.Message, 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() - 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
. - 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.
- usesIntermediate() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field uses intermediate data when loading/storing information through a
OpenJPAStateManager
. - usesIntermediate(FieldMetaData) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
Whether the given field uses a cacheable intermediate value.
- useTcclForSelectNew - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- 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.
- UUID_TYPE4_HEX - Static variable in class org.apache.openjpa.meta.ValueStrategies
-
"uuid-type4-hex" value strategy.
- UUID_TYPE4_STRING - Static variable in class org.apache.openjpa.meta.ValueStrategies
-
"uuid-type4-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.
- UUIDType4HexSeq - Class in org.apache.openjpa.kernel
-
Sequence for generating 32-character hex Type 4 UUID strings.
- UUIDType4StringSeq - 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(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
- validate(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
- validate(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Validate components of query.
- validate(T, int) - Method in class org.apache.openjpa.validation.AbstractValidator
- validate(T, int) - Method in interface org.apache.openjpa.validation.Validator
-
Validates a given instance
- 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.
- validateOverwrite(Specification) - Method in class org.apache.openjpa.conf.SpecificationPlugin
-
Validates if the given Specification can overwrite the current Specification.
- validateProperty(T, String, int) - Method in class org.apache.openjpa.validation.AbstractValidator
- validateProperty(T, String, int) - Method in interface org.apache.openjpa.validation.Validator
-
Validates a property of a given instance
- validateValue(Class<T>, String, Object, int) - Method in class org.apache.openjpa.validation.AbstractValidator
- validateValue(Class<T>, String, Object, int) - Method in interface org.apache.openjpa.validation.Validator
-
Validates a value based upon the constraints applied to a given class attribute.
- validating(T, int) - Method in class org.apache.openjpa.validation.AbstractValidator
- validating(T, int) - Method in interface org.apache.openjpa.validation.Validator
-
Method for determining whether validation is active for the given type and event.
- ValidatingLifecycleEventManager - Class in org.apache.openjpa.validation
-
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.
- ValidatingLifecycleEventManager() - Constructor for class org.apache.openjpa.validation.ValidatingLifecycleEventManager
-
Constructor which accepts a reference to the validator to use.
- ValidationException - Exception in org.apache.openjpa.validation
- ValidationException(RuntimeException) - Constructor for exception org.apache.openjpa.validation.ValidationException
- ValidationException(RuntimeException, boolean) - Constructor for exception org.apache.openjpa.validation.ValidationException
- validationFactory - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- validationGroupPrePersist - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- validationGroupPreRemove - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- validationGroupPreUpdate - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- validationMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- ValidationUnavailableException - Exception in org.apache.openjpa.validation
- ValidationUnavailableException(String) - Constructor for exception org.apache.openjpa.validation.ValidationUnavailableException
- ValidationUnavailableException(String, RuntimeException) - Constructor for exception org.apache.openjpa.validation.ValidationUnavailableException
- ValidationUnavailableException(String, RuntimeException, boolean) - Constructor for exception org.apache.openjpa.validation.ValidationUnavailableException
- validator - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
- Validator - Interface in org.apache.openjpa.validation
-
Basic validation interface which defines the contract for event based validation.
- value(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
Return the value of the given key.
- Value - Interface in org.apache.openjpa.kernel.exps
-
Interface for any non-operator in a query filter, including constants, variables, and object fields.
- VALUE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- valueChanged(Value) - Method in class org.apache.openjpa.conf.SpecificationPlugin
- valueChanged(Value) - Method in class org.apache.openjpa.meta.ClassMetaData
- 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() - Constructor for class org.apache.openjpa.meta.ValueMetaDataImpl
-
Constructor for serialization.
- ValueMetaDataImpl(FieldMetaData) - Constructor for class org.apache.openjpa.meta.ValueMetaDataImpl
- valueOf(String) - Static method in enum org.apache.openjpa.audit.AuditableOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.datacache.AbstractQueryCache.EvictPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.datacache.DataCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.kernel.DataCacheStoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
-
Returns the enum constant of this type with the specified name.
- values - Static variable in interface org.apache.openjpa.kernel.AutoDetach
- values() - Method in annotation type org.apache.openjpa.audit.Auditable
- values() - Static method in enum org.apache.openjpa.audit.AuditableOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.openjpa.datacache.AbstractQueryCache.EvictPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.openjpa.datacache.DataCacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.openjpa.kernel.DataCacheStoreMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.openjpa.meta.MultiQueryMetaData.Parameter.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
- values() - Method in class org.apache.openjpa.util.CacheMap
- values(ProxyMap) - Static method in class org.apache.openjpa.util.proxy.ProxyMaps
-
Override for
Map.values()
. - 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
- VIEW_ENTRIES - Static variable in interface org.apache.openjpa.util.proxy.ProxyMaps.ProxyEntrySet
- VIEW_KEYS - Static variable in interface org.apache.openjpa.util.proxy.ProxyMaps.ProxyEntrySet
- VIEW_VALUES - Static variable in interface org.apache.openjpa.util.proxy.ProxyMaps.ProxyEntrySet
- visitMethod(int, String, String, String, String[]) - Method in class org.apache.openjpa.util.asm.ClassWriterTracker
W
- WARN - Static variable in interface org.apache.openjpa.enhance.RuntimeUnenhancedClassesModes
- warnConsistency(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.kernel.InverseManager
-
Log an inconsistency warning
- WASManagedRuntime - Class in org.apache.openjpa.ee
-
ManagedRuntime
implementation that allows synchronization with a WebSphere managed transaction. - WASManagedRuntime() - Constructor for class org.apache.openjpa.ee.WASManagedRuntime
- WASRegistryManagedRuntime - Class in org.apache.openjpa.ee
-
WASRegistryManagedRuntime provides WebSphere specific extensions to
RegistryManagedRuntime
. - WASRegistryManagedRuntime() - Constructor for class org.apache.openjpa.ee.WASRegistryManagedRuntime
- WHEN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- when_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- whenCondition(Expression, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a when condidional clause
- whenCondition(Expression, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- WhenCondition - Class in org.apache.openjpa.kernel.exps
- whenScalar(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a when scalar_expression clause
- whenScalar(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
- WhenScalar - Class in org.apache.openjpa.kernel.exps
- WHERE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- where_clause() - Method in class org.apache.openjpa.kernel.jpql.JPQL
- 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.
- wrap(Socket) - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress.SocketPoolableObjectFactory
- wrap(ClassMetaData, Object) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Wraps the given object for the given type into a OpenJPA specific application identity object wrapper instance (i.e.
- WRAPPED - Static variable in interface org.apache.openjpa.util.ExceptionInfo
- WrappedException - Exception in org.apache.openjpa.util
-
Identifiable exception type which wraps an internal runtime exception.
- WrappedException(String) - Constructor for exception org.apache.openjpa.util.WrappedException
- WrappedException(String, Throwable) - Constructor for exception org.apache.openjpa.util.WrappedException
- WrappedException(Throwable) - Constructor for exception org.apache.openjpa.util.WrappedException
- WrappedException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.WrappedException
- WrappedException(Localizer.Message, Throwable) - Constructor for exception org.apache.openjpa.util.WrappedException
- wrapValue(String) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Wraps property values that may contain spaces or other special characters in double quotes so they are processed as a single valued argument.
- write(ClassNodeTracker) - Method in interface org.apache.openjpa.util.asm.BytecodeWriter
- write(ClassWriter, byte[], int, int, int) - Method in class org.apache.openjpa.util.asm.RedefinedAttribute
- 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.BeanLifecycleCallbacks
- writeExternal(ObjectOutput) - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
- writeExternal(ObjectOutput) - Method in class org.apache.openjpa.event.RemoteCommitEvent
- writeExternal(ObjectOutput) - Method in class org.apache.openjpa.meta.FieldMetaData.MemberProvider
- 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.DistinctResultList
- 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.proxy.DelayedArrayListProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedHashSetProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
- writeReplace() - Method in class org.apache.openjpa.util.proxy.DelayedVectorProxy
- writeReplace(Proxy, boolean) - Static method in class org.apache.openjpa.util.Proxies
-
Used by proxy types to serialize non-proxy versions.
- 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.
X
- XMLClassMetaData - Class in org.apache.openjpa.meta
- XMLClassMetaData(Class) - Constructor for class org.apache.openjpa.meta.XMLClassMetaData
-
Constructor.
- XMLClassMetaData(Class, String) - Constructor for class org.apache.openjpa.meta.XMLClassMetaData
-
Constructor.
- XMLFieldMetaData - Class in org.apache.openjpa.meta
-
Contains metadata about an xml element or attribute
- XMLFieldMetaData() - Constructor for class org.apache.openjpa.meta.XMLFieldMetaData
- XMLFieldMetaData(Class, String) - Constructor for class org.apache.openjpa.meta.XMLFieldMetaData
- XMLMetaData - Interface in org.apache.openjpa.meta
-
Describe metadata about an xml type.
- XMLTYPE - Static variable in interface org.apache.openjpa.meta.XMLMetaData
_
- _actions - Variable in class org.apache.openjpa.kernel.exps.CandidatePath
- _address - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _addresses - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider
- _addressesLock - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider
- _coll - Variable in class org.apache.openjpa.util.CollectionChangeTrackerImpl
- _correlationVar - Variable in class org.apache.openjpa.kernel.exps.CandidatePath
- _dups - Variable in class org.apache.openjpa.util.CollectionChangeTrackerImpl
- _evictOnBulkUpdate - Variable in class org.apache.openjpa.datacache.AbstractDataCache
- _excludedTypes - Variable in class org.apache.openjpa.datacache.AbstractDataCache
- _fieldImpl - Variable in class org.apache.openjpa.kernel.StateManagerImpl
- _includedTypes - Variable in class org.apache.openjpa.datacache.AbstractDataCache
- _infosIssued - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _isAvailable - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _loaded - Variable in class org.apache.openjpa.kernel.StateManagerImpl
- _loadVersion - Variable in class org.apache.openjpa.kernel.StateManagerImpl
- _loc - Static variable in class org.apache.openjpa.conf.SpecificationPlugin
- _loc - Static variable in interface org.apache.openjpa.kernel.FillStrategy
- _locking - Variable in class org.apache.openjpa.meta.MetaDataRepository
- _lru - Variable in class org.apache.openjpa.datacache.ConcurrentDataCache
- _lru - Variable in class org.apache.openjpa.datacache.ConcurrentQueryCache
- _meta - Variable in class org.apache.openjpa.kernel.StateManagerImpl
- _mgr - Variable in class org.apache.openjpa.kernel.InverseManager
- _order - Variable in class org.apache.openjpa.util.CollectionChangeTrackerImpl
- _parsed - Variable in class org.apache.openjpa.kernel.ExpressionStoreQuery
- _parser - Variable in class org.apache.openjpa.kernel.ExpressionStoreQuery
- _port - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider
- _port - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _preload - Variable in class org.apache.openjpa.meta.MetaDataRepository
- _preloadComplete - Variable in class org.apache.openjpa.meta.MetaDataRepository
- _providers - Variable in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
- _socketPool - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _state - Variable in class org.apache.openjpa.kernel.StateManagerImpl
- _stats - Variable in class org.apache.openjpa.datacache.AbstractDataCache
- _timeLastError - Variable in class org.apache.openjpa.event.TCPRemoteCommitProvider.HostAddress
- _unenhancedInstanceMap - Static variable in class org.apache.openjpa.util.ImplHelper
- _validationEnabled - Variable in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
- _version - Variable in class org.apache.openjpa.kernel.StateManagerImpl
All Classes All Packages