- abort(Executor) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- abort(Executor) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- abortUnion() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- abortUnion() - Method in interface org.apache.openjpa.jdbc.sql.Union
-
Force the use of a series of standard selects rather than a true UNION.
- Abs - Class in org.apache.openjpa.jdbc.kernel.exps
-
Absolute value.
- Abs(Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Abs
-
Constructor.
- abs(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- abs(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the absolute value of the given one.
- abs(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- abs() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- ABS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- abs(Expression<N>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- abs() - Method in interface org.apache.openjpa.persistence.query.Expression
-
Absolute value.
- ABS_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- AbsExpression - Class in org.apache.openjpa.persistence.query
-
Denotes ABS() operation on a given expression.
- AbsExpression(ExpressionImpl) - Constructor for class org.apache.openjpa.persistence.query.AbsExpression
-
- absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- absolute(int) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- absolute(int) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Move to the given 0-based row in the result, or
return false if the row does not exist.
- absolute(int) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Override if desired.
- absolute(int) - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- absolute(int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
-
- absolute(int) - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
-
- absolute(int) - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
-
- absolute(int) - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
-
Move to the given 0-based position.
- absolute(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- absolute(int) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Throws an exception by default.
- absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- 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 fomat.
- AbstractCFMetaDataFactory() - Constructor for class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
- AbstractCFMetaDataFactory.Parser - Interface in org.apache.openjpa.meta
-
Internal parser interface.
- AbstractCFMetaDataFactory.Serializer - Interface in org.apache.openjpa.meta
-
Internal serializer interface.
- AbstractChangeTracker - Class in org.apache.openjpa.util
-
Base class that provides utilities to change trackers.
- AbstractChangeTracker() - Constructor for class org.apache.openjpa.util.AbstractChangeTracker
-
Constructor; supply configuration.
- AbstractClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
No-op strategy for easy extension.
- AbstractClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
- AbstractConcurrentEventManager - Class in org.apache.openjpa.lib.util.concurrent
-
Base event manager that handles adding/removing listeners
and firing events.
- AbstractConcurrentEventManager() - Constructor for class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Default constructor.
- AbstractDataCache - Class in org.apache.openjpa.datacache
-
Abstract
DataCache
implementation that provides various
statistics, logging, and timeout functionality common across cache
implementations.
- AbstractDataCache() - Constructor for class org.apache.openjpa.datacache.AbstractDataCache
-
- 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
-
- AbstractDB2Dictionary - Class in org.apache.openjpa.jdbc.sql
-
Base dictionary for the IBM DB2 family of databases.
- AbstractDB2Dictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
-
- AbstractDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
No-op strategy for easy extension.
- AbstractDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
-
- AbstractDomainObject - Class in org.apache.openjpa.persistence.query
-
Domain Object is a path expression over which query is evaluated.
- AbstractDomainObject(QueryDefinitionImpl, AbstractPath, PathOperator, Object) - Constructor for class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- AbstractExpressionBuilder - Class in org.apache.openjpa.kernel.exps
-
Abstract base class to help build expressions.
- AbstractExpressionBuilder(ExpressionFactory, Resolver) - Constructor for class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Constructor.
- AbstractExpressionVisitor - Class in org.apache.openjpa.kernel.exps
-
No-op abstract visitor meant for easy extension.
- AbstractExpressionVisitor() - Constructor for class org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
-
- AbstractFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
No-op strategy for easy extension.
- AbstractFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- AbstractInstrument - Class in org.apache.openjpa.lib.instrumentation
-
Provides a base for creating instruments.
- AbstractInstrument() - Constructor for class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- AbstractInstrumentationProvider - Class in org.apache.openjpa.lib.instrumentation
-
Specialized instrumentation providers can extend this class to get basic
provider state and capabilities.
- AbstractInstrumentationProvider() - Constructor for class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- AbstractJDBCListener - Class in org.apache.openjpa.lib.jdbc
-
- AbstractJDBCListener() - Constructor for class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- AbstractJDBCSavepointManager - Class in org.apache.openjpa.jdbc.kernel
-
- AbstractJDBCSavepointManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
-
- AbstractJDBCSavepointManager.ConnectionSavepoint - Class in org.apache.openjpa.jdbc.kernel
-
A savepoint which provides access to the current transactional
connection.
- AbstractJDBCSavepointManager.ConnectionSavepoint(Broker, String, boolean) - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
-
- AbstractJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
-
Abstract sequence implementation.
- AbstractJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
- AbstractLifecycleListener - Class in org.apache.openjpa.event
-
Abstract implementation of the
LifecycleListener
interface
which delegates events to a single method.
- AbstractLifecycleListener() - Constructor for class org.apache.openjpa.event.AbstractLifecycleListener
-
- AbstractLockManager - Class in org.apache.openjpa.kernel
-
- AbstractLockManager() - Constructor for class org.apache.openjpa.kernel.AbstractLockManager
-
- AbstractLog - Class in org.apache.openjpa.lib.log
-
A simple implementation of the
Log
interface.
- AbstractLog() - Constructor for class org.apache.openjpa.lib.log.AbstractLog
-
- AbstractLRSProxyCollection - Class in org.apache.openjpa.util
-
- AbstractLRSProxyCollection(Class, boolean) - Constructor for class org.apache.openjpa.util.AbstractLRSProxyCollection
-
Constructor.
- AbstractLRSProxyMap<K,V> - Class in org.apache.openjpa.util
-
- 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
-
- AbstractManagedType<X> - Class in org.apache.openjpa.persistence.meta
-
Implements the managed persistent type and its attributes.
- AbstractManagedType(Class<X>, MetamodelImpl) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType
-
A protected constructor for creating psudo-managed types.
- AbstractManagedType(ClassMetaData, MetamodelImpl) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Construct a managed type.
- AbstractManagedType.AttributeNameFilter<X> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.AttributeNameFilter(String) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeNameFilter
-
- AbstractManagedType.AttributeNameFilter(String, boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeNameFilter
-
- AbstractManagedType.AttributeTypeFilter<X,Y> - Class in org.apache.openjpa.persistence.meta
-
Selects if the attribute type matches the given Java class.
- AbstractManagedType.AttributeTypeFilter(Class<Y>) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeTypeFilter
-
- AbstractManagedType.AttributeTypeFilter(Class<Y>, boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeTypeFilter
-
- AbstractManagedType.DeclaredAttributeFilter<X> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.ElementTypeFilter<X,E> - Class in org.apache.openjpa.persistence.meta
-
Selects plural attribute of given element type.
- AbstractManagedType.ElementTypeFilter(Class<E>) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.ElementTypeFilter
-
- AbstractManagedType.ElementTypeFilter(Class<E>, boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.ElementTypeFilter
-
- AbstractManagedType.EntryTypeFilter<X,K,V> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.EntryTypeFilter(Class<K>, Class<V>) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter
-
- AbstractManagedType.EntryTypeFilter(Class<K>, Class<V>, boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter
-
- AbstractManagedType.Filter<T> - Interface in org.apache.openjpa.persistence.meta
-
Affirms if a given element satisfy a condition.
- AbstractManagedType.IdAttributeFilter<X> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.IdAttributeFilter() - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.IdAttributeFilter
-
- AbstractManagedType.IdAttributeFilter(boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.IdAttributeFilter
-
- AbstractManagedType.PluralCategoryFilter<X> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.PluralCategoryFilter(PluralAttribute.CollectionType) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.PluralCategoryFilter
-
- AbstractManagedType.PluralCategoryFilter(PluralAttribute.CollectionType, boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.PluralCategoryFilter
-
- AbstractManagedType.SingularAttributeFilter<X> - Class in org.apache.openjpa.persistence.meta
-
Affirms if the given attribute is a Singular attribute.
- AbstractManagedType.SingularAttributeFilter() - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.SingularAttributeFilter
-
- AbstractManagedType.SingularAttributeFilter(boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.SingularAttributeFilter
-
- AbstractManagedType.VersionAttributeFilter<X> - Class in org.apache.openjpa.persistence.meta
-
- AbstractManagedType.VersionAttributeFilter() - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.VersionAttributeFilter
-
- AbstractManagedType.VersionAttributeFilter(boolean) - Constructor for class org.apache.openjpa.persistence.meta.AbstractManagedType.VersionAttributeFilter
-
- 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
-
- AbstractNonSequentialResultList - Class in org.apache.openjpa.lib.rop
-
Abstract base class for random-access result lists.
- AbstractNonSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- AbstractOpenJpaEnhancerMojo - Class in org.apache.openjpa.tools.maven
-
The base class for all enhancement mojos.
- AbstractOpenJpaEnhancerMojo() - Constructor for class org.apache.openjpa.tools.maven.AbstractOpenJpaEnhancerMojo
-
- AbstractOpenJpaMappingToolMojo - Class in org.apache.openjpa.tools.maven
-
Processes Application model classes and generate the DDL by running the
OpenJPA MappingTool.
- AbstractOpenJpaMappingToolMojo() - Constructor for class org.apache.openjpa.tools.maven.AbstractOpenJpaMappingToolMojo
-
- AbstractOpenJpaMojo - Class in org.apache.openjpa.tools.maven
-
Base class for OpenJPA maven tasks.
- AbstractOpenJpaMojo() - Constructor for class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
default ct
- 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
-
- 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
-
- AbstractProductDerivation - Class in org.apache.openjpa.lib.conf
-
Abstract no-op product derivation for easy extension.
- AbstractProductDerivation() - Constructor for class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- AbstractQuery<X> - Class in org.apache.openjpa.persistence
-
An abstract implementation of the Query interface.
- AbstractQuery(QueryMetaData, EntityManagerImpl) - Constructor for class org.apache.openjpa.persistence.AbstractQuery
-
- 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.Default() - Constructor for class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- 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
-
- AbstractRemoteCommitProvider() - Constructor for class org.apache.openjpa.event.AbstractRemoteCommitProvider
-
- AbstractResult - Class in org.apache.openjpa.jdbc.sql
-
A
Result
implementation designed to be subclassed easily by
implementations.
- AbstractResult() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractResult
-
- AbstractResultList<E> - Class in org.apache.openjpa.lib.rop
-
Abstract base class for read-only result lists.
- AbstractResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractResultList
-
- AbstractSequentialResultList - Class in org.apache.openjpa.lib.rop
-
Abstract base class for sequential result lists.
- AbstractSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- AbstractSQLServerDictionary - Class in org.apache.openjpa.jdbc.sql
-
Dictionary for the SQL Server databases (Sybase and MS SQL Server).
- AbstractSQLServerDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
-
- AbstractStoreBrokerFactory - Class in org.apache.openjpa.abstractstore
-
- 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 Executor
that implements most methods as no-ops.
- AbstractStoreQuery.AbstractExecutor() - Constructor for class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- AbstractStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
No-op strategy for easy extension.
- AbstractStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- AbstractTask - Class in org.apache.openjpa.lib.ant
-
Ant tasks all have a nested <config&rt;
tag, which uses
the configuration as a bean-like task.
- AbstractTask() - Constructor for class org.apache.openjpa.lib.ant.AbstractTask
-
- AbstractTransactionListener - Class in org.apache.openjpa.event
-
Abstract implementation of the
TransactionListener
interface
that provides no-op implementations of all methods.
- AbstractTransactionListener() - Constructor for class org.apache.openjpa.event.AbstractTransactionListener
-
- AbstractUpdateManager - Class in org.apache.openjpa.jdbc.kernel
-
Base update manager with common functionality.
- AbstractUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
-
- AbstractUpdateManager.CustomMapping - Class in org.apache.openjpa.jdbc.kernel
-
Executes customized mapping updates.
- AbstractUpdateManager.CustomMapping(int, OpenJPAStateManager, Strategy) - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
-
- AbstractValidator - Class in org.apache.openjpa.validation
-
Abstract validation class which provides base validation methods.
- AbstractValidator() - Constructor for class org.apache.openjpa.validation.AbstractValidator
-
- AbstractValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
-
- AbstractValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
-
- AbstractVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
No-op strategy for easy extension.
- AbstractVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
-
- acceptAction(ServerSocket) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for ServerSocket.accept().
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- acceptVisit(ExpressionVisitor) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- 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 - Variable in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- 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_TYPE_FIELD - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Access type for generated source, defaults to field-based access.
- ACCESS_TYPE_PROPERTY - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
- ACCESS_UNKNOWN - Static variable in class org.apache.openjpa.meta.ClassMetaData
-
Unknown access type.
- 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
-
- AccessDictionary - Class in org.apache.openjpa.jdbc.sql
-
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC
FoxPro driver.
- AccessDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AccessDictionary
-
- accessingField(Object, int) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Notify the state manager for o
(if any) that a field
is about to be accessed.
- accessingField(int) - Method in interface org.apache.openjpa.enhance.StateManager
-
Field access callback.
- accessingField(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- accessingField(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- accessingField(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- accessingField(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- accessPath - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
-
- accessType - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- ACT_CASCADE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
-
- ACT_NONE - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
-
- ACT_RUN - Static variable in interface org.apache.openjpa.kernel.OpCallbacks
-
- action - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
-
- action - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
-
- action - Variable in class org.apache.openjpa.meta.MetaDataTool.Flags
-
- action - Variable in class org.apache.openjpa.tools.maven.AbstractOpenJpaMappingToolMojo
-
Argument to specify the action to take on each class.
- ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
- ACTION_ADD - Static variable in class org.apache.openjpa.meta.MetaDataTool
-
- ACTION_BUILD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_BUILD_SCHEMA - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_CASCADE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Cascade any modification of the joined primary key columns to
this table.
- ACTION_CREATEDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_DEFAULT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Set the local columns to their default values if the primary key
columns are modified.
- ACTION_DELETE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
-
Mark the row for deletion.
- ACTION_DELETE_TABLE_CONTENTS - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
- ACTION_DROP - Static variable in class org.apache.openjpa.meta.MetaDataTool
-
- ACTION_DROP_SCHEMA - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_DROP_SCHEMA - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_DROPDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_EXCEPTION - Static variable in class org.apache.openjpa.kernel.InverseManager
-
- ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_INSERT - Static variable in interface org.apache.openjpa.jdbc.sql.Row
-
Mark the row for inserttion.
- ACTION_MANAGE - Static variable in class org.apache.openjpa.kernel.InverseManager
-
- ACTION_NONE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Logical foreign key; links columns, but does not perform any action
when the joined primary key columns are modified.
- ACTION_NULL - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Null the local columns if the joined primary key columns are modified.
- ACTION_REFLECT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_RESTRICT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Throw an exception if joined primary key columns are modified.
- ACTION_RETAIN - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTION_SET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- ACTION_UNKNOWN - Static variable in interface org.apache.openjpa.jdbc.sql.Row
-
Symbolic constant reserved for situations when a row operation
is unknown.
- ACTION_UPDATE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
-
Mark the row for update.
- ACTION_VALIDATE - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTION_WARN - Static variable in class org.apache.openjpa.kernel.InverseManager
-
- actionPerformed(ActionEvent) - Method in class jpa.tools.swing.StatusBar.MemoryDisplay
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.AboutAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.BuyBookAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.DeliveryAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ShowCodeAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.SupplyAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ViewConfigAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ViewDataAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ViewDomainAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ViewQueryCacheAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.ViewSourceAction
-
- actionPerformed(ActionEvent) - Method in class openbook.client.Demo.WelcomeAction
-
- ACTIONS - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
-
- ACTIONS - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- ACTIONS - Static variable in class org.apache.openjpa.meta.MetaDataTool
-
- add(Object) - Method in class org.apache.openjpa.event.LifecycleEventManager.ListenerList
-
- add(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- ADD - Static variable in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
-
Add an item to the data structure representing a field value.
- add() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Adds any components present in the schema repository but absent from
the database.
- add(SchemaGroup, SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Adds all database components in the repository schema that are not
present in the given database schema to the database.
- add(Object) - Method in class org.apache.openjpa.json.JSONObject.Array
-
- add(T) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- add(int, T) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- add(T) - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
-
- add(E) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- add(int, E) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- add(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the two values added together.
- add(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- add(Object, Class<?>, Object, Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Add the given values.
- add(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- add(int, Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- add(Class<?>...) - Method in class org.apache.openjpa.kernel.ResultShape
-
Adds the given classes as child shapes of this shape.
- add(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- add(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- add(E) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- add(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- add(String, String) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, boolean) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, int) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, Class) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, EnumSet) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, Enum) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(String, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationBuilder
-
- add(Object) - Method in class org.apache.openjpa.persistence.jest.JSONObject.Array
-
- add(ResultSet) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
Adds the ResultSet only if it has rows.
- add(T) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- add - Variable in class org.apache.openjpa.util.AbstractChangeTracker
-
Collection of added items.
- add(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
Mark the given value as added.
- add(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- add(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- add(int, Object) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedCollectionChangeTrackerImpl
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- add(int, Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- add(Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- add(int, Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- add(Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
-
- addAccessPath(ClassMetaData) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Register the specified metadata as being in the query's access path.
- addAccessPathMetaDatas(List<ClassMetaData>, 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.
- addAddress(Address) - Method in class embeddables.User
-
- addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.kernel.Query
-
Register an aggregate listener for the query.
- addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Deprecated.
cast to QueryImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- addAggregateListener(AggregateListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuerySPI
-
Register an aggregate listener for the query.
- addAggregateListener(AggregateListener) - Method in class org.apache.openjpa.persistence.QueryImpl
-
- addAll(Schema) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
-
Add the given schema's objects to the set of objects that will be
serialized.
- addAll(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
-
Add all the objects in the given group to the set of objects that
will be serialized.
- addAll(Schema) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- addAll(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- addAll(SelectImpl.Selects) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
Add all aliases from another instance.
- addAll(Collection<? extends T>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- addAll(int, Collection<? extends T>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- addAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- addAll(int, Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- addAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- addAll(MetaDataRepository) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add all components in the given repository to the set to be
serialized.
- addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add all components in the given repository to the set to be serialized.
- addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
- addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
- addAll(MetaDataRepository) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add all components in the given repository to the set to be serialized.
- addAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- addAll(int, Collection) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- addAll(int, Collection) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- addAll(int, Collection) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- addAll(Collection) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- addAll(ProxyCollection, int, Collection) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- addAll(ProxyCollection, Collection) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- addAnnotation(AnnotationBuilder, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- addAnnotation(AnnotationBuilder, ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add an annotation builder to list of builders for the specified
class metadata.
- addAnnotation(AnnotationBuilder, FieldMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add an annotation builder to list of builders for the specified
field metadata.
- addAnnotation(AnnotationBuilder, SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add an annotation builder to list of builders for the specified
sequence metadata.
- addAnnotation(AnnotationBuilder, QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add an annotation builder to list of builders for the specified
query metadata.
- addAnnotation(Class<? extends Annotation>, ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
- addAnnotation(Class<? extends Annotation>, FieldMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
- addAnnotation(Class<? extends Annotation>, SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
- addAnnotation(Class<? extends Annotation>, QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
- addAnnotation(AnnotationBuilder, QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Add an annotation builder to list of builders for the specified
class metadata.
- addAnnotation(Class<? extends Annotation>, QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
- addAnnotation(String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- addArgument(String, String, boolean) - Method in class org.apache.openjpa.persistence.util.SourceCode.Annotation
-
- addArgument(String, String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Annotation
-
- addArgument(String, String[]) - Method in class org.apache.openjpa.persistence.util.SourceCode.Annotation
-
- addArgument(SourceCode.Argument<K, V>) - Method in class org.apache.openjpa.persistence.util.SourceCode.Annotation
-
- addArgument(SourceCode.Argument<SourceCode.ClassName, String>) - Method in class org.apache.openjpa.persistence.util.SourceCode.Constructor
-
- addArgument(String, String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Constructor
-
- addArgument(SourceCode.Argument<SourceCode.ClassName, String>) - Method in class org.apache.openjpa.persistence.util.SourceCode.Method
-
- addArgument(String, String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Method
-
- addAttribute(String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Add an attribute to the current group.
- addAuthor(Author...) - Method in class openbook.domain.Book
-
- addBatch(PreparedStatement, RowImpl, int) - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
-
- addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
- addBatch() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- addBatch(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- addBeanField(BCClass, String, Class) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Add a bean field of the given name and type.
- addBook(Book) - Method in class openbook.domain.Author
-
- addBoolean(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addCastAsType(String, Val) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
add CAST for a function operator where operand is a param
- addCastAsType(String, Val) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
add CAST for a function operator where operand is a param
- addCastForParam(String, Val) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Replace SQL '?'
- addClassConditions(Select, boolean, Joins) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Add WHERE conditions to the given select limiting the returned results
to our mapping type, possibly including subclasses.
- addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
- addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
-
- addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
- addClassExtensionKeys(Collection<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Add any extension keys used by this instance to the given set.
- addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- addClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Add the given class loader to the set of loaders that will be tried.
- addClassLoader(int, ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Add the given class loader at the specified index.
- addClassLoader(ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
-
- addClassLoaders(int, MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Adds all class loaders from the given multi loader starting at the
given index.
- addClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Adds all the class loaders from the given multi loader.
- addClassMappingAnnotations(ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add mapping attributes for the given class.
- addClassMappingAttributes(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add mapping attributes for the given class.
- addCodeLine(String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Constructor
-
- addCodeLine(String, boolean) - Method in class org.apache.openjpa.persistence.util.SourceCode.Constructor
-
if tabInc = true, the current line, and all following lines will be tabbed.
- addCodeLine(String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Method
-
- addCodeLine(String, boolean) - Method in class org.apache.openjpa.persistence.util.SourceCode.Method
-
if tabInc = true, the current line, and all following lines will be tabbed.
- addColumn(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Joins the column of a single column FK to this FK.
- addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
-
Add a column to the constraint.
- addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
-
- addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given column to the database schema.
- addColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addColumn(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addColumn(String, String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addColumn(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addColumnResult(Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Add the id of a mapped column in the query result.
- addComment(boolean, String...) - Method in class org.apache.openjpa.persistence.util.SourceCode
-
- addComment(boolean, String...) - Method in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Add current comments to the given entity.
- addComments(String[]) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Add a comment to the stream.
- addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Write the given entity's comments.
- addCommments(Object) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
- addConstraint(Constraint) - Method in class org.apache.openjpa.jdbc.schema.Column
-
Adds the given constraint to this column.
- addConstraints(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Add existing unique constraints and indexes to the given value.
- addConstructor() - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- 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
-
- addCorrectedColumnName(String, boolean) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addCorrectedColumnName(DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addDataSource(DataSource) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- addDeclaredFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Adds fetch group of the given name, or returns existing instance.
- addDeclaredField(String, Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Add a new field metadata to this class.
- addDeclaredFieldMapping(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- addDeclaredInclude(String) - Method in class org.apache.openjpa.meta.FetchGroup
-
Includes given fetch group within this receiver.
- addDeclaredInterface(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Explicitly declare the given interface among the ones this
class implements.
- addDecorator(ConnectionDecorator) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Add a connection decorator.
- addDecorators(Collection<ConnectionDecorator>) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Add multiple connection decorators efficiently.
- addDefaultConstructor - Variable in class org.apache.openjpa.enhance.PCEnhancer.Flags
-
- addDefaultConstructor - Variable in class org.apache.openjpa.tools.maven.AbstractOpenJpaEnhancerMojo
-
The JPA spec requires that all persistent classes define a no-arg constructor.
- addDeferredEmbeddableMetaData() - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
-
Process all deferred embeddables using an unknown access type.
- addDeferredEmbeddableMetaData() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Process all deferred embeddables using an unknown access type.
- addDeferredEmbeddableMetaData(Class<?>, int) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Process all deferred embeddables and embeddable mapping overrides
for a given class.
- addDefinedSuperclassField(String, Class<?>, Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Add a new defined superclass field metadata to this class.
- addDomain(T) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- addDouble(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- added(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
Notify the tracker that the given object was added.
- added(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- added(Object, Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- added(Object) - Method in interface org.apache.openjpa.util.CollectionChangeTracker
-
Record that the given element was added.
- added(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
- added(Object, Object) - Method in interface org.apache.openjpa.util.MapChangeTracker
-
Record that the given entry was added to the map.
- added(Object, Object) - Method in class org.apache.openjpa.util.MapChangeTrackerImpl
-
- addEdge(Edge) - Method in class org.apache.openjpa.lib.graph.Graph
-
Add an edge to the graph.
- addElement(Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- addEmbeddedMetaData(int) - Method in class org.apache.openjpa.meta.FieldMetaData
-
- 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(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
-
- addEmbeddedMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- addEquivalentKey(String) - Method in class org.apache.openjpa.lib.conf.Value
-
Adds a moniker that is equivalent to the original property key used
during construction.
- addErrorCode(int, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- 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
- addException(Collection, Exception) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
-
Add the given exception to the given list, which may start out as null.
- addExclusionPattern(String) - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Adds a pattern for exclusion.
- addExclusionPattern(String) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
Adds a pattern for exclusion.
- 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
-
- addFetchGroup(String) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds group
to the set of fetch group to
use when loading objects.
- addFetchGroup(String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFetchGroup(String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFetchGroup(String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFetchGroups(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- addFetchGroups(Collection<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
-
- addFetchGroups(String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds groups
to the set of fetch group names to
use when loading objects.
- addFetchGroups(Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds groups
to the set of fetch group names to
use when loading objects.
- addFetchGroups(String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFetchGroups(Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFetchGroups(Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFetchGroups(String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFetchGroups(Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFetchGroups(String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFetchInnerJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- addFetchInnerJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Adds field
to the set of fully-qualified field names to
eagerly join when loading objects.
- addFetchInnerJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- addFetchInnerJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- addFetchInnerJoins(Collection<String>) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Adds fields
to the set of fully-qualified field names to
eagerly join when loading objects.
- addFetchInnerJoins(Collection<String>) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- addField(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- addField(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Adds field
to the set of fully-qualified field names to
use when loading objects.
- addField(String) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLClassMetaData
-
- addField(String, XMLMetaData) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
-
- addField(String, XMLMetaData) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
- addField(String) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds field
to the set of fully-qualified field names to
use when loading objects.
- addField(Class, String) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds field
to the set of field names to
use when loading objects.
- addField(String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addField(Class, String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addField(Class, String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addField(String) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addField(Class, String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addField(String) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addField(String, String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- addField(String, SourceCode.ClassName) - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
-
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
- addFieldExtensionKeys(Collection<?>) - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Add any extension keys used by this instance to the given set.
- addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- addFieldMappingAttributes(FieldMetaData, FieldMetaData, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add mapping attributes for the given field.
- addFieldMappingAttributes(FieldMetaData, FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add mapping attributes for the given field.
- addFields(Collection) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- addFields(Collection<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
-
- addFields(String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds fields
to the set of fully-qualified field names to
use when loading objects.
- addFields(Class, String...) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds fields
to the set of field names to
use when loading objects.
- addFields(Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds fields
to the set of fully-qualified field names to
use when loading objects.
- addFields(Class, Collection) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Adds fields
to the set of field names to
use when loading objects.
- addFields(String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFields(Class, String...) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFields(Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFields(Class, Collection) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- addFields(Class, Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFields(Class, String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFields(Collection) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFields(String...) - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- addFields(Class, Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFields(Class, String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFields(Collection) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFields(String...) - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- addFile(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addFileset(FileSet) - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
- addFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- addFilterListener(FilterListener) - Method in interface org.apache.openjpa.kernel.Query
-
Register a filter listener for the query.
- addFilterListener(FilterListener) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- addFilterListener(FilterListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Deprecated.
cast to QueryImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- addFilterListener(FilterListener) - Method in interface org.apache.openjpa.persistence.OpenJPAQuerySPI
-
Register a filter listener for the query.
- addFilterListener(FilterListener) - Method in class org.apache.openjpa.persistence.QueryImpl
-
- addFirst(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- addForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given foreign key to the database schema.
- addForeignKey() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Add a foreign key to the table.
- addForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addForeignKey(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addGetter() - Method in class org.apache.openjpa.persistence.util.SourceCode.Field
-
- addGraphVisitor(GraphVisitor) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
add a
GraphVisitor
to be notified during breadth first search.
- addHint(String, Object) - Method in class org.apache.openjpa.meta.QueryMetaData
-
Add a query hint.
- addIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addIndex(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addInstrument(Instrument) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- addInstrument(Instrument) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Adds an instrument to this providers list of managed instruments.
- addInt(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addInterface(String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- addInternalListener(RemoteCommitListener) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Adds an OpenJPA-internal listener to this RemoteCommitEventManager.
- addItem(Book, int) - Method in class openbook.domain.ShoppingCart
-
Add the given book with the given quantity in the cart.
- addIterator(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
-
Add an iterator to the chain.
- additiveExpression() - Method in class openbook.tools.parser.JavaParser
-
- addJarFile(URL) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- addJarFileName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- addJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Adds field
to the set of fully-qualified field names to
eagerly join when loading objects.
- addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- addJoinClassConditions() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- addJoinClassConditions() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Apply class conditions from relation joins.
- addJoinClassConditions() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- addJoinConstraints(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Add existing unique constraints and indexes to the given field's join.
- addJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- addJoins(Collection<String>) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Adds fields
to the set of fully-qualified field names to
eagerly join when loading objects.
- addJoins(Collection<String>) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- addJoinTableUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Add Unique Constraint to the Join Table.
- addLast(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- addLifecycleListener(Object, Class<?>[]) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
- addLifecycleListener(Object, Class[]) - Method in interface org.apache.openjpa.kernel.Broker
-
Register a listener for lifecycle-related events on the specified
classes.
- addLifecycleListener(Object, Class<?>[]) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Register a listener for lifecycle-related events on the specified
classes.
- addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- addLifecycleListener(Object, Class[]) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
- addLifecycleListener(Object, Class...) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- addLifecycleListener(Object, Class...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
-
Register a listener for lifecycle-related events on the specified
classes.
- addLifecycleListener(Object, Class...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Register a listener for lifecycle-related events on the specified
classes.
- addListener(Object, Class<?>[]) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Register a lifecycle listener for the given classes.
- addListener(RemoteCommitListener) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- addListener(Object) - Method in class org.apache.openjpa.event.TransactionEventManager
-
- addListener(SchemaGenerator.Listener) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Adds a listener for schema generation events.
- addListener(ValueListener) - Method in class org.apache.openjpa.lib.conf.Value
-
Listener for value changes.
- addListener(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Register an event listener.
- addListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
-
Add an event listener.
- addListeners(Broker) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Add factory-registered lifecycle listeners to the broker.
- addLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
-
- addManagedClassName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- addMapping(String, Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
Map the given path to the given result id.
- addMapping(int, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
-
- addMappingFileName(String) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- addMetaData(ClassMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a class meta data to the set to be serialized.
- addMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new metadata, populate it with default information, add it to the repository, and
return it.
- addMetaData(Class<?>, int) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Create a new metadata, populate it with default information, add it to the repository, and
return it.
- addMetaData(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 class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add a class meta data to the set to be serialized.
- addMetaData(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add a class meta data to the set to be serialized.
- addMethod(String, String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- addMethod(String, SourceCode.ClassName) - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- addName(String, boolean) - Method in class org.apache.openjpa.jdbc.schema.NameSet
-
Deprecated.
- addName(DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.schema.NameSet
-
Attempt to add the given name to the set.
- addNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Add a node to the graph.
- addNonMappedInterface(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add the given non-mapped interface to the repository.
- addObject(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addPage(String, URI) - Method in class jpa.tools.swing.SourceCodeViewer
-
Add a page to this browser.
- addPage(String, String) - Method in class openbook.client.SourceCodeBrowser
-
- addParameter(String) - Method in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- addPCResult(Class<?>) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Add a mapped persistence-capable result with the given candidate type.
- addPersistenceAware(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add the given class as persistence-aware.
- addPlugin(String, boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addPluginList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given primary key to the database schema.
- addPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Set the primary key for the table.
- addPrimaryKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addPrimaryKey(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
- addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Add the primary key column to the given table and return it.
- addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
-
- addProperties(Map<?, ?>) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
-
Add the given properties to those in this provider, overwriting
any existing properties under the same keys.
- addProperties(Map) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
-
- addProperty(String, Object) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
-
Add a single property, overwriting any existing property under the
same key.
- addProperty(String, Object) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Adds a listener for any property changes.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- addProvider(ResourceBundleProvider) - Static method in class org.apache.openjpa.lib.util.Localizer
-
Register a resource provider.
- addQueryMetaData(QueryMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a query meta data to the set to be serialized.
- addQueryMetaData(Class<?>, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add a new query metadata to the repository and return it.
- addQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add a query meta data to the set to be serialized.
- addQueryMetaData(QueryMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add a query meta data to the set to be serialized.
- addQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Add a query result mapping.
- addQueryResultMapping(QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Adds the given result set mapping to local cache.
- addQueryResultMapping(QueryResultMapping) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
Adds the given result set mapping to local cache.
- addRegisterClassListener(PCRegistry.RegisterClassListener) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
- Address - Class in embeddables
-
- Address() - Constructor for class embeddables.Address
-
- Address(String, String, String, Integer, Coordinates) - Constructor for class embeddables.Address
-
- addResult(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Add a result to be returned from the current parse.
- addRoot(Class) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Adding a root adds a root domain to the owning query.
- addRoot(Class) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Add a query root corresponding to the given entity, forming a cartesian
product with any existing roots.
- addRoot(Class) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
Root domain object has no parent, no path but a non-null Class.
- addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
No-op.
- addSchema(ClassMapping, SchemaGroup) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCSeq
-
Add any tables, etc needed by this factory for the given mapping
to the given schema group, if they do not exist already.
- addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- addSchema() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Add a schema to the group.
- addSchema(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Add a schema to the group.
- addSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Deprecated.
- 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
-
- addSecondaryTable(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- addSecondaryTable(DBIdentifier) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- addSequence(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- addSequence(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- addSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- addSequenceMetaData(SequenceMetaData) - Method in interface org.apache.openjpa.meta.AbstractCFMetaDataFactory.Serializer
-
Add a sequence meta data to the set to be serialized.
- addSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Add a new sequence metadata to the repository and return it.
- addSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add a sequence meta data to the set to be serialized.
- addSequenceMetaData(SequenceMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add a sequence meta data to the set to be serialized.
- addSetter() - Method in class org.apache.openjpa.persistence.util.SourceCode.Field
-
- addSlice(String, Map) - Method in interface org.apache.openjpa.slice.DistributedBrokerFactory
-
Adds the given slice with the given properties.
- addSlice(Slice) - Method in interface org.apache.openjpa.slice.DistributedStoreManager
-
Adds the given slice with the given properties.
- addSlice(String, Map) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- addStandardProperties(StringBuilder) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- addStandardProperties(StringBuilder) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add standard properties to the given properties buffer.
- addStrategyMappingAttributes(FieldMetaData, AnnotationBuilder) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Set mapping attributes for strategy.
- addStrategyMappingAttributes(FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Set mapping attributes for strategy.
- addString(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addStringList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addSubqueryRoot(PathExpression) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Adding a query root adds a subquery to the owning query.
- addSubqueryRoot(PathExpression) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Add a root derived from a domain object of the containing query
definition to a query definition used as a subquery.
- addSubqueryRoot(PathExpression) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- 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.
- addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Add system-level mapping elements to be serialized.
- addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
- addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
- addSystemMappingElements(Collection) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Add system-level mapping elements to be serialized.
- addTable(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- addTable(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- addTable(String, String) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- addTable(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- addTable(Table) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
-
Add the given table to the set of tables that will be serialized.
- addTable(Table) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- addText(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Add text to the current element.
- addToCollection(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
-
Add the given value to the collection at the selected field.
- addToParseList(ArrayList<Class<?>>) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- addToParseList(Class<?>) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
- addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.Broker
-
Register a listener for transaction-related events.
- addTransactionListener(Object) - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Register a listener for transaction-related events on the specified
classes.
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- addTransactionListener(Object) - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
- addTransactionListener(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- addTransactionListener(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
-
Register a listener for transaction-related events on the specified
classes.
- addTransactionListener(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Register a listener for transaction-related events.
- addTransformer(ClassTransformer) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- addTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- addTypesChangedListener(TypesChangedListener) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
-
- addTypesChangedListener(TypesChangedListener) - Method in interface org.apache.openjpa.datacache.QueryCache
-
Add a new types event listener to this cache.
- addUnique(String, Unique) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- addUnique(DBIdentifier, Unique) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Add a unique constraint for the given table.
- addUnique(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- addUnique(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- addValidationGroup(String, Class<?>...) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Add a validation group for the specific property.
- addValidationGroup(Integer, Class<?>...) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Add a validation group for a specified event.
- addValidationGroup(String, String) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Add the validation group(s) for the specified event.
- addValue(T) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Add the given value to the set of configuration properties.
- addValue(T) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- addVariable(String, Value) - Method in class org.apache.openjpa.kernel.exps.Context
-
- addVariableAction(Variable) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
Set the path as a binding of the given variable.
- 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(BCClass) - 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.
- adjust(N) - Method in class openbook.domain.Range
-
Adjusts this range by the given number.
- 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 - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a
Connection
was just committed.
- AFTER_COMMIT_COMPLETE - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that the commit has completey ended and the
transaction is no longer active.
- AFTER_CONNECT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a connection was obtained.
- AFTER_CREATE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a
Statement
is being created.
- AFTER_DELETE - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is deleted.
- AFTER_DELETE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is deleted, after the record has been
deleted from the store.
- AFTER_DETACH - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is detached.
- AFTER_DIRTY - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is dirtied for the first time.
- AFTER_DIRTY_FLUSHED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is dirtied for the first time after flush.
- AFTER_EXECUTE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a
Statement
completed execution.
- AFTER_FLUSH - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that changes have been flushed to the datastore.
- AFTER_LOAD - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is loaded.
- AFTER_PERSIST - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is made persistent
- AFTER_PERSIST_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is made persistent, after the record has
been written to the store
- AFTER_PREPARE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a
Statement
is being prepared.
- AFTER_REFRESH - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instances is refreshed.
- AFTER_ROLLBACK - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that the transaction was rolled back.
- AFTER_ROLLBACK - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Type code indicating that a rollback just occured.
- AFTER_ROLLBACK_COMPLETE - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that the rollback has completey ended and the
transaction is no longer active.
- AFTER_STATE_TRANSITIONS - Static variable in class org.apache.openjpa.event.TransactionEvent
-
Event type signifying that all state transitions have been made.
- AFTER_STORE - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is stored.
- AFTER_UPDATE_PERFORMED - Static variable in class org.apache.openjpa.event.LifecycleEvent
-
Event type when an instance is modified, after the change has been
sent to the store.
- afterAdd(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- afterAddElement(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Vector#addElement(Object)
on super.
- afterAddLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking LinkedList#addLast(Object)
on super.
- afterAttach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterAttach(LifecycleEvent) - Method in interface org.apache.openjpa.event.AttachListener
-
Invoked after the instance has been attached.
- afterBegin(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterBegin(TransactionEvent) - Method in interface org.apache.openjpa.event.BeginTransactionListener
-
Notification that a transaction has begun.
- 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
-
- afterCommit(RemoteCommitEvent) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- afterCommit(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterCommit(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that a transaction has successfully committed.
- afterCommit(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- afterCommit(RemoteCommitEvent) - Method in interface org.apache.openjpa.event.RemoteCommitListener
-
Notification that a transaction associated with a different
BrokerFactory has successfully committed.
- afterCommit(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
- afterCommit(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterCommit(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterCommitComplete(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterCommitComplete(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that a transaction has successfully committed and
the transaction is no longer active.
- afterCommitComplete(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- 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
-
- afterConnect(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterConnect(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterCreateStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterCreateStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterDelete(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterDelete(LifecycleEvent) - Method in interface org.apache.openjpa.event.DeleteListener
-
Invoked after the instance transferred to a deleted state.
- afterDeletePerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostDeleteListener
-
Receives notifications before an update is performed.
- afterDetach(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterDetach(LifecycleEvent) - Method in interface org.apache.openjpa.event.DetachListener
-
Invoked after the instance has been detached.
- afterDirty(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterDirty(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked after the first change is applied.
- afterDirtyFlushed(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterDirtyFlushed(LifecycleEvent) - Method in interface org.apache.openjpa.event.DirtyListener
-
Invoked after the first change is applied to a flushed instance.
- afterEntrySet(ProxyMap, Set) - Static method in class org.apache.openjpa.util.ProxyMaps
-
Wrap the given entry set in a proxy.
- afterExecuteStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterExecuteStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterFlush(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterFlush(TransactionEvent) - Method in interface org.apache.openjpa.event.FlushTransactionListener
-
Notification that a transaction has flushed all object changes.
- afterFlush(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
- afterGet(ProxyMap, Object, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
-
- afterIterator(ProxyCollection, Iterator) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Wrap given iterator in a proxy.
- afterLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- afterLast() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
-
- afterLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- afterListIterator(ProxyCollection, int, ListIterator) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Wrap given iterator in a proxy.
- afterListIterator(ProxyCollection, ListIterator) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Wrap given iterator in a proxy.
- afterLoad(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterLoad(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
-
Invoked after state has been loaded into the instance.
- afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
-
- afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
-
- afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- afterLoad(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
-
This method is called after data is loaded into the instance, in
case the version indicator works off of a state image.
- afterOffer(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Queue#offer(Object)
on super.
- afterPersist(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterPersist(LifecycleEvent) - Method in interface org.apache.openjpa.event.PersistListener
-
Invoked when an instance is persisted.
- afterPersistPerformed(LifecycleEvent) - Method in interface org.apache.openjpa.event.PostPersistListener
-
Receives notifications after a persist operation has been written to the
data store.
- afterPoll(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Queue#poll
on super.
- afterPrepareStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterPrepareStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterPut(ProxyMap, Object, Object, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
-
- afterRefresh(LifecycleEvent) - Method in class org.apache.openjpa.event.AbstractLifecycleListener
-
- afterRefresh(LifecycleEvent) - Method in interface org.apache.openjpa.event.LoadListener
-
Invoked after state has been refreshed.
- afterRemove(ProxyCollection, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- afterRemove(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- afterRemove(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Queue#remove
on super.
- afterRemove(ProxyMap, Object, Object, boolean, boolean) - Static method in class org.apache.openjpa.util.ProxyConcurrentMaps
-
Call after invoking Map#remove(key, value)
on super.
- afterRemove(ProxyMap, Object, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
-
- afterRemoveElement(ProxyCollection, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Vector#removeElement
on super.
- afterRemoveFirst(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking LinkedList#removeFirst
on super.
- afterRemoveLast(ProxyCollection, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking LinkedList#removeLast
on super.
- afterReturn(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterRollback(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that a transaction has been rolled back.
- afterRollback(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- afterRollback(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
- afterRollback(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
-
- afterRollback(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
-
- afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterRollbackComplete(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that a transaction has been rolled back and
the transaction is no longer active.
- afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- afterRollbackComplete(TransactionEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
- afterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- afterSet(ProxyCollection, int, Object, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
- afterSetElementAt(ProxyCollection, Object, int, Object) - Static method in class org.apache.openjpa.util.ProxyCollections
-
Call after invoking Vector#setElementAt
on super.
- afterSetProperty(ProxyMap, String, String, Object, boolean) - Static method in class org.apache.openjpa.util.ProxyMaps
-
Call after invoking Properties#setProperty
on super.
- afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- afterSpecificationSet(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Called after the specification has been set.
- afterSpecificationSet(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
- afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
-
- afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- afterStateTransitions(TransactionEvent) - Method in class org.apache.openjpa.event.AbstractTransactionListener
-
- afterStateTransitions(TransactionEvent) - Method in interface org.apache.openjpa.event.EndTransactionListener
-
Notification that state transitions are complete.
- afterStateTransitions(TransactionEvent) - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
- 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 - Interface in org.apache.openjpa.persistence.query
-
Type of the result of an aggregate operation
- 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 - Static variable in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
-
- ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
-
- alias - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
-
- alias(String) - Method in class org.apache.openjpa.lib.conf.Value
-
Alias the given setting.
- alias(String, String[], boolean) - Method in class org.apache.openjpa.lib.conf.Value
-
Alias the given setting.
- ALIAS_EJB - Static variable in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- aliasCount - Variable in class org.apache.openjpa.kernel.exps.Context
-
- ALIASES - Static variable in class org.apache.openjpa.conf.QueryCompilationCacheValue
-
- ALIASES - Static variable in class org.apache.openjpa.persistence.EntityManagerFactoryValue
-
- all(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- all(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- all(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- ALL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- all(Subquery<Y>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- all() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Derives this path as ALL(subquery) to its owning query.
- all() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Use the query definition object in a subquery in an all expression.
- all() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- ALL_ATTR - Static variable in class jpa.tools.swing.EntityDataModel
-
Constant designates to include all fields.
- 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.jdbc.kernel.AbstractJDBCSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
-
Allocate additional values efficiently.
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
-
- allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
-
- allocate(int) - Method in interface org.apache.openjpa.persistence.Generator
-
Hint to the sequence to allocate additional values up-front for
efficiency.
- allocate(int) - Method in class org.apache.openjpa.persistence.GeneratorImpl
-
- allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
Allocate additional sequence values.
- allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
Allocate additional sequence values.
- allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- allowConcurrentRead - Variable in class org.apache.openjpa.jdbc.sql.EmpressDictionary
-
This setting inserts "BYPASS" after every "SELECT".
- allowQueryTimeoutOnFindUpdate - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- allowsAliasInBulkClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- allowsDuplicates() - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
Whether the underlying collection allows duplicates.
- allowsDuplicates(Class) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given collection type allows duplicates.
- allProceduresAreCallable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- allSequencesFromOneSchemaSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
SQL statement to load schema,name pairs from a named schema.
- allSequencesSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
SQL statement to load all sequence schema,name pairs from all schemas.
- allTablesAreSelectable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- alterSequenceSQL - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- alterSequenceSQLFB15 - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- alterSequenceSQLFB20 - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- and(Expression, Expression) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- and(Joins, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
AND the given joins together.
- and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- and(Expression, Expression) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the two expressions AND'd together.
- and(Expression, Expression) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- AND - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- and(Predicate...) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- and(Expression<Boolean>, Expression<Boolean>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- and(Predicate) - Method in class org.apache.openjpa.persistence.query.LogicalPredicate
-
- and(Predicate) - Method in interface org.apache.openjpa.persistence.query.Predicate
-
Creates an AND of the predicate with the argument.
- andExpression() - Method in class openbook.tools.parser.JavaParser
-
- AndPredicate - Class in org.apache.openjpa.persistence.query
-
Denotes (e1 AND e2) predicate.
- AndPredicate(Predicate, Predicate) - Constructor for class org.apache.openjpa.persistence.query.AndPredicate
-
- annos - Variable in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- annotatedFilter - Variable in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
- annotatedFilter - Variable in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- annotation() - Method in class openbook.tools.parser.JavaParser
-
- AnnotationBuilder - Class in org.apache.openjpa.persistence
-
Helper class to stringify annotation declarations.
- AnnotationBuilder(Class<? extends Annotation>) - Constructor for class org.apache.openjpa.persistence.AnnotationBuilder
-
- annotationConstantRest() - Method in class openbook.tools.parser.JavaParser
-
- annotationMethodOrConstantRest() - Method in class openbook.tools.parser.JavaParser
-
- annotationMethodRest() - Method in class openbook.tools.parser.JavaParser
-
- annotationName() - Method in class openbook.tools.parser.JavaParser
-
- AnnotationPersistenceMappingParser - Class in org.apache.openjpa.persistence.jdbc
-
Persistence annotation mapping parser.
- AnnotationPersistenceMappingParser(JDBCConfiguration) - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- AnnotationPersistenceMappingSerializer - Class in org.apache.openjpa.persistence.jdbc
-
Serializes persistence mappings as annotations.
- AnnotationPersistenceMappingSerializer(JDBCConfiguration) - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Constructor.
- AnnotationPersistenceMappingSerializer.MappingSerializationComparator - Class in org.apache.openjpa.persistence.jdbc
-
Extends SerializationComparator
for store-specific tags such
as <sql-result-set-mapping>.
- AnnotationPersistenceMappingSerializer.MappingSerializationComparator() - Constructor for class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparator
-
- AnnotationPersistenceMetaDataParser - Class in org.apache.openjpa.persistence
-
Persistence annotation metadata parser.
- AnnotationPersistenceMetaDataParser(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Constructor; supply configuration.
- AnnotationPersistenceMetaDataSerializer - Class in org.apache.openjpa.persistence
-
Serializes persistence metadata as annotations.
- AnnotationPersistenceMetaDataSerializer(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Constructor.
- AnnotationPersistenceMetaDataSerializer.SerializationComparator - Class in org.apache.openjpa.persistence
-
Compares clases, sequences, and queries to order them for serialization.
- AnnotationPersistenceMetaDataSerializer.SerializationComparator() - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
-
- AnnotationPersistenceXMLMetaDataParser - Class in org.apache.openjpa.persistence
-
JAXB xml annotation metadata parser.
- AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration) - Constructor for class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
-
Constructor; supply configuration.
- AnnotationProcessor6 - Class in org.apache.openjpa.persistence.meta
-
Annotation processing tool generates source code for a meta-model class given
the annotated source code of persistent entity.
- AnnotationProcessor6() - Constructor for class org.apache.openjpa.persistence.meta.AnnotationProcessor6
-
- annotations() - Method in class openbook.tools.parser.JavaParser
-
- annotationTypeBody() - Method in class openbook.tools.parser.JavaParser
-
- annotationTypeDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- annotationTypeElementDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- annotationTypeElementRest() - Method in class openbook.tools.parser.JavaParser
-
- ANY - Static variable in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
- any(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- any(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- any(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- ANY - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- any(Subquery<Y>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- any() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Adds this path as ANY(subquery) to its owning query.
- any() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Use the query definition object in a subquery in an any expression.
- any() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- any_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- append(DBIdentifier, String) - Static method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns a new DBIdentifier with the given string appended.
- append(DBIdentifier.DBIdentifierType, DBIdentifier...) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Appends multiple names together using the appropriate name delimiter.
- append(DBIdentifier.DBIdentifierType, DBIdentifier...) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- append(String, String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Appends one string to another using default identifier rules.
- append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- append(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Append the given joins to the given buffer.
- append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- append(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append all SQL and parameters of the given buffer.
- append(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- append(Table) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- append(Sequence) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- append(Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- append(String) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- append(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append a subselect.
- APPEND - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
-
- append(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Appends two bytes array into one.
- append(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(byte) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(char) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(double) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(float) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(long) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(short) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(Object) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(boolean) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(char) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(double) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(float) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(int) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(long) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(short) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(Object) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(InputStream) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(Reader) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(File) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- appendCast(SQLBuffer, FilterValue, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Cast the specified value to the specified type.
- appendCast(SQLBuffer, Object, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Cast the specified value to the specified type.
- appendColumns(Column[]) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Appends multiple columns names together into comma delimited string.
- appendColumns(Column[]) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- appendCount(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append a subselect count.
- appendExtendedExceptionText - Variable in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- appendIndex(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendIndex(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL checking the index of this value.
- appendIndex(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendIndex(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append the ordered column alias to the given statement.
- appendIndex(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendIndex(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
-
- appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- appendIsEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL testing whether this value is empty to the given buffer.
- appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendIsEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append a where clause to the given statement checking if this value
is empty.
- appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- appendIsNotEmpty(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL testing whether this value is not empty to
the given buffer.
- appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append a where clause to the given statement checking if this value
is not empty.
- appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendIsNotNull(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL testing whether this value is not null to the given
buffer.
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append a where clause to the given statement checking if this value
is not null.
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendIsNull(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL testing whether this value is null to the given buffer.
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append a where clause to the given statement checking if this value
is null.
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- appendJoinCount(SQLBuffer, Select, Joins, DBDictionary, FieldMapping, ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- appendLength(SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- appendNames(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Append the names together while maintaining delimiters.
- appendNames(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Append the names together while maintaining delimiters.
- appendNames(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- appendNames(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- appendNumericCast(SQLBuffer, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Append SQL for the given numeric value to the buffer, casting as needed.
- appendOpenJPABanner(StringBuilder) - Method in class org.apache.openjpa.conf.OpenJPAVersion
-
- appendParamOnly(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append parameters only if the given buffer at the given positions.
- appendProperty(StringBuilder, String, String) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add a string property to the buffer.
- appendProperty(StringBuilder, String, int) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Add an int property to the buffer.
- appendSelect(SQLBuffer, Object, Select, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- appendSelect(SQLBuffer, Object, Select, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Append elem
to selectSQL
.
- appendSelect(SQLBuffer, Object, Select, int) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
If this dictionary can select ranges,
use this method to append the range SQL.
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
-
Appends a range to the given buffer.
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Use either FIRST <p> SKIP <q>
or
ROWS <m> TO <n>
syntax.
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.IngresDictionary
-
Implementation of appendSelectRange for Ingres - uses "SELECT FIRST n"
syntax.
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- appendSelectRange(SQLBuffer, long, long, boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- appendSize(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL checking the size of this value.
- appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendSize(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append a where clause to the given statement checking the size
of the value.
- appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Helper method to add size properties to the specified type.
- appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
On Firebird 1.5 reduce the size of indexed VARCHAR
column
to 252 or a value specified by user. 252 is the maximum Firebird 1.5 can
handle for one-column indexes.
- appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- appendText(String) - Method in class jpa.tools.swing.ScrollingTextPane
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.DatastoreFunction
-
- appendTo(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Append the first SQL element for this value to the given buffer.
- appendTo(SQLBuffer, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Append the index
th SQL element for this value to the
given buffer.
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- appendTo(SQLBuffer, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCAggregateListener
-
Append the SQL for this aggregate.
- appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCFilterListener
-
Append the SQL for this expression or value.
- appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
-
Deprecated.
- appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
-
Deprecated.
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Null
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendTo(Select, ExpState, SQLBuffer, Column) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.StringLength
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.ToLowerCase
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.ToUpperCase
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the index
th SQL element to the given buffer.
- appendTo(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- appendTo(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- appendType(Select, ExpContext, ExpState, SQLBuffer) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- appendType(Select, ExpContext, ExpState, SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Append the SQL checking the type of this value.
- appendType(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- appendType(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Append the entity discriminator value to the given statement.
- appendType(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- appendUnaliasedJoin(SQLBuffer, Select, Joins, DBDictionary, FieldMapping, ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- appendUpdates(Select, JDBCStore, SQLBuffer, Object[], Map, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- appendValue(Object) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append a parameter value.
- appendValue(Object, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append a system inserted parameter value for a specific column.
- appendValue(Object, Column, Parameter) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Append a user parameter value for a specific column.
- appendValue(Object, Column, Parameter, boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
If this dictionary supports XML type,
use this method to append xml predicate.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
If this dictionary supports XML type,
use this method to append xml predicate.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
Append XML comparison.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
Append XML comparison.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
If this dictionary supports XML type,
use this method to append xml predicate.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Append XML comparison.
- appendXmlComparison(SQLBuffer, String, FilterValue, FilterValue, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
If this dictionary supports XML type, use this method to append xml
predicate.
- ApplicationIds - Class in org.apache.openjpa.util
-
Utility class for manipulating application object ids.
- ApplicationIds() - Constructor for class org.apache.openjpa.util.ApplicationIds
-
- ApplicationIdTool - Class in org.apache.openjpa.enhance
-
Generates a class appropriate for use as an application identity class.
- ApplicationIdTool(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool
-
Constructs a new ApplicationIdTool capable of generating an
object id class for type
.
- ApplicationIdTool(OpenJPAConfiguration, Class, ClassMetaData) - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool
-
Constructs a new tool instance capable of generating an
object id class for meta
.
- ApplicationIdTool.Flags - Class in org.apache.openjpa.enhance
-
Run flags.
- ApplicationIdTool.Flags() - Constructor for class org.apache.openjpa.enhance.ApplicationIdTool.Flags
-
- ApplicationIdTool.ObjectIdLoader - Interface in org.apache.openjpa.enhance
-
Interface implemented by metadata factories that can load non-existant
object id classes.
- ApplicationIdToolTask - Class in org.apache.openjpa.ant
-
Executes the application id tool on the specified files.
- ApplicationIdToolTask() - Constructor for class org.apache.openjpa.ant.ApplicationIdToolTask
-
Default constructor.
- applyDeferredEmbeddableOverrides(Class<?>) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
-
Process all deferred embeddable overrides for a given class.
- applyDeferredEmbeddableOverrides(Class<?>) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- applyRange(Select, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- applyRange(Select, int) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
-
Applies range calculation on the actual number of rows selected by a
COUNT(*)
query.
- areAllPrimaryKeyColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Return whether all the given columns are primary key columns.
- areEqual(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Compares two byte arrays for equality.
- areRemoteEventsEnabled() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Return true if remote events are enabled.
- argLength() - Method in class org.apache.openjpa.kernel.ResultShape
-
Total number of arguments required to populate the shape and all its child shapes.
- Args - Class in org.apache.openjpa.jdbc.kernel.exps
-
A list of arguments to a multi-argument function.
- Args(Val, Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Args
-
Constructor.
- Args(Val...) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Args
-
- ARGS_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- ArgumentException - Exception in org.apache.openjpa.persistence
-
- ArgumentException(String, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.ArgumentException
-
- ArgumentException(Localizer.Message, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.ArgumentException
-
- arguments() - Method in class openbook.tools.parser.JavaParser
-
- 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 - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- array(Selection<?>...) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- ARRAY_EMPTY - Static variable in interface org.apache.openjpa.json.JSON
-
- ARRAY_EMPTY - Static variable in interface org.apache.openjpa.persistence.jest.JSON
-
- ARRAY_END - Static variable in interface org.apache.openjpa.json.JSON
-
- ARRAY_END - Static variable in interface org.apache.openjpa.persistence.jest.JSON
-
- ARRAY_START - Static variable in interface org.apache.openjpa.json.JSON
-
- ARRAY_START - Static variable in interface org.apache.openjpa.persistence.jest.JSON
-
- arrayCreatorRest() - Method in class openbook.tools.parser.JavaParser
-
- ArrayExpression - Class in org.apache.openjpa.persistence.query
-
A single expression that holds an array of values.
- ArrayExpression(Object[]) - Constructor for class org.apache.openjpa.persistence.query.ArrayExpression
-
- arrayInitializer() - Method in class openbook.tools.parser.JavaParser
-
- ArrayStateImage - Class in org.apache.openjpa.util
-
Utilities for dealing with a simple state image consisting of an
Object[]
of field values with one extra index containing a
BitSet
of loaded fields.
- ArrayStateImage() - Constructor for class org.apache.openjpa.util.ArrayStateImage
-
- arrayTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- 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.
- asc(Expression<?>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- asc() - Method in class org.apache.openjpa.persistence.query.NewInstance
-
- asc() - Method in interface org.apache.openjpa.persistence.query.SelectItem
-
Return an OrderByItem referencing the SelectItem and specifying ascending
ordering.
- ascending - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
-
- ASCII_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
- asExpression(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- asExpression(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the given value as an expression.
- asExpression(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.ArrayExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.BinaryOperatorExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.CurrentTimeExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.ElseExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.IsEmptyExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.IsNullExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.LikeExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.LocateExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.LogicalPredicate
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.OperatorPath
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.OrderableItem
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.ParameterExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.RangeExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.RootPath
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.SubStringExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.TrimExpression
-
- asExpression(AliasContext) - Method in class org.apache.openjpa.persistence.query.VarArgsExpression
-
- asExpression(AliasContext) - Method in interface org.apache.openjpa.persistence.query.Visitable
-
Get a JPQL fragment as used in WHERE clause.
- asJoinable(AliasContext) - Method in class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- asJoinable(AliasContext) - Method in class org.apache.openjpa.persistence.query.FetchPath
-
- asJoinable(AliasContext) - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- asJoinable(AliasContext) - Method in class org.apache.openjpa.persistence.query.OperatorPath
-
- asJoinable(AliasContext) - Method in class org.apache.openjpa.persistence.query.RootPath
-
- asJoinable(AliasContext) - Method in interface org.apache.openjpa.persistence.query.Visitable
-
Gets the string representation in FROM clause.
- AsmAdaptor - Class in org.apache.openjpa.enhance
-
Use ASM to add required StackMapTable attribute to the byte code generated by
Serp.
- AsmAdaptor() - Constructor for class org.apache.openjpa.enhance.AsmAdaptor
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.ArrayExpression
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.BinaryOperatorExpression
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.CurrentTimeExpression
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.ElseExpression
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.NewInstance
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.OperatorPath
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.ParameterExpression
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.RootPath
-
- asProjection(AliasContext) - Method in class org.apache.openjpa.persistence.query.VarArgsExpression
-
- asProjection(AliasContext) - Method in interface org.apache.openjpa.persistence.query.Visitable
-
Gets the string representation in SELECT projection.
- ASSERT - Static variable in class openbook.tools.parser.JavaLexer
-
- ASSERT - Static variable in class openbook.tools.parser.JavaParser
-
- assertActiveTransaction() - Method in interface org.apache.openjpa.kernel.Broker
-
Throw an exception if there is no active transaction.
- assertActiveTransaction() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- assertActiveTransaction() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- assertAllowedType(Object, Class) - Static method in class org.apache.openjpa.util.Proxies
-
Used by proxy types to check that an attempt to add a new value is legal.
- assertCanSubclass() - Method in class org.apache.openjpa.enhance.PCSubclassValidator
-
- assertChangeable() - Method in class org.apache.openjpa.lib.conf.Value
-
Asserts if this receiver can be changed.
- assertFiles(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Helper method to throw a standard exception if the task is not given
any files to execute on.
- assertIsKeyword - Variable in class openbook.tools.parser.JavaLexer
-
- assertJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return the joinable for the given column, or throw an exception if
none is available.
- assertJoinable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
-
Throw the proper exception if the given handler-controlled value
represents an unjoinable relation.
- assertNoForeignKey(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that the user did not try to place a foreign key on this mapping
or placed an implicit foreign key.
- assertNoIndex(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that the user did not try to place an index on this mapping.
- assertNoJoin(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that the user did not try to join.
- assertNontransactionalRead() - Method in interface org.apache.openjpa.kernel.Broker
-
Throw an exception if there is no transaction active and
nontransactional reading is not enabled.
- assertNontransactionalRead() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- assertNontransactionalRead() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- assertNoSchemaComponents(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that the user did not supply any columns, index, unique
constraint, or foreign key for this mapping.
- assertNotCloseInvoked() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
Throw appropriate exception if close has been invoked but the broker
is still open.
- assertNotContainer(Value, StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
Throw proper exception if given value is a collection/map/array.
- assertNotMappedBy() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
Throws an informative exception if the field declares a mapped-by value.
- assertNotMappedBy() - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- assertNotReadOnly() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- assertNotReadOnly() - Method in interface org.apache.openjpa.kernel.Query
-
Assert that the query is not read-only.
- assertNotReadOnly() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- assertNotSerialized() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- assertNotSerialized() - Method in interface org.apache.openjpa.kernel.Query
-
Check that the query has not been serialized, which causes it to lose
its association with its Broker.
- assertNotSerialized() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- assertNoUnique(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that the user did not try to place a unique constraint on this
mapping.
- assertOpen() - Method in 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
-
- assertOpen() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- assertOpen() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
- assertOpen() - Method in class org.apache.openjpa.persistence.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
-
- assertSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- assertStrategy(MetaDataContext, Object, Object, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Assert that this info has the given strategy or no strategy.
- assertSupport(boolean, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Assert that the given dictionary flag is true.
- assertSupported(int, MetaDataContext, String) - Static method in class org.apache.openjpa.meta.ValueStrategies
-
Assert that the given strategy is supported by the current runtime.
- assertUnboundVariablesValid() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Validate that all unbound variables are of a PC type.
- assertWriteOperation() - Method in interface org.apache.openjpa.kernel.Broker
-
Throw an exception if a write operation is not permitted (there is
no active transaction and nontransactional writing is not enabled).
- assertWriteOperation() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- assertWriteOperation() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- assign(OpenJPAStateManager, StoreManager, boolean) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Assign an application identity object to the given state, or return
false if determining the application identity requires a flush.
- assignDataStoreId(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Assign a new datastore identity to the given instance.
- assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- assignField(OpenJPAStateManager, int, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Assign a value to the given field.
- assignLazyLoadProxies(StateManagerImpl) - Static method in class org.apache.openjpa.enhance.RedefinitionHelper
-
Create a container instance that will delegate back to the state
manager to emulate lazy loading.
- assignmentOperator() - Method in class openbook.tools.parser.JavaParser
-
- assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- assignObjectId(Object, Object, StateManagerImpl) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Assign the object id to the cache.
- assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- assignObjectId(boolean) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Ask the store manager to assign a permanent oid to this new instance.
- assignObjectId(boolean) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- assignObjectId(OpenJPAStateManager, boolean) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Assign an object id to the given new instance.
- ASSOCIATION_ATTR - Static variable in class jpa.tools.swing.EntityDataModel
-
Constant designates to include single-valued relation fields.
- asString(int) - Method in interface org.apache.openjpa.json.JSON
-
Render into a string buffer.
- asString(int) - Method in class org.apache.openjpa.json.JSONObject.Array
-
- asString(int) - Method in class org.apache.openjpa.json.JSONObject
-
- asString(int) - Method in class org.apache.openjpa.json.JSONObject.KVMap
-
- asString(int) - Method in interface org.apache.openjpa.persistence.jest.JSON
-
Render into a string buffer.
- asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject.Array
-
- asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject
-
- asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject.KVMap
-
- 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_BASIC - Static variable in class jpa.tools.swing.MetamodelHelper
-
- ATTR_CLASS - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_HREF - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_ID - Static variable in class jpa.tools.swing.MetamodelHelper
-
- ATTR_ID - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_KEY_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_MEMBER_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_NAME - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_NULL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_PLURAL_RELATION - Static variable in class jpa.tools.swing.MetamodelHelper
-
- ATTR_PROPERTY_KEY - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_PROPERTY_VALUE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_REL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_SINGULAR_RELATION - Static variable in class jpa.tools.swing.MetamodelHelper
-
- ATTR_SRC - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_STYLE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_VALUE_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTR_VERSION - Static variable in class jpa.tools.swing.MetamodelHelper
-
- ATTR_VERSION - Static variable in interface org.apache.openjpa.persistence.jest.Constants
-
- ATTRIBUTE - Static variable in interface org.apache.openjpa.meta.XMLMetaData
-
- ATTRIBUTE_ALLOWED_VALUES - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of returned
Value
property descriptors listing
recognized values for the property.
- ATTRIBUTE_CATEGORY - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of the returned
Value
property descriptors naming
the property' hierarchical category.
- ATTRIBUTE_INTERFACE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of the returned
Value
property descriptors naming
the interface that plugin values for this property must implement.
- ATTRIBUTE_ORDER - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of the returned
Value
property descriptors naming
the property's ordering in its category.
- ATTRIBUTE_TYPE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of the returned
Value
property descriptors naming
the property's type or category.
- ATTRIBUTE_XML - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
Attribute of the returned
Value
property descriptors naming
the property's name in XML format (i.e. two-words instead of TwoWords).
- AttributeLegendView - Class in jpa.tools.swing
-
Displays color codes of each attribute type.
- AttributeLegendView() - Constructor for class jpa.tools.swing.AttributeLegendView
-
- 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.
- AttributeView - Class in jpa.tools.swing
-
View of a persistent attribute as a JLabel.
- AttributeView(Attribute<?, ?>) - Constructor for class jpa.tools.swing.AttributeView
-
- 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
-
- Author - Class in openbook.domain
-
A persistent entity to represent an author of one or more Book.
- Author() - Constructor for class openbook.domain.Author
-
- AUTOASSIGN - Static variable in class org.apache.openjpa.meta.ValueStrategies
-
"autoassigned" value strategy.
- autoAssignClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- autoAssignSequenceName - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
The global sequence name to use for autoassign simulation.
- autoAssignSequenceName - Variable in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
The global sequence name to use for auto-assign simulation.
- autoAssignTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- autoClear - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- AutoClear - Interface in org.apache.openjpa.kernel
-
State clearing constants.
- AutoClearType - Enum in org.apache.openjpa.persistence
-
- autoCommitFailureClosesAllResultSets() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- autoDetach - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- AutoDetach - Interface in org.apache.openjpa.kernel
-
Bit flags for when to automatically detach the entire persistence context.
- AutoDetachType - Enum in org.apache.openjpa.persistence
-
- AutoDriverDataSource - Class in org.apache.openjpa.jdbc.schema
-
Automatic Commons DBCP pooling or Simple non-pooling driver data source.
- AutoDriverDataSource() - Constructor for class org.apache.openjpa.jdbc.schema.AutoDriverDataSource
-
- 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
-
- AverageExpression - Class in org.apache.openjpa.persistence.query
-
Denotes AVG() on a given Expression.
- AverageExpression(ExpressionImpl) - Constructor for class org.apache.openjpa.persistence.query.AverageExpression
-
- avg(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- avg(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the average of the given value for all matches.
- avg(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- avg() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- AVG - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- avg(Expression<N>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- avg() - Method in interface org.apache.openjpa.persistence.query.PathExpression
-
Specify that the avg operation is to be applied.
- 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(ClassMapping, SelectExecutor, FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Cache a Finder Query for the given mapping and select.
- cache(PreparedQuery) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
Cache the given query keyed by its identifier.
- 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.
- CACHE_MODE - Static variable in class org.apache.openjpa.persistence.JPAProperties
-
- CACHE_RETRIEVE_MODE - Static variable in class org.apache.openjpa.persistence.JPAProperties
-
- CACHE_STORE_MODE - Static variable in class org.apache.openjpa.persistence.JPAProperties
-
- CacheDictionary - Class in org.apache.openjpa.jdbc.sql
-
Dictionary for Intersystems Cache.
- CacheDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.CacheDictionary
-
- 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
-
- 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
-
- CacheMap(boolean, int, int, float, int) - Constructor for class org.apache.openjpa.util.CacheMap
-
Create a cache map with the given properties.
- cacheMap - Variable in class org.apache.openjpa.util.CacheMap
-
The map for non-expired and non-pinned references.
- cacheMapOverflowRemoved(Object, Object) - Method in class org.apache.openjpa.util.CacheMap
-
- 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
-
- cacheTables - Variable in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
Sets whether HSQL should use "CREATED CACHED TABLE" rather than
"CREATE TABLE", which allows disk-based database operations.
- calculateDBDictionary(JDBCConfiguration, String, String, String) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
-
Attempt to create the dictionary from the given connection URL and
driver name, either or both of which may be null.
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Null
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- calculateValue(Select, ExpContext, ExpState, Val, ExpState) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Calculate and cache the SQL for this value.
- calculateValue(Val, Select, ExpContext, ExpState, Path, ExpState) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is to provide override for non-JDBC or JDBC-like
implementation of calculating value.
- calendar - Variable in class org.apache.openjpa.jdbc.sql.Calendard
-
- CALENDAR - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- Calendard - Class in org.apache.openjpa.jdbc.sql
-
A calendar-modified value.
- Calendard(Object, Calendar) - Constructor for class org.apache.openjpa.jdbc.sql.Calendard
-
- callAbstractPCData(BCClass, String, Class<?>, Class<?>[]) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
Add method which defers to AbstractPCData.
- CALLBACK - Static variable in exception org.apache.openjpa.util.UserException
-
- CALLBACK_FAIL_FAST - Static variable in interface org.apache.openjpa.event.CallbackModes
-
Flag to stop executing callbacks on exception immediately.
- CALLBACK_FAIL_FAST - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CALLBACK_IGNORE - Static variable in interface org.apache.openjpa.event.CallbackModes
-
Flag to ignore exceptions made during callback.
- CALLBACK_IGNORE - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CALLBACK_LOG - Static variable in interface org.apache.openjpa.event.CallbackModes
-
Flag to log exceptions made during callback.
- CALLBACK_LOG - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CALLBACK_RETHROW - Static variable in interface org.apache.openjpa.event.CallbackModes
-
Flag to re-throw exceptions made during callback.
- CALLBACK_RETHROW - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CALLBACK_ROLLBACK - Static variable in interface org.apache.openjpa.event.CallbackModes
-
Flag to always rollback on a callback exception.
- CALLBACK_ROLLBACK - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CallbackException - Exception in org.apache.openjpa.util
-
Exception type thrown when an error occurs in a callback.
- CallbackException(Localizer.Message) - Constructor for exception org.apache.openjpa.util.CallbackException
-
- CallbackException(Throwable) - Constructor for exception org.apache.openjpa.util.CallbackException
-
- CallbackMode - Enum in org.apache.openjpa.persistence
-
- 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
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
-
- cancel() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- cancelAll() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns false
.
- cancelAll() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- cancelAll() - Method in interface org.apache.openjpa.kernel.Broker
-
Cancel all pending data store statements.
- cancelAll() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- cancelAll() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- cancelAll() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- cancelAll() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Cancel all pending data store statements.
- cancelAll() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- cancelAll() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Cancel all pending data store statements.
- cancelRowUpdates() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- cancelRowUpdates() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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.
- canConvert(Class<?>) - Method in interface org.apache.openjpa.persistence.HintValueConverter
-
Affirm if this receiver can convert the value of the given type.
- canConvert(Class<?>) - Method in class org.apache.openjpa.persistence.HintValueConverter.EnumToInteger
-
- canConvert(Class<?>) - Method in class org.apache.openjpa.persistence.HintValueConverter.OpenJPAEnumToInteger
-
- canConvert(Class<?>) - Method in class org.apache.openjpa.persistence.HintValueConverter.StringToBoolean
-
- canConvert(Class<?>) - Method in class org.apache.openjpa.persistence.HintValueConverter.StringToInteger
-
- canConvert(Class<?>) - Method in class org.apache.openjpa.persistence.MixedLockLevelsHelper
-
- 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.
- canFind(String) - Static method in class openbook.util.PropertyHelper
-
Affirm if the given resource is available either as a resource in the current thread's context classpath
or as a file.
- canForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
The user can mark columns as explicitly not having a foreign key.
- canIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
The user can mark columns as explicitly non-indexable.
- canIndicateNull() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Whether user has explicitly turned null indicator column off.
- canOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Whether we can have an ordering column.
- canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns if the given foreign key can be eagerly loaded using other joins.
- canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- canRedefineClasses(Log) - Static method in class org.apache.openjpa.enhance.ClassRedefiner
-
- canSet(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Return true if the given column index is settable.
- canSetAny(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Return true if any of the given column indexes are settable.
- canSplit(String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Determines whether a name can be split into multiple components.
- canSplit(String, String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Determines whether a name can be split into multiple components, taking
into account the specified delimiter.
- canSplit(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components.
- canSplit(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components.
- canSplit(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components, taking
into account the specified delimiter.
- canSplit(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components, taking
into account the specified delimiter.
- canSplit(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- canSplit(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- canSplit(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- canSplit(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- canUnique() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
The user can mark columns as explicitly not having a unique constraint.
- capacity() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the current capacity of backing table in this map.
- capacity() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- CART - Static variable in class openbook.client.Images
-
- 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
-
- CASE_LOWER - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
- CASE_PRESERVE - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
- CASE_UPPER - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
- CaseExpression - Interface in org.apache.openjpa.persistence.query
-
Interface for the construction of case expressions
- CaseExpressionImpl - Class in org.apache.openjpa.persistence.query
-
- CaseExpressionImpl() - Constructor for class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- CaseExpressionImpl(Object) - Constructor for class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- cast(Value, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- cast(Value, Class) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Cast the value to the given class.
- cast(Value, Class) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- cast(EntityManagerFactory) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Return the OpenJPA facade to the given entity manager factory.
- cast(EntityManager) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Return the OpenJPA facade to the given entity manager.
- cast(Query) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Return the OpenJPA facade to the given query.
- castExpression() - Method in class openbook.tools.parser.JavaParser
-
- castFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- castTo(Class) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
Cast this path to the given type.
- catalogSeparator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- catchClause() - Method in class openbook.tools.parser.JavaParser
-
- catches() - Method in class openbook.tools.parser.JavaParser
-
- ceiling(Object) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- CENTI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CFMetaDataParser - Class in org.apache.openjpa.lib.meta
-
Custom SAX parser used by the system to quickly parse metadata files
for classes.
- CFMetaDataParser() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataParser
-
- CFMetaDataSerializer - Class in org.apache.openjpa.lib.meta
-
Helps serialize metadata objects to package and class elements.
- CFMetaDataSerializer() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
- change - Variable in class org.apache.openjpa.util.AbstractChangeTracker
-
Collection of changed items.
- change(Object) - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
Mark the given value as changed.
- change(Object) - Method in class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
- change(Object) - Method in class org.apache.openjpa.util.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 in changed
results in a possible
invalidation of this query; otherwise returns
false
.
- changeQuantity(Book, int) - Method in class openbook.domain.ShoppingCart
-
Change the quantity of the given book by the given delta.
- ChangeTracker - Interface in org.apache.openjpa.util
-
Interface for components that track changes to containers at a
fine-grained level.
- CHAR - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- CHAR_OBJ - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- CHAR_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
- CHARACTER_LITERAL - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- characterColumnSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CharacterLiteral - Static variable in class openbook.tools.parser.JavaLexer
-
- CharacterLiteral - Static variable in class openbook.tools.parser.JavaParser
-
- characters(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- CharArrayStreamValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
-
Handler for char array values.
- CharArrayStreamValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
-
- CharArrayValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
-
Handler for char array values.
- CharArrayValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
-
- CharId - Class in org.apache.openjpa.util
-
OpenJPAId
subclass appropriate for char fields.
- CharId(Class, Character) - Constructor for class org.apache.openjpa.util.CharId
-
- CharId(Class, String) - Constructor for class org.apache.openjpa.util.CharId
-
- CharId(Class, char) - Constructor for class org.apache.openjpa.util.CharId
-
- CharId(Class, char, boolean) - Constructor for class org.apache.openjpa.util.CharId
-
- charTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- check(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
- checkLock(ResultSet, OpenJPAStateManager, int) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
-
This method is to provide override for non-JDBC or JDBC-like
implementation of checking lock from the result set.
- checkNull(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- checkPuNameCollisions(Log, String) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
This method checks to see if the provided puName
was
detected in multiple resources.
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
-
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
-
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
-
Checks the version of the given state manager with the version
stored in memory.
- CLASS - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- ClassAnnotationMetaDataFilter - Class in org.apache.openjpa.lib.meta
-
Filter that looks for classes with one of a set of annotations.
- ClassAnnotationMetaDataFilter(Class<?>) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
-
Constructor; supply annotation to match against.
- ClassAnnotationMetaDataFilter(Class<?>[]) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
-
Constructor; supply annotations to match against.
- ClassArgParser - Class in org.apache.openjpa.lib.meta
-
Parser used to resolve arguments into java classes.
- ClassArgParser() - Constructor for class org.apache.openjpa.lib.meta.ClassArgParser
-
- classBody() - Method in class openbook.tools.parser.JavaParser
-
- classBodyDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- classCreatorRest() - Method in class openbook.tools.parser.JavaParser
-
- ClassCriteria - Annotation Type in org.apache.openjpa.persistence.jdbc
-
Marker interface specifying to use the expected class of the relation
as criteria in the join.
- classDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- classes - Variable in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
Location where persistence-enabled
classes are located.
- classForName(String, String[]) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- classForName(String, String[]) - Method in interface org.apache.openjpa.kernel.exps.Resolver
-
Resolve the type represented by the given class name.
- classForName(String, String[]) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Helper method to instantiate the class with the given name, taking
into account the query's candidate package, automatic imports, and
the given imports (if any).
- classForName(String, String[]) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- classForName(String, boolean) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
Helper method to create the
Class
for the given name,
taking into account the package currently being parsed for relative
class names.
- classForName(String, String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
Load the given class name against the given package and the set
of accepted standard packages.
- classForName(String, ClassMetaData) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Check the given name against the same set of standard packages used
when parsing metadata.
- classForName(String, ClassMetaData, ClassLoader) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Check the given name against the same set of standard packages used
when parsing metadata.
- classForName(String, 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.
- classForName(String, String[]) - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- classForName(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Instantiate the given class, taking into account the default package.
- ClassMapping - Class in org.apache.openjpa.jdbc.meta
-
Specialization of metadata for relational databases.
- ClassMapping(Class, MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
-
Constructor.
- ClassMapping(ValueMetaData) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
-
Embedded constructor.
- ClassMappingInfo - Class in org.apache.openjpa.jdbc.meta
-
Information about the mapping from a class to the schema, in raw form.
- ClassMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- ClassMetaData - Class in org.apache.openjpa.meta
-
Contains metadata about a persistent type.
- ClassMetaData(Class<?>, MetaDataRepository) - Constructor for class org.apache.openjpa.meta.ClassMetaData
-
Constructor.
- ClassMetaData(ValueMetaData) - Constructor for class org.apache.openjpa.meta.ClassMetaData
-
Embedded constructor.
- ClassMetaDataIterator - Class in org.apache.openjpa.lib.meta
-
Iterator over all metadata resources that might contain the
metadata for a given class, starting with the most general.
- ClassMetaDataIterator(Class<?>, String, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
-
Constructor; supply the class whose metadata to find, the suffix
of metadata files, and whether to parse top-down or bottom-up.
- ClassMetaDataIterator(Class<?>, String, ClassLoader, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
-
Constructor; supply the class whose metadata to find, the suffix
of metadata files, and whether to parse top-down or bottom-up.
- classname() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- ClassNameDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
Stores the class name along with each database object record.
- ClassNameDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- 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
-
- classOrInterfaceDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- classOrInterfaceModifier() - Method in class openbook.tools.parser.JavaParser
-
- classOrInterfaceModifiers() - Method in class openbook.tools.parser.JavaParser
-
- classOrInterfaceType() - Method in class openbook.tools.parser.JavaParser
-
- classpath - Variable in class org.apache.openjpa.lib.ant.AbstractTask
-
- ClasspathMetaDataIterator - Class in org.apache.openjpa.lib.meta
-
Iterator over directories in the classpath.
- ClasspathMetaDataIterator() - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
-
Default constructor; iterates over all classpath elements.
- ClasspathMetaDataIterator(String[], MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
-
Constructor; supply the classpath directories to scan and an optional
resource filter.
- ClassRedefiner - Class in org.apache.openjpa.enhance
-
Redefines the method bodies of existing classes.
- ClassRedefiner() - Constructor for class org.apache.openjpa.enhance.ClassRedefiner
-
- ClassResolver - Interface in org.apache.openjpa.util
-
Interface to customize the loading of classes under OpenJPA.
- ClassResolverImpl - Class in org.apache.openjpa.util
-
Default class resolver implementation.
- ClassResolverImpl() - Constructor for class org.apache.openjpa.util.ClassResolverImpl
-
- classResolverPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- ClassStrategy - Interface in org.apache.openjpa.jdbc.meta
-
Mapping from a class to a relational schema.
- ClassTableJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
-
Specialization of the
TableJDBCSeq
that maintains a
separate sequence count per-class.
- ClassTableJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
- clean() - Method in interface openbook.server.OpenBookService
-
Cleans everything.
- clear() - Method in class jpa.tools.swing.IndexedMap
-
- clear() - Method in class openbook.domain.ShoppingCart
-
- 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() - Static method in class org.apache.openjpa.enhance.stats.FetchStatsCollector
-
- 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.jdbc.kernel.PreparedQueryCacheImpl
-
- clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
- clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- clear() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Clear all mapping information.
- clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Clear mapping information.
- clear() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- clear() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Reset the internal repository.
- clear() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
- clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- clear() - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
-
Clear the set of objects to be serialized.
- clear() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Cleanup DataSource after run()/record()
- clear() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- clear() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
- clear() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- clear() - Method in class org.apache.openjpa.kernel.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.lib.graph.Graph
-
Clear the graph.
- clear() - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Clears the cache of parsed resource names.
- clear() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- clear() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- clear() - Method in interface org.apache.openjpa.lib.util.Clearable
-
- clear() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Clear the internal code buffer.
- clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Removes all mappings from this map.
- clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Removes all mappings from this HashMap.
- clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- clear() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
- clear() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Clear the list of class loaders.
- clear() - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- clear() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- clear() - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
- clear() - Method in class org.apache.openjpa.meta.AbstractMetaDataFactory
-
- clear() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
- clear() - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Clear any internal caches.
- clear() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Clear the cache of parsed metadata.
- clear() - Method in class org.apache.openjpa.meta.MetaDataTool
-
Reset state.
- clear() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Clear caches.
- clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Clear the set of metadatas to be serialized.
- clear() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
-
Clear caches.
- clear() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- clear() - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
- clear() - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
- clear() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- clear() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Clear the set of metadatas to be serialized.
- clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- clear() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- clear() - Method in class org.apache.openjpa.util.CacheMap
-
Removes pinned objects as well as unpinned ones.
- clear() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- clear() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- CLEAR_ALL - Static variable in interface org.apache.openjpa.kernel.AutoClear
-
Clear state when entering any transaction.
- CLEAR_ALL - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CLEAR_DATASTORE - Static variable in interface org.apache.openjpa.kernel.AutoClear
-
Clear state when entering a datastore transaction.
- CLEAR_DATASTORE - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- Clearable - Interface in org.apache.openjpa.lib.util
-
Generic interface for components that can be cleared so that helpers can treat them in a generic
way.
- 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.
- clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- clearBatch() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- clearData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
- clearData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- clearDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Clear all decorators.
- clearDeferredMetaData() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- clearDeferredMetaData() - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingParser
-
- clearDeferredMetaData() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- clearDefinedFieldCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- clearDefinedFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Clear defined field data.
- clearFetchGroups() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- clearFetchGroups() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Clears the set of fetch group names to use when loading
data.
- clearFetchGroups() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- clearFetchGroups() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Clears the set of fetch group names to use wen loading
data.
- clearFetchGroups() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- clearFetchGroups() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- clearFetchGroups() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- clearFieldCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Clear cached field data.
- clearFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- clearFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Clears the set of field names to use when loading
data.
- clearFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- clearFields() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Clears the set of field names to use wen loading
data.
- clearFields() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- clearFields() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- clearFields() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Clear a circular foreign key.
- clearInternal() - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Clear the cache.
- clearInternal() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Clear the cache.
- clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
-
- clearInternal() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
-
- clearInverseRelationCache(OpenJPAStateManager, FieldMetaData) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
Check if this field is in use of "order by" by other field collections
in inverse relation.
- clearInverseRelations(OpenJPAStateManager, FieldMetaData, FieldMetaData[], Object) - Method in class org.apache.openjpa.kernel.InverseManager
-
Remove all relations between the initial value of fmd
for
the instance managed by sm
and its inverses.
- clearInverseRelations(OpenJPAStateManager, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
-
Clear all inverse the relations from val
to the instance
managed by sm
.
- clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- clearJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Clears the set of field names to join when loading data.
- clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- ClearListener - Interface in org.apache.openjpa.event
-
Listener for when persistent state is cleared from an instance.
- clearLogParameters(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Clear mapping information, including strategy.
- clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Clear mapping information, including strategy.
- clearMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Clear mapping information, including strategy.
- clearMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Clear mapping information, including strategy.
- clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Clear mapping information, including strategy.
- clearMapping(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Clear mapping information from the given metadata.
- clearNodeScope(Node) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
-
- clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- clearOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Clear odering conditions.
- clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- clearParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- clearParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
- clearParameters() - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Clear the recorded parameter values.
- clearParameters() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- clearPlaceholders() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
Clear all placeholders and select AS clauses.
- clearPlaceholderSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
Clear selected placeholders, and return removed select indexes.
- clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Clear a circular relation id.
- clearSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- clearSelects() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Clear the existing column selects.
- clearSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- clearStatusFlag(int) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Clears the given flag from the status.
- clearSubclassCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- clearSubclassCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Clear cached subclass data.
- clearTraversal() - Method in class org.apache.openjpa.lib.graph.Edge
-
Clear traversal info.
- clearTraversal() - Method in class org.apache.openjpa.lib.graph.Graph
-
Clear all nodes and edges of the bookkeeping information from their
last traversal.
- clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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.
- CLOB - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
- clobBufferSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- clobTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- ClobValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
-
Handler for clob values.
- ClobValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
-
- clone() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Clones an identifier using deep copy.
- clone() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Creates a clone of this identifier.
- clone() - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- clone() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return a new tool with the same settings as this one.
- clone() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
- clone() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- clone() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Performs a proper deep clone.
- clone(Context) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- clone() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Perform a shallow clone of this SQL Buffer.
- clone() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- clone() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- clone() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Clone this instance.
- clone() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
Clone this instance.
- clone() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return a copy of this configuration.
- clone() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- clone() - Method in class org.apache.openjpa.lib.conf.Value
-
- clone() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Make a copy of this code format object with all the same formatting
settings.
- clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns a shallow copy of this ConcurrentHashMap instance: the
keys and values themselves are not cloned.
- clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
- clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Returns a shallow copy of this HashMap.
- clone() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
- clone(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
-
Clone a state array.
- clone() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- clone() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- clone() - Method in class org.apache.openjpa.xmlstore.ObjectData
-
Clone this data.
- 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(boolean) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
- close() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- close(boolean) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- close() - Method in interface org.apache.openjpa.datacache.DataCache
-
Free the resources used by this cache.
- close() - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Close all caches.
- close() - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
- close() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
- close() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
-
- close() - Method in interface org.apache.openjpa.datacache.QueryCache
-
Free the resources used by this cache.
- close() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
-
- close() - Method in class org.apache.openjpa.event.RemoteCommitEventManager
-
Close this manager and all registered listeners.
- close() - Method in interface org.apache.openjpa.event.RemoteCommitListener
-
Free the resources used by this listener.
- close() - Method in interface org.apache.openjpa.event.RemoteCommitProvider
-
Free the resources used by this provider.
- close() - Method in class org.apache.openjpa.event.SingleJVMRemoteCommitProvider
-
- close() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
- close() - Method in class org.apache.openjpa.instrumentation.InstrumentationManagerImpl
-
Stops all providers
- close() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
No-op.
- close() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
-
- close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.ClientConnection
-
- close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
-
- close() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- close() - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- close() - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Invoked when the customizer is no longer needed.
- close() - Method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
- close() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Closes all eager results.
- close() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- close() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Free the resources used by this result; do not
close the SQL connection.
- close() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- close() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
- close() - Method in class org.apache.openjpa.kernel.AbstractLockManager
-
Does nothing by default.
- close() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Override if desired.
- close() - Method in interface org.apache.openjpa.kernel.Broker
-
Close the broker.
- close() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Close the factory.
- close() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- close() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- close() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
- close() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- close() - Method in class org.apache.openjpa.kernel.DelegatingSeq
-
- close() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- close() - Method in interface org.apache.openjpa.kernel.LockManager
-
Free any resources.
- close() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
-
- close() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- close(boolean) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- close() - Method in interface org.apache.openjpa.kernel.Seq
-
Free resources used by this sequence.
- close() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Free any resources this store manager is using.
- close() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
-
- close() - Method in class org.apache.openjpa.kernel.UUIDHexSeq
-
- close() - Method in class org.apache.openjpa.kernel.UUIDStringSeq
-
- close() - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
-
- close() - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
-
- close() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Free the resources used by this object.
- close() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Closes all closeable values and plugins.
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- close() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- close() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
-
- close() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Close the resources used by this iterator.
- close() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
-
Close the resources used by this iterator.
- close() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
-
- close() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
-
- close() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
-
- close() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- close() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
-
- close() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
-
- close() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
-
- close() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
-
- close() - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Close the list.
- close() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
-
Free the resources associated with this provider.
- close() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
-
Close the underlying result object provider.
- close() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
-
- close() - Method in class org.apache.openjpa.lib.rop.WindowResultList
-
- close() - Method in interface org.apache.openjpa.lib.util.Closeable
-
- close() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
-
- close() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Free the resources used by this repository.
- close() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Close user sequence instance.
- close() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- close() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- close(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Close the given resource.
- close() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- close() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- close() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- close() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- close(Object) - Static method in class org.apache.openjpa.util.ImplHelper
-
Close the given resource.
- Closeable - Interface in org.apache.openjpa.lib.util
-
Generic interface for components that can be closed so that helpers
can treate them in a generic way.
- closeAll() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
- closeAll() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- closeAll() - Method in interface org.apache.openjpa.kernel.Extent
-
Close all open iterators.
- closeAll() - Method in class org.apache.openjpa.kernel.ExtentImpl
-
- closeAll() - Method in interface org.apache.openjpa.kernel.Query
-
Close all open query results.
- closeAll() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- closeAll() - Method in interface org.apache.openjpa.persistence.Extent
-
Close all open iterators that are consuming database resources.
- closeAll() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- closeAll() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Close all open query results.
- closeAll() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- closeBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- closeBroker() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- closeBroker() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- closeBroker() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- closeBroker() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- closeBroker() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- closeBroker() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Close the broker that is used to service this proxy.
- closeBroker() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- closeBroker() - Method in class org.apache.openjpa.util.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.
- closeConnection(Connection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
Close the current connection.
- closeDataSource(DataSource) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
-
Close the given data source.
- closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Closes the specified
DataSource
and releases any
resources associated with it.
- closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
-
- closeEagerMap(Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Close all results in eager map.
- closeNodeScope(Node, int) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
-
- closeNodeScope(Node, boolean) - Method in class org.apache.openjpa.kernel.jpql.JJTJPQLState
-
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- closeOnCompletion() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- closeOnCompletion() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- closeParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- closePoolSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- closeResources() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- closeResources() - Method in interface org.apache.openjpa.kernel.Query
-
Close query results that are consuming resources.
- closeResources() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- Closure - Class in org.apache.openjpa.persistence.jest
-
Computes closure of a collection of managed objects.
- Closure(OpenJPAStateManager) - Constructor for class org.apache.openjpa.persistence.jest.Closure
-
- Closure(Collection<OpenJPAStateManager>) - Constructor for class org.apache.openjpa.persistence.jest.Closure
-
- cls - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
The owning class mapping.
- CMP_EQUAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Initialization flag indicating to this value is for compare/equal
path.
- cmpfield - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
-
- 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() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- coalesce(Expression<? extends Y>, Y) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- coalesce(Expression...) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- coalesce(String...) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- coalesce(Date...) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- coalesce(Calendar...) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- coalesce(Expression...) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
coalesce This is equivalent to a case expression that returns null if all
its arguments evaluate to null, and the value of its first non-null
argument otherwise.
- coalesce(String...) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
coalesce This is equivalent to a case expression that returns null if all
its arguments evaluate to null, and the value of its first non-null
argument otherwise.
- coalesce(Date...) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
coalesce This is equivalent to a case expression that returns null if all
its arguments evaluate to null, and the value of its first non-null
argument otherwise.
- coalesce(Calendar...) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
coalesce This is equivalent to a case expression that returns null if all
its arguments evaluate to null, and the value of its first non-null
argument otherwise.
- coalesce(Expression...) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- coalesce(String...) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- coalesce(Date...) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- coalesce(Calendar...) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- coalesce_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- COALESCE_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- CoalesceExpression - Class in org.apache.openjpa.jdbc.kernel.exps
-
Coalesce expression.
- CoalesceExpression(Val[]) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
Constructor.
- coalesceExpression(Value[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- CodeFormat - Class in org.apache.openjpa.lib.util
-
Encapsulates some common Java source code formatting options.
- CodeFormat() - Constructor for class org.apache.openjpa.lib.util.CodeFormat
-
- CodeGenerator - Class in org.apache.openjpa.enhance
-
Generates Java class code from metadata.
- CodeGenerator(OpenJPAConfiguration, Class) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
-
Constructor.
- CodeGenerator(ClassMetaData) - Constructor for class org.apache.openjpa.enhance.CodeGenerator
-
Constructor.
- COLLECTION - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- 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
-
- CollectionChangeTrackerImpl(Collection, boolean, boolean, boolean) - Constructor for class org.apache.openjpa.util.CollectionChangeTrackerImpl
-
Constructor.
- CollectionParam - Class in org.apache.openjpa.jdbc.kernel.exps
-
A collection-valued input parameter in an in-expression.
- CollectionParam(Object, Class) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
Constructor.
- CollectionParam.ParamExpState - Class in org.apache.openjpa.jdbc.kernel.exps
-
Expression state.
- collectStatistics(boolean) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- collectStatistics(boolean) - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
- cols - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
-
- cols - Variable in class org.apache.openjpa.jdbc.schema.XMLSchemaParser.UniqueInfo
-
- COLUMN - Static variable in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
- Column - Class in org.apache.openjpa.jdbc.schema
-
Represents a database column.
- Column() - Constructor for class org.apache.openjpa.jdbc.schema.Column
-
Default constructor.
- Column(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
- Column(DBIdentifier, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Column
-
- column - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
- ColumnDefIdentifierRule - Class in org.apache.openjpa.jdbc.identifier
-
Default rule for column definition.
- ColumnDefIdentifierRule() - Constructor for class org.apache.openjpa.jdbc.identifier.ColumnDefIdentifierRule
-
- ColumnIO - Class in org.apache.openjpa.jdbc.schema
-
Metadata about column I/O in a specific context.
- ColumnIO() - Constructor for class org.apache.openjpa.jdbc.schema.ColumnIO
-
- Columns - Annotation Type in org.apache.openjpa.persistence.jdbc
-
Allows the specification of multiple columns for complex mappings.
- columnsMatch(Column[], Column[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return true if the given local and foreign columns match those
on this key.
- columnsMatch(Column[]) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
-
Return true if the given columns match the columns of this constraint.
- ColumnVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
Uses a one or more column(s) and corresponding version object.
- ColumnVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
- combine(DBIdentifier, String) - Static method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns a new DBIdentifier with the given string combined using
delimiting rules and appropriate separators.
- combine(DBIdentifier.DBIdentifierType, String...) - Static method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Combines an array of names names using standard combining rules and
returns an identifier of the specified type.
- combine(String, String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Combines two names using default identifier rules.
- combine(String...) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Combines multiple names using default identifier rules.
- combineForeignKey(Map<ForeignKey.FKMapKey, ForeignKey>, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Combines partial foreign keys into singular key
- combineFull(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(String, String[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using delimiting rules and appropriate separators
- combineNames(IdentifierRule, IdentifierRule[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using delimiting rules and appropriate separators
- combineNames(String, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using the specified delimiting rule and appropriate separators
- combineNames(IdentifierRule, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using the specified delimiting rule and appropriate separators
- combineNames(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines two names using delimiting rules and appropriate separators
- combineNames(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines two names using delimiting rules and appropriate separators
- combineNames(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(String, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierConfiguration, String, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierRule, IdentifierRule[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierConfiguration, IdentifierRule, IdentifierRule[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierConfiguration, IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierConfiguration, IdentifierRule, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(String, String[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierRule, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combineNames(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- combinePlugins(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return a plugin string that combines the properties of the given plugin
strings, where properties of override
will override the
same properties of orig
.
- COMMA - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- COMMA - Static variable in class org.apache.openjpa.persistence.util.SourceCode
-
- CommandProcessor - Class in openbook.tools
-
Processes options.
- CommandProcessor() - Constructor for class openbook.tools.CommandProcessor
-
- CommandProcessor.Option - Class in openbook.tools
-
A simple immutable object represents meta-data about a command option.
- CommandProcessor.Option(String...) - Constructor for class openbook.tools.CommandProcessor.Option
-
Create a command with given aliases.
- CommandProcessor.Option(boolean, String...) - Constructor for class openbook.tools.CommandProcessor.Option
-
Create a option with given aliases.
- COMMENT - Static variable in class openbook.tools.parser.JavaLexer
-
- COMMENT - Static variable in class openbook.tools.parser.JavaParser
-
- comment(StringBuilder, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- comment(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- comment - Variable in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- Commentable - Interface in org.apache.openjpa.lib.xml
-
Implementations of this interface can be adorned with comments.
- commit() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
This is a no-op implementation.
- commit(Collection<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() - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
-
- commit(Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<DataCachePCData>, Collection<Object>) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
- commit() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
-
- commit() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- commit() - Method in interface org.apache.openjpa.kernel.Broker
-
Commit the current transaction.
- commit() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- commit() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- commit() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- commit() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Commit the current data store transaction.
- commit() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
-
- commit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- commit() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- commit() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- commit() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Deprecated.
use EntityTransaction.commit()
instead: em.getTransaction().commit()
- commit() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- commit() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
-
- commitAndResume() - Method in interface org.apache.openjpa.kernel.Broker
-
Issue a commit and then start a new transaction.
- commitAndResume() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- commitAndResume() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- commitAndResume() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- commitAndResume() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- commitAndResume() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityTransaction
-
Issue a commit and then start a new transaction.
- CommonsLogFactory - Class in org.apache.openjpa.lib.log
-
LogFactory
implementation that delegates to the commons logging
framework.
- CommonsLogFactory() - Constructor for class org.apache.openjpa.lib.log.CommonsLogFactory
-
- CommonsLogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
-
Adapts a commons logging log to the
Log
interface.
- COMPACT - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
-
- comparator() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- compare(Attribute<?, ?>, Attribute<?, ?>) - Method in class jpa.tools.swing.MetamodelHelper.AttributeComparator
-
- compare(EntityType<?>, EntityType<?>) - Method in class jpa.tools.swing.MetamodelHelper.EntityComparator
-
- compare(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
Compare the two versions.
- compare(Object[], Object[]) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
Compare each element of the given arrays that must be of equal size.
- 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
-
- compare(Object, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
-
- compare(Attribute<?, ?>, Attribute<?, ?>) - Method in class org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeComparator
-
- compare(Object, Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator
-
- compareTo(Identifier) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Comparison operator for identifiers.
- compareTo(Identifier) - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Compares this identifier with another identifier.
- compareTo(Schema) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- compareTo(Sequence) - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- compareTo(Identifier) - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
-
- compareTo(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Compares two byte arrays as specified by Comparable
.
- compareTo(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
-
- compareTo(Object) - Method in class org.apache.openjpa.meta.FieldMetaData
-
- compareTo(Object) - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
- compareTo(Members.Member<X, Y>) - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
- compareTo(SourceCode.Element<T>) - Method in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- compareTo(Slice) - Method in class org.apache.openjpa.slice.Slice
-
- compareTo(Object) - Method in class org.apache.openjpa.util.OpenJPAId
-
- compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
-
Compare two unrecognized elements of the same type.
- compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparator
-
- compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer.MappingSerializationComparator
-
- compareUnknown(Object, Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator
-
Compare two unrecognized elements of the same type.
- compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Casts
v1
and
v2
to
Comparable
, and
invokes
v1.compareTo (v2)
.
- compareVersion(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.jdbc.kernel.JDBCStoreManager
-
- compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
-
- compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
- compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
-
- compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- compareVersion(Object, Object) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
-
- compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- compareVersion(OpenJPAStateManager, Object, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Compare the two version objects.
- comparison(SQLBuffer, String, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Append a comparison.
- comparison_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- ComparisonStyle - Interface in org.apache.openjpa.persistence.criteria
-
Defines a comparison style to be applied for query-by-example attribute comparison.
- ComparisonStyle.Default - Class in org.apache.openjpa.persistence.criteria
-
Default implementation.
- ComparisonStyle.Default() - Constructor for class org.apache.openjpa.persistence.criteria.ComparisonStyle.Default
-
- ComparisonStyle.StringComparisonMode - Enum in org.apache.openjpa.persistence.criteria
-
- Compatibility - Class in org.apache.openjpa.conf
-
Struct encompassing backwards-compatibility options.
- Compatibility() - Constructor for class org.apache.openjpa.conf.Compatibility
-
- compatibilityPlugin - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- compilationFromCache() - Method in class org.apache.openjpa.kernel.QueryImpl
-
Find the cached compilation for the current query, creating one if it
does not exist.
- compilationUnit() - Method in class openbook.tools.parser.JavaParser
-
- compile() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- compile() - Method in interface org.apache.openjpa.kernel.Query
-
Compile the query.
- compile() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- compile() - Method in interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaQuery
-
Compile the query.
- compile() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Compile the query.
- compile() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- compileClasspathElements - Variable in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
List of all class path elements that will be searched for the
persistence-enabled
classes and resources expected by
PCEnhancer.
- CompileTimeLogger - Class in org.apache.openjpa.persistence.meta
-
Simple logger sets log level from javac compilers annotation processing
options -Alog=TRACE|INFO|WARN|ERROR
and uses the processing
environment to determine the log output stream.
- CompileTimeLogger(ProcessingEnvironment, String) - Constructor for class org.apache.openjpa.persistence.meta.CompileTimeLogger
-
- con - Variable in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- Concat - Class in org.apache.openjpa.jdbc.kernel.exps
-
Concatenate one string with another.
- Concat(Val, Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Concat
-
Constructor.
- concat(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- concat(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return a value representing the concatenation of
the given target with the given args.
- concat(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- concat() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- CONCAT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- concat(Expression<String>, Expression<String>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- concat(Expression<String>, String) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- concat(String, Expression<String>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- concat(String...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Concatenate a string with other string(s).
- concat(Expression...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Concatenate a string with other string(s).
- CONCAT_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- concatenateDelimiter - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- concatenateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- ConcatExpression - Class in org.apache.openjpa.persistence.query
-
Denotes CONCAT(e1,e2,..)
- ConcatExpression(VarArgsExpression) - Constructor for class org.apache.openjpa.persistence.query.ConcatExpression
-
- ConcreteClassGenerator - Class in org.apache.openjpa.lib.util
-
Dynamically generates concrete implementations of abstract classes.
- ConcreteClassGenerator() - Constructor for class org.apache.openjpa.lib.util.ConcreteClassGenerator
-
- 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
-
- ConcurrentHashMap - Class in org.apache.openjpa.lib.util.concurrent
-
This class implements a HashMap which has limited synchronization.
- ConcurrentHashMap(int, float) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Constructs an empty ConcurrentHashMap with the specified initial
capacity and load factor.
- ConcurrentHashMap(int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Constructs an empty ConcurrentHashMap with the specified initial
capacity and the default load factor(0.75).
- ConcurrentHashMap() - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Constructs an empty ConcurrentHashMap with the default initial
capacity(16) and the default load factor(0.75).
- ConcurrentHashMap(Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Constructs a new ConcurrentHashMap with the same mappings as the
specified Map.
- ConcurrentHashMap.Entry - Class in org.apache.openjpa.lib.util.concurrent
-
- ConcurrentHashMap.Entry(int, Object, Object, ConcurrentHashMap.Entry) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
Create new entry.
- ConcurrentMap - Interface in org.apache.openjpa.lib.util.concurrent
-
A highly concurrent map.
- ConcurrentQueryCache - Class in org.apache.openjpa.datacache
-
A
QueryCache
implementation that is optimized for concurrent
access.
- ConcurrentQueryCache() - Constructor for class org.apache.openjpa.datacache.ConcurrentQueryCache
-
- ConcurrentReferenceHashMap - Class in org.apache.openjpa.lib.util.concurrent
-
This class implements a HashMap which has limited synchronization
and reference keys or values(but not both).
- ConcurrentReferenceHashMap(int, int, int, float) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new, empty HashMap with the specified initial
capacity and the specified load factor.
- ConcurrentReferenceHashMap(int, int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new, empty HashMap with the specified initial capacity
and default load factor.
- ConcurrentReferenceHashMap(int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new, empty HashMap with a default capacity and load factor.
- ConcurrentReferenceHashMap(int, int, Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new HashMap with the same mappings as the given
Map.
- ConcurrentReferenceHashSet<E> - Class in org.apache.openjpa.lib.util.concurrent
-
A concurrent set whose values may be stored as weak or soft references.
- ConcurrentReferenceHashSet(int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
Construct a set with the given reference type.
- 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
-
- conditionalAndExpression() - Method in class openbook.tools.parser.JavaParser
-
- conditionalExpression() - Method in class openbook.tools.parser.JavaParser
-
- ConditionalOperator - Enum in org.apache.openjpa.persistence.query
-
Enumerates conditional operator that operates on two predicates to generate
another predicate.
- conditionalOrExpression() - Method in class openbook.tools.parser.JavaParser
-
- conf - Variable in class org.apache.openjpa.datacache.AbstractDataCache
-
The configuration set by the system.
- conf - Variable in class org.apache.openjpa.datacache.AbstractQueryCache
-
The configuration set by the system.
- conf - Variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
-
- conf - Variable in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
- conf - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CONFIG_RESOURCE_ANCHOR - Static variable in class org.apache.openjpa.lib.conf.Configurations
-
- CONFIG_RESOURCE_PATH - Static variable in class org.apache.openjpa.lib.conf.Configurations
-
- Configurable - Interface in org.apache.openjpa.lib.conf
-
This interface provides a mechanism for notifying interested
objects when configuration events occur.
- Configuration - Interface in org.apache.openjpa.lib.conf
-
Interface for generic configuration objects.
- ConfigurationImpl - Class in org.apache.openjpa.lib.conf
-
- ConfigurationImpl() - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Default constructor.
- ConfigurationImpl(boolean) - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Constructor.
- ConfigurationProvider - Interface in org.apache.openjpa.lib.conf
-
Implementations of this interface can populate
Configuration
s in
some environment-specific way.
- Configurations - Class in org.apache.openjpa.lib.conf
-
Utility methods dealing with configuration.
- Configurations() - Constructor for class org.apache.openjpa.lib.conf.Configurations
-
- Configurations.Runnable - Interface in org.apache.openjpa.lib.conf
-
- ConfigurationViewer - Class in jpa.tools.swing
-
Displays Properties.
- ConfigurationViewer(String, Map<String, Object>) - Constructor for class jpa.tools.swing.ConfigurationViewer
-
- configure(Object, Configuration) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Configure the given object.
- configure(Object, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Configure the given object.
- configure(Object, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginValue
-
Configure the given object.
- configureBroker(BrokerImpl) - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Configures the given broker with the current factory option settings.
- configureEventManager(RemoteCommitEventManager) - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
-
Configure the remote event manager.
- configureInstance(Object, Configuration, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
- configureInstance(Object, Configuration, String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
- configureInstance(Object, Configuration, Properties) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
- configureInstance(Object, Configuration, Properties, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
- configureNamingRules() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Configures the naming rules for this dictionary.
- ConfiguringConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
-
Connection decorator that can configure some properties of the
underlying connection.
- ConfiguringConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
-
- ConfiguringConnectionDecorator.ConfiguringConnection - Class in org.apache.openjpa.lib.jdbc
-
Decorator to configure connection components correctly.
- ConfiguringConnectionDecorator.ConfiguringConnection(Connection) - Constructor for class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
-
- conjunction() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
-
Constant indicating that each broker will retain a single connection
that it will use for its lifespan.
- CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CONN_RETAIN_ALWAYS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
-
Constant indicating that connections will be obtained as needed.
- CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CONN_RETAIN_DEMAND - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.kernel.ConnectionRetainModes
-
Constant indicating that connections will be retained for the life
of each transaction.
- CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- CONN_RETAIN_TRANS - Static variable in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- connect() - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
-
- connected - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is called when the dictionary first sees any connection.
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Determine Firebird version and configure itself accordingly.
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
Determine HSQLDB version and configure itself accordingly.
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.IngresDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Determine XML column support and backslash handling.
- connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- connectInternal() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
Connect to the database.
- connection2DriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connection2Password - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connection2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connection2URL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connection2UserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- ConnectionDecorator - Interface in org.apache.openjpa.lib.jdbc
-
A connection decorator can wrap
Connection
s before they are
returned to the user to add functionality.
- connectionDecoratorPlugins - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- connectionDriverName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactory - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactory2 - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactory2Name - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactory2Properties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactoryMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactoryName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionFactoryProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- ConnectionInfo - Class in org.apache.openjpa.jdbc.kernel
-
Struct to hold data about the current connection state.
- ConnectionInfo() - Constructor for class org.apache.openjpa.jdbc.kernel.ConnectionInfo
-
- connectionPassword - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionProperties - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionRetainMode - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- ConnectionRetainMode - Enum in org.apache.openjpa.persistence
-
The possible values for use when configuring the connection retain
behavior for an
OpenJPAEntityManager
.
- ConnectionRetainModes - Interface in org.apache.openjpa.kernel
-
Connection retain mode constants.
- connectionURL - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- connectionUserName - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- CONS_NAME_AFTER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CONS_NAME_BEFORE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CONS_NAME_MID - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- Constant - Interface in org.apache.openjpa.kernel.exps
-
Interface for any query constant value.
- constantDeclarator() - Method in class openbook.tools.parser.JavaParser
-
- constantDeclaratorRest() - Method in class openbook.tools.parser.JavaParser
-
- constantDeclaratorsRest() - Method in class openbook.tools.parser.JavaParser
-
- constantExpression() - Method in class openbook.tools.parser.JavaParser
-
- Constants - Interface in org.apache.openjpa.persistence.jest
-
Static String constants
- Constraint - Class in org.apache.openjpa.jdbc.schema
-
A table constraint.
- constraintNameMode - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- ConstraintUpdateManager - Class in org.apache.openjpa.jdbc.kernel
-
Standard update manager, capable of foreign key constraint evaluation.
- ConstraintUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager
-
- construct(Class<Y>, Selection<?>...) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
Define a select list item corresponding to a constructor.
- 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
-
- constructorBody() - Method in class openbook.tools.parser.JavaParser
-
- constructorDeclaratorRest() - Method in class openbook.tools.parser.JavaParser
-
- consumeHiddenToken(Token) - Method in class openbook.tools.converter.ParseTokenListener
-
Hidden tokens are tokens that are not processed at lexical processing
stage.
- consumeToken(Token) - Method in class openbook.tools.converter.ParseTokenListener
-
A regular token is delegated to the renderer for a string representation
and the resultant string is sent to the output stream.
- ContactInfo - Class in embeddables
-
- ContactInfo() - Constructor for class embeddables.ContactInfo
-
- ContactInfo(Address, Phone) - Constructor for class embeddables.ContactInfo
-
- ContainerFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
An abstract container mapping that handles traversing the
join to examine the size of the relation.
- ContainerFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- ContainerTable - Annotation Type in org.apache.openjpa.persistence.jdbc
-
Table for array, collection, or map elements.
- contains(int, int) - Method in class jpa.tools.swing.RoundButton
-
- contains(Number) - Method in class openbook.domain.Range
-
Affirms if the given value is within this range.
- contains(Range<X>) - Method in class openbook.domain.Range
-
Affirms if the given range is within this range.
- contains(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
- contains(Object) - Method in interface org.apache.openjpa.datacache.DataCache
-
Returns true
if this cache contains data
corresponding to oid
; otherwise returns
false
.
- contains(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
- contains(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- contains(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- contains(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- contains(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return true if the given id or column is available in the result.
- contains(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return true if the given column is available in the result.
- contains(Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
- contains(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- contains(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- contains(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- contains(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- contains(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- contains(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- contains(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- contains(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- contains(Class, Object) - Method in interface org.apache.openjpa.persistence.StoreCache
-
Whether the cache contains data for the given oid.
- contains(Class, Object) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
-
- contains(Connection) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- contains(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- contains(Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- 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<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
-
- containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- containsAll(Object[]) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return true if all the given ids or columns are available in the result.
- containsAll(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return true if all the given columns are available in the result.
- containsAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- containsAll(Collection<?>) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- containsAll(Collection) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- containsAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- containsAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- containsAll(Object...) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- containsAll(Collection) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- containsAll(Object...) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether the given objects are managed.
- containsAll(Collection) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether the given objects are managed.
- containsAll(Class, Object...) - Method in interface org.apache.openjpa.persistence.StoreCache
-
Whether the cache contains data for the given oids.
- containsAll(Class, Collection) - Method in interface org.apache.openjpa.persistence.StoreCache
-
Whether the cache contains data for the given oids.
- containsAll(Class, Object...) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
-
- containsAll(Class, Collection) - Method in class org.apache.openjpa.persistence.StoreCacheImpl
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- containsAll(Collection) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Return whether this result contains data for all the given ids or
columns.
- containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- containsClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Returns true if the list contains the given class loader or marker.
- containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return true if the fk includes the given local column.
- containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
-
Return true if the pk includes the given column.
- containsColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- containsColumn(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- containsColumn(String, DBDictionary) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- containsColumn(DBIdentifier, DBDictionary) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- containsConstantColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return true if the fk includes the given local column.
- containsConstantPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return true if the fk includes the given primary key column.
- containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Return whether this result contains data for the given id or column.
- containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- containsKey(Object) - Method in class jpa.tools.swing.IndexedMap
-
- containsKey(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- containsKey(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- containsKey(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns true if this map contains a mapping for the
specified key.
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Returns true if this HashMap contains a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- containsKey(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- containsKey(Object) - Method in class org.apache.openjpa.util.CacheMap
-
- containsNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return true if the graph contains the given node.
- containsPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return true if the fk includes the given primary key column.
- containsProperty(Value, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Test whether the map contains the given partial key, prefixed with any
possible configuration prefix.
- containsProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Test whether the map contains the given partial key, prefixed with any
possible configuration prefix.
- containsValue(Object) - Method in class jpa.tools.swing.IndexedMap
-
- containsValue(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- containsValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- containsValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Returns true if this HashMap maps one or more keys to the specified
value.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- containsValue(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- containsValue(Object) - Method in class org.apache.openjpa.util.CacheMap
-
- 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
-
- CONTEXT_ROOT - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
-
- convert(IdentifierConfiguration, String, String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Convert a normalized name to a name using the specified configuration and
naming rule.
- 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.
- convert(IdentifierConfiguration, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Convert the string using this naming configuration to the supplied
naming configuration.
- convert(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- convert(Object, int) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Convert the given object to the given type if possible.
- convert(Object) - Method in interface org.apache.openjpa.persistence.HintValueConverter
-
Convert the user-specified value to a kernel consumable value.
- convert(Object) - Method in class org.apache.openjpa.persistence.HintValueConverter.EnumToInteger
-
- convert(Object) - Method in class org.apache.openjpa.persistence.HintValueConverter.OpenJPAEnumToInteger
-
- convert(Object) - Method in class org.apache.openjpa.persistence.HintValueConverter.StringToBoolean
-
- convert(Object) - Method in class org.apache.openjpa.persistence.HintValueConverter.StringToInteger
-
- convert(Object) - Method in class org.apache.openjpa.persistence.MixedLockLevelsHelper
-
- convertAlias(String) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Converts a provided alias to a format specified in the configuration.
- convertAlias(String) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
Converts a column alias to use the appropriate delimiters
- convertFull(IdentifierConfiguration, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Converts a qualified string-based name defined using the base configuration to the
specified configuration.
- convertFull(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- convertSchemaCase(DBIdentifier) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Converts the name of the specified delimiter to the appropriate
case as defined by the configuration.
- convertSchemaCase(DBIdentifier) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
Convert the specified schema name to a name that the database will
be able to understand in metadata operations.
- convertSchemaCase(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified schema name to a name that the database will
be able to understand.
- convertSchemaCase(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified schema name to a name that the database will
be able to understand.
- convertSchemaCase(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- convertSubstringArguments(ExpressionFactory, Value, Value, Value) - Static method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
Converts JPQL substring() function to OpenJPA ExpressionFactory
substring() arguments.
- convertToKernelConstant(String) - Method in enum org.apache.openjpa.persistence.jdbc.FetchMode
-
- convertToKernelConstant(int) - Method in enum org.apache.openjpa.persistence.jdbc.FetchMode
-
- convertToKernelConstant(String) - Method in enum org.apache.openjpa.persistence.jdbc.IsolationLevel
-
- convertToKernelConstant(int) - Method in enum org.apache.openjpa.persistence.jdbc.IsolationLevel
-
- convertToKernelConstant(String) - Method in enum org.apache.openjpa.persistence.jdbc.LRSSizeAlgorithm
-
- convertToKernelConstant(int) - Method in enum org.apache.openjpa.persistence.jdbc.LRSSizeAlgorithm
-
- convertToKernelConstant(String) - Method in enum org.apache.openjpa.persistence.jdbc.ResultSetType
-
- convertToKernelConstant(int) - Method in enum org.apache.openjpa.persistence.jdbc.ResultSetType
-
- convertToKernelConstant(int) - Method in interface org.apache.openjpa.persistence.OpenJPAEnum
-
Convert the given integer to an equivalent kernel constant.
- convertToKernelConstant(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEnum
-
Convert the given String to an equivalent kernel constant.
- convertToKernelValue(Class<T>, String, Object) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Convert the given user value to a value consumable by OpenJPA kernel constructs.
- 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.
- convertToUserValue(String, Object) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Convert the given kernel value to a value visible to the user.
- 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.
- Coordinates - Class in embeddables
-
- Coordinates() - Constructor for class embeddables.Coordinates
-
- Coordinates(String, String) - Constructor for class embeddables.Coordinates
-
- copy(FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- copy(ClassMetaData) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
- copy(FieldMetaData) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Copy missing info from the instance to this one.
- copy(ValueMetaData) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- copy(Column) - Method in class org.apache.openjpa.jdbc.schema.Column
-
Copy information from the given column to this one.
- copy(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Copy cloneable state from the given instance.
- copy(InputStream, OutputStream) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- copy(Reader, Writer) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- copy(FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Copy the state from the given fetch configuration to this one.
- copy(FetchConfiguration) - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- copy(File, File) - Static method in class org.apache.openjpa.lib.util.Files
-
Copy a file.
- copy(ClassMetaData) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Copy the metadata from the given instance to this one.
- copy(Extensions) - Method in class org.apache.openjpa.meta.Extensions
-
Copy the extensions not present in this instance but present in the
given instance.
- copy(FieldMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Copy state from the given field to this one.
- copy(ValueMetaData) - Method in class org.apache.openjpa.meta.FieldMetaData
-
- copy(ValueMetaData) - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Copy state from the given value to this one.
- copy(ValueMetaData) - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- copy(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- copy(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Copy the given oid value.
- copy(Object) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- copy(Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- copy(Object) - Method in interface org.apache.openjpa.util.Proxy
-
Return an unproxied copy of the given instance.
- copyArray(Object) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a new array of the same component type as the given array
and containing the same elements.
- copyArray(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
- copyCalendar(Calendar) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given calendar with the same information.
- copyCalendar(Calendar) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
- copyCollection(Collection) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a new collection of the same type as the given one
with a copy of all contained elements.
- copyCollection(Collection) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
- copyCustom(Object) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given object with the same information, or null if
this manager cannot copy the object.
- copyCustom(Object) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
- copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- copyDataStoreId(Object, ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Copy the given object id value.
- copyDate(Date) - Method in interface org.apache.openjpa.util.ProxyManager
-
Return a copy of the given date with the same information.
- copyDate(Date) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
- copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Copy all values from this row into the given one.
- copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
-
- copyInto(Object[]) - Method in class org.apache.openjpa.util.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
-
- copyMappingInfo(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Copy mapping info from the given instance to this one.
- copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- copyMappingInfo(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Copy mapping info from the given instance to this one.
- copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- correctName(Table, Column) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Correct the given column's name.
- correctRelations(OpenJPAStateManager, FieldMetaData, Object) - Method in class org.apache.openjpa.kernel.InverseManager
-
Correct relations from the given dirty field to inverse instances.
- count(Class<?>) - Method in interface openbook.server.OpenBookService
-
Count the number of instances of the given persistent type.
- 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(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- count() - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
-
- count(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the count of the given value for all matches.
- count(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- count() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- COUNT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- count(Expression<?>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- count() - Method in interface org.apache.openjpa.persistence.query.PathExpression
-
Specify that the count operation is to be applied.
- count() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- count() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- countDistinct(Expression<?>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- CountExpression - Class in org.apache.openjpa.persistence.query
-
Denotes COUNT(e) Expression.
- CountExpression(Expression) - Constructor for class org.apache.openjpa.persistence.query.CountExpression
-
- cpath - Variable in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
- create(PersistenceCapable, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Generate an application id based on the current primary key field state
of the given instance.
- createArg() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- createArrayOf(String, Object[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createArrayOf(String, Object[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createBlob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createBlob() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createClasspath() - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
- createClob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createClob() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createCodeFormat() - Method in class org.apache.openjpa.ant.ApplicationIdToolTask
-
Create the embedded code format element.
- createCodeFormat() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
-
- createColumns(MetaDataContext, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Retrieve/create columns on the given table by merging the given
template information with any user-provided information.
- createConfig() - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
- createConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Provide any built-in decorators; may be null.
- createConnectionDecorators() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- createConnectionFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
Create the connection factory if necessary.
- createConnectionFactory() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
- createDB() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Re-execute all SQL used for the creation of the current database;
this action is usually used when creating SQL scripts.
- createDelegatingStoreManager() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Create a DelegatingStoreManager for use with a Broker created by this factory.
- createdName() - Method in class openbook.tools.parser.JavaParser
-
- createDynamicQuery(QueryDefinition) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createDynamicQuery(QueryDefinition) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Create an executable query from a dynamically defined query.
- createEntityManager() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- createEntityManager(Map) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
Creates and configures a entity manager with the given properties.
- createEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- createEntityManager(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Return an entity manager with the provided additional configuration
settings.
- createEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
-
- createEntityManager(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
-
- createEntityManagerFactory(String, String) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
- createEntityManagerFactory(String, String, Map) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Returns a new
OpenJPAEntityManagerFactory
specified by
name
in an XML configuration file at the resource location
resource
, applying the properties specified in
map
as overrides.
- createEntityManagerFactory(String, Context) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Returns the EntityManagerFactory
at the JNDI location specified
by jndiLocation
in the context context
.
- createEntityManagerFactory(String, String, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
Loads the entity manager specified by name
, applying
the properties in m
as overrides to the properties defined
in the XML configuration file for name
.
- createEntityManagerFactory(String, Map) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
- createEntry(int, Object, Object, ConcurrentHashMap.Entry) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
-
- createExtent(Class<T>, boolean) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createExtent(Class<T>, boolean) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return an extent of the given class, optionally including subclasses.
- createFactory(BCClass) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Create a stub factory instance for the given class.
- createForeignKey(MetaDataContext, String, List<Column>, MappingInfo.ForeignKeyDefaults, Table, ClassMapping, ClassMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Retrieve/create a foreign key (possibly logical) on the given columns
by merging the given template information with any user-provided
information.
- createIdentityColumn - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
If true, then whenever the schematool
creates a
table, it will append an additional IDENTITY column to the
table's creation SQL.
- createImageIcon(String) - Static method in class openbook.client.Images
-
Returns an ImageIcon, or null if the path was invalid.
- createIndex(MetaDataContext, String, Index, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Retrieve/create an index on the given columns by merging the given
template information with any user-provided information.
- createIndex(Index, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given index to the database schema.
- createIndex(Index, Table, Unique[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
- createIndexIfNecessary(Schema, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Create an index if necessary for some database tables
- createIndexIfNecessary(Schema, DBIdentifier, Column) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- createIndexIfNecessary(Schema, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- createIndexIfNecessary(Schema, DBIdentifier, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- createInstance(Class<T>) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createInstance(Class<T>) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Create a new instance of type cls
.
- createInverseRelations(StoreContext, Object, Object, FieldMetaData, FieldMetaData[]) - Method in class org.apache.openjpa.kernel.InverseManager
-
Create the inverse relations for all the given inverse fields.
- createMessage(RemoteCommitEvent) - Method in class org.apache.openjpa.event.JMSRemoteCommitProvider
-
Returns a new Message
to send to the topic.
- createNamedQuery(String, Class<T>) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createNamedQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createNamedQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- createNativeQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createNativeQuery(String, Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createNativeQuery(String, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createNativeQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- createNativeQuery(String, Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- createNativeQuery(String, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- createNClob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createNClob() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- 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
- createOptions() - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
- createPersistenceUnit() - Method in class org.apache.openjpa.persistence.jest.JESTServlet
-
- createPrimaryKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- createQuery(Class<T>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
Create a Criteria query object with the specified result type.
- createQuery() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- createQuery() - Method in interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String, Class<T>) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createQuery(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createQuery(String, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createQuery(Query) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- createQuery(CriteriaQuery<T>) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
Create a query from the given CritriaQuery.
- createQuery(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- createQuery(Query) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Create a new query from the given one.
- createQuery(String, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Create a new query in the given language.
- createQueryDefinition(String) - Method in interface org.apache.openjpa.persistence.query.OpenJPAQueryBuilder
-
Create a QueryDefinition from the given JPQL String.
- createQueryDefinition(Query) - Method in interface org.apache.openjpa.persistence.query.OpenJPAQueryBuilder
-
Create a QueryDefinition from the given OpenJPA Query instance.
- createQueryDefinition() - Method in interface org.apache.openjpa.persistence.query.QueryBuilder
-
Create an uninitialized query definition object.
- createQueryDefinition(Class) - Method in interface org.apache.openjpa.persistence.query.QueryBuilder
-
Create a query definition object with the given root.
- createQueryDefinition() - Method in class org.apache.openjpa.persistence.query.QueryBuilderImpl
-
Creates a QueryDefinition without a domain.
- createQueryDefinition(Class) - Method in class org.apache.openjpa.persistence.query.QueryBuilderImpl
-
Creates a QueryDefinition with given class as domain.
- createQueryDefinition(String) - Method in class org.apache.openjpa.persistence.query.QueryBuilderImpl
-
- createQueryDefinition(Query) - Method in class org.apache.openjpa.persistence.query.QueryBuilderImpl
-
- createRenderer(CommandProcessor, File) - Method in class openbook.tools.converter.Java2HTMLConverter
-
- createRenderer(CommandProcessor, File) - Method in class openbook.tools.converter.Java2TextConverter
-
- createRenderer(CommandProcessor, File) - Method in class openbook.tools.converter.SourceRenderer
-
- createSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given sequence to the database schema.
- createSequenceSQL - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- createSequenceSQLFB15 - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- createSequenceSQLFB20 - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- createSQLXML() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createSQLXML() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createStatement(boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
-
- createStatement(int, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
-
- createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
-
- createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
-
- createStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
Create a statement, with the option of not wrapping it in a
DelegatingStatement
, which is the default.
- createStatement(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
Create a statement, with the option of not wrapping it in a
DelegatingStatement
, which is the default.
- createStatement(int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createStatement(int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- createStatement(int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- createStatement() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createStatement(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createStatement(int, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createStruct(String, Object[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- createStruct(String, Object[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- createSubqueryDefinition(PathExpression) - Method in interface org.apache.openjpa.persistence.query.QueryBuilder
-
Create a query definition object whose root is derived from a domain
object of the containing query.
- createSubqueryDefinition(PathExpression) - Method in class org.apache.openjpa.persistence.query.QueryBuilderImpl
-
Creates a QueryDefinition that can be used a correlated subquery
with the given path as domain.
- createTable(MetaDataContext, MappingInfo.TableDefaults, String, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Deprecated.
- createTable(MetaDataContext, MappingInfo.TableDefaults, DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
- createTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Add the given table to the database schema.
- createTupleQuery() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
Create a Criteria query object that returns a tuple of
objects as its result.
- createTupleQuery() - Method in interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createType1() - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
-
- createUnique(MetaDataContext, String, Unique, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Retrieve/create a unique constraint on the given columns by merging the
given template information with any user-provided information.
- createURL(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
- createVariable(String, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
- creator() - Method in class openbook.tools.parser.JavaParser
-
- CriteriaBuilderImpl - Class in org.apache.openjpa.persistence.criteria
-
Factory for Criteria query expressions.
- CriteriaBuilderImpl() - Constructor for class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- CriteriaExpressionVisitor - Interface in org.apache.openjpa.persistence.criteria
-
A visitor for Criteria Expression nodes.
- CriteriaExpressionVisitor.AbstractVisitor - Class in org.apache.openjpa.persistence.criteria
-
An abstract implementation that can detect cycles during traversal.
- CriteriaExpressionVisitor.AbstractVisitor() - Constructor for class org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.AbstractVisitor
-
- CriteriaExpressionVisitor.ParameterVisitor - Class in org.apache.openjpa.persistence.criteria
-
A visitor to register Parameter expression of a query.
- CriteriaExpressionVisitor.ParameterVisitor(CriteriaQueryImpl<?>) - Constructor for class org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.ParameterVisitor
-
- CriteriaExpressionVisitor.TraversalStyle - Enum in org.apache.openjpa.persistence.criteria
-
- crossJoin(Table, Table) - Method in interface org.apache.openjpa.jdbc.sql.Joins
-
Perform a cross join on the given tables.
- crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- crossJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- CSS_ANNOTATION - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_COMMENT - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_CUSTOM - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
The CSS named styles.
- CSS_DECIMAL - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_ENUM - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_KEYWORD - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_LINE_NO - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- CSS_LITERAL - Static variable in class openbook.tools.converter.HTMLTokenRenderer
-
- ctx - Variable in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- ctx() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- ctx() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the JPQL query context of this select
- ctx() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- 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() - Method in class org.apache.openjpa.kernel.exps.QueryExpressions
-
Returns the current JPQL query context.
- ctx - Variable in class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
-
- curChar - Variable in class org.apache.openjpa.kernel.jpql.JPQLTokenManager
-
- currencyFormatter - Static variable in class openbook.util.JSPUtility
-
Converts the given number in currency format.
- current - Variable in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingSeq
-
- current(StoreContext, ClassMetaData) - Method in interface org.apache.openjpa.kernel.Seq
-
Return the current value of the sequence, or null if not available.
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.TimeSeededSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDHexSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDStringSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4HexSeq
-
- current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.kernel.UUIDType4StringSeq
-
- current() - Method in interface org.apache.openjpa.persistence.Generator
-
The current sequence value, or null if the sequence does not
support current values.
- current() - Method in class org.apache.openjpa.persistence.GeneratorImpl
-
- CURRENT_DATE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- CURRENT_DIRECTORY - Static variable in class openbook.tools.converter.SourceRenderer
-
- 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.
- currentBackupFile() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
The backup file made for the current file being parsed.
- currentClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Return the class loader to use when resolving resources and loading
classes.
- currentClassName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
Return the current class being parsed; the returned name will
be fully qualified.
- currentComments() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Array of comments for the current node, or empty array if none.
- currentDate() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- currentDate() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- currentDate() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Create an Expression corresponding to the current date on the database
server at the time of query execution.
- currentDate() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- currentDateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- currentDepth() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Return the parse depth.
- currentElement() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Return the current element being parsed.
- currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
Return the current sequence object.
- currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- currentLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Return the current location within the source file.
- currentPackage() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
Return the current package being parsed.
- currentParent() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Return the tag of the current parent element.
- currentQuery() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns the current string being parsed; used for error messages.
- currentQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- currentStrategy() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- currentText() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Return the text value within the current node.
- currentTime() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- currentTime() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- currentTime() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Create an Expression corresponding to the current time on the database
server at the time of query execution.
- currentTime() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- CurrentTimeExpression - Class in org.apache.openjpa.persistence.query
-
Denotes CURRENT_TIME(), CURRENT_DATE() and CURRENT_TIMESTAMP() expressions.
- CurrentTimeExpression(Class) - Constructor for class org.apache.openjpa.persistence.query.CurrentTimeExpression
-
- currentTimeFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- currentTimestamp() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- currentTimestamp() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- currentTimestamp() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Create an Expression corresponding to the current timestamp on the
database server at the time of query execution.
- currentTimestamp() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- currentTimestampFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Override this method to customize flushing this mapping.
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- Customer - Class in openbook.domain
-
A persistent entity represents a Customer.
- Customer() - Constructor for class openbook.domain.Customer
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Override this method to customize flushing this mapping.
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
This method is for class mappings that take over the insert
process, but still want to use this indicator for optimistic locking.
- customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- customize(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- customize(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- customize(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Customize the given class information produced by the reverse mapping
tool.
- customize(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Customize the given field information produced by the reverse mapping
tool.
- customizer - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- customizerClass - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
-
- customizerProperties - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
-
- customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
-
Implement this method to customize obtaining a result containing all
instances of this class.
- customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
-
Implement this method to load the state of a given object, without
a previous
Result
.
- customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
-
Implement this method to customize loading from a
Result
into an instance.
- customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
- customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
- customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Override this method to customize flushing this mapping.
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- customUpdate(OpenJPAStateManager, JDBCStore, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
This method is for class mappings that take over the update
process, but still want to use this indicator for optimistic locking.
- customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- GE() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- GE - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- ge(Expression<? extends Number>, Number) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- 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
-
- generalCase() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- generalCase() - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Create an empty general case expression.
- generalCase() - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- GENERALCASE_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- GeneralCaseExpression - Class in org.apache.openjpa.jdbc.kernel.exps
-
General case expression.
- GeneralCaseExpression(Exp[], Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
Constructor.
- generalCaseExpression(Expression[], Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.GeneralException
-
- GeneralException(Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
-
- GeneralException(Localizer.Message, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
-
- GeneralException(String, Throwable) - Constructor for exception org.apache.openjpa.util.GeneralException
-
- generateAnnotations - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- generateClass(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Generate a new class with the given name.
- generateCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Writes the generated code to the proper directory.
- GeneratedClasses - Class in org.apache.openjpa.util
-
Utility methods when generating classes, including at runtime.
- GeneratedClasses() - Constructor for class org.apache.openjpa.util.GeneratedClasses
-
- generatedKeyAlwaysReturned() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- generateFieldValue(StoreContext, FieldMetaData) - Static method in class org.apache.openjpa.util.ImplHelper
-
Generate a value for the given metadata, or return null.
- generateForeignKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateForeignKeys(DBIdentifier, DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generate foreign key information for the given schema.
- generateForeignKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generates table foreign keys.
- generateForeignKeys(DBIdentifier, DBIdentifier, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
- generateIdentityValue(StoreContext, ClassMetaData, int) - Static method in class org.apache.openjpa.util.ImplHelper
-
Generate a value for the given metadata, or return null.
- generateIndexes(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateIndexes(DBIdentifier, DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generate index information for the given schema.
- generateIndexes(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateIndexes(DBIdentifier, DBIdentifier, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
- 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.
- generatePrimaryKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generatePrimaryKeys(DBIdentifier, DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generate primary key information for the given schema.
- generatePrimaryKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generatePrimaryKeys(DBIdentifier, DBIdentifier, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
- generateProxyBeanBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a bean proxy for the given type.
- generateProxyCalendarBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a calendar proxy for the given type.
- generateProxyCollectionBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a collection proxy for the given type.
- generateProxyDateBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a date proxy for the given type.
- generateProxyMapBytecode(Class, boolean) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Generate the bytecode for a map proxy for the given type.
- generateSchema(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateSchema(DBIdentifier, DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Add a fully-constructed
Schema
matching the given database
schema to the current group.
- generateSchemas() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generate all schemas set in the configuration.
- generateSchemas(String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateSchemas(DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Generate the schemas and/or tables named in the given strings.
- generateSequences(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateSequences(DBIdentifier, DBIdentifier, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
- generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Generate the SQL for this row; the result of this method is cached.
- generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
-
- generateStorage(int[], Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Generate a generic
DynamicStorage
instance with the given
array of
JavaTypes
constants and the given object as
the user key for generation.
- generateTables(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Deprecated.
- generateTables(DBIdentifier, DBIdentifier, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Adds all tables matching the given name pattern to the schema.
- Generator - Interface in org.apache.openjpa.persistence
-
Represents a store sequence.
- GeneratorImpl - Class in org.apache.openjpa.persistence
-
Represents a store sequence.
- GeneratorImpl(Seq, String, StoreContext, ClassMetaData) - Constructor for class org.apache.openjpa.persistence.GeneratorImpl
-
Constructor; supply delegate.
- GenericConfigurable - Interface in org.apache.openjpa.lib.conf
-
Implementations of this interface may perform additional
generic configuration with any key-value pairs that cannot be set
into the object via the normal
Options.setInto(java.lang.Object)
means.
- genericMethodOrConstructorDecl() - Method in class openbook.tools.parser.JavaParser
-
- genericMethodOrConstructorRest() - Method in class openbook.tools.parser.JavaParser
-
- GenericResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
-
Object provider implementation wrapped around a generic
Result
.
- GenericResultObjectProvider(Class<?>, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
-
Constructor.
- GenericResultObjectProvider(ClassMapping, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
-
Constructor.
- get(Object) - Method in class jpa.tools.swing.IndexedMap
-
- get(ConfigurationProvider) - Static method in class org.apache.openjpa.conf.BrokerFactoryValue
-
Extract the value of this property if set in the given provider.
- get(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
- get(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- get(Object) - Method in interface org.apache.openjpa.datacache.DataCache
-
Return the cached object for the given oid.
- get(Object) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
- get(QueryKey) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
-
- get(QueryKey) - Method in interface org.apache.openjpa.datacache.QueryCache
-
Return a list of oids for the given query key.
- get(int) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
-
- get(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- get(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- get(FieldMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- get(FieldMetaData, XMLMetaData) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- get(XMLMetaData, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- get(ClassMapping, FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Gets the finder query for the given mapping.
- get(String) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- get(Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
-
Return a default foreign key for the given tables, or null to
create a logical foreign key only.
- get(Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.TableDefaults
-
Deprecated.
- get(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
- get(int) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- get(int) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- 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, XMLMetaData) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
- get(XMLMetaData, String) - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
- get(FieldMetaData, boolean) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the given field of the current object, and update
the current object to that field value.
- get(FieldMetaData, XMLMetaData) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the given field that maps to xml column, and update
the current object to that field value.
- get(XMLMetaData, String) - Method in interface org.apache.openjpa.kernel.exps.Path
-
Traverse into the gevin xpath name of the current object, and update
the current object to that xpath field.
- get(K, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Get the FinderQuery for the given key.
- get(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Get the PreparedQuery with the given identifier if it exists. null
otherwise.
- get(int) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- get() - Method in class org.apache.openjpa.lib.conf.BooleanValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.DoubleValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.FileValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.IntValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.StringListValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.StringValue
-
The internal value.
- get() - Method in class org.apache.openjpa.lib.conf.Value
-
Get the actual data stored in this value.
- get(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- get(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- get(int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
-
- get(int) - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for this key.
- get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Returns the value to which this HashMap maps the specified key.
- get(String) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- get(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- get(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string for the given key.
- get(String, Object, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string for the given key.
- get(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- get(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- get(String) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Derives a path from this path by navigating through the given field.
- get(String) - Method in interface org.apache.openjpa.persistence.query.PathExpression
-
Return a path expression corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in class org.apache.openjpa.persistence.TupleImpl
-
- get(String, Class<X>) - Method in class org.apache.openjpa.persistence.TupleImpl
-
- get(String) - Method in class org.apache.openjpa.persistence.TupleImpl
-
- get(int, Class<X>) - Method in class org.apache.openjpa.persistence.TupleImpl
-
- get(int) - Method in class org.apache.openjpa.persistence.TupleImpl
-
- get(Object) - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- get(Object, FieldMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return the given primary key field value from the given oid.
- get(Object) - Method in class org.apache.openjpa.util.CacheMap
-
- get(int) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- get(int) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- get(int) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getAbsoluteFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.getAbsoluteFile().
- getAbsolutePathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.getAbsolutePath().
- getAccessPath() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return the recorded query access path.
- getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getAccessPathMetaDatas(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getAccessPathMetaDatas() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the classes that affect this query.
- getAccessPathMetaDatas() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getAccessPathMetaDatas(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return an array of all persistent classes used in this query, or
empty array if unknown.
- getAccessType() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to use field or property-based access on generated code.
- getAccessType() - 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.jdbc.meta.MappingTool
-
The action supplied on construction.
- getAction(String) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the foreign key action constant for the given action name.
- getAction() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
The action supplied on construction.
- getAction() - Method in interface org.apache.openjpa.jdbc.sql.Row
-
Return the action for this row.
- getAction() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- getAction() - Method in class org.apache.openjpa.kernel.InverseManager
-
Return the action constant to use during relationship checking.
- getAction() - Method in class org.apache.openjpa.meta.MetaDataTool
-
The action supplied on construction.
- getAction(String) - Static method in class org.apache.openjpa.persistence.jest.JESTContext
-
Gets the action from the given path.
- getActionName(int) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the foreign key action name for the given action constant.
- getActiveSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the active slice identifiers.
- getActiveSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the name of the active slices.
- getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to add the given column to
its table.
- getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getAddDefaultConstructor() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
A boolean indicating whether the enhancer should add a no-args
constructor if one is not already present in the class.
- getAdded() - Method in class org.apache.openjpa.util.AbstractChangeTracker
-
- getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- getAdded() - Method in class org.apache.openjpa.util.AbstractLRSProxyMap
-
- getAdded() - Method in interface org.apache.openjpa.util.ChangeTracker
-
Return the collection of values that need to be added to the managed
container.
- getAddExplicitSpace() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Affirms if explicit
will be added at the HTML output.
- getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to add the given foreign key to
its table.
- getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- getAdditionalBeanInfo() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getAddLineBreak() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Affirms if explicit line break (carriage return and line feed) will be added
at the HTML output.
- getAddNullIndicator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to add a synthetic null indicator column to embedded mappings
by default.
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to add the given primary key to
its table.
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getAddWhitespaceAfterDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
If set to true
, this properties object will add a
space after the delimiter character(if the delimiter is not
the space character).
- getAfterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return {#getLinesBetweenSections} + 1 new line characters.
- getAggregateListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
-
- getAggregateListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
-
- getAggregateListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
-
Return the function listener for the given tag, or null if none.
- getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the filter listener for the given tag, or null.
- getAggregateListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getAggregateListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
-
Return the standard filter listener for the given tag, or null.
- getAggregateListener(String) - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- 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
-
- getAggregateListeners() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getAggregateListeners() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getAggregateListeners() - Method in interface org.apache.openjpa.kernel.QueryContext
-
The set of aggregate listeners.
- getAggregateListeners() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getAlias() - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Return the alias of this strategy.
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
-
- getAlias() - Method in class org.apache.openjpa.jdbc.meta.Version
-
- getAlias(Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
Returns the alias of a given id.
- getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getAlias() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getAlias(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getAlias() - Method in 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 interface org.apache.openjpa.kernel.StoreQuery.Executor
-
If this is not a projection but the candidate results are placed
into a result class with an alias, return that alias.
- getAlias1() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getAlias2() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getAliases(boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
A list representation of the aliases, in select order, with
AS aliases present.
- getAliases() - Method in class org.apache.openjpa.lib.conf.Value
-
Aliases for the value in the form key1, value1, key2, value2, ...
- getAliasHint(AliasContext) - Method in class org.apache.openjpa.persistence.query.CaseExpressionImpl
-
- getAliasHint(AliasContext) - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- getAliasHint(AliasContext) - Method in class org.apache.openjpa.persistence.query.OperatorPath
-
- getAliasHint(AliasContext) - Method in class org.apache.openjpa.persistence.query.RootPath
-
- getAliasHint(AliasContext) - Method in interface org.apache.openjpa.persistence.query.Visitable
-
Gets the hint to be used while creating alias.
- getAliasList() - Method in class org.apache.openjpa.lib.conf.StringListValue
-
- 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.jdbc.kernel.NativeJDBCSeq
-
- getAllocate() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Return the number of sequences to allocate for each update of the
sequence table.
- getAllocate() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
The sequence's cache size.
- getAllocate() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Sequence values to allocate, or -1 for default.
- getAllowCompaction() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getAllowDuplicates() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
If set to true
, duplicate properties are allowed, and
the last property setting in the input will overwrite any previous
settings.
- 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.
- getAllowsUnregisteredOption() - Method in class openbook.tools.CommandProcessor
-
- getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return any 'all row' deletes.
- getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getAllRows(Table, int) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
-
Return a logical row representing an update that should be made to
all rows of the given table.
- getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
- getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return any 'all row' updates.
- getAlterSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getAnchorLineNumber() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Affirms if an anchor will be created on every line.
- getAnchorsInFile(File) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- getAnchorsInFile(File) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a List of all the anchors defined in file
.
- getAnchorsInFile(File) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getAnchorsInResource(String) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- getAnchorsInResource(String) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a List of all the anchors defined in
resource
.
- getAnchorsInResource(String) - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getAnnotationAction(AnnotatedElement, Class<T>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedAction object for
AnnotatedElement.getAnnotation().
- getAnnotationParser() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
Return metadata parser, creating it if it does not already exist.
- getAnnotationParser() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
The annotation parser.
- getAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for AnnotatedElement.getAnnotations().
- getAnnotationsForMeta(Object) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Returns a list of stringified annotations for specified meta.
- getAnnotationValue(Element, Class<? extends Annotation>) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Gets the value of the given annotation, if present, in the given
declaration.
- getAnnotationValue(Element, Class<? extends Annotation>, String) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Gets the value of the given attribute of the given annotation, if
present, in the given declaration.
- getArgument(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
-
Get the value of this command's argument of the given name.
- getArguments() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
-
Get this command's arguments.
- getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getArray(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getArray(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getArray(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getArray(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getArray(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getAscending(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getAscending(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the ordering direction for all ordering clauses, or empty
array if none.
- getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getAsciiStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getAsciiStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getAsciiStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getAsciiStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getAsciiStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getAsciiStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getAsciiStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getAssertAllowedType() - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Whether to perform runtime checks to ensure that all elements
added to collection and map proxies are the proper element/key/value
type as defined by the metadata.
- getAssociatedEvent() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the associated
JDBCEvent
for this event.
- getAssociationType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getAttribute() - Method in class jpa.tools.swing.AttributeView
-
- getAttribute(int) - Method in class jpa.tools.swing.EntityDataModel
-
Gets the attribute at a given column index.
- getAttribute(String, Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name and Java type.
- getAttribute(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name of any type.
- getAttributeCategory(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
Gets a ordinal value of enumerated persistent attribute category.
- getAttributeOverrideField(String, FieldMapping, ClassMapping) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- getAttributes(EntityType<T>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getAttributes(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getAttributes() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
The current attributes.
- getAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns all the attributes of the managed type including attributes of the super type.
- getAttributesInOrder(Class<?>, Metamodel) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- getAttributesInOrder(ClassMetaData, Metamodel) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- getAttributesInOrder(ManagedType<?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
Gets the attributes of the given type in defined order.
- getAttributeType(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getAttributeTypeCode(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getAttributeTypeName(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
Gets name of the attribute type.
- 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
-
- getAuthors() - Method in class openbook.domain.Book
-
- getAutoAssignColNames(Column[], RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
-
- getAutoAssignColumns(RowImpl) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
-
- getAutoAssignedColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return this table's auto-assigned columns.
- getAutoClear() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether instances clear their state when entering a transaction.
- getAutoClear() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getAutoClear() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether objects clear when entering transactions.
- getAutoClear() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getAutoClear() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getAutoClear() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getAutoClear() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to clear state when entering a transaction.
- getAutoClearConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getAutoClearConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
-
Whether auto commit should be on.
- getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getAutoCommit() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getAutoDetach() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
A comma-separated list of events which trigger auto-detachment
in place of managed states.
- getAutoDetach() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getAutoDetach() - Method in interface org.apache.openjpa.kernel.Broker
-
Bit flags marked in
AutoDetach
which indicate when persistent
managed objects should be automatically detached in-place.
- getAutoDetach() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getAutoDetach() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getAutoDetach() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getAutoDetach() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
AutoDetachType
values which indicate when persistent
managed objects should be automatically detached in-place.
- getAutoDetachConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getAutoDetachConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getAutoDistinct() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
Whether to automatically make results distinct when relational joins
would otherwise introduce duplicates.
- getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getAutoGenSeqName(Column) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- 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
.
- getAvailableSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the available slice identifiers irrespective of their status.
- getAvailableSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the name of the available slices.
- getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Gets the backing member of the given field.
- getBackingMember() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getBackingMember(FieldMetaData) - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Return the backing member for the given field metadata.
- getBackingMember(FieldMetaData) - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getBase() - Method in class org.apache.openjpa.meta.InheritanceComparator
-
- getBaseClassStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default base class strategy alias.
- getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBaseMapping() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
If this is the result of a UNION used to select a hierarchy of
mappings, the base mapping represented by the current row.
- getBaseName() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns the base name of this qualified name.
- getBatchedRows() - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
-
- getBatchedSql() - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
-
- getBatchFetchSize(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getBatchFetchSize(int) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getBatchFetchSize(int) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getBatchLimit() - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
-
- getBatchLimit() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Return the batch limit.
- getBatchLimit() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the batchLimit
- getBatchUpdateCount(PreparedStatement) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return batched statements update success count
- getBatchUpdateCount(PreparedStatement) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getBCClassFieldsAction(BCClass, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for BCClass.getFields().
- getBeanDescriptor() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getBeanProperty(String) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Gets a bean-style property name from the given key.
- 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.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getBi1ToMElemFK() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getBi1ToMJoinFK() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getBi_1ToM_JoinTableField(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getBi_1ToM_JTField() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getBi_MTo1_JoinTableField(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getBi_MTo1_JTField() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigDecimal(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBigDecimal(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getBigDecimal(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
Deprecated.
use getBigDecimal(int parameterIndex)
or
getBigDecimal(String parameterName)
- getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBigDecimal(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigInteger(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBigInteger(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getBigInteger(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBinaryStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBinaryStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getBinaryStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getBinaryStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBinaryStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBinaryStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBinaryStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBindableJavaType() - Method in class org.apache.openjpa.persistence.meta.Members.KeyAttributeImpl
-
- getBindableJavaType() - Method in class org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl
-
Returns the bindable Java type of this attribute.
- getBindableJavaType() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Returns the bindable Java type of this attribute.
- getBindableJavaType() - Method in class org.apache.openjpa.persistence.meta.Types.Entity
-
Return the Java type of the represented object.
- getBindableType() - Method in class org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl
-
Returns the bindable category of this attribute.
- getBindableType() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Categorizes bindable type represented by this attribute.
- getBindableType() - Method in class org.apache.openjpa.persistence.meta.Types.Entity
-
Return the bindable type of the represented object.
- getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBlob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBlob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getBlob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBlob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBlob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBlobAsObject() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to reverse-map blob columns as containing serialized Java
objects, rather than the default of using a byte[] field.
- getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getBook() - Method in class openbook.domain.Inventory
-
Gets the Book that this inventory represents.
- getBook() - Method in class openbook.domain.LineItem
-
Gets the Book for this line item.
- getBooks() - Method in class openbook.domain.Author
-
- getBoolean(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the boolean at the given index.
- getBoolean(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getBoolean(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBoolean(ResultSet, int) - Method in interface org.apache.openjpa.jdbc.sql.BooleanRepresentation
-
Read the boolean from the given ResultSet
- getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.BooleanBooleanRepresentation
-
- getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.Int10BooleanRepresentation
-
- getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.StringBooleanRepresentation
-
- getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBoolean(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getBoolean(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBoolean(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBoolean(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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.
- getBooleanFromResultSet(ResultSet, String, String) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
Helper method obtains a boolean value from a given column in a ResultSet.
- getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBooleanProperty(String, String, boolean) - Method in class org.apache.openjpa.lib.util.Options
-
- getBooleanProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a boolean, or false if
it does not exist and has no set default.
- getBooleanProperty(String, boolean) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a boolean, or the given
default if it does not exist.
- getBooleanRepresentation() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getBoundParameterKeys() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the parameter keys bound with this query.
- getBraceAtSameTabLevel() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Whether to place braces at the same tab level as the code within
the block.
- getBraceOnSameLine() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Whether to place opening braces on the same line as the
block declaration, or on the next line.
- getBroker(PersistenceCapable) - Method in class org.apache.openjpa.kernel.AuditManager
-
Extracts the broker from the given persistence capable instance.
- getBroker() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getBroker() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getBroker() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
- getBroker() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getBroker() - Method in interface org.apache.openjpa.kernel.Extent
-
The broker that generated the extent.
- getBroker() - Method in class org.apache.openjpa.kernel.ExtentImpl
-
- getBroker() - Method in class org.apache.openjpa.kernel.OpenJPASavepoint
-
Return the Broker associated with this savepoint.
- getBroker() - Method in interface org.apache.openjpa.kernel.Query
-
The broker that generated this query.
- getBroker() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getBroker() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the broker for this context, if possible.
- getBroker() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
Broker delegate.
- getBroker() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- getBroker() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getBroker() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getBroker() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getBroker() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getBroker() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Get the broker that is used to service this proxy.
- getBroker() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getBroker() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getBrokerFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getBrokerFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getBrokerFactory() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
-
- getBrokerFactory() - Static method in class org.apache.openjpa.kernel.Bootstrap
-
Return a pooled factory for the default configuration.
- getBrokerFactory(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.kernel.Bootstrap
-
Return a pooled factory for the given configuration.
- getBrokerFactory() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the factory that produced this broker.
- getBrokerFactory() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getBrokerFactory() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getBrokerFactory() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
Delegate.
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getBrokerFactory() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getBrokerFactoryEventManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getBrokerFactoryEventManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getBrokerImpl() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin string of the
BrokerImpl
extension to create.
- getBrokerImpl() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getBuffer() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return the internal code buffer.
- getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
-
- getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
-
- getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
-
- getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
-
- getBulkUpdateValues() - Method in class org.apache.openjpa.jdbc.meta.Version
-
- getBulkUpdateValues() - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
-
- getBundleClassLoader() - Static method in class org.apache.openjpa.persistence.osgi.BundleUtils
-
- getBundleClassLoader() - Static method in class org.apache.openjpa.persistence.osgi.PersistenceActivator
-
- getByNameAction(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for InetAdress.getByName().
- getByte(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the byte at the given index.
- getByte(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getByte(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getByte(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getByte(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getByte(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getByte(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBytecodeWriter() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
- getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBytes(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBytes(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getBytes(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getBytes(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getBytes(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBytes(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getCache() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
-
Return the
QueryCache
that this object is associated with.
- 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
-
- getCache() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getCacheableData(Object) - Method in interface org.apache.openjpa.conf.CacheMarshaller.ValidationPolicy
-
- 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.
- getCachedQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Return the cached query result mapping with the given name, or null if
none.
- getCachedSequenceMetaData(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the cached a sequence metadata for the given name.
- getCachedXMLMetaData(Class<?>) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the cached XMLClassMetaData for the given class Return null if none.
- 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
-
- getCacheRetrieveMode() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Gets the current retrieve mode for data cache.
- getCacheRetrieveMode() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- 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.jdbc.kernel.PreparedQueryCacheImpl
-
- 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
-
- getCacheStoreMode() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Gets the current storage mode for data cache.
- getCacheStoreMode() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCalendar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getCalendar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getCalendar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getCallbackMethod() - Method in class org.apache.openjpa.event.MethodLifecycleCallbacks
-
The callback method.
- getCallbackMode() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
- getCallbackMode() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
What to do on lifecycle callback exceptions.
- getCallbackMode() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- 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
-
- getCanDelimit() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getCandidate() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
Return the subquery candidate type.
- getCandidateAlias() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- getCandidateAlias() - Method in interface org.apache.openjpa.kernel.exps.Subquery
-
Return the candidate alias for this subquery.
- getCandidateCollection() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getCandidateCollection() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the candidate collection, or null
if an
extent was specified instead of a collection.
- getCandidateCollection() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getCandidateCollection() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Return the candidate collection, or null
if an
extent was specified instead of a collection.
- getCandidateCollection() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getCandidateExtent() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getCandidateExtent() - Method in interface org.apache.openjpa.kernel.Query
-
Return the candidate extent, or null
if a
collection was specified instead of an extent.
- getCandidateExtent() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getCandidateMetaData(JPQLExpressionBuilder.JPQLNode) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getCandidateType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
The result candidate class.
- getCandidateType() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getCandidateType() - Method in class org.apache.openjpa.kernel.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.
- getCandidateTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
Candidate mapping.
- getCandidateTypeName() - Method in class org.apache.openjpa.datacache.QueryKey
-
Returns the candidate class name for this query.
- getCanonicalPathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for f.getCanonicalPath().
- getCascadeAttach() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getCascadeAttach() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Cascade behavior for attach operation.
- getCascadeAttach() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getCascadeDelete() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getCascadeDelete() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Cascade behavior for delete operation.
- getCascadeDelete() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- 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.
- getCaseOperand() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getCastFunction(Val, String) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Return the correct CAST function syntax
- getCastFunction(Val, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Return the correct CAST function syntax
- getCastFunction(Val, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Attach CAST to the current function if necessary
- getCastFunction(Val, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the correct CAST function syntax.
- getCatalog() - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary.SybaseConnection
-
- getCatalog() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getCatalog() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
- getCatalog() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getCatalogNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the catalog name that will be used for obtaining information
from
DatabaseMetaData
.
- getCatalogNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the catalog name that will be used for obtaining information
from
DatabaseMetaData
.
- getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getCatalogSeparator() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getCatalogTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getCause() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- getCause() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- getCause() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- getCause() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- getCause() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- getCause() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- getCause() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- getCause() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- getCause() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- getCause() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- getCause() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- getCause() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- getCause() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- getCause() - Method in interface org.apache.openjpa.util.ExceptionInfo
-
- getCause() - Method in exception org.apache.openjpa.util.OpenJPAException
-
- getCellEditor(int, int) - Method in class jpa.tools.swing.EntityTable
-
- getCellRenderer(int, int) - Method in class jpa.tools.swing.EntityTable
-
Gets the special renderer for single- and multi-valued association.
- 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.DelayedArrayListProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getChangeTracker() - Method in class org.apache.openjpa.util.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.
- getChannel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
-
- getChar(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the char at the given index.
- getChar(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getChar(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getChar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getChar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getChar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCharacterStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getCharacterStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getCharacterStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getCharacterStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getCharacterStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getCharacterStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- 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.
- getChildren() - Method in class relations.Deity
-
- getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getClass(JDBCStore, ClassMapping, Result) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
-
Return the class for the current result row.
- getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
-
- getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
Convert the given discriminator value to the corresponding class.
- getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
- getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
-
- getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
-
- getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
-
- getClassAnnotations() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return class-level annotations.
- getClassAttributeName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The attribute of the class element that holds the name, or null to
use the element text.
- getClassAttributeName() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getClassCode() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return a code template for the given class, or null to use the standard
system-generated Java code.
- getClassCode(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getClassCode(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return a code template for the given class, or null to use the standard
system-generated Java code.
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
-
Return SQL to limit the classes selected as much as possible to the
given base class, and optionally its subclasses.
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
-
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
-
- getClassConditions(Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
-
- getClassElementDepth() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The depth of the class element.
- getClassElementDepth() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getClassFile(Class) - Static method in class org.apache.openjpa.lib.util.Files
-
Return the class file of the given class, or null if the
class is in a jar.
- getClassLoader() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Classloader for loading driver class, etc.
- getClassLoader() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getClassLoader() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getClassLoader() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getClassLoader() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns the class loader that should be used for resolving
class names (in addition to the resolver in the query).
- getClassLoader() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getClassLoader() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the current thread's class loader at the time this context
was obtained.
- getClassLoader() - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Return the classloader to use.
- getClassLoader() - Method in class org.apache.openjpa.lib.meta.ClassArgParser
-
The class loader with which to load parsed classes.
- getClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Classloader to use for class name resolution.
- getClassLoader(int) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Return the class loader at the given index.
- getClassLoader() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getClassLoader() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the current thread's class loader at the time this entity
manager was obtained from the factory.
- getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl.ClassResolverImpl
-
- getClassLoader() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getClassLoader(Class<?>, ClassLoader) - Method in interface org.apache.openjpa.util.ClassResolver
-
Return a class loader that can be used to load classes and resources.
- getClassLoader(Class<?>, ClassLoader) - Method in class org.apache.openjpa.util.ClassResolverImpl
-
- getClassLoader(Class, ClassLoader) - Method in class org.apache.openjpa.util.MultiLoaderClassResolver
-
- getClassLoaderAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getClassloader().
- getClassLoaders() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Return an array of all contained class loaders.
- getClassMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is a path to a persistent object, return its class mapping,
else return null.
- getClassMapping(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Return the owning mapping.
- getClassMapping(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the class mapping for the given table, or null if none.
- getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Return the owning mapping.
- getClassMetaData() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Returns the stored ClassMetaData
- getClassMetaData() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Returns the stored ClassMetaData
- getClassName(Object) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return a class name to use for the given user key.
- getClassName(Object) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
- getClassName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
The described class name.
- getClassName(Table, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getClassName(Table, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return the fully-qualified class name to generate for the given table.
- getClassName(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return the class name from the given plugin string, or null if none.
- getClassName() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
The plugin class name.
- getClassName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
Returns the given class name, stripping the package if it is not needed.
- getClassNames() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
The plugin class names.
- getClasspathElements() - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
This function retrieves the injected classpath elements for the current mojo.
- getClasspathElements() - Method in class org.apache.openjpa.tools.maven.OpenJpaTestEnhancerMojo
-
This function overloads AbstractOpenJpaMojo#getClasspathElements()
to return the test
classpath elements.
- 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
-
- getClassResolverInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getClauseIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
- 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.jdbc.kernel.JDBCStoreManager
-
- getClientConnection() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- getClientConnection() - Method in interface org.apache.openjpa.kernel.StoreManager
-
Return a connection to the data store suitable for client use.
- getClientInfo() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getClientInfo(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getClientInfo() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getClientInfo(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getClientInfoProperties() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getClob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getClob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getClob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getClob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getClob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getCloseBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Close brace string.
- getCloseConnection() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
Whether to close the backing connection when this result is closed.
- getCloseOnManagedCommit() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether to close the broker when the managed transaction commits.
- getCloseParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Close parentheses string.
- getClosestAliasName(String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
- getClosestLevenshteinDistance(String, String[]) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string.
- getClosestLevenshteinDistance(String, Collection) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string.
- getClosestLevenshteinDistance(String, String[], int) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string.
- getClosestLevenshteinDistance(String, String[], float) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string and using the threshold as the specified
percentage of the length of the candidate string(0.0f-1.0f).
- getClosestLevenshteinDistance(String, Collection, float) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string and using the threshold as the specified
percentage of the length of the candidate string(0.0f-1.0f).
- getClosestLevenshteinDistance(String, Collection<String>, int) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the candidate string with the closest Levenshtein distance
to the given string.
- 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
-
- getCode(String, Object) - Static method in class org.apache.openjpa.meta.UpdateStrategies
-
Convert the given strategy name to its constant.
- getCode(String, Object) - Static method in class org.apache.openjpa.meta.ValueStrategies
-
Convert the given strategy name to its constant.
- getCodeDirectory() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
The directory to write source to.
- getCodeFormat() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
-
The code formatter for the generated Java code.
- getCodeFormat() - Method in class org.apache.openjpa.enhance.CodeGenerator
-
The code formatter for the generated Java code.
- getCodeFormat() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
The code formatter for the generated Java code.
- getCollection(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name, of type java.util.Collection and contains the
given element type.
- getCollection(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name and of type java.util.Collection.
- getCollectionType() - Method in class org.apache.openjpa.persistence.meta.Members.CollectionAttributeImpl
-
- getCollectionType() - Method in class org.apache.openjpa.persistence.meta.Members.ListAttributeImpl
-
- getCollectionType() - Method in class org.apache.openjpa.persistence.meta.Members.MapAttributeImpl
-
- getCollectionType() - Method in class org.apache.openjpa.persistence.meta.Members.SetAttributeImpl
-
- getColNumber() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getColNumber() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getColNumber() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getColNumber() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getColNumber() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the column number in the line of the file at which this
instance was parsed.
- 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
-
- getColNumber() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getColor(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getColor(Attribute.PersistentAttributeType) - Static method in class jpa.tools.swing.MetamodelHelper
-
- GetColumn - Class in org.apache.openjpa.jdbc.kernel.exps
-
Returns the SQL alias of the named column for use in a query.
- GetColumn() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.GetColumn
-
- getColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the local column joined to the given primary key column.
- getColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getColumn(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getColumn(DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getColumn() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Deprecated.
- getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Return the alias to use for the given column (this includes the table
alias prefix, if any).
- getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Return the alias to use for the given column (this includes the table
alias prefix, if any).
- getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getColumnAlias(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the alias for the given column.
- getColumnAlias(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the alias for the given column.
- getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the alias for the given column.
- getColumnAlias(String, Table, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the alias for the given column.
- getColumnAlias(Column, Object) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the alias for the given column, without creating new table alias
- getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getColumnAlias(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
Return the alias for the give column
- getColumnClass(int) - Method in class jpa.tools.swing.EntityDataModel
-
- getColumnClass(int) - Method in class jpa.tools.swing.InstanceDataModel
-
- getColumnCount() - Method in class jpa.tools.swing.EntityDataModel
-
- getColumnCount() - Method in class jpa.tools.swing.InstanceDataModel
-
- getColumnDBName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getColumnIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getColumnIdentifier(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the name of the column using database specific delimiters.
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
I/O information on the key columns / join key.
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
I/O information on the discriminator columns.
- getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
-
Return column I/O information for this mapping.
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
I/O for the columns created by the last call to
MappingInfo.createColumns(org.apache.openjpa.meta.MetaDataContext, java.lang.String, org.apache.openjpa.jdbc.schema.Column[], org.apache.openjpa.jdbc.schema.Table, boolean)
,
or for the foreign key created by the last call to
MappingInfo.createForeignKey(org.apache.openjpa.meta.MetaDataContext, java.lang.String, java.util.List<org.apache.openjpa.jdbc.schema.Column>, org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults, org.apache.openjpa.jdbc.schema.Table, org.apache.openjpa.jdbc.meta.ClassMapping, org.apache.openjpa.jdbc.meta.ClassMapping, boolean, boolean)
.
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
I/O information on the foreign key, or columns if this value doesn't
have a key.
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Version
-
I/O information on the version columns.
- getColumnName(int) - Method in class jpa.tools.swing.EntityDataModel
-
- getColumnName(int) - Method in class jpa.tools.swing.InstanceDataModel
-
- getColumnName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Deprecated.
- getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the column name that will be used for obtaining information
from
DatabaseMetaData
.
- getColumnNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the column name that will be used for obtaining information
from
DatabaseMetaData
.
- getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return %
if columnName
is null
,
otherwise delegate to super implementation.
- getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- getColumnNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- getColumnNames() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getColumnResults() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Ids of mapped scalar columns in the result.
- getColumns(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Columns used by this Discriminator.
- getColumns(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
Return the columns set for this discriminator, based on the given
templates.
- getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
-
Return the columns used by this strategy.
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
-
The columns managed by this joinable.
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Raw column data.
- getColumns(String) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Deprecated.
- getColumns(DBIdentifier) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Gets the columns whose table name matches the given table name.
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getColumns() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
The columns that hold the data for this value.
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getColumns(ValueMapping, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getColumns(ValueMapping, DBIdentifier, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getColumns() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Columns used for versioning.
- getColumns(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
-
Return the columns set for this version, based on the given templates.
- getColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the local columns in the foreign key local table order.
- getColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
-
Return all the columns the constraint spans.
- getColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return the table's columns, in alphabetical order.
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find columns matching the given table and
column patterns.
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
-
- getColumns() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- getColumns() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
- getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- getColumns(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- getColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getComment() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getComment() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getComments() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getComments() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- getComments() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getComments() - Method in interface org.apache.openjpa.lib.xml.Commentable
-
Return comments, or empty array if none.
- getComments() - Method in class org.apache.openjpa.meta.ClassMetaData
-
- getComments() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getComments() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
- getComments() - Method in class org.apache.openjpa.meta.QueryMetaData
-
- getComments() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
- getComparator() - Method in interface org.apache.openjpa.meta.Order
-
Return a comparator for ordering by this element, or null if
the ordering is done in the datastore.
- getCompatibility() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Backwards compatibility options.
- getCompatibility() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- 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.
- getCompositeTypes() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the list of classes to compose this shape and all its children.
- getConcreteConstructor(Class<T>, Class<?>...) - Static method in class org.apache.openjpa.lib.util.ConcreteClassGenerator
-
Get the constructor of the concrete, dynamic wrapper class of the given abstract class
with matching argument types.
- getConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getConcurrency() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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(String, String) - Method in class openbook.client.Demo
-
- getConfiguration() - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
Return the configuration.
- getConfiguration() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
System configuration.
- getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
- getConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return the configuration for this runtime.
- getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the configuration provided on construction.
- getConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getConfiguration() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
Return the select configuration.
- getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
-
System configuration.
- getConfiguration() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Return the configuration for this factory.
- getConfiguration() - Method in interface org.apache.openjpa.kernel.BrokerFactory
-
Return the configuration for this factory.
- getConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
- getConfiguration() - Method in interface org.apache.openjpa.kernel.exps.Resolver
-
Return the OpenJPA configuration.
- getConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the configuration associated with this context.
- getConfiguration() - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
The task configuration.
- getConfiguration() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getConfiguration() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets the configuration associated with the instrumentation provider
- getConfiguration() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the configuration for the repository.
- getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Configuration supplied on construction.
- getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Configuration.
- getConfiguration() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
-
Configuration supplied on construction.
- getConfiguration() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getConfiguration() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getConfiguration() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
- getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI
-
Return the configuration for this factory.
- getConfiguration() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Return the configuration associated with this entity manager.
- getConfiguration() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Configuration supplied on construction.
- getConfiguration() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Configuration.
- getConfiguration() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- getConfiguration() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- getConfiguration() - Method in class org.apache.openjpa.slice.Slice
-
- getConfigurationKey(String, Map) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Determine the full key name for partialKey
, given the
registered prefixes and the entries in map
.
- getConfigurationLog() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConfigurationLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the log to use for configuration messages.
- getConfigurationLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Returns the logging channel openjpa.Runtime
by default.
- getConfigurationPrefix() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- getConfigurationPrefix() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return the configuration prefix for properties of this product.
- getConfigurationPrefix() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getConfigurationPrefix() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- getConfigurationPrefixes() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return the recognized prefixes for configuration properties.
- getConnection() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
-
- getConnection(JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
-
Return the connection to use based on the type of sequence.
- getConnection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return a SQL connection to the database.
- getConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.AutoDriverDataSource
-
- getConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
- getConnection() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnection(String, String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnection() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getConnection() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getConnection() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the connection in use by the context, or a new connection if none.
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
- getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getConnection() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the Connection for this event.
- getConnection() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getConnection() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the connection in use by the entity manager, or a new
connection if none.
- getConnection() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getConnection(String, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getConnection() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getConnection2DriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Class name of the non-XA connection driver.
- getConnection2DriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnection2Password() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The password for the non-XA data store connection.
- getConnection2Password() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnection2Properties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
These properties provide any additional information needed to
establish non-XA connections.
- getConnection2Properties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnection2URL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The URL for the non-XA data store connection.
- getConnection2URL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnection2UserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The user name for the non-XA data store connection.
- getConnection2UserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionConstant() - Method in enum org.apache.openjpa.persistence.jdbc.IsolationLevel
-
- getConnectionDecoratorInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getConnectionDecoratorInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
A comma-separated list of the
ConnectionDecorator
for adding
functionality to JDBC connections.
- getConnectionDecorators() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getConnectionDriverName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Class name of the connection driver.
- getConnectionDriverName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionDriverName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Driver class name.
- getConnectionDriverName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The connection factory, possibly from JNDI.
- getConnectionFactory() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getConnectionFactory() - Method in class org.apache.openjpa.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.
- getConnectionFactory() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getConnectionFactory2() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The non-XA connection factory.
- getConnectionFactory2() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionFactory2() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- 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
-
- getConnectionFactoryProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Configuration of datasource properties.
- getConnectionFactoryProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionPassword() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The password for the data store connection.
- getConnectionPassword() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionPassword() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionPassword() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getConnectionPassword() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getConnectionPassword() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the connection password.
- getConnectionPassword() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getConnectionPassword() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the connection password.
- getConnectionProperties() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
These properties provide any additional information needed to
establish connections.
- getConnectionProperties() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Configuration of connection.
- getConnectionProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionRetainMode() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Specifies the behavior of the broker with respect to data store
connections.
- getConnectionRetainMode() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionRetainMode() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the connection retain mode for this broker.
- getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getConnectionRetainMode() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getConnectionRetainMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getConnectionRetainMode() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the connection retain mode for this entity manager.
- getConnectionRetainModeConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getConnectionRetainModeConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionURL() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The URL for the data store connection.
- getConnectionURL() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionURL() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
JDBC URL.
- getConnectionURL() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionUserName() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The user name for the data store connection.
- getConnectionUserName() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getConnectionUserName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
JDBC user name.
- getConnectionUserName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getConnectionUserName() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getConnectionUserName() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getConnectionUserName() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the connection user name.
- getConnectionUserName() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getConnectionUserName() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the connection user name.
- getConstant(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the constant value assigned to the given local column.
- getConstantColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the local columns that we link to using constant values.
- getConstantPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the primary key columns that we link to using constant values.
- getConstants() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getConstraints() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Gets all constrains attached this column.
- getConstraints(Class<T>) - Method in class org.apache.openjpa.jdbc.schema.Column
-
Gets all constrains of the given type attached to this column.
- getConstraintsForClass(Class<?>) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Returns the validation constraints for the specified class
- getContainedBy() - Method in class org.apache.openjpa.meta.FetchGroup
-
Gets the name of the fetch groups in which this receiver has been
included.
- getContent() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Resource content.
- getContent() - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter.Resource
-
Resource content.
- getContent() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
-
- getContent() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
-
- getContentAction(URLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object con.getContent().
- getContext() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns the
StoreContext
that this store manager is
associated with.
- getContext() - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
-
- getContext() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Current persistence context.
- getContext() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getContext() - Method in class org.apache.openjpa.kernel.AbstractLockManager
-
- getContext() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Return the context this provider was constructed with.
- getContext() - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
-
- getContext() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getContext() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Return the context 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.
- getContext() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- getContext() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the context of the instrument.
- getContextClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for Thread.currentThread
.getContextClassLoader().
- 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.
- getConversionKey() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getConversionKey() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getConversionKey() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns a key that can be used to determine whether conversion
should take place.
- 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.
- getCorrelatedVariable() - Method in interface org.apache.openjpa.jdbc.sql.Joins
-
Return correlated variable name
- getCorrelatedVariable() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getCorrelatedVariable() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- getCorrelationVar() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
- getCorrelationVar() - Method in interface org.apache.openjpa.kernel.exps.Path
-
- getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getCount(JDBCStore) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
Return the number of instances matching this select.
- getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getCount(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting count from the result set.
- getCreated() - Method in class hellojpa.Message
-
- getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return the policy constant for how to create type methods.
- getCreateFieldMethods(int) - Method in class org.apache.openjpa.enhance.PCDataGenerator
-
- getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to create the given index.
- getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to create the given sequence.
- getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return either
CREATE SEQUENCE <sequence name>
or
CREATE GENERATOR <sequence name>
.
- getCreateSubclass() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether the enhancer should make its arguments persistence-capable,
or generate a persistence-capable subclass.
- getCreateTableSQL(Table, SchemaGroup) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to create the given table, complete
with columns.
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to create the given table, complete
with columns.
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getCreateTableSQL(Table, SchemaGroup) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getCriteriaBuilder() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getCriteriaBuilder() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getCriteriaBuilder() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Gets the QueryBuilder with OpenJPA-extended capabilities.
- getCriteriaBuilder() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Gets the QueryBuilder with OpenJPA-extended capabilities.
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getCurrentDate(Class<T>) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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 class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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 class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- getCurrentVendor() - Static method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns the current Vendor.
- getCursorName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getCursorName() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getCustomer() - Method in class openbook.client.Demo
-
- getCustomer() - Method in class openbook.domain.PurchaseOrder
-
Gets the customer who placed this Purchase Order.
- getCustomer() - Method in class openbook.domain.ShoppingCart
-
Gets the Customer who owns this cart.
- 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.
- getCustomizer() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the customizer in use, or null if none.
- getCycle() - Method in class org.apache.openjpa.lib.graph.Edge
-
List of edges forming a cycle.
- getData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
- getData(int) - Method in interface org.apache.openjpa.kernel.PCData
-
Return the data stored in the given field index.
- getData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getData(ClassMetaData, Object) - Method in class org.apache.openjpa.xmlstore.XMLStore
-
Return the data for the given oid, or null if it does not exist.
- getData(ClassMetaData) - Method in class org.apache.openjpa.xmlstore.XMLStore
-
Return all datas for the base class of the given type.
- getDatabaseMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDatabaseProductName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDataCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The
DataCache
to use for level-2 data store caching.
- getDataCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getDataCache(String) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the named data cache, or null if it does not exist.
- getDataCache(String, boolean) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Return the named data cache.
- getDataCache(String) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
- getDataCache(String, boolean) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Returns the named cache.
- getDataCache() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the data cache for this class, or null if it is not cachable.
- 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
-
- 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.
- getDataModel() - Method in class jpa.tools.swing.EntityTableView
-
- getDataSource(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the primary data source to use.
- getDataSource(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getDataSource() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getDataSource2(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the non-enlisted data source to use.
- getDataSource2(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
-
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
-
- getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Return the commands that will be sent to the datastore in order
to execute the query, typically in the database's native language.
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
-
- getDataStoreActions(Map<?, ?>) - Method in interface org.apache.openjpa.kernel.Query
-
Returns a description of the commands that will be sent to
the datastore in order to execute this query.
- getDataStoreActions(Map) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return a description of the commands that will be sent to
the datastore in order to execute the query.
- getDataStoreActions(Map) - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Returns a description of the commands that will be sent to
the datastore in order to execute this query.
- getDataStoreActions(Map) - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getDataStoreIdColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getDataStoreIdColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getDataStoreIdColumns(ClassMapping, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Return the datastore identity columns for the given class, based on the
given templates.
- getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns the system-configured sequence.
- getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- getDataStoreIdSequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Return a sequence that generates datastore identity values for the
given class.
- getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- getDataStoreIdType(ClassMetaData) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Return the class used by this StoreManager for datastore identity
values.
- getDataStoreSavepoint() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
-
Return the stored savepoint object
- getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getDate(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getDate(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getDate(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getDate(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getDate(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDate(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getDateTypeCode(Class<?>) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
Return the proper date typecode.
- getDB2MajorVersion() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getDB2MinorVersion() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getDb2ServerType() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getDBCPConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
- getDBCPDataSource(Properties) - Method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
- getDbcpDelegate(Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Get the delegated connection from the given DBCP connection.
- getDBDictionary() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The
DBDictionary
to use to define the RDBMS SQL information.
- getDBDictionary() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getDBDictionary() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return the dictionary in use.
- getDBDictionary() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getDBDictionary() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Convenient access to dictionary for mappings.
- getDBDictionary() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getDBDictionary() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
Return the dictionary in use.
- getDBDictionaryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getDBDictionaryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getDBSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Return the database schema.
- getDBSchemaGroup(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Return the database schema.
- getDecimalDigits() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the number of decimal digits for the column, if applicable.
- getDeclaration(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return a code template for the declaration of the given field, or null
to use the system-generated default Java code.
- getDeclaration(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getDeclaration(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return a code template for the declaration of the given field, or null
to use the system-generated default Java code.
- getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the declaration SQL for the given column.
- getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getDeclaredAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for
AnnotatedElement.getDeclaredAnnotations().
- getDeclaredAttribute(String, Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name and Java type.
- getDeclaredAttribute(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name of any type.
- getDeclaredAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns all the attributes declared by this managed type only.
- getDeclaredCallbacks(int) - Method in class org.apache.openjpa.meta.LifecycleMetaData
-
Return the declared callbacks for the given event type.
- getDeclaredCollection(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name, of type java.util.Collection and contains
the given element type.
- getDeclaredCollection(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name and of type java.util.Collection.
- getDeclaredFetchGroups() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the fetch groups declared explicitly in this type.
- getDeclaredField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the metadata for the persistent or transactional field with
the given relative index.
- getDeclaredField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the metadata for the persistent or transactional field with
the given name, without including superclass fields.
- getDeclaredFieldAction(Class<?>, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for clazz.getDeclaredField().
- getDeclaredFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getDeclaredFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getDeclaredFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- 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.
- getDeclaredFieldsAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for class.getDeclaredFields().
- getDeclaredId(Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of given type that corresponds to the id attribute of this
identifiable managed type.
- 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.
- getDeclaredList(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name, of type java.util.List and contains
the given element type.
- getDeclaredList(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name and of type java.util.List.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name, of type java.util.Map and contains
the given key/value type.
- getDeclaredMap(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name and of type java.util.Map.
- getDeclaredMethodAction(Class<?>, String, Class<?>[]) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for clazz.getDeclaredMethod().
- getDeclaredMethodsAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getDeclaredMethods().
- getDeclaredParameterKeys() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the declared parameter keys in the given query.
- getDeclaredParameterKeys(Class<T>) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
- getDeclaredParameters() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the parameter instances declared in this query.
- getDeclaredPluralAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Return all collection-valued attributes declared by the managed type.
- 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.
- getDeclaredSet(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name, of type java.util.Set and contains
the given element type.
- getDeclaredSet(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of the given name and of type java.util.Set.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared single-valued attribute of the given name and Java type.
- getDeclaredSingularAttribute(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared, single-valued attribute of the given name of any type.
- getDeclaredSingularAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the single-valued attributes declared by the managed type.
- getDeclaredType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getDeclaredType() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Return the declared class of the value.
- getDeclaredType() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getDeclaredTypeCode() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Return the declared type code of the value.
- getDeclaredTypeCode() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getDeclaredTypeMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getDeclaredTypeMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Return metadata for the value's class, if the type is persistent.
- getDeclaredTypeMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getDeclaredUnmanagedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- 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
-
- getDeclaredVersion(Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the declared attribute of given type that corresponds to the version attribute of
this managed type.
- 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.
- getDeclaringMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- 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.
- getDeclaringType() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Returns the managed type which declared this attribute.
- getDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Return a read-only list of connection decorators in the order they were
added.
- getDefault() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the default value set for this column, if any.
- getDefault() - Method in class org.apache.openjpa.lib.conf.Value
-
The default value for the property as a string.
- getDefaultAccessType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
The default access type for base classes with ACCESS_UNKNOWN.
- getDefaultAccessType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
- getDefaultAccessType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getDefaultBrokerAlias() - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
- getDefaultEntryDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
- getDefaultEventIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getDefaultFetchGroupFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- 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.
- getDefaultFormat() - Method in class org.apache.openjpa.persistence.jest.PropertiesCommand
-
- getDefaultForNull(Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
- getDefaultIdentifierRule() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getDefaultIdentifierRule() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getDefaultIdentifierRule() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Gets the default naming rule
- getDefaultIdentityType() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
The default identity type for unmapped classes without primary
key fields.
- getDefaultIdentityType() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Return the default identity type for unmapped classes without primary
key fields.
- getDefaultIdentityType() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getDefaultLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The default level for unconfigured log channels.
- getDefaultPropertyIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getDefaultResourceLocation() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- getDefaultResourceLocation() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a string identifying the default resource location for this
product derivation, if one exists.
- getDefaultResourceLocation() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getDefaults() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
- getDefaults() - Method in interface org.apache.openjpa.meta.MetaDataFactory
-
Return the metadata defaults for this factory.
- getDefaults() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getDefaults() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- getDefaultSchema() - Method in interface org.apache.openjpa.meta.MetaDataDefaults
-
Returns the default schema.
- getDefaultSchema() - Method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getDefaultSchema() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- getDefaultSchemaName() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getDefaultSchemaName() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getDefaultString() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the default value set for the column, if any.
- getDefaultTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDefaultValue() - Method in class openbook.tools.CommandProcessor.Option
-
Gets the default value of this option.
- getDeferConstraints() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to defer constraints by default.
- getDefinedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getDefinedFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- 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
-
- getDefiningMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getDefiningMetaData(QueryMetaData, Map) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Return the metadata that defines the given query, if any.
- getDefiningMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The class that defines the metadata for this field.
- getDefiningType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
The class that defines this query result, or null if none.
- getDefiningType() - Method in class org.apache.openjpa.meta.QueryMetaData
-
The class that defines this query, or null if none.
- 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.
- getDelayConstraintResolve() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
-
- getDelayConstraintResolve() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getDelayedField() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Returns the expected field index even if this collection
was detached.
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getDelayedField() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getDelayedOwner() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Returns a state manager that can service this proxy even if
the collection was detached.
- getDelayedOwner() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getDelayedOwner() - Method in class org.apache.openjpa.util.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.jdbc.kernel.FinderQueryImpl
-
- getDelegate() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
Delegate select.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
-
Return the direct delegate.
- getDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
Return the wrapped store manager.
- getDelegate() - Method in 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.lib.jdbc.DelegatingCallableStatement
-
Return the wrapped statement.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
Return the wrapped connection.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
Return the wrapped database metadata.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
Return the wrapped data source.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
Return the wrapped statement.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Return the wrapped result set.
- getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
Return the wrapped statement.
- getDelegate() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- getDelegate() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- getDelegate() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
Return the wrapped list.
- getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
-
- getDelegate() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
-
- getDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
Factory delegate.
- getDelegate() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getDelegate() - Method in interface org.apache.openjpa.persistence.Extent
-
Deprecated.
cast to ExtentImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- getDelegate() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
Delegate.
- getDelegate() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Deprecated.
cast to FetchPlanImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- getDelegate() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
Delegate.
- getDelegate() - Method in interface org.apache.openjpa.persistence.Generator
-
Deprecated.
cast to GeneratorImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- getDelegate() - Method in class org.apache.openjpa.persistence.GeneratorImpl
-
Delegate.
- getDelegate() - Method in class org.apache.openjpa.persistence.QueryImpl
-
Delegate.
- getDelegate() - Method in interface org.apache.openjpa.persistence.QueryResultCache
-
Deprecated.
cast to QueryResultCacheImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- getDelegate() - Method in class org.apache.openjpa.persistence.QueryResultCacheImpl
-
Delegate.
- getDelegate() - Method in interface org.apache.openjpa.persistence.StoreCache
-
Deprecated.
cast to StoreCacheImpl
instead. This
method pierces the published-API boundary, as does the SPI cast.
- getDelegate() - Method in class org.apache.openjpa.persistence.StoreCacheImpl
-
Delegate.
- getDelegates() - Method in class org.apache.openjpa.lib.log.MultiLogFactory
-
Returns the delegates that this MultiLogFactory delegates messages to.
- getDeleteAction() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the delete action for the key.
- getDeletedObjectIds() - Method in class org.apache.openjpa.event.RemoteCommitEvent
-
When the event type is not PAYLOAD_EXTENTS, return the set of
object IDs for deleted objects.
- getDeletedTypeNames() - Method in class org.apache.openjpa.event.RemoteCommitEvent
-
When the event type is PAYLOAD_EXTENTS, return the set of class
names for the classes of deleted objects.
- getDeletedTypes() - Method in class org.apache.openjpa.event.TransactionEvent
-
Return the unmodifiable the set of classes of
persistence capable objects that were deleted in the transaction.
- getDeletedTypes() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getDeletedTypes() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getDeletedTypes() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the set of classes that have been deleted in the current
transaction.
- getDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return all deleted primary rows.
- getDeleteTableContentsSQL(Table[], Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Create SQL to delete the contents of the specified tables.
- getDeleteTableContentsSQL(Table[], Connection) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getDeleteTableContentsSQL(Table[], Connection) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getDeleteTargets(Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getDelimitedCase() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getDelimitedCase() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getDelimitedCase() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the case that is used when delimiting.
- getDelimitIdentifiers() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getDelimitReservedWords() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getDeliveredOn() - Method in class openbook.domain.PurchaseOrder
-
Gets the time when this order was delivered.
- getDereferencedEmbedDependent() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- 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 openbook.tools.CommandProcessor.Option
-
- getDescription() - Method in class org.apache.openjpa.conf.Specification
-
- getDescription() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Useful for debugging.
- getDestDir() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- getDestinationDirectory() - Method in class openbook.tools.converter.SourceRenderer
-
- getDetachable() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to make generated classes detachable.
- getDetachedObjectId(AttachManager, Object) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getDetachedState() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The name of the detach state field, or null if none.
- getDetachedStateField() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to add a detached state field to enhanced classes.
- getDetachedStateField() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the detach state field, or null if none.
- getDetachedStateManager() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to use a detached state manager on types that allow it.
- 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
-
- getDetachState() - Method in class org.apache.openjpa.conf.DetachOptions.Loaded
-
- getDetachState() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getDetachState() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getDetachState() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getDetachState() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Detach mode constant to determine which fields are part of the
detached graph.
- getDetachState() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getDetachState() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Detach mode constant to determine which fields are part of the
detached graph.
- getDetachStateInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return the instance specified by the detach state plugin.
- getDetachStateInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getDiagnosticContext() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
A string to prefix all log messages with.
- getDictionaries(InputStream) - Method in class org.apache.openjpa.jdbc.sql.SQLErrorCodeReader
-
- getDictionary() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getDictionary() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
- getDictionary() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getDirectory() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
-
The directory to write source to.
- getDirectory() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
The base build directory to generate code to.
- getDirectory() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
The file to output the generated code to, or null for
the current directory.
- getDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getDirty() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return a read-only mask of the indexes of all dirty fields.
- getDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getDirtyObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getDirtyObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getDirtyObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return a list of current dirty instances.
- getDirtyObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getDirtyObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return a set of current dirty instances.
- getDirtyStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return a copy of all dirty state managers.
- getDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
The class discriminator.
- getDiscriminatorColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getDiscriminatorColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default discriminator strategy alias.
- getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Default discriminator strategy for base class mappings.
- getDiscriminatorValue(Discriminator, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return the default discriminator value for the given instance.
- getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Provides a default value for the given Discriminator.
- getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
Return the discriminator value for the given type.
- getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
-
- getDisplayName(Type<?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getDisplayName(EntityType<?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
Gets the displayed name of a given entity type.
- getDisplayName(Class<?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getDisplayName(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getDistributedStoreManager() - Method in interface org.apache.openjpa.slice.DistributedBroker
-
Gets the distributed store manager used by this receiver.
- getDistributedStoreManager() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- 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.
- getDistributionPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs how new instances will
be distributed across the available slices.
- getDistributionPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getDistributionPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs how new instances will be distributed across
the available slices.
- getDistributionPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getDocType() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
-
- getDocType() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Override this method to return any DOCTYPE
declaration
that should be dynamically included in xml documents that will be
validated.
- getDocument() - Static method in class org.apache.openjpa.lib.xml.XMLFactory
-
Return a new DOM Document.
- getDOMParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
-
Return a DocumentBuilder with the specified configuration.
- getDouble(Map<String, Object>, String, double) - Static method in class openbook.util.PropertyHelper
-
- getDouble(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the double at the given index.
- getDouble(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getDouble(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDouble(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getDouble(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getDouble(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getDouble(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDouble(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDoubleExtension(String) - Method in class org.apache.openjpa.meta.Extensions
-
Get the value as a double.
- getDoubleExtension(String, String) - Method in class org.apache.openjpa.meta.Extensions
-
Get the value as a double.
- getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getDoubleProperty(String, String, double) - Method in class org.apache.openjpa.lib.util.Options
-
- getDoubleProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a double, or 0 if
it does not exist and has no set default.
- getDoubleProperty(String, double) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a double, or the given
default if it does not exist.
- getDoubleSpace() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
If true, then output two lines after multi-line statements.
- getDriverDataSource() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getDriverDataSource() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getDriverMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDriverName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDriverVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given column from
its table.
- getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
-
- getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return
ALTER TABLE <table name> DROP <col name>
.
- getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getDropForeignKeySQL(ForeignKey, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given foreign key from
its table.
- getDropForeignKeySQL(ForeignKey, Connection) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
Return ALTER TABLE <table name> DROP FOREIGN KEY
<fk name>
.
- getDropForeignKeySQL(ForeignKey, Connection) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
Return ALTER TABLE <table name> DROP FOREIGN KEY
<fk name>
.
- getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given index.
- getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given primary key from
its table.
- getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
Return ALTER TABLE <table name> DROP PRIMARY KEY
.
- getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
Return ALTER TABLE <table name> DROP PRIMARY KEY
.
- getDropSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
If true, sequences that appear to be unused will be dropped.
- getDropSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given sequence.
- getDropSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
On Firebird 1.5 return
DROP GENERATOR <sequence name>
.
- getDropTables() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
If true, tables that appear to be unused will be dropped.
- getDropTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a series of SQL statements to drop the given table.
- getDropUnusedComponents() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether schema components that are unused by any mapping will be
dropped from this tool's
SchemaGroup
, and, depending on
the schema action, from the database.
- getDynamicDataStructs() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Return whether to generate dynamic data structures
where possible for cache and runtime usage.
- getDynamicDataStructs() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- 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
-
- getDynamicQueryBuilder() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getDynamicQueryBuilder() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Gets a builder for dynamic queries.
- getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
The eager result for the given key, or null if none.
- getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the eager select for the given key.
- getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Specifies the default eager fetch mode to use.
- getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Return the eager fetch mode.
- getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getEagerFetchMode() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
Eager fetch mode in loading relations.
- getEagerFetchMode() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getEagerFetchModeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getEagerFetchModeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getEagerMap(boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Raw eager information.
- getEagerMap() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
Return view of eager selects.
- getEagerResult(Connection, PreparedStatement, ResultSet, JDBCStore, JDBCFetchConfiguration, boolean, SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
This method is to provide override for non-JDBC or JDBC-like
implementation of executing eager selects.
- getEdges(int) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return all edges of the given type.
- getEdges() - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all edges in the graph.
- getEdges(Object, Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges from one node to another.
- getEdgesFrom(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges from a particular node.
- getEdgesTo(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges to a particular node.
- getElement() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Metadata about the element value.
- getElementClass() - Method in interface org.apache.openjpa.persistence.Extent
-
The extent's element type.
- getElementClass() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- getElementColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
-
- getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
-
- getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
-
- getElementMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getElements() - Method in class org.apache.openjpa.persistence.TupleFactory
-
- getElements() - Method in class org.apache.openjpa.persistence.TupleImpl
-
- 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.persistence.meta.Members.PluralAttributeImpl
-
Returns the type representing the element type of the collection.
- getElementType() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getElementType() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getElementType() - Method in interface org.apache.openjpa.util.ProxyCollection
-
The collection element type.
- getEmail() - Method in class openbook.domain.Customer
-
- getEmbeddables() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
Return the metamodel embeddable types.
- getEmbeddedClassType(FieldMapping, String) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- 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.
- getEmbeddedFieldMapping(FieldMapping, String) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- getEmbeddedFieldMapping(FieldMapping, String, boolean) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- getEmbeddedIdCols(FieldMapping, List) - Static method in class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
-
- getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getEmbeddedMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getEmbeddedMapping(ValueMapping, boolean) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- getEmbeddedMapping(ValueMapping) - Static method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingParser
-
- getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getEmbeddedMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
The embedded class metadata for the value.
- getEmbeddedMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getEmbeddingMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getEmbeddingMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
If this metadata is for an embedded object, returning the owning value.
- getEmptyValue(int) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
Return an empty value object for the given type code.
- getEnableStatistics() - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
- getEnableStatistics() - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
- getEnableStatistics() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- getEnableStatistics() - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Affirm if statistics is gathered.
- getEnableStats() - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
- getEncryptionProvider() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getEncryptionProvider() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getEndColumn() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Get end column.
- getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getEndIndex() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
The result end index.
- getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getEndl() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return a new line character.
- getEndl(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return the given number of new line characters.
- getEndl(int, int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return the given number of new line characters, followed by
the given tab level indentation.
- 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.
- getEntities() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
Return the metamodel entity types.
- getEntityClasses() - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
The File where the class files of the entities to enhance reside
- getEntityClasses() - Method in class org.apache.openjpa.tools.maven.OpenJpaTestEnhancerMojo
-
The File where the class files of the entities to enhance reside
- getEntityManager() - Method in interface org.apache.openjpa.persistence.Extent
-
The owning entity manager.
- getEntityManager() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- getEntityManager(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Return the entity manager for the given object, if one can be determined
from just the object alone.
- getEntityManager() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
The owning entity manager.
- getEntityManager() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getEntityManagerFactory() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getEntityManagerFactory() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the factory that produced this entity manager.
- getEntityManagerFactory() - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
- getEntityManagerFactory(Map) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
- getEntityType() - Method in class jpa.tools.swing.EntityTypeView
-
- getEntry(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the entry associated with the specified key in the
ConcurrentHashMap.
- getEnumType(FieldMapping) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Return enum type for the field.
- getEnumType(FieldMapping) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
Return enum type for the field.
- getEnumValue(Class<E>, String, Map<String, Object>) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Get the value of the given key from the given properties after converting it to the given
enumerated value.
- getEnumValue(Class<E>, E[], String, Map<String, Object>) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Gets a enum value of the given type from the given properties looking up with the given key.
- getEnumValue(Class<E>, Object) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Gets a enum value of the given type from the given value.
- getEnumValue(Class<E>, E[], Object) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Gets a enum value of the given type from the given value.
- getEnvClassLoader() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The environmental loader used when loading this metadata.
- getEnvClassLoader() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Return the environmental class loader to pass on to parsed
metadata instances.
- getEnvClassLoader() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Return the environmental class loader to pass on to parsed
metadata instances.
- getEpilogue() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Gets the closing <BODY> and <HTML> tags
- getEpilogue() - Method in class openbook.tools.converter.PlainTokenRenderer
-
- getEpilogue() - Method in interface openbook.tools.converter.TokenRenderer
-
Gets a string to be added after token processing ends.
- getEquivalentKeys() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets the unmodifiable view of the equivalent keys or an empty set if
no equivalent key has been added.
- getErrorCode() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
- getEventSetDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getEventType() - Method in class org.apache.openjpa.event.BrokerFactoryEvent
-
- getEvictFromDataCache() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether to also evict an object from the store cache when it is
evicted through this broker.
- getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getEvictFromDataCache() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getEvictFromStoreCache() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getEvictFromStoreCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to also evict an object from the store cache when it is
evicted through this entity manager.
- 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
- getException(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Returns a SAXException with the source file name and the given error
message.
- getException(Localizer.Message) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Returns a SAXException with the source file name and the given error
message.
- getException(Localizer.Message, Throwable) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Returns a SAXException with the source file name and the given error
message.
- getExceptions() - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
-
Return the exceptions encountered during all flushes.
- getExceptions() - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
-
- getExcludedJoinedTableClassMeta() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getExcludedJoinedTableClassMeta() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
get joined table metadatas excluded for polymorphic queries
- getExcludedJoinedTableClassMeta() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- 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 class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
- getExcludes() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- getExcludes(List<MetaDataContext>) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
Return the field indexes to exclude when loading data for the
given path.
- 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.
- getExecutionContext() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
-
Get the execution context of this command.
- getExecutionCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- getExecutionCount(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- getExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
- getExecutionCount(String) - 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(String) - 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(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() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
-
- getExecutionCount(T) - 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(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query since last reset.
- getExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getExp() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getExp() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getExp() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- getExp() - Method in class org.apache.openjpa.kernel.exps.WhenCondition
-
- getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
-
- getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
-
- getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
-
- getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
-
- getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getExpectedResultCount() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
The expected result count for the query.
- getExpectedResultCount() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getExpired() - Method in class org.apache.openjpa.datacache.ExpirationEvent
-
Return whether the expired object was expired naturally, or if
the object was explicitly removed.
- getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getExpression() - Method in class org.apache.openjpa.persistence.query.OrderableItem
-
- getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Return an
ExpressionFactory
to use to create an expression to
be executed against an extent.
- 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
-
- getExtendedPathLookup() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Affirms if extended path lookup feature is active.
- getExtendedPathLookup() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getExtendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Extends declaration.
- getExtension() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- 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.
- getExtent(Class<T>) - Method in interface openbook.server.OpenBookService
-
- 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.
- getExtraNameCharacters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getFactory() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The name of this field's factory, or null if none.
- getFactoryInitializationBanner() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Return an object to be written to the log when this broker factory
initializes.
- getFactoryInitializationBanner() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- getFactoryMethod() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The factory method or constructor.
- getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- getFailedObject() - Method in interface org.apache.openjpa.jdbc.sql.Row
-
Return the failed object to include in optimistic lock exceptions.
- getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
This implementation does not track failed objects.
- getFailedObject() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- getFailedObject() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- getFailedObject() - Method in interface org.apache.openjpa.util.ExceptionInfo
-
The failed object.
- getFailedObject() - Method in exception org.apache.openjpa.util.OpenJPAException
-
The failed object.
- getFatal(String) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- getFatal(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- getFatal(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string for the given key.
- getFatal(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
-
Return the localized string matching the given key.
- getFather() - Method in class relations.Deity
-
- getFetchBatchSize() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Get the size of the batch that will be pre-selected when accessing
elements in a query or relationship.
- getFetchBatchSize() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getFetchBatchSize() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getFetchBatchSize() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Return the fetch batch size for large result set support.
- getFetchBatchSize() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- getFetchBatchSize() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Return the fetch batch size for large result set support.
- getFetchBatchSize() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getFetchConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return the current default fetch configuration.
- getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.Extent
-
Return the (mutable) fetch configuration for this extent.
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.ExtentImpl
-
- getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the fetch configuration for this query.
- getFetchConfiguration() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getFetchConfiguration() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the (mutable) fetch configuration for loading objects from this
context.
- getFetchConfiguration() - Method in interface org.apache.openjpa.slice.DistributedBroker
-
Gets the covariant fetch configuration that is aware of targets.
- getFetchConfiguration() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- getFetchDirection() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The JDBC fetch direction.
- getFetchDirection() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getFetchDirection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
The fetch direction to use as a constant from
ResultSet
.
- getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getFetchDirection() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
Result set fetch direction.
- getFetchDirection() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getFetchDirection() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFetchDirection() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getFetchDirectionConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the result set constant for the fetch direction.
- getFetchDirectionConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getFetchGroup(String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Gets a named 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
-
- getFetchGroups() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Returns the names of the fetch groups that this component will use
when loading objects.
- getFetchGroups() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getFetchGroupsList() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getFetchGroupsList() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getFetchInnerJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getFetchInnerJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Returns the names of the inner fetch joins that this component will use
when loading objects.
- getFetchInnerJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getFetchPlan() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getFetchPlan() - Method in interface org.apache.openjpa.persistence.Extent
-
Fetch configuration for controlling how iterated objects are loaded.
- getFetchPlan() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- getFetchPlan() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the (mutable) fetch plan for loading objects from this
entity manager.
- getFetchPlan() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Fetch plan for controlling the loading of results.
- getFetchPlan() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getFetchSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFetchSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getField(int) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the metadata for the persistent or transactional field with
the given absolute index.
- getField(String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the metadata for the persistent or transactional field with
the given name.
- getField(int) - Method in class org.apache.openjpa.xmlstore.ObjectData
-
Get the data for the field with the given index.
- getFieldAccess() - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return the default field ACCESS constant for generated fields from
Constants
.
- getFieldAccessNames(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the list of fields in meta
that use field access,
or null
if a list of fields is unobtainable.
- getFieldAccessNames(ClassMetaData) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- getFieldAnnotations(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return field-level annotations.
- getFieldCode(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return a code template for the get/set methods of the given field, or
null to use the system-generated default Java code.
- getFieldCode(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getFieldCode(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return a code template for the get/set methods of the given field, or
null to use the system-generated default Java code.
- getFieldCount() - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Return the number of fields, regardless of type
- getFieldGenerator(Class, String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getFieldGenerator(Class, String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Returns a
Generator
for the generated values of the specified
type, or null if the field is not generated.
- getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
-
- getFieldIndex() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
-
Return the field index of this joinable, or -1 if not a field.
- getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getFieldInstructionFieldAction(FieldInstruction) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for FieldInstruction.getField().
- getFieldMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is a path to a persistent field, return its mapping, else
return null.
- getFieldMapping(ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
-
The owning field mapping.
- getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
The owning field mapping.
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLClassMetaData
-
- getFieldMapping(String) - Method in class org.apache.openjpa.meta.XMLFieldMetaData
-
- getFieldMapping(String) - Method in interface org.apache.openjpa.meta.XMLMetaData
-
Return XMLMapping for a given field.
- getFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getFieldMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getFieldMetaData() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
Return the owning field for this value.
- getFieldMetaData() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- getFieldName(int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return the name for the generated field at the given index.
- getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return the field name used to map the given columns, or null to prevent
the columns from being mapped.
- getFieldName(String, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return a default Java identifier-formatted name for the given
column/table name.
- getFieldName(String) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return the field name for given suggested name, possibly adding
leading underscore.
- getFieldName(Member) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the field name for the given member.
- getFieldNames(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Get the field names for a PersistenceCapable
class.
- getFieldNames() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Utility method to get names of all fields including the superclasses'
sorted in lexical order.
- getFieldOverride() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
Whether to use field-level override or class-level override.
- getFields() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getFields() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
Returns the set of fully-qualified field names that this component
will use when loading objects.
- getFields() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- getFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all field metadata, including superclass fields.
- getFields() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Returns the fully qualified names of the fields that this component
will use when loading objects.
- getFields() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getFieldsInListingOrder() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Returns all fields in the order they are listed in the metadata
file.
- getFieldStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Association of a field value type name with the handler or strategy
class name.
- getFieldType(Column, boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the default field type for the given column.
- getFieldTypes(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Get the field types for a PersistenceCapable
class.
- getFieldValue(Object, StoreContext) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Return the result of passing the given external value through the
factory to get the field value.
- getFieldValueMap() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Return the mapping of external values to field values.
- 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.jdbc.schema.FileSchemaFactory
-
Return the XML resource defining this schema.
- getFile() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
-
- getFile() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
-
- getFile() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return the last-iterated metadata resource content as a file, or null if not an extant file.
- getFile() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
-
Return the last-iterated metadata resource content as a file, or null
if not an extant file.
- getFile() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
-
- getFile() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
-
- getFile() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
-
- getFile() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
-
- getFile() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
-
- getFile(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
-
Check the given string for a matching file.
- getFile() - Method in class org.apache.openjpa.meta.MetaDataTool
-
The file to generate metadata to.
- getFileHandler() - Method in class org.apache.openjpa.xmlstore.XMLConfiguration
-
- getFileMap() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
- getFilePaths(List<File>) - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
- getFilterListener(String) - Method in class org.apache.openjpa.datacache.QueryCacheStoreQuery
-
- getFilterListener(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getFilterListener(String) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery
-
- getFilterListener(String) - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getFilterListener(String) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
- getFilterListener(String) - Method in interface org.apache.openjpa.kernel.exps.Resolver
-
Return the filter listener for the given tag, or null if none.
- getFilterListener(String) - Method in interface org.apache.openjpa.kernel.QueryContext
-
Return the filter listener for the given tag, or null.
- getFilterListener(String) - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getFilterListener(String) - Method in interface org.apache.openjpa.kernel.StoreQuery
-
Return the standard filter listener for the given tag, or null.
- getFilterListener(String) - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- 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
-
- getFinderTargetPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs which slices will be targeted
for a given finder.
- getFinderTargetPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getFinderTargetPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs which slices will be targeted for a given finder.
- getFinderTargetPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getFinishedTime(Object) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return the logical time that the given node was finished in
the graph walk, or -1 if the node is not part of the graph.
- getFirst() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getFirstResult() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Return the 0-based start index for the returned results.
- getFirstResult() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getFk() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey.FKMapKey
-
- getFlag(int) - Method in class org.apache.openjpa.jdbc.schema.Column
-
Flags are used for bookkeeping information.
- getFloat(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the float at the given index.
- getFloat(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getFloat(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getFloat(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getFloat(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getFloat(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getFloat(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFloat(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getFloatProperty(String, String, float) - Method in class org.apache.openjpa.lib.util.Options
-
- getFloatProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a float, or 0 if
it does not exist and has no set default.
- getFloatProperty(String, float) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a float, or the given
default if it does not exist.
- getFlushBeforeDetach() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA should flush changes before detaching or serializing an
entity.
- getFlushBeforeQueries() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Returns whether or not OpenJPA should automatically flush
modifications to the data store before executing queries.
- getFlushBeforeQueries() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getFlushBeforeQueries() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The query automatic flush configuration.
- getFlushBeforeQueries() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- getFlushBeforeQueriesConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getFlushBeforeQueriesConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getFlushed() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getFlushed() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getFlushed() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getFlushed() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return a read-only mask of the indexes of all fields that have been
flushed since they were last changed.
- getFlushed() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getFlushMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getFlushMode() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Return the current flush mode.
- getFlushMode() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getForeignKey(ValueMapping, DBIdentifier, Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default foreign key for the join from this value to its
related type, or null for a logical foreign key only.
- getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getForeignKey(ValueMapping, DBIdentifier, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Raw foreign key information.
- getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
Deprecated.
- getForeignKey(ValueMapping, DBIdentifier, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getForeignKey() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
If this value joins to another record, the foreign key.
- getForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Return an equivalent of this value's foreign key, but joining to the
given target, which may be an unjoined subclass of this value's
related type.
- getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getForeignKey(ClassMapping, int) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getForeignKey(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getForeignKey() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getForeignKeyConstraintSQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the declaration SQL for the given foreign key, or null if it is
not supported.
- getForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default foreign key action for relation keys.
- getForeignKeyIO(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Return the I/O information for the given set foreign key.
- getForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether foreign keys on existing tables should be manipulated.
- getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
-
- getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Return whether foreign keys should be generated.
- getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Whether foreign keys on existing tables should be manipulated.
- getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return all foreign keys for the table.
- getForeignKeySet(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Return the value for the given foreign key.
- getForeignKeyWhere(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Return the value for the given foreign key.
- getForNameAction(String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for Class.forName().
- getForUpdateClause(JDBCFetchConfiguration, boolean, Select) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
Get the update clause for the query based on the
isolationLevel hints if it is for update.
- getForUpdateClause(JDBCFetchConfiguration, boolean, Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Get the update clause for the query based on the
updateClause and isolationLevel hints
- getFrom(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the portion of the select statement between the FROM keyword
and the WHERE keyword.
- getFrom() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node the edge links from.
- getFromSelect(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the FROM clause for a select that selects from a tmp table
created by an inner select.
- getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getFromSelect() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Another select instance that creates a temporary table from which
this select pulls data.
- getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getFullDBIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getFullIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getFullIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Index
-
- getFullIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getFullIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getFullIdentifier(Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getFullName() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
use getFullDBIdentifier()
- getFullName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Deprecated.
- getFullName() - Method in class org.apache.openjpa.jdbc.schema.Index
-
Deprecated.
- getFullName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
Deprecated.
- getFullName() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
-
- getFullName(Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getFullName(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
-
- getFullName() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Deprecated.
Use getFullName(boolean) instead.
- getFullName(boolean) - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field name, qualified by the owning class and optionally the
embedding owner's name (if any).
- getFullyQualifiedAnchorsInPropertiesLocation(Options) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return a List of all the fully-qualified anchors specified in the
properties location listed in opts
.
- getFullyQualifiedAnchorsInPropertiesLocation(String) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return a List of all the fully-qualified anchors specified in
propertiesLocation
.
- getFunctionColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getGender() - Method in class relations.Deity
-
- getGenerateAnnotations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to generate annotations along with generated code.
- getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the last generated value for the given column.
- getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getGeneratedKeys(PreparedStatement, String[]) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
-
This method will only be called when the database supports
getGeneratedKeys.
- getGeneratedKeys(PreparedStatement, DBIdentifier[]) - Method in class org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
-
- getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getGeneratedKeys() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getGeneratedKeySequenceName(Column, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a generated key sequence identifier for the column.
- getGeneratedKeySequenceName(Column, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getGeneratedKeySequenceName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the sequence name used by databases for the given autoassigned
column.
- getGeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
Trigger name for simulating auto-assign values on the given column.
- getGeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
Trigger name for simulating auto-assign values on the given column.
- getGenericContext() - Method in interface org.apache.openjpa.enhance.StateManager
-
Persistence context.
- getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getGenericContext() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getGenericContext() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getGenericContext() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getGenKeySeqName(String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getGenKeySeqName(String, Column) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- getGrammarFileName() - Method in class openbook.tools.parser.JavaLexer
-
- getGrammarFileName() - Method in class openbook.tools.parser.JavaParser
-
- getGrouping() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getGrouping() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the grouping SQL for this select.
- getGrouping() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getHandler() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getHandler() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
The handler used for this value, or null if none.
- getHandler() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getHasSubselect() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getHasSubselect() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the flag to indicate whether this Select has
internally generated subselect
- getHasSubselect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getHaving() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getHaving() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the HAVING clause, or null if none.
- getHaving() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getHierarchyStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
The default strategy for subclasses in this hierarchy.
- getHint(String) - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getHint(String) - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
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
-
- getHint(String) - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Get the hint value for the given key.
- getHint(String) - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- 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.
- getHints() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Get the hints and their values currently set on this receiver.
- getHints() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getHints() - Method in class org.apache.openjpa.persistence.HintHandler
-
Gets all the recorded hint keys and their values.
- getHints() - Method in class org.apache.openjpa.persistence.QueryImpl
-
Get all the active hints and their values.
- getHintValues() - Method in class org.apache.openjpa.meta.QueryMetaData
-
Query hints.
- getHitCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- getHitCount(T) - 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(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getHitCount(String c)
- 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() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getHitCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getHitCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- getHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
- 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() - 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(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() - Method in interface org.apache.openjpa.instrumentation.QueryCacheInstrument
-
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() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
-
- getHitCount(T) - 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(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query that are cached since
last reset.
- getHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getHitCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getIcon(String) - Static method in class openbook.client.Images
-
- getIcon(String, boolean) - Static method in class openbook.client.Images
-
- getIcon(String, int, int) - Static method in class openbook.client.Images
-
- getIcon(int) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getId() - Method in class hellojpa.Message
-
- getId() - Method in class mapping.BuildSchemaPC
-
- getId() - Method in class mapping.BuildUTF8SchemaPC
-
- getId() - Method in class openbook.domain.Author
-
- getId() - Method in class openbook.domain.Customer
-
- getId() - Method in class openbook.domain.PurchaseOrder
-
Gets the immutable, auto-generated persistent identity of this Purchase Order.
- 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.jdbc.kernel.exps.Abs
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Sqrt
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.StringLength
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.ToLowerCase
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.ToUpperCase
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getId() - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- getId() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- getId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the identifier for this state manager.
- getId() - Method in interface org.apache.openjpa.kernel.PCData
-
Return the id of this instance.
- getId() - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getId() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
An environment-specific identifier for this configuration.
- getId() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getId(Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of given type that corresponds to the id attribute of this
identifiable managed type.
- 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
-
- getId() - Method in class org.apache.openjpa.xmlstore.ObjectData
-
Getter for oid.
- getIdAttributes(EntityType<T>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- getIdClass() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The class specified with the @IdClass annotation if used
- getIdClassAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attributes corresponding to the id class of the identifiable type.
- getIdColumns(FieldMapping, List) - Static method in class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns this object as a DBIdentifier.
- getIdentifier() - Method in class org.apache.openjpa.jdbc.kernel.FinderQueryImpl
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- getIdentifier(Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.TableDefaults
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- 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
.
- getIdentifier(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
Get the identifier for the specified entity.
- getIdentifier(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistenceUtil
-
Returns the identifier of the persistent entity.
- getIdentifier(OpenJPAEntityManagerFactory, Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistenceUtil
-
Get the object identifier for a persistent entity managed by one
of the entity managers of the specified entity manager factory.
- getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getIdentifierAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Get the aliases for identifier columns that can be used in COUNT
selects to find the number of matches.
- getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getIdentifierConcatenator() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getIdentifierConcatenator() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIdentifierConcatenator() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the value used to concatenate multiple names together.
- getIdentifierConfiguration() - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Get the naming configuration.
- getIdentifierConfiguration() - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- getIdentifierDelimiter() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getIdentifierDelimiter() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIdentifierDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the value used to delimit between individual names.
- getIdentifierQuoteString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getIdentifierRule(T) - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getIdentifierRule(T) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIdentifierRule(T) - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns a naming rule or null if the rule is
not found.
- getIdentifierRules() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getIdentifierRules() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIdentifierRules() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns all naming rules
- getIdentifierUtil() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getIdentifierUtil() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getIdentifierUtilInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getIdentifierUtilInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getIdentityClassSuffix() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Suffix used to create application identity class name from a class name,
or in the case of inner identity classes, the inner class name.
- getIdentityColumnName() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIdentityColumnName() - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getIdentitySequence(ClassMetaData) - Method in interface org.apache.openjpa.kernel.Broker
-
Returns a
Seq
for the datastore identity values of the
specified persistent class, or null if the class' identity cannot be
represented as a sequence.
- getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getIdentitySequence(ClassMetaData) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getIdentitySequenceMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Metadata for the datastore identity sequence.
- getIdentitySequenceName() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The datastore identity sequence name, or null for none.
- getIdentityStrategy() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The strategy to use for datastore identity generation.
- getIdentityType() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The type of identity being used.
- getIdGenerator(Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getIdGenerator(Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Returns a
Generator
for the datastore identity values of the
specified type, or null if the type is unmanaged or its identity
cannot be represented by a sequence.
- getIdObject() - Method in class org.apache.openjpa.util.BigDecimalId
-
- getIdObject() - Method in class org.apache.openjpa.util.BigIntegerId
-
- getIdObject() - Method in class org.apache.openjpa.util.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
-
- getIdType() - Method in class org.apache.openjpa.persistence.meta.Types.Identifiable
-
Return the type that represents the type of the id.
- getIgnoreCase() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns whether case is ignored during equality operations.
- getIgnoreChanges() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Whether changes in the current transaction are taken into account when
executing queries and iterating extents.
- getIgnoreChanges() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Broker
-
Whether to take into account changes in the transaction when executing
a query or iterating an extent.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.Extent
-
Whether this extent will ignore changes made in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.ExtentImpl
-
- getIgnoreChanges() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Whether to ignore changes in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getIgnoreChanges() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.Extent
-
Whether the extent sees inserts and deletes in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to take into account changes in the transaction when executing
a query or iterating an extent.
- getIgnoreChanges() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Whether to ignore changes in the current transaction.
- getIgnoreChanges() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- 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.
- getIgnoreDfgForFkSelect() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getIgnoreDfgForFkSelect() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Affirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of
whether the field is included in the default fetch group of this fetch configuration.
- getIgnoreDfgForFkSelect() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getIgnoreDfgForFkSelect() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
Affirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of
whether the field is included in the default fetch group of this fetch configuration.
- getIgnoreDfgForFkSelect() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getIgnoreErrors() - Method in class org.apache.openjpa.enhance.ApplicationIdTool
-
Return false if this tool is configured to throw an exception on
an attempt to generate an id class for a type that does not use
application identity.
- getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether and SQL errors should cause a failure or just issue a warning.
- getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
If true, SQLExceptions thrown during schema manipulation will be
printed but ignored.
- getIgnoreNonPersistent() - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
- getIgnoreSuperclassCallbacks() - Method in class org.apache.openjpa.meta.LifecycleMetaData
-
Whether to exclude superclass callbacks from events.
- getIgnoreSystemListeners() - Method in class org.apache.openjpa.meta.LifecycleMetaData
-
Whether to exclude system listeners from events.
- getIgnoreUnmapped() - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
Whether unmapped classes should be ignored as possible primary
key values in the table.
- GetImage() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
- getImplData() - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
- getImplData(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
- getImplData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getImplData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getImplData(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getImplData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getImplData(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getImplData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
An object that concrete back ends can associate with each instance.
- getImplData(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Field-level impl data.
- getImplData() - Method in interface org.apache.openjpa.kernel.PCData
-
Returns the instance-level impl data, or null if none.
- getImplData() - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getImplData(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getImplData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getImplData(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getImplementation(Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
-
Return the implementation for the given facade and store.
- getImplementation(Class, Class, Class) - Method in class org.apache.openjpa.util.StoreFacadeTypeRegistry
-
Return the implementation for the given facade and store.
- getImplementorClasses(Class) - Static method in class org.apache.openjpa.lib.util.Services
-
- getImplementorClasses(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
-
- getImplementorClasses(String) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Class objects of all known service implementors of the
specified class name(as resolved by the current thread's context class
loader).
- getImplementorClasses(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
-
- getImplementorClasses(String, ClassLoader, boolean) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Class objects of all known service implementors of the
specified class name, as resolved by the specified
ClassLoader
.
- getImplementorMappings(Class<?>, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getImplementorMetaDatas(Class<?>, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return all least-derived metadatas with some mapped assignable type that implement the given
class.
- getImplementors(Class) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Strings of class names of all known service
implementors of the specified interface or class.
- getImplementors(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Strings of class names of all known service
implementors of the specified interface or class.
- getImplementors(String) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Strings of class names of all known service
implementors of the specified class name(as resolved by the current
thread's context class loader).
- getImplementors(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
-
Return an array of Strings of class names of all known service
implementors of the specified class name, as resolved by the specified
ClassLoader
.
- getImplementsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Implements declaration.
- getImportedKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getImportedKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to return foreign keys imported by the given
table pattern.
- getImportedKeys(DatabaseMetaData, String, String, String, Connection, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getImportedKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to return full foreign keys imported by the given
table pattern.
- getImportedKeys(DatabaseMetaData, String, String, String, Connection, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getImportedKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getImportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- 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.jdbc.kernel.NativeJDBCSeq
-
- getIncrement() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
The sequence's increment.
- getIncrement() - Method in class org.apache.openjpa.kernel.TimeSeededSeq
-
- getIncrement() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Sequence increment, or -1 for default.
- getIndependentAssignableMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Returns the closest-derived list of non-inter-joinable mapped types
assignable to this type.
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
Return all independent mappings to which this strategy must join in
order to access collection elements, or empty array if none.
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- getIndependentElementMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
-
Return all independent mappings to which this strategy must join in
order to access collection elements, or empty array if none.
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
-
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
-
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
-
- getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
-
- getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery
-
Return the assignable types for the given metadata whose expression
trees must be compiled independently.
- getIndependentKeyMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
Return all independent mappings to which this strategy must join in
order to access map keys, or empty array if none.
- getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getIndependentTypeMappings() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Return all independently-mapped joinable types for this value, depending
on whether this value is polymorphic and how the related type is mapped.
- getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getIndependentValueMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
Return all independent mappings to which this strategy must join in
order to access map values, or empty array if none.
- getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getIndex() - Method in class openbook.domain.LineItem
-
Gets the 1-based index this line item in its parent PurchaseOrder.
- getIndex() - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getIndex() - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getIndex() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Index on the Discriminator columns, or null if none.
- getIndex(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
Return the index to set on the discriminator columns, or null if none.
- getIndex(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getIndex(ValueMapping, DBIdentifier, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default index for the value, or null if the value columns
should not be indexed by default.
- getIndex(Version, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default index for the version, or null if the
version columns should not be indexed by default.
- getIndex(Discriminator, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default index for the discriminator, or null if the
discriminator columns should not be indexed by default.
- getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getIndex(ValueMapping, DBIdentifier, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Raw index.
- getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getIndex(ValueMapping, DBIdentifier, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getIndex(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getIndex(ValueMapping, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getIndex() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Index on the version columns, or null if none.
- getIndex(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
-
Return the index to set on the version columns, or null if none.
- getIndex() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the column's 0-based index in the owning table.
- getIndex() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the foreign key's 0-based index in the owning table.
- getIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getIndex(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getIndex() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
The index of this row in ordered row list.
- getIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The absolute index of this persistent/transactional field.
- getIndex(TupleElement<?>) - Method in class org.apache.openjpa.persistence.TupleFactory
-
- getIndex(String) - Method in class org.apache.openjpa.persistence.TupleFactory
-
- getIndexDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to index discriminator columns by default.
- getIndexes() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether indexes on existing tables should be manipulated.
- getIndexes() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
-
- getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Return whether indexes should be generated.
- getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Whether indexes on existing tables should be manipulated.
- getIndexes() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return the table's indexes.
- getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getIndexInfo(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find indexes matching the given table pattern.
- getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getIndexInfo(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getIndexLogicalForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to index logical foreign keys by default.
- getIndexName(String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getIndexName(DBIdentifier, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getIndexOfFirstFailedObject() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
- getIndexVersion() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to index version columns by default.
- getInitializer() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The initializer used by the field, or null if none.
- getInitialValue(FieldMetaData) - Method in class org.apache.openjpa.enhance.CodeGenerator
-
Return code for the initial value for the given field, or null to use
the default generated by the system.
- getInitialValue() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- getInitialValue() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Return the number as the initial number for the
GeneratedValue.TABLE strategy to start with.
- getInitialValue(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getInitialValue(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return code for the initial value for the given field, or null to use
the default generated by the system.
- getInitialValue() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
-
Return the initial value for version column.
- getInitialValue() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
The sequence's initial value.
- getInitialValue() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Initial sequence value, or -1 for default.
- getInitialValues() - Method in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
Return the initial values for version columns.
- getInnerIdentityClasses() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether or not to generate inner classes when creating application
identity classes.
- getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingBrokerFactory
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingExtent
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingSeq
-
Return the native delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
Return the base underlying native store manager.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
Return the base underlying data store statement.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
Return the base underlying data store connection.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
Return the base underlying database metadata.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
Return the inner-most wrapped delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
Return the base underlying data store statement.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Return the inner-most wrapped delegate.
- getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
Return the base underlying data store statement.
- getInnermostDelegate() - Method in class org.apache.openjpa.meta.DelegatingMetaDataFactory
-
Innermost delegate.
- getInnermostMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
Innermost mapping delegate.
- getInputStream(File, String) - Method in class openbook.tools.converter.SourceRenderer
-
Gets the input stream.
- getInputStream() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return the last-iterated metadata resource content as a stream.
- getInputStream() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
-
Return the last-iterated metadata resource content as a stream.
- getInputStream() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
-
- getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
-
- getInserts() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getInserts() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return all inserted primary rows.
- getInsertTimestamp() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
If set to true
, this properties object will add a
timestamp to the beginning of the file, just after the header
(if any) is printed.
- getInstance() - Static method in class openbook.client.Demo
-
- getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
-
Factory method for obtaining a possibly-pooled
BrokerFactory
from properties.
- getInstance(ConfigurationProvider, ClassLoader) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
-
Factory method for obtaining a possibly-pooled factory from properties.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
-
Return the singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
-
Return singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
-
Return the singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
-
Return singleton instance.
- getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
-
Singleton instance.
- getInstance() - Static method in class org.apache.openjpa.kernel.UUIDHexSeq
-
Return the singleton instance.
- getInstance() - Static method in class org.apache.openjpa.kernel.UUIDStringSeq
-
Return the singleton instance.
- getInstance() - Static method in class org.apache.openjpa.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.lib.log.NoneLogFactory.NoneLog
-
- getInstance() - Static method in class org.apache.openjpa.meta.NoneMetaDataFactory
-
- getInstance(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Return the initialized sequence instance.
- getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
Factory method for obtaining a possibly-pooled factory from properties.
- getInstance(DistributedJDBCConfiguration) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
Factory method for constructing a factory from a configuration.
- getInstanceRenderer() - Method in class jpa.tools.swing.EntityTable
-
- getInstancesAsMap() - Method in class org.apache.openjpa.conf.CacheMarshallersValue
-
- getInstantiatingGetter() - Method in class org.apache.openjpa.lib.conf.Value
-
The name of the getter method for the instantiated value of this
property(as opposed to the string value)
- getInStock() - Method in class openbook.domain.Inventory
-
Gets the available quantity.
- getInstrument() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getInstrument() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns the string-based list of instruments directly configured by
this provider via setInstrument.
- getInstrumentAliases() - Method in class org.apache.openjpa.instrumentation.jmx.JMXProvider
-
Returns aliases for built-in instruments.
- getInstrumentAliases() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getInstrumentAliases() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns an string array of identifier to class name aliases for
instruments known to the instrumentation provider.
- 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
-
- getInstrumentByName(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getInstrumentByName(String) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns an instrument instrumented by this provider by name
- getInstruments() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getInstruments() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets all instruments instrumented by this provider
- getInt(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the int at the given index.
- getInt(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getInt(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getInt(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getInt(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getInt(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getInt(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getInteger(Map<String, Object>, String, int) - Static method in class openbook.util.PropertyHelper
-
- getIntegrityViolation() - Method in exception org.apache.openjpa.util.ReferentialIntegrityException
-
The type of integrity violation that occurred.
- getInterfaceAliasedProperties(Class<?>) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all aliases property named for the given interface.
- getInterfaceImpl() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the managed interface implementor if any.
- getInterfacePropertyAlias(Class<?>, String) - Method in class org.apache.openjpa.meta.ClassMetaData
-
Get local field alias for the given interface property.
- getIntermediate(int) - Method in class org.apache.openjpa.datacache.DataCachePCDataImpl
-
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getIntermediate(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Use intermediate field data to store intermediate information that
might be available before the field is fully loaded.
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getIntermediate(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getInternal(Object) - Method in class org.apache.openjpa.datacache.AbstractDataCache
-
Return the object for the given oid.
- getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.AbstractQueryCache
-
Return the list for the given key.
- getInternal(Object) - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
-
- getInternal(QueryKey) - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
-
- getInternal(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- getInternal(int) - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
-
- getInternal(int) - Method in class org.apache.openjpa.lib.rop.SimpleResultList
-
- getInternal(int) - Method in class org.apache.openjpa.lib.rop.WindowResultList
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.BooleanValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.DoubleValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.FileValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.IntValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.StringListValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.StringValue
-
- getInternalString() - Method in class org.apache.openjpa.lib.conf.Value
-
Return the internal string form of this value.
- getInterval() - Method in class org.apache.openjpa.datacache.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.
- getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getIntProperty(String, String, int) - Method in class org.apache.openjpa.lib.util.Options
-
- getIntProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as an int, or 0 if
it does not exist and has no set default.
- getIntProperty(String, int) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as an int, or the given
default if it does not exist.
- getInvalidColumnWordSet() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the subset of the words in reservedWordSet that cannot be used as
valid column names for the current DB.
- getInventory() - Method in class openbook.domain.Book
-
- getInverse() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Logical inverse field.
- getInverseManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin to use for managing inverse relations.
- getInverseManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getInverseManager() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the inverse manager in use.
- getInverseManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getInverseManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getInverseMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getInverseMetaDatas() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Return all inverses of this field.
- getInverseRelations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to generate inverse 1-many/1-1 relations for all many-1/1-1
relations.
- getInverseTypeJoin(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getInverseTypeJoin(ValueMapping, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getISBN() - Method in class openbook.domain.Book
-
- getIsNotNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIsNotNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getIsNotNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getIsNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getIsNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getIsNullSQL(String, int) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getIsolation() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getIsolation() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
The isolation level for queries issued to the database.
- getIsolation() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getIsolation() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
The isolation level for queries issued to the database.
- getIsolation() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getItems() - Method in class openbook.domain.PurchaseOrder
-
Gets the items for this Purchase Order.
- getItems() - Method in class openbook.domain.ShoppingCart
-
Gets the books with their corresponding quantity in this cart.
- getJarEntryAction(JarURLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for con.getJarEntry().
- getJarFileAction(JarURLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for con.getJarFile().
- getJarFileUrls() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getJavaMember() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Returns the java.lang.reflect.Member for this attribute.
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
Return the code from
JavaTypes
for the version values this
strategy uses.
- getJavaType(int) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
Return the code from
JavaTypes
for the version value this given
column index uses.
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
Return the Java type code from
JavaTypes
for the discriminator
values.
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
- getJavaType(int) - Method in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
-
- getJavaType() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getJavaType(int, int, int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
-
Return the java type for the given SQL type from
Types
.
- getJavaType() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Gets the Java type of this attribute.
- getJDBCDelegate() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
Return the JDBC delegate.
- getJDBCListenerInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getJDBCListenerInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getJDBCListeners() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getJDBCListeners() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getJDBCLog() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
The log to write JDBC messages to.
- getJDBCMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getJDBCName(int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
-
Return the SQL type name for the given
Types
constant.
- getJDBCType(String) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
-
Return the
Types
constant for the given SQL type name.
- getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getJDBCType(int, boolean, int, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getJDBCType(int, boolean, int, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getJDBCType(int, boolean, int, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- getJoin(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Return the join from the field table to the owning class table.
- getJoin(FieldMapping, Table, boolean, List<Column>) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- getJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return the
Joinable
for the given column.
- getJoinablePCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return mapped subclasses that are reachable via joins.
- getJoinablePCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return the nearest mapped superclass that can join to this class.
- getJoinColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
I/O information on the join columns.
- getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Direction of the join that the columns of this mapping info form.
- getJoinDirection() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
The join direction.
- getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getJoinedTableClassMeta() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getJoinedTableClassMeta() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
get joined table metadatas for polymorphic queries
- getJoinedTableClassMeta() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Foreign key linking the primary key columns to the superclass table,
or null if none.
- getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Foreign key linking the field table to the class' primary table.
- getJoinForeignKey(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- getJoinForeignKey(ClassMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default foreign key for the join from this class' table to its
superclass' table, or null for a logical foreign key only.
- getJoinForeignKey(FieldMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default foreign key for the join from this field's table to its
defining class' table, or null for a logical foreign key only.
- getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
-
- getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
-
- getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
-
- getJoinForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default foreign key action for join keys.
- getJoinIndex() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Index on join foreign key columns.
- getJoinIndex(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Index on the field join.
- getJoinIndex(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default index for the join, or null if the
join columns should not be indexed by default.
- getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getJoinIterator() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the top-level
Join
elements for this select.
- getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Returns the names of the joins that this component will use
when loading objects.
- getJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getJoins() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getJoins() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the top-level joins for this select.
- getJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
The join syntax to use.
- getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
The join syntax for this select, as one of the syntax constants from
JoinSyntaxes
.
- getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getJoinSyntax() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
SQL join syntax.
- getJoinSyntax() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getJoinTableUniques() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getJoinTableUniques(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Get the unique constraints associated with the Sequence table.
- getJoinUnique() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Unique constraint on join foreign key columns.
- getJoinUnique(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Unique constraint on the field join.
- getJoinUnique(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default constraint for the join, or null if the join columns
should not be constrained by default.
- getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
-
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
-
- getJoinValue(Object, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
-
Return the join value of the given column.
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
-
Return the join value of the given column.
- getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getJPQL() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether or not JPQL extensions are allowed.
- getJtaDataSource() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getJtaDataSourceName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getKey() - Method in class org.apache.openjpa.datacache.ExpirationEvent
-
Return the expired object id or query key.
- getKey(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- getKey() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getKey(ResultSet, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting key from the result set.
- getKey(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
-
- getKey() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
- getKey() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
The unique key for the localized message.
- getKey() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Metadata about the key value.
- getKey(Object, ClassMetaData) - Static method in class org.apache.openjpa.util.ApplicationIds
-
Return the key from the given id.
- getKeyColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
-
- getKeyJavaType() - Method in class org.apache.openjpa.persistence.meta.Members.MapAttributeImpl
-
- getKeyMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getKeySequence() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
The sequence of this join in the foreign key.
- getKeyType() - Method in class org.apache.openjpa.persistence.meta.Members.MapAttributeImpl
-
- getKeyType() - Method in interface org.apache.openjpa.util.ProxyMap
-
The map key type.
- getLanguage() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- 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.
- getLanguage() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- getLanguage() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Query language.
- getLanguage() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getLargeObjectManager(DelegatingConnection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Get the native PostgreSQL Large Object Manager used for LOB handling.
- getLast() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getLastSegment() - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- getLastSegment() - Method in class org.apache.openjpa.persistence.query.OperatorPath
-
- getLastSegment() - Method in class org.apache.openjpa.persistence.query.RootPath
-
- getLeadingDelimiter() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getLeadingDelimiter() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getLeadingDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the leading delimiter value to use when delimiting a name.
- 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
-
- getLevel() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- getLevel() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the instrumentation level of this instrument.
- getLevel(String) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
Returns a symbolic constant for the specified string level.
- getLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
-
- getLevelName(short) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
Returns a string representation of the specified log level constant.
- getLevenshteinDistance(String, String) - Static method in class org.apache.openjpa.lib.util.StringDistance
-
Returns the Levenshtein distance between the two strings.
- getLexicalHandler() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
The lexical handler that should be registered with the SAX parser used
by this class.
- getLifecycleEventManager() - Method in interface org.apache.openjpa.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
-
- getLifecycleListenerCallbackMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getLifecycleListenerCallbackMode() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- getLifecycleListenerCallbackModes() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getLifecycleListenerCallbackModes() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
The
CallbackMode
flags for handling lifecycle listener
exceptions.
- getLifecycleMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Information about lifecycle callbacks for this class.
- getLine() - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
Deprecated.
- getLineLength() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
- getLineNumber() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getLineNumber() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getLineNumber() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getLineNumber() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getLineNumber() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the line number of the file at which this instance was parsed.
- 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
-
- getLineNumber() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getLineNumberFormat() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- getLineNumberFormat() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Gets the format string to format line number such as "%%0%4d"
for a 4-digit number with leading zeros.
- getLineNumberFormat() - Method in class openbook.tools.converter.PlainTokenRenderer
-
- getLinesBetweenSections() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
The number of empty lines between code sections.
- getLineSeparator() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return the value of the "line.separator" system property.
- getList(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name, of type java.util.List and contains the
given element type.
- getList(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name and of type java.util.List.
- getListeners() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets unmodifable list of listeners for value changes.
- getListeners() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Return a read-only list of listeners.
- getListeners() - Method in interface org.apache.openjpa.lib.util.EventManager
-
Return a read-only list of listeners.
- getListingIndex() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Relative order of result mapping in metadata.
- getListingIndex() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The index in which this class was listed in the metadata.
- getListingIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The index in which this field was listed in the metadata.
- getListingIndex() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
The index in which this class was listed in the metadata.
- getLiteAutoDetach() - Method in class org.apache.openjpa.conf.DetachOptions
-
Whether to use lite detachment when auto detaching.
- getLoaded() - Method in class org.apache.openjpa.kernel.AbstractPCData
-
Return the loaded field mask.
- getLoaded() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getLoaded() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getLoaded() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getLoaded() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return a read-only mask of the indexes of all loaded fields.
- getLoaded() - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getLoaded() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getLoaded(Object[]) - Static method in class org.apache.openjpa.util.ArrayStateImage
-
Get the loaded mask from a state image.
- getLoadFetchGroup() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The fetch group that is to be loaded when this receiver is loaded, or
null if none set.
- getLoadKey() - Method in class org.apache.openjpa.lib.conf.Value
-
The key under which this value was loaded, or null.
- getLoadSuccessful() - Static method in class org.apache.openjpa.enhance.PCEnhancerAgent
-
- getLOBStream(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLOBStream(JDBCStore, ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getLOBStream(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getLOBStream(JDBCStore, ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getLOBStream(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
- getLOBStream(JDBCStore, ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- getLOBStreamInternal(JDBCStore, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLOBStreamInternal(JDBCStore, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLocale(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getLocale(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getLocale(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getLocalizer() - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Used for obtaining the
Localizer
to use for translating
error messages.
- getLocalizer() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
The XML document location.
- getLocation(String) - Method in class org.apache.openjpa.lib.xml.Location
-
for customized responses
- getLocation() - Method in class org.apache.openjpa.lib.xml.Location
-
- getLocator() - Method in class org.apache.openjpa.lib.xml.Location
-
- getLock() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getLock() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getLock() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getLock() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
The lock object set for this instance.
- getLock() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getLockLevel(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getLockLevel(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getLockLevel(OpenJPAStateManager) - Method in interface org.apache.openjpa.kernel.LockManager
-
- getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.NoneLockManager
-
- getLockLevel(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the lock level of the specified object.
- getLockLevel(OpenJPAStateManager) - Method in class org.apache.openjpa.kernel.VersionLockManager
-
Returns the given instance's lock level, assuming that the state's
lock object is a number.
- getLockLevel() - Method in exception org.apache.openjpa.util.LockException
-
- getLockManager() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin to use for datastore lock management.
- getLockManager() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getLockManager() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
- getLockManager() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getLockManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getLockManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getLockManager() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the lock manager in use.
- getLockMode(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getLockMode(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the lock mode of the given instance, or null if not locked.
- getLockMode() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getLockRows(DBDictionary, Object, ClassMapping, JDBCFetchConfiguration, SQLFactory) - Method in class org.apache.openjpa.jdbc.kernel.MixedLockManager
-
- getLockRows(DBDictionary, Object, ClassMapping, JDBCFetchConfiguration, SQLFactory) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
-
- 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
-
- getLockScope() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The lock scope to use for locking loaded objects.
- getLockScope() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getLockTimeout() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The time to wait for an object lock in milliseconds, or -1 for no
timeout.
- getLockTimeout() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getLockTimeout() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- getLockTimeout() - Method in interface org.apache.openjpa.kernel.FetchConfiguration
-
The number of milliseconds to wait for an object lock, or -1 for no
limit.
- getLockTimeout() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- getLockTimeout() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The number of milliseconds to wait for an object lock, or -1 for no
limit.
- getLockTimeout() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getLog() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the log to write to.
- getLog() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Log plugin setting.
- getLog(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the log for the given category.
- getLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getLog(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getLog(String) - Method in interface org.apache.openjpa.lib.log.LogFactory
-
Return a log for the given channel name.
- getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryAdapter
-
- getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
- getLog(String) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
-
Returns a Log impl that combines all logs.
- getLog(String) - Method in class org.apache.openjpa.lib.log.NoneLogFactory
-
- getLog() - Method in class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
-
- getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
The log to write to.
- getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
The log to write to.
- getLog() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the metadata log.
- getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Metadata log.
- getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
The log to write to.
- getLog() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
-
Metadata log.
- getLogFactory() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
The log factory.
- getLogFactory() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getLoginTimeout() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getLoginTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- getLoginTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getLogs() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
The log to write to.
- getLogWriter() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getLogWriter() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- getLogWriter() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getLong(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the long at the given index.
- getLong(Object, Field) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the value of the given field in the given object.
- getLong(Object, Method) - Static method in class org.apache.openjpa.enhance.Reflection
-
Return the return value of the given getter in the given object.
- getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getLong(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getLong(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getLong(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getLong(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getLongProperty(String, String, long) - Method in class org.apache.openjpa.lib.util.Options
-
- getLongProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a long, or 0 if
it does not exist and has no set default.
- getLongProperty(String, long) - Method in class org.apache.openjpa.lib.util.TypedProperties
-
Return the property under the given key as a double, or the given
default if it does not exist.
- getLrsFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all large result set fields.
- getLRSSize() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
How to obtain the size of large result sets.
- getLRSSize() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getLRSSize() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
The large result set size mode to use.
- getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getLRSSize() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
- getLRSSize() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getLRSSizeAlgorithm() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
How to determine the size of a large result set.
- getLRSSizeAlgorithm() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getLRSSizeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the
LRSSizes
constant for the large result set size
setting.
- getLRSSizeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getLru() - Method in class org.apache.openjpa.datacache.ConcurrentDataCache
-
- getLru() - Method in class org.apache.openjpa.datacache.ConcurrentQueryCache
-
- getMajorVersion() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Gets major version of the database server.
- 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
-
- getManagedClass(Class<?>) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- 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
-
- getManagedClassName(String) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- getManagedClassNames() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getManagedInstance() - Method in interface org.apache.openjpa.enhance.ManagedInstanceProvider
-
- getManagedInstance() - Method in class org.apache.openjpa.enhance.ReflectingPersistenceCapable
-
- getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getManagedInstance() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getManagedInstance() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getManagedInstance() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the managed instance.
- getManagedInstance() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getManagedInstance(Object) - Static method in class org.apache.openjpa.util.ImplHelper
-
- 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.
- getManagedObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getManagedObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return a set of all managed instances.
- getManagedRuntime() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin string for the
ManagedRuntime
to use for managed
environments.
- getManagedRuntime() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getManagedRuntime() - Method in interface org.apache.openjpa.kernel.Broker
-
Return the managed runtime in use.
- getManagedRuntime() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getManagedRuntime() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getManagedRuntime() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getManagedRuntime() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Return the managed runtime in use.
- getManagedRuntimeInstance() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The plugin to use for integrating with a managed runtime.
- getManagedRuntimeInstance() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getManagedStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return a copy of all managed state managers.
- getManagedType(Object) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
- getManagedType(Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getManagedType(Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- getManagedType(Object) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Return the persistent class for the given data store identity value.
- getManagedTypeBytecode() - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Return the bytecode representation of the managed class being
manipulated.
- getManagedTypes() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
Return the metamodel managed types.
- 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.
- getMap(Map<String, Object>, String) - Static method in class openbook.util.PropertyHelper
-
- getMap(Map<String, Object>, String, Map<String, String>) - Static method in class openbook.util.PropertyHelper
-
- getMap(String, Class<K>, Class<V>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name, of type java.util.Map and contains the
given key/value type.
- getMap(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name and of type java.util.Map.
- 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
-
- getMappedByFieldMapping() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getMappedByFieldMapping() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getMappedByFieldMapping() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
If this is the result used to select a toMany relationship,
the mappedByFieldMapping is field mapping representing
the inverse relationship.
- getMappedByIdFields() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getMappedByIdValue() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getMappedByMetaData() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field that this field shares a mapping with.
- getMappedByValue() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getMappedByValue() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getMappedByValue() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
If this is the result used to select a toMany relationship,
the mappedByValue is value of the owner of the toMany relationship.
- getMappedPCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getMappedPCSubclassMetaDatas() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return all mapped subclasses.
- getMappedPCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getMappedPCSuperclassMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the closest mapped superclass.
- getMapping() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The name mapping to use for this data store.
- getMapping() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getMapping(Class<?>, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getMapping(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getMapping(String) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
- getMappingDefaults() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getMappingDefaults() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getMappingDefaults() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Mapping defaults.
- getMappingDefaultsInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getMappingDefaultsInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
Mapping factory delegate.
- getMappingFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
A plugin string describing the
MetaDataFactory
to use for
loading and storing object-relational mapping data.
- getMappingFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getMappingFile() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Allow sequence to have a mapping file separate from its metadata
source file.
- getMappingFileNames() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Raw mapping data.
- getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Raw mapping data.
- getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Raw mapping data about field's join to parent table, as well as
miscellaneous specialized columns like order column.
- getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Raw mapping data.
- getMappingOverride() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Whether to allow later parses of mapping information to override
earlier information for the same class.
- getMappingOverride() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Whether to allow later parses of mapping information to override
earlier information for the same class.
- getMappingPaths() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
- getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getMappingRepository() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Version
-
- getMappingRepositoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the mapping repository.
- getMappingRepositoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getMappings() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- getMappings() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the generated mappings.
- getMappingWriter() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
The stream to export the planned mappings to as an XML document.
- getMappyedByIdFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
- getMapsIdColumns() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Raw column data.
- getMapValue(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- getMapValue(Value, Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- getMapValue(Value, Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- getMapView() - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Get a map-oriented view of the cache.
- getMapView() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- 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.
- getMarkerForInsertUpdate(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return parameter marker for INSERT and UPDATE statements.
- getMarkerForInsertUpdate(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
Oracle requires special handling of XML column.
- getMarshallerById(String) - Method in class org.apache.openjpa.conf.CacheMarshallersValue
-
- getMarshallerById(Configuration, String) - Static method in class org.apache.openjpa.conf.CacheMarshallersValue
-
- getMasterSlice() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
-
Gets the master slice.
- getMasterSlice() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the master slice.
- getMaxActive() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
The maximum number of sockets that this provider can
simetaneously open to each peer in the cluster.
- getMaxBinaryLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxConnections() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxFetchDepth() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
The maximum relation depth to traverse when eager fetching.
- getMaxFetchDepth() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getMaxFetchDepth() - Method in class org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
- 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
-
- getMaxFetchDepth() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The maximum fetch depth when loading an object.
- getMaxFetchDepth() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getMaxFieldSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMaxIdle() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
The number of idle sockets that this provider can keep open
to each peer in the cluster.
- getMaximum() - Method in class openbook.domain.Range
-
Gets the maximum value.
- getMaximumArguments() - Method in class org.apache.openjpa.persistence.jest.PropertiesCommand
-
- getMaxIndexLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxLength() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getMaxProcedureNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxResults() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Return the maximum number of results to retrieve.
- getMaxResults() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getMaxRows() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMaxRowSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxSize() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
- getMaxSize() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
- getMaxSize() - Method in class org.apache.openjpa.lib.util.LRUMap
-
- getMaxSize() - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
-
- getMaxSize() - Method in interface org.apache.openjpa.lib.util.SizedMap
-
The maximum number of entries, or Integer.MAX_VALUE for no limit.
- getMaxStatementLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxStatements() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getMaxUserNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- 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
-
- getMemberByProperty(ClassMetaData, String, int, boolean) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
Gets either the instance field or the getter method depending upon the
access style of the given meta-data.
- getMessage() - Method in class hellojpa.Message
-
- 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 class org.apache.openjpa.lib.util.Localizer.Message
-
The localized message.
- 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.jdbc.kernel.exps.Args
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getMetaData() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getMetaData() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getMetaData(Class<?>, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Convenience method to get metadata for the given type.
- getMetaData(Class<?>, boolean, ClassLoader) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Convenience method to get metadata for the given type.
- getMetaData() - Method in class org.apache.openjpa.kernel.exps.Val
-
- getMetaData() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return any associated persistent type.
- getMetaData() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getMetaData() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Get the metadata for this instance.
- getMetaData() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getMetaData(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getMetaData(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
- getMetaData(Class<?>, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the metadata for the given class.
- getMetaData(String, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the metadata for the given alias name.
- getMetaData(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Return the least-derived class metadata for the given application identity object.
- getMetaData(Object) - Static method in class org.apache.openjpa.persistence.JPAFacadeHelper
-
Returns the
ClassMetaData
associated with
the persistent object
o
.
- getMetaData(EntityManager, Class) - Static method in class org.apache.openjpa.persistence.JPAFacadeHelper
-
Returns the
ClassMetaData
associated
with the persistent type
cls
.
- getMetaData(EntityManagerFactory, Class) - Static method in class org.apache.openjpa.persistence.JPAFacadeHelper
-
Returns the
ClassMetaData
associated
with the persistent type
cls
.
- getMetaData(Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Deprecated.
use JPAFacadeHelper
instead. This method pierces
the published-API boundary, as does the JPAFacadeHelper utilization.
- getMetaData(EntityManager, Class) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Deprecated.
use JPAFacadeHelper
instead. This method pierces
the published-API boundary, as does the JPAFacadeHelper utilization.
- getMetaData(EntityManagerFactory, Class) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Deprecated.
use JPAFacadeHelper
instead. This method pierces
the published-API boundary, as does the JPAFacadeHelper utilization.
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getMetaData() - Method in class org.apache.openjpa.xmlstore.ObjectData
-
Get the metadata associated with the type of persistent object for
which this data applies.
- getMetaDataFactory() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- 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.
- getMetaDataFile() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
If adding metadata, the metadata file to add to.
- getMetaDataRepository() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- 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(ClassMetaData, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the meta class corresponding to the given persistent class.
- getMetaModel(Class<?>, boolean) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Gets the meta class corresponding to the given class.
- getMetamodel() - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- getMetamodel() - Method in interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder
-
Gets the metamodel for the managed, persistent domain entities.
- getMetamodel() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getMetamodel() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- 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
-
- getMetaModelClassName(String) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- 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.
- getMethodDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getMillisecondBehavior() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Default behavior is ROUND
- getMimeType() - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
-
- getMimeType() - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
-
Gets the mime type produced by this formatter.
- getMimeType() - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
-
- getMinimum() - Method in class openbook.domain.Range
-
Gets the minimum value.
- getMinorVersion() - Method in class org.apache.openjpa.conf.Specification
-
- getMinorVersion() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Gets minor version of the database server.
- getMixedCode(int, int) - Static method in class org.apache.openjpa.meta.AccessCode
-
- getMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
The parse mode.
- getMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
The serialization mode according to the expected document type.
- getMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
The parse mode according to the expected document type.
- getMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
The serialization mode according to the expected document type.
- getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getMoreResults() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMoreResults(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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.
- getMother() - Method in class relations.Deity
-
- getMultiLine() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
If true, then try to parse multi-line SQL statements.
- getMultiTableColumns(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
-
Return the columns set for this version when the columns are spread
across multiple tables.
- 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
-
- getMultithreaded() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getMultithreaded() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether the entity manager or its managed instances are used in a
multithreaded environment.
- getMustDelimit() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getName() - Method in class openbook.domain.Author
-
- getName() - Method in class openbook.domain.Customer
-
- getName() - Method in class openbook.tools.ant.Java2HTMLConverterTask.Arg
-
- getName() - Method in class openbook.tools.CommandProcessor.Option
-
Gets the first alias as the name.
- 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.jdbc.identifier.QualifiedDBIdentifier
-
Returns the fully qualified name as a string
- getName() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Return the name for this query result.
- getName() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
use getIdentifier()
- getName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Deprecated.
- getName() - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- getName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
Deprecated.
- getName() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- 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 interface org.apache.openjpa.lib.identifier.Identifier
-
- getName() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
-
- getName() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- getName() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- getName() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns the name of the instrument.
- getName() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
The name of the resource.
- getName() - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter.Resource
-
The name of the resource.
- getName() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
-
- getName() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
-
- getName() - Method in class org.apache.openjpa.meta.FetchGroup
-
Fetch group name.
- getName() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The field name.
- getName() - Method in interface org.apache.openjpa.meta.Order
-
Return the name of the orderable.
- getName() - Method in class org.apache.openjpa.meta.QueryMetaData
-
Return the name for this query.
- getName() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
The sequence name.
- getName(int) - Static method in class org.apache.openjpa.meta.UpdateStrategies
-
Convert the given strategy to a name.
- getName(int) - Static method in class org.apache.openjpa.meta.ValueStrategies
-
Convert the given strategy to a name.
- 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 interface org.apache.openjpa.persistence.Generator
-
The sequence name.
- getName() - Method in class org.apache.openjpa.persistence.GeneratorImpl
-
- getName() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Gets the name of this attribute.
- getName() - Method in class org.apache.openjpa.persistence.meta.Types.Entity
-
- getName() - Method in class org.apache.openjpa.persistence.ParameterImpl
-
- getName() - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- getName() - Method in class org.apache.openjpa.slice.jdbc.SliceStoreManager
-
- getName() - Method in class org.apache.openjpa.slice.Slice
-
Gets the immutable logical name.
- getName() - Method in class relations.Deity
-
- getNamedGenerator(String) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getNamedGenerator(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the named generator defined in the metadata.
- getNamedParameters() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the value of all the named parameters.
- getNamedParameters() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
The named parameters for the query; empty map if none or
if query uses positional parameters.
- getNamingConfiguration() - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
- getNamingUtil() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the naming utility used by this dictionary instance
- getNanoPrecisionTimestamp() - Static method in class org.apache.openjpa.lib.util.TimestampHelper
-
- getNCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNCharacterStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNCharacterStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNClob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNClob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- getNestedThrowables() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- getNestedThrowables() - Method in interface org.apache.openjpa.util.ExceptionInfo
-
The nested throwables.
- getNestedThrowables() - Method in exception org.apache.openjpa.util.OpenJPAException
-
The nested throwables.
- getNetworkTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getNetworkTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getNewConnection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return a new SQL connection to the database.
- getNewConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getNewline() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
- getNewTableSchema(JDBCConfiguration) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
-
Deprecated.
- getNewTableSchemaIdentifier(JDBCConfiguration) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
-
- getNewTempClassLoader() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- 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.
- getNodes() - Method in class org.apache.openjpa.lib.graph.Graph
-
Return a view of all nodes in the graph.
- getNonEmptyValue(int) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
-
Return a non-empty value object for the given type code.
- getNonJtaDataSource() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getNonJtaDataSourceName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- 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
-
- getNontransactionalRead() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getNontransactionalRead() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to allow nontransactional access to persistent state.
- 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
-
- getNontransactionalWrite() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getNontransactionalWrite() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to allow nontransactional changes to persistent state.
- getNString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getNString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getNString(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNString(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNull() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- getNullableAsObject() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return whether even nullable columns will be mapped to wrappers
rather than primitives.
- getNullIndicatorColumn(ValueMapping, String, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getNullIndicatorColumn(ValueMapping, DBIdentifier, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getNullIndicatorColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getNullIndicatorColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getNullIndicatorValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
-
Return the proper synthetic null indicator value for the given instance.
- getNullValue() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getNumber(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getNumber(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getNumber(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the specified column value as an unknown numeric type;
we try from the most generic to the least generic.
- getNumber(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getNumber(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getNumber(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getNumber(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getNumberInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getNumberInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getNumBroadcastThreads() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
The number of worker threads that are used for
transmitting packets to peers in the cluster.
- getNumericFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getObject(int) - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Get the object at the given index.
- getObject(Object, int, Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getObject(Column, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getObject(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getObject(Object, int, Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getObject(Column, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getObject(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getObject(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Override the getOjbect() method to handle the case where the latest
Postgres JDBC driver returns a org.postgresql.util.PGobject instead of a
java.sql.Timestamp
- getObject(Object, int, Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getObject(Column, Object, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(String, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(int, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getObject(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- getObjectId(JDBCStore, Result, ForeignKey, boolean, Joins) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return the oid value stored in the result.
- getObjectId(ClassMetaData) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Implement this method to extract the object id value from the
current record of the input.
- getObjectId(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getObjectId(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getObjectId() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getObjectId() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getObjectId(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return the object id of the given value.
- getObjectId(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- getObjectId() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getObjectId() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the instance's object id.
- getObjectId() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getObjectId(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the oid of the given instance.
- getObjectId(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getObjectId(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the oid of the given instance.
- getObjectIdClass(Class) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getObjectIdClass(Class) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the application identity class the given persistent class uses
for object ids, or null if not a type that uses application identity.
- 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(Class<?>) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getObjectIdType(Class) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getObjectIdType(Class<?>) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the application or datastore identity class the given persistent
class uses for object ids.
- getObjectIdType() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The metadata-specified class to use for the object ID.
- getObjectInternal(Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
Return the value stored in the given id or column.
- getObjectInternal(Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- 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
-
- getObjects() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- getObjects() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Return the current set of objects for serialization.
- getObjects() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- getObjects() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- getObjectTableName() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Gets the object table name component of the path, if the path
is a table qualified identifier such as a constraint or column.
- getOpenBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Open brace string.
- getOpenBrokers() - Method in class org.apache.openjpa.kernel.AbstractBrokerFactory
-
Returns a set of all the open brokers associated with this factory.
- getOpenJPA3GeneratedKeySequenceName(Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
Returns a OpenJPA 3-compatible name for an auto-assign sequence.
- getOpenJPA3GeneratedKeySequenceName(Column) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
Returns a OpenJPA 3-compatible name for an auto-assign sequence.
- getOpenJPA3GeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
Returns a OpenJPA 3-compatible name for an auto-assign trigger.
- getOpenJPA3GeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
Returns a OpenJPA 3-compatible name for an auto-assign trigger.
- getOpenJPATables() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Whether to generate info on special tables used by OpenJPA components
for bookkeeping.
- getOpenJPATables() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Whether to act on special tables used by OpenJPA components
for bookkeeping.
- getOpenParen(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Open parentheses string.
- getOperand1() - Method in class org.apache.openjpa.persistence.query.BinaryOperatorExpression
-
- getOperand2() - Method in class org.apache.openjpa.persistence.query.BinaryOperatorExpression
-
- getOperatingSet() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Gets the unmodifiable set of instances being operated.
- getOperation() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getOperation(StoreQuery) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
-
- getOperation(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getOperation() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getOperation(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getOperation() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Returns the operation that this query will be expected to perform.
- getOperation() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getOperation(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Returns the operation this executor is meant to execute.
- getOperation() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Query operation type.
- getOperation() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getOperator() - Method in class org.apache.openjpa.jdbc.kernel.exps.Abs
-
- getOperator() - Method in class org.apache.openjpa.jdbc.kernel.exps.DatastoreFunction
-
- getOperator() - Method in class org.apache.openjpa.jdbc.kernel.exps.Sqrt
-
- getOperator() - Method in class org.apache.openjpa.persistence.query.BinaryOperatorExpression
-
- 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
-
- getOptimistic() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getOptimistic() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to use optimistic transactional semantics.
- getOptimizeClause(Select) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- 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
-
- getOptions() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- getOptions() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- getOptions() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns the options specified for the instrument in string form.
- getOptions() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets configuration options for this provider
- getOptions() - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaEnhancerMojo
-
Get the options for the OpenJPA enhancer tool.
- getOptions() - Method in class org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
-
Get the options for the various OpenJPA tools.
- getOptions() - Method in class org.apache.openjpa.tools.maven.OpenJpaSchemaMojo
-
- getOptions() - Method in class org.apache.openjpa.tools.maven.OpenJpaSqlMojo
-
- getOrCreateImport(String) - Method in class org.apache.openjpa.persistence.util.SourceCode
-
Get the class name instance for the given fully-qualified class name.
- getOrder() - Method in class openbook.domain.LineItem
-
Gets the parent PurchaseOrder of this line item.
- getOrderByField(ClassMetaData, String) - Method in class org.apache.openjpa.meta.MetaDataRepository
-
- getOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Field order column, if any.
- getOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Raw synthetic ordering column.
- getOrderColumn(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Return the ordering column for this field, or null if none.
- getOrderColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getOrderColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
I/O information for order column.
- getOrderColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- 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
-
- getOrderDirtyObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getOrderDirtyObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether dirty objects will be returned in the order they were dirtied.
- getOrdered() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return the ordered primary rows.
- getOrderedParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getOrderedParameterTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getOrderedParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- 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 interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return a map of parameter names to types.
- getOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the ordering SQL for this select.
- getOrdering() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Union
-
Get the union-level ordering, if any.
- getOrderingValue(Result, int) - Method in interface org.apache.openjpa.jdbc.sql.MergedResult.ResultComparator
-
Return the ordering value of the current row of the given result.
- 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(Object, int, ResultObjectProvider) - Method in class org.apache.openjpa.kernel.OrderingMergedResultObjectProvider
-
- getOrderingValue(StoreQuery, Object[], Object, int) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Extract the value of the orderIndex
th ordering
expression in Query#getOrderingClauses
from the
given result object.
- getOrderingValue(Object, int, ResultObjectProvider) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
-
Return the value to use for ordering on the given result value.
- getOrderLists() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to order lists and arrays using a dedicated ordering column
by default.
- getOrders(PurchaseOrder.Status, Customer) - Method in interface openbook.server.OpenBookService
-
Gets the list of orders of given status.
- 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 class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
Get the original query string which is same as the identifier of this
receiver.
- getOriginalQuery() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the original query.
- getOriginalValue() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets the original value.
- 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
-
- getOther(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node on the opposite end of the given one, or null if the
given node is not part of this edge.
- getOtherPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- getOtherPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getOtherPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getOtherPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getOtherState() - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- getOtherState() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getOtherState() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getOtherState() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getOutputFile() - Method in class org.apache.openjpa.conf.CacheMarshallerImpl
-
- getOutputStream(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
-
Return an output stream to the stream(stdout or stderr) or file named
by the given string.
- 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.
- getOverrideContextClassloader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- 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.DelayedArrayListProxy
-
- getOwner() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getOwner() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getOwner() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getOwner() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getOwner() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getOwner() - Method in class org.apache.openjpa.util.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.DelayedArrayListProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getOwnerField() - Method in class org.apache.openjpa.util.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.DelayedArrayListProxy
-
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- getOwnerStateManager() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Returns the state manager of the owning instance.
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- getOwnerStateManager() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- getPackage() - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
The default package for objects being serialized.
- getPackage(Object) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
Return the package name of the given object, or null if not in a
package.
- getPackage() - Method in class org.apache.openjpa.persistence.util.SourceCode
-
- getPackage(Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- getPackageAttributeName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The attribute of the package element that holds the name, or null to
use the element text.
- getPackageAttributeName() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getPackageElementDepth() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The depth of the package element.
- getPackageFile(File, String, boolean) - Static method in class org.apache.openjpa.lib.util.Files
-
Return the file for the given package.
- getPackageName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the default package for the generated classes, or null if unset.
- getPackageName() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
- getPackageName() - Method in class org.apache.openjpa.persistence.util.SourceCode.Class
-
- getPagedFields(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, long) - Static method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
-
Return a bit set representing batch select fields that will be paged,
or null if no fields need paging, which indicates that this provider
should not be used.
- getPageSize() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
-
Return the page size in use.
- getParameter(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Return the value set for the given parameter.
- getParameter(String, Class<T>) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Get the parameter of the given name and type.
- getParameter(int, Class<T>) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Get the positional parameter with the given position and type.
- getParameter(String) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Get the parameter object corresponding to the declared parameter of the given name.
- getParameter(int) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Get the positional parameter with the given position.
- getParameterCount() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
The number of parameters that will be set for this row.
- 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.
- getParameterizedTypes(Field) - Static method in class org.apache.openjpa.lib.util.JavaVersions
-
Collects the parameterized type declarations for a given field.
- getParameterizedTypes(Method) - Static method in class org.apache.openjpa.lib.util.JavaVersions
-
Collects the parameterized return type declarations for a given method.
- getParameterKey() - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getParameterKey() - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getParameterKey() - Method in interface org.apache.openjpa.kernel.exps.Parameter
-
Returns the key of the parameter.
- getParameterMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getParameterMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getParameterMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- getParameters() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Return the list of parameter values.
- getParameters() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the parameters declared in this query.
- getParameterType() - Method in class org.apache.openjpa.persistence.ParameterImpl
-
- getParameterTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getParameterTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getParameterTypes() - Method in interface org.apache.openjpa.kernel.QueryContext
-
Deprecated.
- getParameterTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getParameterTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Deprecated.
- getParameterValue(Parameter<T>) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Return the value bound to the parameter.
- getParameterValue(String) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Return the value bound to the parameter.
- getParameterValue(int) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Return the value bound to the parameter.
- getParametrizedType(String[]) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Returns parametrized type string for given type(s).
- getParamTypes() - Method in class org.apache.openjpa.meta.QueryMetaData
-
- getParamTypes() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
- getParamTypes() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getParens() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Paired parentheses for empty method parameters.
- getParent() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getParent() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the parent of this select, if it is a subselect.
- getParent() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getParent() - Method in class org.apache.openjpa.kernel.exps.Context
-
- getParent() - Method in class org.apache.openjpa.persistence.query.JoinPath
-
- getParent() - Method in class org.apache.openjpa.slice.SliceThread
-
Gets the parent thread of this receiver.
- getParentAction(ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for loader.getParent().
- getParentLogger() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getParentLogger() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- getParentLogger() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getParents() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the immediate parents of this shape.
- getParentType(SingularAttribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- 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.
- getParseClass() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getParseComments() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether to parse element comments.
- getParsedQuery() - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getParsedQuery(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getParseList() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getParseText() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether to parse element text.
- getParseType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- getParseType() - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- 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(DBIdentifier) - Static method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Creates a qualified path from an identifier.
- getPath() - Method in class org.apache.openjpa.kernel.exps.Val
-
- getPath() - Method in interface org.apache.openjpa.kernel.exps.Value
-
- getPathSeparator() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return the value of the "path.separator" system property.
- getPathStr() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getPathStr() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- 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
-
- getPCPathString() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- 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
-
- getPCResults() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Return the mapped persistence-capable types in the query result.
- 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.
- getPCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- 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.
- getPCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getPCSuperclassMetaData() - Method in class org.apache.openjpa.meta.ClassMetaData
-
The metadata for this class' superclass.
- getPCType(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Return the persistence-capable type for type
.
- getPCType() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
Implement this method to extract the type of the pc stored
in the current record of the input.
- getPendingTransactionalObjects() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getPendingTransactionalObjects() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getPendingTransactionalObjects() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return a list of instances which will become transactional upon
the next transaction.
- getPendingTransactionalObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getPendingTransactionalObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return a set 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.
- getPersistedClasses() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getPersistedClasses() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the set of classes that have been made persistent in the current
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(LifecycleEvent) - Method in class org.apache.openjpa.kernel.AuditManager
-
Extracts the persistence capable instance from the source of the given event.
- 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
-
- getPersistenceContext() - Method in class org.apache.openjpa.persistence.jest.JESTContext
-
Gets the persistence context.
- getPersistenceContext() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
-
Get the persistence context of the operational context.
- getPersistenceEnvironment() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getPersistenceProviderClassName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getPersistenceStrategy(FieldMetaData, Member) - Static method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
Return the code for the strategy of the given member.
- getPersistenceStrategy(FieldMetaData, Member, boolean) - Static method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
Return the code for the strategy of the given member.
- getPersistenceType(ClassMetaData) - Static method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- getPersistenceType() - Method in class org.apache.openjpa.persistence.meta.Types.Basic
-
- getPersistenceType() - Method in class org.apache.openjpa.persistence.meta.Types.Embeddable
-
- getPersistenceType() - Method in class org.apache.openjpa.persistence.meta.Types.Entity
-
- getPersistenceType() - Method in class org.apache.openjpa.persistence.meta.Types.MappedSuper
-
- getPersistenceType() - Method in class org.apache.openjpa.persistence.meta.Types.PseudoEntity
-
- getPersistenceUnitName() - Method in class org.apache.openjpa.persistence.jest.JESTContext
-
Gets the name of the persistence unit.
- getPersistenceUnitName() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
-
Get the persistence unit name.
- getPersistenceUnitName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getPersistenceUnitRootUrl() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getPersistenceUnitUtil() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getPersistenceXmlFileUrl() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
The location of the persistence.xml resource.
- getPersistenceXMLSchemaVersion() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getPersistentAttributeType() - Method in class org.apache.openjpa.persistence.meta.Members.MapAttributeImpl
-
- getPersistentAttributeType() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Returns the persistent category for the attribute.
- getPersistentAttributeType() - Method in class org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl
-
- getPersistentAttributeType() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Categorizes the attribute.
- getPersistentMembers(ClassMetaData, boolean) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
- getPersistentMembers(T) - Method in interface org.apache.openjpa.persistence.meta.MetadataProcessor
-
Get the persistent members of the given type.
- getPersistentMembers(TypeElement) - Method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Gets the list of persistent fields and/or methods for the given type.
- getPersistentMembers(ClassMetaData, boolean) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
Gets the members that are backing members for attributes being persisted.
- getPersistentSuperclass(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Return the persistent superclass for a PersistenceCapable
class, or null if none.
- getPersistentSupertype(T) - Method in interface org.apache.openjpa.persistence.meta.MetadataProcessor
-
- getPersistentSupertype(TypeElement) - Method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
- getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
-
- 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
-
- getPGConnection(DelegatingConnection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Get the native PostgreSQL connection from the given connection.
- getPinnedKeys() - Method in class org.apache.openjpa.util.CacheMap
-
The keys pinned into the map.
- getPkAndNonPersistentManagedFmdIndexes() - Method in class org.apache.openjpa.meta.ClassMetaData
-
- getPKColumns() - Method in class org.apache.openjpa.jdbc.kernel.FinderQueryImpl
-
- getPlacedOn() - Method in class openbook.domain.PurchaseOrder
-
Gets the time when this order was placed.
- getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return a SQL string to act as a placeholder for the given column.
- getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return <value> AS <type>
.
- getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Return a SQL string to act as a placeholder for the given column.
- getPlatform() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns a string name to identify the platform of this
store manager.
- getPlugin(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Combine the given class name and properties into a plugin string.
- getPluralAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns all collection-valued attributes of the managed type.
- getPolymorphic() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getPolymorphic() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
The degree to which this relation is polymorphic.
- getPolymorphic() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getPool() - Static method in class org.apache.openjpa.slice.SliceThread
-
Create a cached pool of slice threads.
- 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.
- getPopulateStoreCache() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getPopulateStoreCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether objects accessed during this transaction will be added to the
store cache.
- getPort() - Method in class org.apache.openjpa.event.TCPRemoteCommitProvider
-
The port that this provider should listen on.
- getPosition(Attribute<?, ?>) - Method in class jpa.tools.swing.EntityTypeView
-
Gets the top left position of the attribute label relative to this entity view.
- getPosition() - Method in class org.apache.openjpa.persistence.ParameterImpl
-
- getPositionalParameters() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Gets the array of positional parameter values.
- getPositionalParameters() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
The positional parameters for the query; empty array if none or
if query uses named parameters.
- 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.
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the preferred
Types
type for the given one.
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
-
- getPrefix(String) - Static method in class openbook.util.PropertyHelper
-
- getPreFlush() - Method in class org.apache.openjpa.kernel.InMemorySavepointManager
-
- getPreload() - Method in class org.apache.openjpa.meta.MetaDataRepository
-
Sets whether this repository will load all known persistent classes at initialization.
- getPrependFieldNameToJoinTableInverseJoinColumns() - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
Whether to prepend the field name to the default name of inverse join
columns within join tables.
- getPrettyPrint() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
- getPrettyPrintLineLength() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
- getPrice() - Method in class openbook.domain.Book
-
- getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
- getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Return the primary key value for the sequence table for the given class.
- getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
-
- getPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return the primary key for the table, if any.
- getPrimaryKey() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
- getPrimaryKey() - Method in interface org.apache.openjpa.jdbc.sql.Row
-
Return the instance that controls this row.
- getPrimaryKey() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
This implementation does not track primary keys.
- getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
The name of the table's primary key column.
- getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Deprecated.
- getPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the primary key column joined to the given local column.
- getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
The name of the primary key column on the schema definition table.
- getPrimaryKeyColumnIdentifier() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- getPrimaryKeyColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- getPrimaryKeyColumnIdentifier() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getPrimaryKeyColumnName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Deprecated.
- getPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
The columns this mapping uses to uniquely identify an object.
- getPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getPrimaryKeyConstant(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the constant value assigned to the given primary key column.
- getPrimaryKeyConstants() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the declaration SQL for the given primary key.
- getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getPrimaryKeyFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getPrimaryKeyFields() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return primary key fields, or empty array if none.
- getPrimaryKeyIdentifier(ClassMapping, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return the name of the primary key for the table of the given class,
or null for database default.
- getPrimaryKeyIdentifier(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getPrimaryKeyIdentifier(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getPrimaryKeyIndex() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The absolute primary key index for this field, or -1 if not a primary
key.
- getPrimaryKeyName(ClassMapping, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getPrimaryKeyName(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getPrimaryKeyName(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getPrimaryKeyOnJoin() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return true if join tables are allowed to have primary keys, false
if all primary key tables will be mapped as persistent classes.
- getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether primary keys on existing tables should be manipulated.
- getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
-
- getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Return whether primary keys should be generated.
- getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Whether primary keys on existing tables should be manipulated.
- getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getPrimaryKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find primary keys for the given table pattern.
- getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getPrimaryKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getPrimaryKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getPrimaryKeySchemaIdentifier() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getPrimaryKeySchemaName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Deprecated.
- getPrimaryKeysFromBestRowIdentifier(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getPrimaryKeysFromBestRowIdentifier(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find primary keys for the given table pattern.
- getPrimaryKeysFromGetPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getPrimaryKeysFromGetPrimaryKeys(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find primary keys for the given table pattern.
- getPrimaryKeyTable() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Returns the table this foreign key is linking to, if it is known yet.
- getPrimaryKeyTableIdentifier() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- getPrimaryKeyTableName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Deprecated.
- getPrimaryKeyValue() - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
-
The primary key value for this row.
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
-
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
-
Return the value for this joinable from the given result, using the
given columns.
- getPrimaryKeyValue() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Primary key value, if not auto-determined.
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getPrimaryKeyValue(Result, Column[], ForeignKey, JDBCStore, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- getPrintParameters() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getPrintParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
Whether parameter values will be printed in exception messages or in trace.
- getPrivatePersistentProperties() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows private, non-transient properties to be
persistent.
- getProcedureColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getProcedureTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getProductDerivations() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return all the product derivations registered in the current classloader
- getProductName() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the product name.
- getProductName() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getProjectionAliases(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getProjectionAliases() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getProjectionAliases(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getProjectionAliases() - Method in interface org.apache.openjpa.kernel.QueryContext
-
If this query is a projection, return the projection aliases.
- getProjectionAliases() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getProjectionAliases(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the alias for each projection element, or empty array
if not a projection.
- getProjectionTypes() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery.PreparedSQLExecutor
-
- getProjectionTypes(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getProjectionTypes() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- 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() - Method in interface org.apache.openjpa.kernel.QueryContext
-
If this query is a projection, return the projection types.
- getProjectionTypes() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getProjectionTypes(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return the expected types of the projections used by this query,
or an empty array if not a projection.
- getPrologue() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Gets the opening <BODY> and <HTML> tags and the <link type="stylesheet"> clause.
- getPrologue() - Method in class openbook.tools.converter.PlainTokenRenderer
-
- getPrologue() - Method in interface openbook.tools.converter.TokenRenderer
-
Gets a string to be added before token processing begins.
- getProperties() - Method in class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
-
- getProperties() - Method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
-
- 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
-
- getProperties() - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
-
Return properties loaded thus far, or empty map if none.
- getProperties(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return the properties part of the given plugin string, or null if none.
- getProperties() - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
-
- getProperties() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
The plugin properties.
- getProperties() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
The plugin properties.
- getProperties() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getProperties() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
Get the properties used currently by this entity manager.
- getProperties() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Return properties describing this runtime.
- getProperties() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getPropertiesAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperties().
- getPropertiesResource() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getProperty(String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
Return the property value for the given key, or null if none.
- getProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Get the property under the given partial key, prefixed with any possible
configuration prefix.
- getProperty() - Method in class org.apache.openjpa.lib.conf.Value
-
The property name that will be used when setting or
getting this value in a
Map
.
- getProperty(String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
- getProperty(String, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
- getProperty(String, String, String) - Method in class org.apache.openjpa.lib.util.Options
-
- getPropertyAccessNames(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Return the list of methods in meta
that use property access,
or null
if a list of methods is unobtainable.
- getPropertyAccessNames(ClassMetaData) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- getPropertyAction(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperty().
- getPropertyAction(String, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperty().
- getPropertyDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getPropertyKeys(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Get the set of all known property keys, including any equivalent keys,
appropriately prefixed.
- getPropertyKeys() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Get the set of all known property keys, including any equivalent keys,
appropriately prefixed.
- getPropertyKeys(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getPropertyKeys() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Gets all known property keys.
- getPropertyKeys() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets unmodifiable view of all the property keys set on this receiver.
- getProtectionDomainAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for class.getProtectionDomain().
- getProvider() - Method in class org.apache.openjpa.conf.RemoteCommitProviderValue
-
The cached provider.
- getProvider() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- getProvider() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the instrumentation provider for the instrument.
- 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
- getProviderUtil() - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
- 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
-
- 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.
- getPseudoColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getPublicFieldNames(Class) - Static method in class org.apache.openjpa.enhance.Reflection
-
Gets all public field names of the given Class.
- getQualifiedPath() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getQualifiedPath() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getQualifiedPath() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getQualifiedPath() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getQualifier(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
-
Get the value of this command's qualifier of the given name.
- getQualifiers() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
-
Get this command's qualifiers.
- getQuantity() - Method in class openbook.domain.LineItem
-
Gets the quantity of the book for this line item.
- getQuery(String, Double, Double, String) - Method in interface openbook.server.OpenBookService
-
Gets the query String for the given parameters.
- 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
-
- getQueryContext() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- getQueryExpressions() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- getQueryExpressions() - Method in class org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery.PreparedSQLExecutor
-
- 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.
- getQueryResultCache() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getQueryResultCache() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
- getQueryResultCache() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getQueryResultCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Access query result cache.
- getQueryResultCacheEnabled() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
Return whether or not query caching is enabled.
- getQueryResultCacheEnabled() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getQueryResultMapping(Class<?>, String, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Return the query result mapping for the given name.
- getQueryResultMappings() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Return all cached query result mappings.
- 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
-
- getQueryScope(String, ClassLoader) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- getQuerySQLCache() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Gets the configuration of QuerySQLCache.
- getQuerySQLCache() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getQuerySQLCache() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getQuerySQLCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Affirms if this receiver is caching database queries.
- 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.jdbc.kernel.FinderQueryImpl
-
- 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.
- getQueryString() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Query string.
- getQueryString() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getQueryTargetPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs which slices will be targeted
for a given query.
- getQueryTargetPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getQueryTargetPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs which slices will be targeted for a given query.
- getQueryTargetPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- 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
-
- getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
-
The number of seconds to wait for a query to execute before
terminating it.
- getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getQueryTimeout() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The number of milliseconds to wait for a query, or -1 for no
limit.
- getQueryTimeout() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getQueryTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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.
- getRawValue() - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- getReadCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests since last reset.
- getReadCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getReadCount(String c)
- getReadCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests for the given class since last reset.
- getReadCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getReadCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getReadCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getReadCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- 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.
- getReadCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the read count since cache statistics were 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
-
- getReadLockMode() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The lock level to use for locking loaded objects.
- getReadLockMode() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- getReadSchema() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Set to true to read the entire schema before mapping.
- 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
-
The number of milliseconds to wait before retrying
to reconnect to a peer after it becomes unreachable.
- getRecursionDepth(FieldMetaData) - Method in class org.apache.openjpa.meta.FetchGroup
-
Recursion depth for the given field.
- 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.
- getRef(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getRef(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getRef(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getRef(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getRef(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getRef(Object, Map) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getRef(Column, Map, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getRef(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getRef(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getRef(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getRef(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getRef(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRef(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getReference(Class<T>, Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRefInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getRefInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- 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
-
- getRegisteredKeys() - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
-
Gets the keys registered in this factory.
- 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.
- getRelationIdCallback(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Return the recorded callbacks for the given relation id column.
- getRelationIdColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return this table's relation id columns.
- getRelationIdSet(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Return the recorded value for the given relation id column.
- getRelationJoins() - Method in class org.apache.openjpa.jdbc.sql.Join
-
If joining a relation, the joins leading to the relation.
- getRelationTarget() - Method in class org.apache.openjpa.jdbc.sql.Join
-
If joining a relation, the target type.
- getRelationType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getRelativePath(String, String, String) - Static method in class openbook.tools.util.URIUtils
-
- getRelaxBindParameterTypeChecking() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
- getRelaxBindParameterTypeChecking() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Gets whether the type of user-supplied bind parameter value and the type of target persistent
property they bind to are checked with strong or weak constraint.
- 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
-
- 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.
- getRemovedClasses() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRemovedClasses() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the set of classes that have been deleted in the current
transaction.
- getReorderableBooks(int) - Method in interface openbook.server.OpenBookService
-
Gets the list of Books whose inventory is lower than the given limit.
- getReplicationPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs how new replicated
instances will be replicated across the available slices.
- getReplicationPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getReplicationPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs how new replicated instances will be
replicated across the available slices.
- getReplicationPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getRepository() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- getRepository() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Return the repository to use to access mapping information.
- getRepository() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the mapping repository used to hold generated mappings.
- getRepository() - Method in class org.apache.openjpa.jdbc.meta.Version
-
- 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
-
- getRepository() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Returns the repository for this parser.
- getRepository() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
-
Returns the repository for this parser.
- getRepository() - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
- getRepository() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Returns the repository for this parser.
- getRepresentation(boolean) - Method in interface org.apache.openjpa.jdbc.sql.BooleanRepresentation
-
- getRepresentation(boolean) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.BooleanBooleanRepresentation
-
- getRepresentation(boolean) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.Int10BooleanRepresentation
-
- getRepresentation(boolean) - Method in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.StringBooleanRepresentation
-
- getRequest() - Method in class org.apache.openjpa.persistence.jest.JESTContext
-
Gets the request.
- getRequest() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
-
Get the HTTP Request.
- getRequestURI() - Method in class org.apache.openjpa.persistence.jest.JESTContext
-
- getRequestURI() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
-
Get the requested URI.
- getRequiresExtent() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type requires extent management.
- getReservedWords() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- 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.jdbc.meta.Discriminator
-
Resolve mode.
- getResolve() - Method in class org.apache.openjpa.jdbc.meta.Version
-
Resolve mode.
- 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.
- getResourceAction(Class<?>, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getResource().
- getResourceAction(ClassLoader, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for loader.getResource().
- getResourceName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getResourceName() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getResourceName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getResourceName() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getResourceName() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the domain-meaningful name of the resource that was loaded
from this source.
- 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
-
- getResourceName() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getResourcesAction(ClassLoader, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for loader.getResources().
- getResponse() - Method in class org.apache.openjpa.persistence.jest.JESTContext
-
Gets the response.
- getResponse() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
-
Get the HTTP Response.
- getRestoreFieldState() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
-
Return whether to retain in-memory copies of field values for restore
on rollback.
- 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
-
- getRestoreState() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRestoreState() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to restore an object's original state on rollback.
- getRestoreStateConstant() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getRestoreStateConstant() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getResult() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- getResultArgument(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
-
- getResultArgument(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ElementEmbedValueHandler
-
- getResultArgument(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
-
- getResultArgument(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
-
- getResultArguments() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
-
- getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- 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.
- getResultClass() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Query result element type.
- getResultClass() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- getResultList() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
-
- getResultList() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- 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.jdbc.kernel.GenericResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.kernel.QueryImpl.PackingResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
-
- getResultObject() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
-
- getResultObject() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
-
Instantiate the current result object.
- getResultObject() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
Return results containing all keys and values for this map.
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
-
- getResults() - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Return the results from the last parse.
- getResults() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- getResultSet() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
Return the backing result set.
- getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
Get the last result set, with the option of not wrapping it in a
DelegatingResultSet
, which is the default.
- getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
Get the last result set, with the option of not wrapping it in a
DelegatingResultSet
, which is the default.
- getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
Get the last result set, with the option of not wrapping it in a
DelegatingResultSet
, which is the default.
- getResultSet() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getResultSetConcurrency() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getResultSetHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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
-
- getResultSetMappingScope(String, ClassLoader) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- getResultSetType() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The JDBC result set type.
- getResultSetType() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getResultSetType() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getResultSetType() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
The result set type to use as a constant from
ResultSet
.
- getResultSetType() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getResultSetType() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
Type of JDBC result set to use for query results.
- getResultSetType() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getResultSetType() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetTypeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the result set constant for the result set type.
- getResultSetTypeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- 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
-
- 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.
- getRetain() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
-
- 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
-
- getRetainState() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRetainState() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether objects retain their persistent state on transaction commit.
- 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
-
- 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
-
- getRollbackCause() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRollbackCause() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- getRollbackCause() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityTransaction
-
Returns the Throwable that caused the transaction to be
marked for rollback.
- 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
-
- getRollbackOnly() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getRollbackOnly() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Deprecated.
use EntityTransaction.getRollbackOnly()
instead: em.getTransaction().getRollbackOnly()
- getRollbackTranslator(OpenJPAEntityManager) - Static method in class org.apache.openjpa.persistence.PersistenceExceptions
-
- 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
-
- getRootDirectory() - Method in class openbook.client.SourceCodeBrowser
-
Gets the root source directory if the sources are being serverd from a local
file system directory.
- 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
-
- getRootURI() - Method in class openbook.client.SourceCodeBrowser
-
- getRow(int) - Method in class jpa.tools.swing.EntityDataModel
-
Gets the entity represented in the given row.
- getRow(OpenJPAStateManager, JDBCStore, RowManager, int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Return the row to use for this field.
- getRow(Table, int, OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getRow(Table, int, OpenJPAStateManager, boolean) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
-
Return the row for the given table and owner object, or null if
create
is false and the row has not already been created.
- getRow(Table, int, OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
- getRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRowCount() - Method in class jpa.tools.swing.EntityDataModel
-
- getRowCount() - Method in class jpa.tools.swing.InstanceDataModel
-
- getRowId(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getRowId(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getRowId(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getRowId(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getRowId(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRowId(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRowIdLifetime() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getRuleLevel() - Method in class openbook.tools.parser.JavaParser
-
- 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
-
- 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
-
- getSAXParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
-
Return a SAXParser with the specified configuration.
- getSchema() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Default schema for unqualified tables.
- getSchema() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSchema() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
Deprecated.
- getSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Deprecated.
- getSchema(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
- getSchema() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
Return the schema for the sequence.
- getSchema() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return the schema for the table.
- getSchema(String) - Method in class org.apache.openjpa.kernel.exps.Context
-
- getSchema() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getSchema() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
- getSchema() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getSchemaAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
The schema modification policy, or none
.
- getSchemaAlias() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getSchemaAlias() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
- getSchemaAlias() - Method in interface org.apache.openjpa.kernel.exps.Path
-
- getSchemaCase() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getSchemaCase() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return DB specific schemaCase
- getSchemaCase() - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
Return DB specific schemaCase
- getSchemaCase() - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
Return DB specific schemaCase
- getSchemaCase() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the case that is used when delimiters are not used.
- getSchemaColumn() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
The name of the schema column on the schema definition table.
- getSchemaFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The plugin string for the
SchemaFactory
to use to provide
schema information during system initialization.
- getSchemaFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSchemaFactoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getSchemaFactoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Representation of the database schema.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Return the schema group to use in mapping.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return the schema group to reverse map.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Return the schema's group.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Return the current schema group.
- getSchemaGroup() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
-
Return the current schema group.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Return the schema group the tool will act on.
- getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getSchemaIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getSchemaLocation() - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
-
Get the string value of the schema location attribute on the root element
- getSchemaName() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Gets the schema component of the path.
- getSchemaName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
- getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Deprecated.
- getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
The sequence's schema name.
- getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getSchemaNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the schema name that will be used for obtaining information
from
DatabaseMetaData
.
- getSchemaNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the schema name that will be used for obtaining information
from
DatabaseMetaData
.
- getSchemas() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Comma-separated list of modifiable schemas for persistent instances.
- getSchemas() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSchemas() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Return all schemas.
- getSchemas() - Method in class org.apache.openjpa.kernel.exps.Context
-
- getSchemas() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSchemas(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSchemas() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getSchemasList() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Modificable schema components.
- getSchemasList() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSchemaSource() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Implement to return the XML schema source for the document.
- getSchemaSource() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationParser
-
- getSchemaSource() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- getSchemaTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSchemaWriter() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
The stream to export the planned schema to as an XML document.
- getScope() - Method in class org.apache.openjpa.lib.conf.Value
-
A class defining the scope in which this value is defined.
- getScoreBeforeFieldName() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Whether to place an underscore before private field names.
- getSearchStringEscape() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSecondaryDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getSecondaryDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return all deleted secondary rows.
- getSecondaryRow(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getSecondaryRow(Table, int) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
-
Return a row for the given secondary table.
- getSecondaryRow(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
- getSecondaryTableIdentifier(DBIdentifier) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSecondaryTableIdentifiers() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSecondaryTableJoinColumns(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getSecondaryTableJoinColumns(DBIdentifier) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSecondaryTableName(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getSecondaryTableNames() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getSecondaryUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getSecondaryUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return all inserted and updated secondary rows.
- getSection(Map<String, Object>, String) - Static method in class openbook.util.PropertyHelper
-
Get the portion of the given map whose key has the given section at prefix.
- getSection(Map<String, Object>, String, boolean) - Static method in class openbook.util.PropertyHelper
-
Get the portion of the given map whose key has the given section at prefix.
- getSelect() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- getSelect() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- getSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
Select for this result.
- 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
-
- getSelectAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getSelectAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the aliases of all selected columns and all selected buffers,
in the order they were selected.
- getSelectAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSelectAs() - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- 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
- getSelectConstructor() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
Use to create SQL select.
- getSelectedButton(ButtonGroup) - Static method in class jpa.tools.swing.SwingHelper
-
- getSelectedOrderIndexes() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
Return the indexes of the data in the select clause this query is
ordered by.
- getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the "SELECT" operation clause, adding any available hints, etc.
- getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
Check to see if we have set the
MariaDBDictionary.SELECT_HINT
in the
fetch configuration, and if so, append the MySQL hint after the
"SELECT" part of the query.
- getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
Check to see if we have set the
MySQLDictionary.SELECT_HINT
in the
fetch configuration, and if so, append the MySQL hint after the
"SELECT" part of the query.
- getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
Check to see if we have set the
OracleDictionary.SELECT_HINT
in the
fetch configuration, and if so, append the Oracle hint after the
"SELECT" part of the query.
- getSelects(Select, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the portion of the select statement between the SELECT keyword
and the FROM keyword.
- getSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getSelects(Select, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getSelects() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the actual
Val
s and
Column
s that were
selected, in the order that they were selected.
- getSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSelects() - Method in interface org.apache.openjpa.jdbc.sql.Union
-
Return the selects that make up this union.
- getSelectSubclasses() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getSelectSubclasses() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Return the org.apache.openjpa.sql.Select
subclasses constant
for loading this relation, based on how the related type is mapped,
whether this relation is polymorphic, and whether it is configured to
use class criteria.
- getSelectSubclasses() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getSelectTableAliases(Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getSelectTableAliases(Select) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- getSelectTableAliases(Select) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- 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.jdbc.kernel.NativeJDBCSeq
-
The sequence name.
- getSequence(ClassMapping, Connection) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Get the current sequence value.
- getSequence(ResultSet, DBDictionary) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting sequence from the result set.
- getSequence(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- getSequence(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- getSequence(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting sequence from the result set.
- getSequence() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Native sequence name.
- getSequenceColumn() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
The name of the column that holds the sequence value.
- getSequenceColumn() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Deprecated.
- getSequenceColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- 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
.
- getSequences() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether to manipulate sequences.
- getSequences() - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Return the schema's sequences.
- getSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
-
Return whether sequences should be generated.
- getSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Whether sequences should be manipulated.
- getSequences() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- getSequences(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getSequences(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return Firebird-specific statement to select the list of sequences.
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.IngresDictionary
-
Implementation of empty method in DBDictionary.
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.IngresDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- getSequencesSQL(DBIdentifier, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- getSerializeAnnotations() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Whether to serialize content originally specified in annotations.
- getService() - Method in class openbook.client.Demo
-
Gets the handle to OpenBooks service.
- getService(String) - Static method in class openbook.server.ServiceFactory
-
- getService(String, Map<String, Object>) - Static method in class openbook.server.ServiceFactory
-
Creates a persistence unit of given name configured with the given
name-value parameters.
- getSet(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Return the value set for update on the given column.
- getSet(String, Class<E>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name, of type java.util.Set and contains the
given element type.
- getSet(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of the given name and of type java.util.Set.
- getSetterName() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getSharedCacheMode() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- 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.
- getShort(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getShort(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getShort(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getShort(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getShort(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getShort(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- getShort(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getShort(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getShort(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getShort(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getShort(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getShort(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getShortInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getShortInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getShowLineNumber() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Affirms if a line number will be added in HTML output.
- getShowLineNumber() - Method in class openbook.tools.converter.PlainTokenRenderer
-
- getSimpleConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getSimpleDriver() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- getSingleResult() - Method in class org.apache.openjpa.persistence.QueryImpl
-
Execute a query that returns a single result.
- getSingularAttribute(String, Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the single-valued attribute of the given name and Java type.
- getSingularAttribute(String) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the single-valued attribute of the given name of any type.
- getSingularAttributes() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the single-valued attributes of the managed type.
- getSize() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the column's size.
- getSlice(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the Slice for a given name.
- getSlice(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getSlice(String, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Get the Slice of the given slice.
- getSlice() - Method in class org.apache.openjpa.slice.jdbc.SliceStoreManager
-
Gets the slice for which this receiver is working.
- getSlice(Object) - Static method in class org.apache.openjpa.slice.SlicePersistence
-
Get the slice identifier for the given instance if it is a managed
instance and has been assigned to a slice.
- getSliceInfo(OpenJPAStateManager) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Gets the assigned slice information, if any, from the given StateManager.
- getSlices(Slice.Status...) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the slices of given status.
- getSlices(Slice.Status...) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the slices of given status.
- getSlices() - Method in class org.apache.openjpa.slice.SliceInfo
-
Gets the name of the slice(s) held by this receiver.
- getSlicesByPolicy(Object, DistributedConfiguration, Object) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
- getSlicesByPolicy(OpenJPAStateManager, DistributedConfiguration, Object) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Gets the target slices for the given StateManager.
- getSlideAt(int) - Method in class jpa.tools.swing.PowerPointViewer
-
- getSlideCount() - Method in class jpa.tools.swing.PowerPointViewer
-
- 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.
- getSold() - Method in class openbook.domain.Inventory
-
Gets the quantity sold so far.
- getSortedNodes() - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return the nodes in topologically-sorted order.
- getSourceDirectory() - Method in class openbook.tools.converter.SourceRenderer
-
- getSourceFile() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSourceFile() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getSourceFile() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getSourceFile() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getSourceFile() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the file from which this instance was parsed.
- getSourceFile() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Return the file of the source being parsed.
- getSourceFile(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Return the source file for the given instance.
- getSourceFile(Class) - Static method in class org.apache.openjpa.lib.util.Files
-
Return the source file for the given class, or null if the
source is not in the CLASSPATH.
- getSourceFile(ClassMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Return the current source file of the given metadata.
- getSourceFile(SequenceMetaData) - Method in class org.apache.openjpa.meta.AbstractCFMetaDataFactory
-
Return the current source file of the given metadata.
- getSourceFile() - Method in class org.apache.openjpa.meta.ClassMetaData
-
- getSourceFile() - Method in class org.apache.openjpa.meta.NonPersistentMetaData
-
- getSourceFile() - Method in class org.apache.openjpa.meta.QueryMetaData
-
- getSourceFile() - Method in class org.apache.openjpa.meta.SequenceMetaData
-
- getSourceFile() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Determine the source file we're parsing.
- getSourceFile() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getSourceFile(Object) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Override to not overwrite annotations.
- getSourceIsSystemId() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether to use the source name as the XML system id.
- getSourceLocationMessage(SourceTracker[]) - Static method in class org.apache.openjpa.lib.meta.SourceTrackers
-
Create a message appropriate for display to the user describing
the location(s) that trackers
were loaded from.
- getSourceMode() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
The source mode of this query result.
- 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.lib.meta.XMLMetaDataParser
-
Return the name of the source file being parsed.
- getSourceName() - Method in class org.apache.openjpa.meta.ClassMetaData
-
- getSourceName() - Method in class org.apache.openjpa.meta.QueryMetaData
-
- getSourcepath() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- getSourceScope() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSourceScope() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getSourceScope() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getSourceScope() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getSourceScope() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the domain-dependent scope of this instance within its file.
- 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
-
- getSourceScope() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getSourceType() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getSourceType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
-
- getSourceType() - Method in class org.apache.openjpa.jdbc.schema.Sequence
-
- getSourceType() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getSourceType() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the type of source.
- 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
-
- getSourceType() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- getSpaceBeforeParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Whether to place a space before parentheses.
- getSpaceInParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Whether to place a space within parentheses.
- getSpecialCharacters() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- 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
-
- getSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
Return a boolean SQL expression that should be added to the
WHERE clause of an UPDATE to test whether the current database
record matches our stored version.
- getSQL() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- getSQL() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Return the SQL for the operation on this row.
- getSQL() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
- getSQL() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSQL() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Return the SQL for this buffer.
- getSQL(boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Returns the SQL for this buffer.
- getSQL() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the SQL associated with this event; may be null.
- getSQL() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
Gets the SQL string if available.
- getSQLFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The SQL factory to use for SQL constructs.
- getSQLFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSQLFactory() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
-
Return the SQL factory for this runtime.
- getSQLFactory() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- getSQLFactoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The SQL factory to use for SQL constructs.
- getSQLFactoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSQLKeywords() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSQLLog() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
The log to write SQL messages to.
- getSQLObject(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getSQLObject(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getSQLObject(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getSQLObject(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getSQLObject(Object, Map) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getSQLObject(Column, Map, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getSQLObjectInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getSQLObjectInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getSQLState() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
- getSQLStateType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSQLValue(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getSQLValue() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is a constant, returns its value as it would be represented
in the database in this context, else return null.
- getSQLValue(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getSQLXML(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getSQLXML(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getSQLXML(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getSQLXML(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getSQLXML(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getSQLXML(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getStackTrace(Throwable) - Static method in class org.apache.openjpa.lib.log.AbstractLog
-
Utility method to obtain a stack trace as a String.
- getStartIndex() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getStartIndex() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
The result start index.
- getStartIndex() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- 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, StoreContext) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
-
Return the state manager for the given instance, using a detached
state manager if the instnace is not managed.
- 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.
- getStatement() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
Return the statement that produced this result.
- getStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getStatement() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the Statement for this event, may be null for events
unrelated to Statement execution.
- getStatement() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
Returns the
Statement
that caused the exception.
- getStatement() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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() - Static method in class org.apache.openjpa.enhance.stats.FetchStatsCollector
-
- getStatistics() - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Gets basic statistics of execution and hit count of finder queries.
- getStatistics() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- 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.
- getStatistics() - Method in interface org.apache.openjpa.persistence.StoreCache
-
Gets the number of read/write/hit on this receiver in total and per
class basis.
- getStatistics() - Method in class org.apache.openjpa.persistence.StoreCacheImpl
-
- 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 openbook.domain.PurchaseOrder
-
Gets the status of this Purchase Order.
- getStatus() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
-
- getStatus(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
- getStatus(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
Return the appropriate status object for the given class, or null
if cannot handle the given class.
- getStatus() - Method in class org.apache.openjpa.slice.Slice
-
- getStorageGenerator() - Method in interface org.apache.openjpa.enhance.PCDataGenerator.DynamicPCData
-
- getStore() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
Return the store.
- getStore() - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
-
- getStore() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
-
- getStore() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
-
- getStore() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
Optional store manager used to deserialize blobs containing
references to persistent objects.
- getStore(SQLException) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(SQLException, Object) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(SQLException, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(SQLException, DBDictionary, int) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(SQLException, Object, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(SQLException, Object, DBDictionary, int) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(Localizer.Message, SQLException, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(Localizer.Message, SQLException, DBDictionary, int) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(String, SQLException, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(String, SQLException, DBDictionary, int) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(String, SQLException, Object, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore(String, SQLException, Object, DBDictionary, int) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
-
- getStore() - Method in class org.apache.openjpa.xmlstore.XMLConfiguration
-
Return the
XMLStore
associated with this configuration.
- getStoreCache() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getStoreCache(String) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getStoreCache() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Access the level 2 store cache.
- getStoreCache(String) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Access a named level 2 store cache.
- 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
-
- getStoreEnumOrdinal() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to store enums as the ordinal value rather than the enum name.
- getStoreFacadeTypeRegistry() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
- getStoreFacadeTypeRegistry() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- getStoreManager() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getStoreManager() - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getStoreManager() - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return the store manager in use.
- getStoreMapCollectionInEntityAsBlob() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether if map and collection in entity are stored as blob.
- getStoreOrdinal() - Method in class org.apache.openjpa.jdbc.meta.strats.EnumValueHandler
-
Whether to store the enum value as its ordinal.
- getStoreQuery() - Method in class org.apache.openjpa.kernel.QueryImpl
-
Internal store query.
- getStoreUnmappedObjectIdString() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Whether to store a relation to an unmapped class by stringifying the
oid of the related object, rather than storing primary key values.
- getStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
The strategy used to map this mapping.
- getStrategy() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
The strategy used for class discrimination.
- getStrategy() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
The strategy used to map this mapping.
- getStrategy(ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Default mapping strategy when there is no explicit strategy
and no hierarchy strategy given.
- getStrategy(Version, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Default version mapping strategy when there is no explicit strategy.
- getStrategy(Discriminator, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Default discriminator mapping strategy when there is no explicit
strategy.
- getStrategy(ValueMapping, Class<?>, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Custom handler or strategy for the given field, or null if none
has been registered.
- getStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getStrategy(ValueMapping, Class<?>, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Mapping strategy name.
- getStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getStrategy(ValueMapping, Class<?>, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getStrategy() - Method in class org.apache.openjpa.jdbc.meta.Version
-
The strategy used for versioning.
- getStrategy() - Method in class org.apache.openjpa.kernel.ResultShape
-
- getStrategy(FieldMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
Return the serialized strategy name.
- getStrategy(FieldMetaData) - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
- getStrategy(Version, boolean) - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
- getStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
- getStrategy(FieldMetaData) - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
- getStrategy(FieldMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
Return the serialized strategy name.
- getStrategyInstaller() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Installs mapping strategies on components.
- getStream() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The stream to write to.
- getStreamInternal(JDBCStore, Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getStreamInternal(JDBCStore, Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- 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.
- getString(Map<String, Object>, String, String) - Static method in class openbook.util.PropertyHelper
-
- getString(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getString(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
-
- getString(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getString(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getString(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id.
- getString(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column.
- getString() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
Override to recognize aliases of the class name without the attached
properties string.
- getString() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
- getString() - Method in class org.apache.openjpa.lib.conf.Value
-
Return a stringified version of this value.
- getString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getString(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getString(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getStringComparsionMode() - Method in class org.apache.openjpa.persistence.criteria.ComparisonStyle.Default
-
- getStringComparsionMode() - Method in interface org.apache.openjpa.persistence.criteria.ComparisonStyle
-
Gets how string-valued attributes be compared.
- 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.
- getStringField() - Method in class mapping.BuildSchemaPC
-
- getStringField() - Method in class mapping.BuildUTF8SchemaPC
-
- getStringFromResultSet(ResultSet, String, String) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
Helper method obtains a string value from a given column in a ResultSet.
- getStringFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getStringInternal(Object, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getStringInternal(Object, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getStringList(Map<String, Object>, String) - Static method in class openbook.util.PropertyHelper
-
- getStringList(Map<String, Object>, String, List<String>) - Static method in class openbook.util.PropertyHelper
-
- getStringVal - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getStylesheet() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- getStylesheet() - Method in class openbook.tools.converter.HTMLTokenRenderer
-
Gets the stylesheet to be linked at HTML output.
- getSubclasses() - Method in class org.apache.openjpa.jdbc.sql.Join
-
If joining a relation, how to deal with subclasses.
- getSubclassesLoaded() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
Whether this Discriminator has loaded subclasses yet.
- getSubclassFetchMode() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Specifies the default subclass fetch mode to use.
- getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getSubclassFetchMode(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
-
- getSubclassFetchMode() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Return the subclass fetch mode.
- getSubclassFetchMode(ClassMapping) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
-
Return the effective subclass fetch mode for the given type.
- getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getSubclassFetchMode(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
-
- getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getSubclassFetchMode() - Method in interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
-
Eager fetch mode in loading subclasses.
- getSubclassFetchMode() - Method in class org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
- getSubclassFetchModeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getSubclassFetchModeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSubclassStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default subclass strategy alias.
- getSubqAlias() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- 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.
- getSubs() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- getSubsectionKeys(Set<String>, String) - Static method in class openbook.util.PropertyHelper
-
- getSubselContexts() - Method in class org.apache.openjpa.kernel.exps.Context
-
Returns the subquery context.
- getSubselectPath() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getSubselectPath() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the subselect path for this select, if it is a subselect.
- getSubselectPath() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSubselects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getSubselects() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return this select's subselects, or empty collection if none.
- getSubselects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getSubstitutions() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
Substitutions inserted into the message.
- getSubtype() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- getSubtype() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- 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
-
- getSuffix() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Expected suffix for metadata resources, or null if unknown.
- 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.
- getSuperclassJoin(ClassMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Return the join from this class to its superclass.
- getSuperTables(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSupertype() - Method in class org.apache.openjpa.persistence.meta.Types.Identifiable
-
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
- getSuperTypes(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getSupplied() - Method in class openbook.domain.Inventory
-
Gets the quantity supplied so far.
- getSupportedHints() - Method in class org.apache.openjpa.kernel.FetchConfigurationImpl
-
- getSupportedHints() - Method in class org.apache.openjpa.persistence.HintHandler
-
Gets all the supported hint keys.
- getSupportedHints() - Method in interface org.apache.openjpa.persistence.OpenJPAQuery
-
Gets hints supported by this query.
- getSupportedHints() - Method in class org.apache.openjpa.persistence.QueryImpl
-
- 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
-
- getSupportedProperties() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getSupportedProperties() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getSupportedProperties() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Get the properties supported by this runtime.
- getSupportedProperties() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Get the properties supported by this runtime.
- getSupportedQueryHints() - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
-
- getSupportedQueryHints() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
-
- getSupportedQueryHints() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return set of Query hint keys recognized by this receiver.
- getSupportedQueryHints() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
- getSupportedQueryHints() - Method in class org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
-
- getSupportedQueryHints() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getSupportedQueryHints() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- getSupportsDelimitedIdentifiers() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getSupportsDelimitedIdentifiers() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getSupportsDelimitedIdentifiers() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns true if delimiting is supported
- getSupportsXMLColumn() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- 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
-
- getSynchronizeMappings() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Whether OpenJPA should try to automatically refresh O/R mapping
information and the database schema.
- getSynchronizeMappings() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getSyncMappingInfo() - Method in class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer
-
Whether to automatically synchronize mapping info with data available
from mapped components before serialization.
- getSyncMappingInfo() - Method in class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer
-
Whether to automatically synchronize mapping info with data available
from mapped components before serialization.
- 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
-
- getSyncWithManagedTransactions() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getSyncWithManagedTransactions() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether to check for a global transaction upon every managed,
non-transactional operation.
- getSystemClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for ClassLoader.getSystemClassLoader().
- 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
-
- getSystemFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- 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
-
- getTab() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Tab string.
- getTab(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Tab string.
- getTable() - Method in class jpa.tools.swing.EntityTableView
-
- getTable() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
The sequence table name.
- getTable() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
The mapping's primary table.
- getTable(ClassMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getTable(ClassMapping, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Return the named table for the given class.
- getTable(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Return the primary table for the given class.
- getTable() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
The mapping's primary table.
- getTable(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Return the table for the given field, or null if no table given.
- getTable() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Deprecated.
- getTable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getTable() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the table for the column.
- getTable() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Return the table of this constraint.
- getTable(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Deprecated.
- getTable(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
- getTable() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
-
The name of the schema definition table.
- getTable() - Method in interface org.apache.openjpa.jdbc.sql.Row
-
Return the table for this row.
- getTable() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- getTable1() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getTable2() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getTableAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getTableAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the set of all used table aliases.
- getTableAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jpa.tools.swing.EntityTable.CollectionCellRenderer
-
- getTableIdentifier() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
- getTableIdentifier() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
- getTableIdentifier(ClassMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return the default table name for the given class.
- getTableIdentifier(FieldMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return the default secondary table name for the given field.
- getTableIdentifier(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getTableIdentifier(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getTableIdentifier(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getTableIdentifier(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getTableIdentifier() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- getTableIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getTableIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
- getTableIdentifier(FieldMapping, Schema) - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
- getTableName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getTableName() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Deprecated.
- getTableName(ClassMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getTableName(FieldMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getTableName(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getTableName(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getTableName(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getTableName(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getTableName() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
- getTableName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Deprecated.
- getTableName(ClassMapping, Schema) - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
- getTableName(FieldMapping, Schema) - Method in class org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
-
- getTableNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the table name that will be used for obtaining information
from
DatabaseMetaData
.
- getTableNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the table name that will be used for obtaining information
from
DatabaseMetaData
.
- getTableNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
Return %
if tableName
is null
,
otherwise delegate to super implementation.
- getTableNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- getTableNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- getTableNameForMetadata(DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- getTablePerClassMeta() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getTablePerClassMeta() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
get table-per-class metadata for polymorphic queries
- getTablePerClassMeta() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getTablePrivileges(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getTables() - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Return the schema's tables.
- getTables() - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
-
Return the set of tables that will be serialized.
- getTables() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
-
- getTables(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getTables(DatabaseMetaData, DBIdentifier, DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Reflect on the schema to find tables matching the given name pattern.
- getTables() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getTables(String, String, String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getTableType(Table, int) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
-
- getTableType(Table, int) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
-
Return the type of the given table, or the given default type.
- getTableTypes() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getTableTypes() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getTabSize(int) - Method in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
- getTabSpaces() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
The number of spaces to use for tabs; 0 means to use actual tab
characters.
- getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
-
- getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
-
- getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLExpression
-
Deprecated.
- getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLValue
-
Deprecated.
- 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.
- getTagByAttributeType(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- getTarget() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
use getTargetIdentifier()
- getTargetField() - Method in class org.apache.openjpa.jdbc.schema.Column
-
The name of the field this column joins to, if any.
- getTargetIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getTargetQuery() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- getTargetQuery() - Method in interface org.apache.openjpa.kernel.PreparedQuery
-
Get the target database query.
- getTargets(Class<?>, Object, List<String>, Object) - Method in interface org.apache.openjpa.slice.FinderTargetPolicy
-
Gets the name of the slices where a given finder will be executed.
- getTargets(String, Map<Object, Object>, String, List<String>, Object) - Method in interface org.apache.openjpa.slice.QueryTargetPolicy
-
Gets the name of the slices where a given query will be executed.
- getTemplateBrokerType(Configuration) - Method in class org.apache.openjpa.conf.BrokerValue
-
- getterFilter - Variable in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
- getterFilter - Variable in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- getThis() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- getThreadLocalContext() - Static method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getThreadLocalContext(Context) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getThreadLocalContext(Context, Context) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getThreadLocalSelect(Select) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
-
- getThrowsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Throws declaration.
- getTime(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTime(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTime(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getTime(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getTime(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getTime(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getTime(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTime() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the time the event was constructed.
- getTime(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimeDateFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getTimeInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTimeInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- 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
-
- 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.
- 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.
- getTimestamp(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTimestamp(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTimestamp(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Convert the specified column of the SQL ResultSet to the proper
java type.
- getTimestamp(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getTimestamp(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- getTimestamp(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- getTimestamp(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column or id; may not be supported
by results that are not backed by a SQL result set.
- getTimestamp(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
-
Return the value stored in the given column; may not be supported
by results that are not backed by a SQL result set.
- getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getTimestamp(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestampInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- getTimestampInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
-
- getTimeString(long, TimeUnit) - Static method in class jpa.tools.swing.SwingHelper
-
- getTitle() - Method in class openbook.domain.Book
-
- getTo() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node the edge links to.
- 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.
- getTokenNames() - Method in class openbook.tools.parser.JavaParser
-
- getTopLevelClass() - Method in class org.apache.openjpa.persistence.util.SourceCode
-
Gets the top level class represented by this receiver.
- getTotal() - Method in class openbook.domain.PurchaseOrder
-
Gets the total cost of all the items in this order.
- getTotal() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
-
- getTotalCount() - Method in class openbook.domain.ShoppingCart
-
- 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(T) - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- getTotalExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getTotalExecutionCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getTotalExecutionCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
- getTotalExecutionCount(String) - 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(String) - 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(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() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
-
- getTotalExecutionCount(T) - 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(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query since start.
- getTotalExecutionCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getTotalExecutionCount(T) - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- getTotalHitCount() - Method in class org.apache.openjpa.datacache.AbstractQueryCache.Default
-
- getTotalHitCount(T) - 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(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(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getTotalHitCount(String c)
- getTotalHitCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalHitCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalHitCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- getTotalHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getTotalHitCount(String) - Method in class org.apache.openjpa.instrumentation.AbstractPreparedQueryCacheInstrument
-
- getTotalHitCount() - Method in class org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
-
- 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() - 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(String) - 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(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() - Method in class org.apache.openjpa.kernel.QueryStatistics.Default
-
- getTotalHitCount(T) - 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(T) - Method in interface org.apache.openjpa.kernel.QueryStatistics
-
Gets number of executions for the given query that are cached since
start.
- getTotalHitCount() - Method in class org.apache.openjpa.kernel.QueryStatistics.None
-
- 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(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getTotalReadCount(String c)
- getTotalReadCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total read requests for the given class since start.
- getTotalReadCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalReadCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalReadCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalReadCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- 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.
- getTotalReadCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the total reads since start.
- getTotalWriteCount() - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests since start.
- getTotalWriteCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests for the given class since start.
- getTotalWriteCount(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getTotalWriteCount(String c)
- getTotalWriteCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalWriteCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalWriteCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getTotalWriteCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- 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.
- getTotalWriteCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the total writes 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
-
- getTrailingDelimiter() - Method in class org.apache.openjpa.jdbc.identifier.DefaultIdentifierConfiguration
-
- getTrailingDelimiter() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getTrailingDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the trailing delimiter value to use when delimiting a name.
- getTransaction() - Method in class org.apache.openjpa.ee.RegistryManagedRuntime.TransactionManagerRegistryFacade
-
- getTransaction() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getTransaction() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- 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.
- getTransactionalObjects() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getTransactionalObjects() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return a set of current transaction instances.
- getTransactionalStates() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Return a copy of all transactional state managers.
- getTransactionIsolation() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
The transaction isolation level to use at the database level.
- getTransactionIsolation() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
-
The transaction isolation level.
- getTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getTransactionIsolation() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getTransactionIsolationConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Return the proper transaction isolation level constant from
Connection
, or -1 for the default level.
- getTransactionIsolationConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- 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
-
- getTransactionListenerCallbackMode() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getTransactionListenerCallbackMode() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- getTransactionListenerCallbackModes() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getTransactionListenerCallbackModes() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
The
CallbackMode
flags for handling transaction listener
exceptions.
- 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
-
- getTransactionManagerName() - Method in class org.apache.openjpa.ee.JNDIManagedRuntime
-
- 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
-
- getTransactionType() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- 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.
- getTraversalStyle(CriteriaExpression) - Method in class org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.AbstractVisitor
-
Returns PREFIX as the default traversal style.
- getTraversalStyle(CriteriaExpression) - Method in interface org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor
-
Get the traversal style of the children of the given node.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class openbook.client.Demo.TypedTreeCellRenderer
-
- getTrimChar() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getTrimSchemaName() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- 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(ClassMetaData) - Method in class org.apache.openjpa.enhance.PCEnhancer
-
Return the concrete type for the given class, i.e. impl for managed
interfaces
- 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.jdbc.conf.JDBCProductDerivation
-
- getType() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Get the identifier type
- getType(Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.Abs
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- getType() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Return the expected type of this value.
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getType(Class, Class[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Null
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getType(Class, Class[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
-
- getType(Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.Sqrt
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.StringLength
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- getType(Result, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting type from the result set.
- getType() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return the column's SQL type.
- getType() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- getType() - Method in class org.apache.openjpa.kernel.Audited
-
Gets the type of this audit.
- getType(Class[]) - Method in interface org.apache.openjpa.kernel.exps.AggregateListener
-
Return the expected type of the result of this listener.
- getType() - Method in class org.apache.openjpa.kernel.exps.CandidatePath
-
- getType() - Method in class org.apache.openjpa.kernel.exps.Coalesce
-
- getType(Class, Class[]) - Method in interface org.apache.openjpa.kernel.exps.FilterListener
-
Return the expected type of the result of this listener.
- getType() - Method in class org.apache.openjpa.kernel.exps.NullIf
-
- getType() - Method in class org.apache.openjpa.kernel.exps.SimpleCase
-
- getType(Class, Class[]) - Method in class org.apache.openjpa.kernel.exps.StringContains
-
Deprecated.
- getType() - Method in interface org.apache.openjpa.kernel.exps.Value
-
Return the expected type for this value, or Object
if
the type is unknown.
- getType(Class, Class[]) - Method in class org.apache.openjpa.kernel.exps.WildcardMatch
-
Deprecated.
- getType() - Method in interface org.apache.openjpa.kernel.PCData
-
Return the type of this instance.
- getType() - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getType() - Method in class org.apache.openjpa.kernel.ResultShape
-
Gets the type of instance populated by this shape.
- getType() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return the type of derivation.
- getType() - Method in class org.apache.openjpa.lib.graph.Edge
-
Traversal bookkeeping info.
- getType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getType() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the event's type code.
- getType() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- 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.persistence.AnnotationBuilder
-
- getType() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- getType() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- getType() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- getType() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- getType() - Method in class org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
-
- getType() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- getType() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Returns the type that represents the type of this attribute.
- getType(Class<X>) - Method in class org.apache.openjpa.persistence.meta.MetamodelImpl
-
Return the type representing the basic, entity, mapped superclass, or embeddable class.
- getType() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- getType() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- getType() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- getType() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- getType() - Method in class org.apache.openjpa.persistence.PersistenceProductDerivation
-
- getType() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- getType() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- getType() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- getType() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- getType() - Method in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- getType() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getType() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- 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
-
- getTypeAlias(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Return the alias for the given type.
- getTypeAlias() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Returns the alias for the described type, or null
if none
has been set.
- getTypeCode() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- getTypeCode(Class<?>) - Static method in class org.apache.openjpa.meta.JavaTypes
-
Return the field metadata type code for the given class.
- getTypeCode() - Method in interface org.apache.openjpa.meta.ValueMetaData
-
The type code of the value class.
- getTypeCode() - Method in class org.apache.openjpa.meta.ValueMetaDataImpl
-
- 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.
- getTypeIdentifier() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- getTypeInfo() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getTypeInfo() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getTypeJoin(ValueMapping, String, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getTypeJoin(ValueMapping, DBIdentifier, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getTypeMap() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Map of JDBC-name to Java-type-name entries that allows customization
of reverse mapping columns to field types.
- getTypeMap() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getTypeMap() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getTypeMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- 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
-
- getTypeName() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Deprecated.
- getTypeName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the preferred database type name for the given column's type
from
Types
.
- getTypeName(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Returns the type name for the specific constant as defined
by
Types
.
- getTypeName(Column) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
OPENJPA-740 Special case for MySql special column types,
like LONGTEXT, LONGBLOG etc..
- getTypeName(Column) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
OPENJPA-740 Special case for MySql special column types,
like LONGTEXT, LONGBLOG etc..
- 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.jdbc.kernel.exps.Args
-
- getTypes() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- 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.
- getUDTs(String, String, String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getUDTs(String, String, String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getUnicodeStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getUnicodeStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getUnicodeStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- 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
-
- getUnique(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Deprecated.
- getUnique(ValueMapping, DBIdentifier, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
Return a default constraint for the value, or null if the value columns
should not be constrained by default.
- getUnique(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getUnique(ValueMapping, DBIdentifier, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getUnique() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Raw unique constraint information.
- getUnique(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getUnique(ValueMapping, DBIdentifier, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- getUnique(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Deprecated.
- getUnique(ValueMapping, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
- getUnique(String) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Deprecated.
- getUnique(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.Table
-
- getUniqueColumns() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- getUniqueColumns() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Deprecated.
- getUniqueColumnsIdentifier() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- getUniqueConstraintIdentifier() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- getUniqueConstraintIdentifier() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- getUniqueConstraintName() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
-
- getUniqueConstraintName() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
Deprecated.
- getUniqueConstraintSQL(Unique) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the declaration SQL for the given unique constraint.
- getUniqueForeignKey(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
If the given table has a single unique foreign key or a foreign
key that matches the primary key, return it.
- 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.
- getUniques(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Deprecated.
- getUniques(DBIdentifier) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Get the unique constraints of the given primary or secondary table.
- getUniques(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Get all the unique constraints associated with both the primary and/or
secondary tables.
- getUniques() - Method in class org.apache.openjpa.jdbc.schema.Table
-
Return the table's unique constraints.
- getUnit() - Method in interface openbook.server.OpenBookService
-
Gets the underlying persistence unit.
- getUnitName() - Method in interface openbook.server.OpenBookService
-
Gets the name of the underlying persistence unit.
- 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() - 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.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.
- getUnqualifiedName() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns the unqualified name of this identifier.
- getUnqualifiedName() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns a new unqualified name based on this instance.
- getUnregisteredCommands() - Method in class openbook.tools.CommandProcessor
-
Gets all the unrecognized command options.
- getUnsupportedOptions() - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns a set of option names that this store manager does
not support.
- getUnsupportedOptions() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
-
- getUpdateAction() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Return the update action for the key.
- getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getUpdateCount() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getUpdatedClasses() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getUpdatedClasses() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return the set of classes for objects that have been modified
in the current transaction.
- 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.
- getUpdateManager() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getUpdateManager() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getUpdateManagerInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
- getUpdateManagerInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- getUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
-
- getUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
-
Return all updated primary rows.
- getUpdates(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- getUpdates() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- getUpdates(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- getUpdates() - Method in interface org.apache.openjpa.kernel.QueryContext
-
- getUpdates() - Method in class org.apache.openjpa.kernel.QueryImpl
-
- getUpdates(StoreQuery) - Method in interface org.apache.openjpa.kernel.StoreQuery.Executor
-
- getUpdateStrategy() - Method in class org.apache.openjpa.meta.FieldMetaData
-
The strategy to use when updating the field.
- getURL(String, String) - Static method in class openbook.util.JSPUtility
-
- getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getURL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getURL(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getURL(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getUseAliases() - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
-
Whether to use type alises for primary key values in place of class
names.
- getUseBuiltinIdentityClass() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to use built in identity classes when possible.
- getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getUseClassCriteria() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Whether to use class criteria when joining to related type.
- getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
-
Whether to use class criteria when joining to related type.
- getUseDataStoreIdentity() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to use datastore identity when possible.
- getUseDSFForUnproxy() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
Should DetachedStateField be used by Proxies to determine when to remove
$proxy wrappers during serialization.
- getUseForeignKeyName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return whether the foreign key name will be used to generate
relation names.
- getUseGenericCollections() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Whether to use generic collections on one-to-many and many-to-many
relations instead of untyped collections.
- 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.
- getUserClassLoader() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Gets a class loader that can be additionally used to load custom plugin values.
- getUserClassLoader() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getUserName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- 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
-
- getUserObject() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- getUserObject() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- getUserObject() - Method in class org.apache.openjpa.lib.graph.Edge
-
Arbitrary user object associated with the edge.
- getUserObject() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
-
- getUserObject() - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Get the opaque user object attached to this receiver.
- getUserObject(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- getUserObject(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getUserObject(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Get the value for the specified key from the map of user objects.
- getUserObject(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManagerFactory
-
Get the value for the specified key from the map of user objects.
- getUserParameters() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Get the user parameter positions in the list of parameters.
- getUseSchemaElement() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Returns whether or not the schema name will be included in the @Table
annotation within the generated class for each table, as well as the
corresponding XML mapping files.
- 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
- getUseSchemaName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return true if the schema name will be included in the generated
class name for each table.
- getUseTCCLinSelectNew() - Method in interface org.apache.openjpa.conf.OpenJPAConfiguration
-
Indicates if the
Thread.contextClassLoader
should be used
as fallback if the result class for
select 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.jdbc.kernel.exps.CoalesceExpression
-
- getVal() - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- getVal() - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- getVal() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getVal() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- 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.jdbc.kernel.exps.Concat
-
- getVal1() - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- getVal1() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getVal1() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getVal1() - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- getVal1() - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- 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.jdbc.kernel.exps.Concat
-
- getVal2() - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- getVal2() - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- getVal2() - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- getVal2() - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- getVal2() - Method in class org.apache.openjpa.jdbc.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
-
- getValidationGroup(Integer) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Return the validation groups to be validated for a specified event
- 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
-
- getValidationMode() - Method in class org.apache.openjpa.persistence.PersistenceUnitInfoImpl
-
- 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
-
- getValidColumnIdentifier(DBIdentifier, Table, int, boolean) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid column name/identifier, based upon the configuration and
provided parameters.
- getValidColumnIdentifier(DBIdentifier, Table, int, boolean) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidColumnName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidColumnName(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given column name to make it valid
for the current DB.
- getValidColumnName(String, Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidColumnName(DBIdentifier, Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given column name to make it valid
for the current DB.
- 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
-
- getValidForeignKeyIdentifier(DBIdentifier, Table, Table, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid foreign key identifier, based upon the configuration and
provided parameters.
- getValidForeignKeyIdentifier(DBIdentifier, Table, Table, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidForeignKeyName(String, Table, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidForeignKeyName(DBIdentifier, Table, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given foreign key name to make it
valid for the current DB.
- getValidIndexIdentifier(DBIdentifier, Table, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid index identifier, based upon the configuration and
provided parameters.
- getValidIndexIdentifier(DBIdentifier, Table, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidIndexName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidIndexName(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given index name to make it valid
for the current DB.
- getValidPrimaryKeyName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given primary key name to make it
valid for the current DB.
- getValidSequenceIdentifier(DBIdentifier, Schema, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid index identifier, based upon the configuration and
provided parameters.
- getValidSequenceIdentifier(DBIdentifier, Schema, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidSequenceName(String, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidSequenceName(DBIdentifier, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given sequence name to make it valid
for the current DB.
- getValidTableIdentifier(DBIdentifier, Schema, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid table identifier, based upon the configuration and provided
parameters.
- getValidTableIdentifier(DBIdentifier, Schema, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidTableName(String, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidTableName(DBIdentifier, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given table name to make it valid for
the current DB.
- getValidUniqueIdentifier(DBIdentifier, Table, int) - Method in interface org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Returns a valid unique constraint identifier, based upon the configuration and
provided parameters.
- getValidUniqueIdentifier(DBIdentifier, Table, int) - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifierUtilImpl
-
- getValidUniqueName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- getValidUniqueName(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Make any necessary changes to the given unique constraint name to make
it valid for the current DB.
- getVals() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- getVals() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- getValue(Attribute<?, ?>, Object) - Static method in class jpa.tools.swing.MetamodelHelper
-
Gets the value of the given persistent attribute for the given instance.
- getValue() - Method in class openbook.tools.ant.Java2HTMLConverterTask.Arg
-
- getValue(String) - Method in class openbook.tools.CommandProcessor
-
Gets value of the option matching the given alias.
- 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.
- getValue(Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getValue(ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- getValue() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is a constant, return its value, else return null.
- getValue() - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- getValue(Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- getValue(Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.Null
-
- getValue(Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getValue(ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getValue() - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- getValue(Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- getValue() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
The discriminator value.
- getValue() - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
Raw discriminator value string.
- getValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
-
Return the discriminator value as an object of the right type.
- getValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
-
- getValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
-
- getValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
-
- getValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
-
- getValue(Object[]) - Method in interface org.apache.openjpa.kernel.exps.Constant
-
Return the value for this constant given the specified parameters.
- getValue() - Method in interface org.apache.openjpa.kernel.exps.Literal
-
The value of this literal.
- getValue() - Method in class org.apache.openjpa.kernel.jpql.Token
-
An optional attribute value of the Token.
- getValue(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the
Value
for the given property, or null if none.
- getValue(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Gets the registered Value for the given propertyName.
- getValue() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
- getValue() - Method in class org.apache.openjpa.meta.FieldMetaData
-
MetaData about the field value.
- getValueAt(int, int) - Method in class jpa.tools.swing.EntityDataModel
-
- getValueAt(int, int) - Method in class jpa.tools.swing.InstanceDataModel
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- getValueColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
-
- getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
-
- getValueIndex() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getValueIndex() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Index on this value's columns, or null if none.
- getValueIndex() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getValueInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getValueInfo() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Raw mapping data.
- getValueInfo() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- 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
-
- getValueMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getValueMappedByMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
- getValueMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- 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
-
- getValueMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getValueMetaData(ExpContext) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- getValues() - Method in class org.apache.openjpa.ant.MetaDataToolTask.Action
-
- getValues() - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask.Action
-
- getValues() - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask.SchemaAction
-
- getValues() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask.AccessType
-
- getValues() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask.Level
-
- getValues() - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask.Action
-
- getValues() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- getValues() - Method in interface org.apache.openjpa.kernel.exps.Arguments
-
Return the values that make up the arguments.
- getValues() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the set of all
Value
s.
- getValues() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.abstractstore.AbstractStoreManager
-
Returns null.
- getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- 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 class org.apache.openjpa.lib.conf.BooleanValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.DoubleValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.FileValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.IntValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.StringListValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.StringValue
-
- getValueType() - Method in class org.apache.openjpa.lib.conf.Value
-
Returns the type of the property that this Value represents.
- getValueType() - Method in interface org.apache.openjpa.util.ProxyMap
-
The map value type.
- getValueUnique() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- getValueUnique() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
-
Unique constraint on this value's columns, or null if none.
- getValueUnique() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
-
- getVariable(String, boolean) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Returns a value for the given id.
- 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, 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.
- getVariable(String) - Method in class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder
-
- getVariables() - Method in class org.apache.openjpa.kernel.exps.Context
-
- getVersion() - Method in class openbook.domain.Author
-
- getVersion() - Method in class openbook.domain.Book
-
- getVersion() - Method in class openbook.domain.Customer
-
- getVersion() - Method in class openbook.domain.Inventory
-
- 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(ClassMapping, OpenJPAStateManager, Result) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
This method is to provide override for non-JDBC or JDBC-like
implementation of getting version from the result set.
- getVersion() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
The version indicator.
- getVersion(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- getVersion(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- getVersion() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- getVersion() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- getVersion() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- getVersion() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Return the current version indicator for this instance.
- getVersion() - Method in interface org.apache.openjpa.kernel.PCData
-
Returns the current version object that this data was loaded from.
- getVersion() - Method in class org.apache.openjpa.kernel.PCDataImpl
-
- getVersion() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- getVersion(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Returns the current version indicator for o
.
- getVersion() - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
-
Get the string value of the version attribute on the root element
- getVersion(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- getVersion(Class<Y>) - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType
-
Returns the attribute of given type that corresponds to the version attribute of this
managed type.
- getVersion(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Returns the current version indicator for o
.
- getVersion() - Method in class org.apache.openjpa.xmlstore.ObjectData
-
Get the version number of the object.
- 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.
- getVersionColumn(Column, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return version column name
- getVersionColumn(Column, DBIdentifier) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getVersionColumnIdentifier() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- getVersionColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Deprecated.
- getVersionColumns(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- getVersionColumns(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
-
- getVersionField() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Return the version field for this class, if any.
- getVersionFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- getVersionStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
Default version strategy alias.
- getVersionStrategy() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Default version strategy for base class mappings.
- getVersionStrategy() - Method in class org.apache.openjpa.jdbc.schema.Column
-
- 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.
- getViewer() - Method in class openbook.client.SourceCodeBrowser
-
- getVirtualMachineClassName() - Method in enum org.apache.openjpa.lib.util.JavaVendors
-
- getWarningAction() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
What to do with SQL warnings.
- getWarningHandler() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
What to do with SQL warnings.
- getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getWeight() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the weight of the edge.
- getWhere() - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- getWhere(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Return the WHERE portion of the select statement, or null if no where
conditions.
- getWhere() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- getWhere(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Return the value set for where on the given column.
- getWhere() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return the WHERE clause, minus any necessary end joins.
- getWhere() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- getWrapIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
- 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(Class<?>) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Deprecated.
- should use getWriteCount(String c)
- getWriteCount(String) - Method in interface org.apache.openjpa.datacache.CacheStatistics
-
Gets number of total write requests for the given class since last reset.
- getWriteCount() - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getWriteCount(Class<?>) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getWriteCount(String) - Method in class org.apache.openjpa.datacache.CacheStatisticsImpl
-
- getWriteCount() - Method in class org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
-
- 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.
- getWriteCount() - Method in interface org.apache.openjpa.instrumentation.DataCacheInstrument
-
Returns the write count since cache statistics were 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
-
- getWriteLockMode() - Method in interface org.apache.openjpa.persistence.FetchPlan
-
The lock level to use for locking dirtied objects.
- getWriteLockMode() - Method in class org.apache.openjpa.persistence.FetchPlanImpl
-
- 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.jdbc.schema.SchemaTool
-
The stream to write to for the creation of SQL scripts.
- getWriter(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
-
Return a writer to the stream(stdout or stderr) or file named by the
given string.
- getWriter(String, ClassLoader, String) - Static method in class org.apache.openjpa.lib.util.Files
-
Return a writer to the stream(stdout or stderr) or file named by the
given string set to the provided charset encoding.
- getWriter() - Method in class org.apache.openjpa.meta.MetaDataTool
-
The writer to generate metadata to.
- getXMLAnnotationParser() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
Return JAXB XML annotation parser,
creating it if it does not already exist.
- getXmlMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is an XPath, return XML mapping metadata,
else return null;
- getXmlMapping() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- 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.
- getXMLParser() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
Return XML metadata parser, creating it if it does not already exist or
if the existing parser is parsing.
- 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
- getXMLTypeEncoding() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- getXPath() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
If this is an XPath, return it,
else return null;
- getXPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- giveBirth(String, Deity, Deity.Gender) - Method in class relations.Deity
-
She's having a baby...
- Graph - Class in org.apache.openjpa.lib.graph
-
Graph representation using the adjacency list form.
- Graph() - Constructor for class org.apache.openjpa.lib.graph.Graph
-
- GraphicOutputStream - Class in jpa.tools.swing
-
- GraphicOutputStream(ScrollingTextPane) - Constructor for class jpa.tools.swing.GraphicOutputStream
-
- GraphVisitor - Interface in org.apache.openjpa.lib.graph
-
A helper interface that allows third parties to be notified of
graph events during graph traversals
- greaterEqual(PredicateOperand) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
- greaterEqual(Number) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
- greaterEqual(String) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
- greaterEqual(Date) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
- greaterEqual(Calendar) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
- GreaterEqualExpression - Class in org.apache.openjpa.persistence.query
-
Denotes e1 >= e2 Expression.
- GreaterEqualExpression(Expression, Expression) - Constructor for class org.apache.openjpa.persistence.query.GreaterEqualExpression
-
- greaterThan(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- greaterThan(Expression<? extends Y>, Y) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- greaterThan(PredicateOperand) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
- greaterThan(Number) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
- greaterThan(String) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
- greaterThan(Date) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
- greaterThan(Calendar) - Method in interface org.apache.openjpa.persistence.query.PredicateOperand
-
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
- greaterThanEqual(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- GreaterThanExpression - Class in org.apache.openjpa.persistence.query
-
Denotes e1 > e2 Expression.
- GreaterThanExpression(Expression, Expression) - Constructor for class org.apache.openjpa.persistence.query.GreaterThanExpression
-
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- greatest(Expression<X>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- 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.
- GROUP_ALL - Static variable in interface org.apache.openjpa.persistence.FetchPlan
-
Fetch group representing all fields.
- GROUP_DEFAULT - Static variable in interface org.apache.openjpa.persistence.FetchPlan
-
The default fetch group.
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- groupBy(Select, ExpContext, ExpState) - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- groupBy(Select, ExpContext, ExpState) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Group by this value.
- groupBy(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(String) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(Column[]) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- groupBy(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the given column.
- groupBy(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the given column.
- groupBy(Column[]) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the given columns.
- groupBy(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the given columns.
- groupBy(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Add a GROUP BY clause.
- groupBy(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Add a GROUP BY clause.
- groupBy(String) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Add a GROUP BY clause.
- groupBy(String, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Add a GROUP BY clause.
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the columns of the given mapping, possibly including subclasses.
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Group by the columns of the given mapping, possibly including subclasses.
- groupBy(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(Column[]) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- groupBy(PathExpression...) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- groupBy(List<PathExpression>) - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
- groupBy(PathExpression...) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Specify the items that are used to form groups over the query results.
- groupBy(List<PathExpression>) - Method in interface org.apache.openjpa.persistence.query.QueryDefinition
-
Specify the items that are used to form groups over the query results.
- groupBy(PathExpression...) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- groupBy(List<PathExpression>) - Method in class org.apache.openjpa.persistence.query.QueryDefinitionImpl
-
- 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
-
- groupByPackage(Collection<Object>) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
Helper method to group objects by package.
- grouping - Variable in class org.apache.openjpa.jdbc.kernel.exps.QueryExpressionsState
-
- grouping - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
-
- groupingClauses - Variable in class org.apache.openjpa.kernel.exps.QueryExpressions
-
- GT() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- GT - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- gt(Expression<? extends Number>, Number) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- guessJDBCVersion(Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- id - Variable in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- Id - Class in org.apache.openjpa.util
-
Datastore identity type.
- Id(String) - Constructor for class org.apache.openjpa.util.Id
-
- Id(String, OpenJPAConfiguration, ClassLoader) - Constructor for class org.apache.openjpa.util.Id
-
- Id(String, ClassLoader) - Constructor for class org.apache.openjpa.util.Id
-
- Id(Class, String) - Constructor for class org.apache.openjpa.util.Id
-
- Id(Class, Long) - Constructor for class org.apache.openjpa.util.Id
-
Construct from key value.
- Id(Class, long) - Constructor for class org.apache.openjpa.util.Id
-
Construct from key value.
- Id(Class, long, boolean) - Constructor for class org.apache.openjpa.util.Id
-
Construct from key value.
- ID_APPLICATION - Static variable in class org.apache.openjpa.meta.ClassMetaData
-
Application identity type.
- ID_DATASTORE - Static variable in class org.apache.openjpa.meta.ClassMetaData
-
Datastore identity type.
- ID_MARKER - Static variable in interface org.apache.openjpa.json.JSON
-
- ID_MARKER - Static variable in interface org.apache.openjpa.persistence.jest.JSON
-
- 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 class openbook.tools.parser.JavaLexer
-
- Identifier - Static variable in class openbook.tools.parser.JavaParser
-
- IDENTIFIER - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- Identifier - Interface in org.apache.openjpa.lib.identifier
-
Base interface for identifiers.
- IdentifierConfiguration - Interface in org.apache.openjpa.lib.identifier
-
The IdentifierConfiguration interface.
- IdentifierImpl - Class in org.apache.openjpa.lib.identifier
-
Base identifer implementation.
- IdentifierImpl() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierImpl
-
- IdentifierImpl(String) - Constructor for class org.apache.openjpa.lib.identifier.IdentifierImpl
-
- IdentifierRule - Class in org.apache.openjpa.lib.identifier
-
The standard identifier rule.
- IdentifierRule() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierRule
-
- identifierSuffix() - Method in class openbook.tools.parser.JavaParser
-
- IdentifierUtil - Interface in org.apache.openjpa.lib.identifier
-
Base IdentifierUtil interface.
- IdentifierUtilImpl - Class in org.apache.openjpa.lib.identifier
-
Implementation class for the base identifier impl.
- IdentifierUtilImpl() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- IdentifierUtilImpl(IdentifierConfiguration) - Constructor for class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- identifierUtilPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- identityClassSuffix - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- identityColumnName - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- 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
-
- ignoreContent(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Ignore all content below the current element.
- ignoreDfgForFkSelect - Variable in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
-
- ignoreErrors - Variable in class org.apache.openjpa.enhance.ApplicationIdTool.Flags
-
- ignoreErrors - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
-
- ignoreErrors - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
-
- ignoreLoaded(FieldMetaData) - Static method in class org.apache.openjpa.kernel.DetachedStateManager
-
Ignore if the field is not dirty but loaded
- ignoreNumericTruncation - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
If true, Sybase will ignore numeric truncation on insert or
update operations.
- image - Variable in class org.apache.openjpa.kernel.jpql.Token
-
The string image of the token.
- Images - Class in openbook.client
-
Utility to load and cache images.
- Images() - Constructor for class openbook.client.Images
-
- ImmutableValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
-
Handler for simple type and string values.
- ImmutableValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
-
- IMPL_CLASS_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- 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_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- IMPL_TIME - Static variable in class org.apache.openjpa.meta.SequenceMetaData
-
Time-based sequence values.
- IMPL_VALUE_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
-
- implementsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- ImplHelper - Class in org.apache.openjpa.util
-
Helper for OpenJPA back-ends.
- ImplHelper() - Constructor for class org.apache.openjpa.util.ImplHelper
-
- importColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Import a column from another table.
- importDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- importForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Import a foreign key; column names must match columns of this table.
- importIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Import an index; column names must match columns of this table.
- importMappings(JDBCConfiguration, Class<?>[], String[], boolean, Log, ClassLoader) - Method in interface org.apache.openjpa.jdbc.meta.MappingTool.ImportExport
-
Import mappings for the given classes based on the given arguments.
- importPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Import a primary key; column names must match columns of this table.
- importSchema(Schema) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Import a schema from another group.
- importSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Import a sequence from another schema.
- importTable(Table) - Method in class org.apache.openjpa.jdbc.schema.Schema
-
Import a table from another schema.
- importUnique(Unique) - Method in class org.apache.openjpa.jdbc.schema.Table
-
Import a constraint; column names must match columns of this table.
- IN - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- in(Expression<? extends T>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- in(String...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of the argument list.
- in(Number...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of the argument list.
- in(Enum<?>...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of the argument list.
- in(Class...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of the argument list.
- in(Expression...) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of the argument list.
- in(Subquery) - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the expression value is a member
of a subquery result.
- in_expression() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- inBuf - Variable in class org.apache.openjpa.kernel.jpql.JavaCharStream
-
- inClauseLimit - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- includes(String, boolean) - Method in class org.apache.openjpa.meta.FetchGroup
-
Affirms if given fetch group is included by this receiver.
- inclusiveOrExpression() - Method in class openbook.tools.parser.JavaParser
-
- increment(int) - Method in class openbook.domain.Inventory
-
Increment this inventory by the given quantity.
- INCREMENT - Static variable in class org.apache.openjpa.meta.ValueStrategies
-
"increment" value strategy.
- incRuleLevel() - Method in class openbook.tools.parser.JavaParser
-
- index(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- Index - Class in org.apache.openjpa.jdbc.schema
-
Represents a database index.
- Index() - Constructor for class org.apache.openjpa.jdbc.schema.Index
-
Default constructor.
- Index(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Index
-
Deprecated.
- Index(DBIdentifier, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Index
-
- 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() - Method in class org.apache.openjpa.kernel.jpql.JPQL
-
- INDEX - Static variable in interface org.apache.openjpa.kernel.jpql.JPQLConstants
-
RegularExpression Id.
- Index - Annotation Type in org.apache.openjpa.persistence.jdbc
-
Index definition.
- index() - Method in class org.apache.openjpa.persistence.query.AbstractDomainObject
-
Derives by INDEX() operation on this path.
- index() - Method in interface org.apache.openjpa.persistence.query.DomainObject
-
Return an expression that corresponds to the index. of the domain object
in the referenced association or element collection.
- IndexedMap<K,V> - Class in jpa.tools.swing
-
A map with indexed access.
- IndexedMap() - Constructor for class jpa.tools.swing.IndexedMap
-
- indexedVarcharMaxSizeFB15 - Variable in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
- indexes - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
-
- indexes - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
-
- IndexExpression - Class in org.apache.openjpa.persistence.query
-
Denotes INDEX(e) Expression.
- IndexExpression(Expression) - Constructor for class org.apache.openjpa.persistence.query.IndexExpression
-
- indexOf(Object) - Method in class jpa.tools.swing.IndexedMap
-
- IndexOf - Class in org.apache.openjpa.jdbc.kernel.exps
-
Find the index of one string within another.
- IndexOf(Val, Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
Constructor.
- indexOf(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
-
- indexOf() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Invoke this database's indexOf function.
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
-
On Firebird 2.1 return POSITION(<find>, <str> [, <start>]).
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.IngresDictionary
-
Invoke Ingres' IndexOf Function (Find the first index of a string in
another string, starting at a given index).
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.JDataStoreDictionary
-
- indexOf() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- indexOf() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- indexOf() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
The index of the select within the UNION that the current row
corresponds to, or 0.
- indexOf() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
The index of this select within the UNION, or 0.
- indexOf() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- indexOf(Object) - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- indexOf(Object) - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- 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
-
- indexOf(Object) - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- indexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- indexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- indexOf(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- indexOf(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- indexOf(Object) - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- indexOf(Object) - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- indexOf(Object) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- indexOf(Object, int) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- INDEXOF_VAL - Static variable in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
- indexOfAlias(Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
Return the index of the given alias.
- indicatesNull(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
-
Return whether the given null indicator value means the object is null.
- InExpression - Class in org.apache.openjpa.persistence.query
-
Denotes e1 IN (e2) Expression.
- InExpression(Expression, ArrayExpression) - Constructor for class org.apache.openjpa.persistence.query.InExpression
-
- InExpression(Expression, Expression) - Constructor for class org.apache.openjpa.persistence.query.InExpression
-
- info(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- info(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- INFO - Static variable in interface org.apache.openjpa.lib.log.Log
-
- info(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.INFO
level with the stringification of
o
as the body
of the message, also outputting
t
to the log.
- info(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.INFO
level with the stringification of
o
as the body
of the message, also outputting
t
to the log.
- info(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- info(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- info(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- info(Localizer.Message) - Method in class org.apache.openjpa.persistence.meta.CompileTimeLogger
-
- INFO_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
-
- InformixDictionary - Class in org.apache.openjpa.jdbc.sql
-
Dictionary for Informix database.
- InformixDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- IngresDictionary - Class in org.apache.openjpa.jdbc.sql
-
- IngresDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.IngresDictionary
-
- InheritanceComparator - Class in org.apache.openjpa.meta
-
Comparator that keeps classes in inheritance order.
- InheritanceComparator() - Constructor for class org.apache.openjpa.meta.InheritanceComparator
-
- init(EntityManager) - Static method in class embeddables.Main
-
- init(ServletConfig) - Method in class org.apache.openjpa.persistence.jest.JESTServlet
-
- init(ProcessingEnvironment) - Method in class org.apache.openjpa.persistence.meta.AnnotationProcessor6
-
Initialization.
- INIT_PARA_STANDALONE - Static variable in class org.apache.openjpa.persistence.jest.JESTServlet
-
- INIT_PARA_UNIT - Static variable in class org.apache.openjpa.persistence.jest.JESTServlet
-
Servlet initialization parameter monikers
- INIT_STATE_FREEZING - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
- INIT_STATE_FROZEN - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
- INIT_STATE_LIQUID - Static variable in interface org.apache.openjpa.lib.conf.Configuration
-
- initDBDictionary(DBDictionary) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
-
Initialize self and dictionary once available.
- initDBDictionary(DBDictionary) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- initFamilyTree(EntityManager) - Static method in class relations.Main
-
Creates a partial family tree of the Greek dieties.
- initializationMillis - Variable in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The time at which this factory was initialized.
- initializationSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- initialize(Map<String, Object>) - Method in interface openbook.server.OpenBookService
-
Populates the underlying data repository with sample values, only if
the data repository is empty.
- 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() - Method in class org.apache.openjpa.conf.CacheMarshallersValue
-
- 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(OpenJPAConfiguration, ObjectValue, ObjectValue) - Method in interface org.apache.openjpa.datacache.DataCacheManager
-
Initialize the manager, supplying the cache configuration.
- initialize(OpenJPAConfiguration, ObjectValue, ObjectValue) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
-
- initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingDataCache
-
- initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.DelegatingQueryCache
-
- initialize(DataCacheManager) - Method in class org.apache.openjpa.datacache.PartitionedDataCache
-
- initialize(DataCacheManager) - Method in interface org.apache.openjpa.datacache.QueryCache
-
- initialize() - Method in interface org.apache.openjpa.enhance.DynamicStorage
-
Ensure object capacity
- 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() - 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(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Concat
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.IndexOf
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapEntry
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.MapKey
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Math
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Param
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.SubQ
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Substring
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.Trim
-
- initialize(Select, ExpContext, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.TypeLit
-
- initialize(Select, ExpContext, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
-
Initialize the value.
- initialize(Select, ExpContext, Map) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
-
- initialize(Select, ExpContext, Map) - Method in class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
-
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- initialize(String, Object) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- initialize(Object) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
Initialize this receiver with post-execution result.
- initialize() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- initialize() - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Perform caching and other initialization operations.
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
-
- initialize() - Method in class org.apache.openjpa.jdbc.meta.Version
-
- initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in class org.apache.openjpa.kernel.AbstractPCResultObjectProvider
-
- 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(StateManagerImpl, boolean, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
Initialize a newly-constructed state manager.
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- initialize(Class, PCState) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- initialize(Class, PCState) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Initialize the state manager with a new instance of the given
persistence capable type and the proper lifecycle state.
- initialize(OpenJPAStateManager, PCState, FetchConfiguration) - Method in interface org.apache.openjpa.kernel.PCResultObjectProvider
-
Initializes the state manager.
- initialize(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(Class, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- initialize(PersistenceCapable, PCState) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
Initialize with the given instance and state.
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in interface org.apache.openjpa.kernel.StoreManager
-
Initialize the given state manager.
- initialize() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- initialize() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Initializes the instrument.
- initialize(PreparedStatement, Connection) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- initialize(Statement, Connection) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
-
- initializeInstrument(Instrument, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- initializeInstrument(Instrument, String, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- initializeInstrument(Instrument, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Initializes an instrument within the provided context.
- initializeInstrument(Instrument, String, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Initializes an instrument within the provided options and context.
- initializeMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- initializeMapping() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Initialize mapping.
- initializeState(OpenJPAStateManager, PCState, JDBCFetchConfiguration, ConnectionInfo) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
Initialize a newly-loaded instance.
- 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
-
- initShape() - Method in class jpa.tools.swing.RoundButton
-
- 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
-
- 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
-
- innerCreator() - Method in class openbook.tools.parser.JavaParser
-
- innerIdentityClasses - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- innerJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- 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
-
- INSERT - Static variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
-
- insert(OpenJPAStateManager, ClassMapping, RowManager, JDBCStore, Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
-
Recursive method to insert the given instance, base class first.
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Set values for the mapping into the proper rows.
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- insert(OpenJPAStateManager, OpenJPAStateManager, JDBCStore, RowManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
Insert an embedded object.
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
-
- insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- insertAlias(int, Object, Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.Selects
-
Insert an alias before the given index, using negative indexes
to count backwards.
- insertBlobForStreamingLoad(Row, Column, JDBCStore, Object, Select) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- insertBlobForStreamingLoad(Row, Column, JDBCStore, Object, Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- insertBlobForStreamingLoad(Row, Column, JDBCStore, Object, Select) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- insertBlobForStreamingLoad(Row, Column, JDBCStore, Object, Select) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- insertClobForStreamingLoad(Row, Column, Object) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- insertClobForStreamingLoad(Row, Column, Object) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- insertClobForStreamingLoad(Row, Column, Object) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- insertElementAt(Object, int) - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- insertPlaceholder(String, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
Insert a placeholder at the given index; use a negative index
to count from the back of the select list.
- insertRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- insertRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- insertsAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- insertSize(String, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Helper method that inserts a size clause for a given SQL type.
- installDBDictionary(DBDictionary, DecoratingDataSource, JDBCConfiguration, boolean) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
-
Install things deferred until the DBDictionary instance is available.
- installPrimaryKey(FieldMapping, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
-
If desired, install a primary key on the given secondary table.
- installPrimaryKey(FieldMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- installPrimaryKey(FieldMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
-
- installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
-
- installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
-
- installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
-
- installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
-
- installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
-
- installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
-
- installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
-
- installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
-
- installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
-
- installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
-
- installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
-
- installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
-
- installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
-
- installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
-
- installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
-
- installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
-
- installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Install a strategy on the given mapping.
- installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Install a strategy on the given mapping.
- installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Install a strategy on the given mapping.
- installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Install a strategy on the given mapping.
- InstanceDataModel<T> - Class in jpa.tools.swing
-
- InstanceDataModel(EntityType<T>, T) - Constructor for class jpa.tools.swing.InstanceDataModel
-
- instanceOfExpression() - Method in class openbook.tools.parser.JavaParser
-
- InstanceResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
-
Object provider implementation wrapped around a
Select
.
- InstanceResultObjectProvider(SelectExecutor, ClassMapping, JDBCStore, JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider
-
Constructor.
- InstanceView<T> - Class in jpa.tools.swing
-
- InstanceView(EntityType<T>, T) - Constructor for class jpa.tools.swing.InstanceView
-
- instantiate(Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.conf.CacheMarshallersValue
-
- 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.
- instantiate(Class<?>, Configuration) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Instantiate the object as an instance of the given class.
- instantiate(Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Instantiate the object as an instance of the given class.
- instantiate(Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
Instantiate the plugins as instances of the given class.
- instantiate(Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginValue
-
Instantiate the plugin as an instance of the given class.
- instantiate(ClassLoader) - Method in class org.apache.openjpa.meta.SequenceMetaData
-
Create a new uninitialized instance of this sequence.
- instantiateAll() - Method in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- instantiateAll() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Call the instantiating get methods for all values.
- instantiateAll() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- instantiateClassStrategy(String, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Return the strategy for the given name.
- instantiateDiscriminatorStrategy(String, Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Instantiate the given discriminator strategy.
- instantiateMetaDataFactory(Configuration, PluginValue, String) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
-
- instantiateMetaDataFactory(Configuration, PluginValue, String, boolean) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
-
- 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.
- instantiateVersionStrategy(String, Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Instantiate the given version strategy.
- instantiateVersionStrategy(Class<?>, Version, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
Instantiate the given version strategy.
- Instrument - Interface in org.apache.openjpa.lib.instrumentation
-
Interface that must be implemented by instruments.
- InstrumentationFactory - Class in org.apache.openjpa.enhance
-
- InstrumentationFactory() - Constructor for class org.apache.openjpa.enhance.InstrumentationFactory
-
- InstrumentationLevel - Enum in org.apache.openjpa.lib.instrumentation
-
The instrumentation level can be used to indicate if and when an instrument will be
automatically started and stopped.
- 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
-
- InstrumentationProvider - Interface in org.apache.openjpa.lib.instrumentation
-
Pluggable instrumentation providers (ex.
- instrumentationProviders - Variable in class org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
- INT - Static variable in class org.apache.openjpa.meta.JavaTypes
-
- INT_10 - Static variable in class org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory
-
- 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.
- integerLiteral() - Method in class openbook.tools.parser.JavaParser
-
- integerTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- IntegerTypeSuffix - Static variable in class openbook.tools.parser.JavaLexer
-
- IntegerTypeSuffix - Static variable in class openbook.tools.parser.JavaParser
-
- InterbaseDictionary - Class in org.apache.openjpa.jdbc.sql
-
Dictionary for Borland Interbase.
- InterbaseDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.InterbaseDictionary
-
- interfaceBody() - Method in class openbook.tools.parser.JavaParser
-
- interfaceBodyDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- interfaceDeclaration() - Method in class openbook.tools.parser.JavaParser
-
- interfaceGenericMethodDecl() - Method in class openbook.tools.parser.JavaParser
-
- interfaceMemberDecl() - Method in class openbook.tools.parser.JavaParser
-
- interfaceMethodDeclaratorRest() - Method in class openbook.tools.parser.JavaParser
-
- interfaceMethodOrFieldDecl() - Method in class openbook.tools.parser.JavaParser
-
- interfaceMethodOrFieldRest() - Method in class openbook.tools.parser.JavaParser
-
- 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(Localizer.Message) - Constructor for exception org.apache.openjpa.util.InternalException
-
- InternalException(Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
-
- InternalException(String, Throwable) - Constructor for exception org.apache.openjpa.util.InternalException
-
- 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, Integer) - Constructor for class org.apache.openjpa.util.IntId
-
- IntId(Class, String) - Constructor for class org.apache.openjpa.util.IntId
-
- IntId(Class, int) - Constructor for class org.apache.openjpa.util.IntId
-
- IntId(Class, int, boolean) - Constructor for class org.apache.openjpa.util.IntId
-
- IntValue - Class in org.apache.openjpa.lib.conf
-
- IntValue(String) - Constructor for class org.apache.openjpa.lib.conf.IntValue
-
- INVALID_STATE - Static variable in exception org.apache.openjpa.util.UserException
-
- invalidate(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
- invalidate(String) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- invalidate(K) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Remove the FinderQuery for the given key from this cache.
- invalidate(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Remove the PreparedQuery with the given identifier 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.
- invalidColumnWordSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- InvalidStateException - Exception in org.apache.openjpa.persistence
-
- InvalidStateException(Localizer.Message, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.InvalidStateException
-
- InvalidStateException(String, Throwable[], Object, boolean) - Constructor for exception org.apache.openjpa.persistence.InvalidStateException
-
- 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
-
- InValueDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
-
Base discriminator strategy that determines the class of database
records using a column holding a value mapped to a class, and limits
SELECTs using an IN (...) statement.
- InValueDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
-
- Inventory - Class in openbook.domain
-
A mutable persistent entity.
- Inventory() - Constructor for class openbook.domain.Inventory
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeNameFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeTypeFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.DeclaredAttributeFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.ElementTypeFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter
-
- inverse() - Method in interface org.apache.openjpa.persistence.meta.AbstractManagedType.Filter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.IdAttributeFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.PluralCategoryFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.SingularAttributeFilter
-
- inverse() - Method in class org.apache.openjpa.persistence.meta.AbstractManagedType.VersionAttributeFilter
-
- InverseLogical - Annotation Type in org.apache.openjpa.persistence
-
Declares the logical inverse of a field.
- 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
-
- inverseRelations - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- INVISIBLE - Static variable in class org.apache.openjpa.lib.conf.Value
-
- 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
-
- IOR - Class in org.apache.openjpa.persistence.jest
-
String reference of a managed object.
- IOR() - Constructor for class org.apache.openjpa.persistence.jest.IOR
-
- IOR_SEPARTOR - Static variable in interface org.apache.openjpa.json.JSON
-
- IOR_SEPARTOR - Static variable in interface org.apache.openjpa.persistence.jest.JSON
-
- 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
-
- isAbstractMappingUniDirectional(OpenJPAConfiguration) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- 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(ClassMetaData) - Method in class org.apache.openjpa.event.LifecycleEventManager
-
Whether this LifeCycleEventManager has had at least one listener or callback
registered.
- 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() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isActive() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Deprecated.
use EntityTransaction.isActive()
instead: em.getTransaction().isActive()
- isActive() - Method in class org.apache.openjpa.slice.Slice
-
- isActive(ClassMetaData) - Method in class org.apache.openjpa.validation.ValidatingLifecycleEventManager
-
Whether this LifeCycleEventManager has had at least one listener or callback
registered.
- isAdapting() - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
-
- isAdapting() - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
-
- isAdapting() - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Return whether this installer adapts the given mapping data and
schema, vs requiring that all information be supplied correctly.
- isAddExplicitSpace() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- isAddLineBreak() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- isAfterLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isAfterLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isAggregate() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- isAggregate() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return true if this is an aggregate select.
- isAggregate() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- isAggregate(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- isAggregate() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- isAggregate(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- 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 interface org.apache.openjpa.kernel.StoreQuery.Executor
-
Return true if the compiled query is an aggregate.
- isAliasListComprehensive() - Method in class org.apache.openjpa.lib.conf.Value
-
Whether or not the alias list defines all possible settings for this
value.
- isAllInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether all columns up to but excluding the given index are insertable.
- isAllInsertable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isAllInsertable (cols.length, nullValue)
.
- isAllInsertable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Return true if all columns for the given key are insertable.
- isAllowTruncation() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- isAllUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether all columns up to but excluding the given index are updatable.
- isAllUpdatable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isAllUpdatable (cols.length, nullValue)
.
- isAllUpdatable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Return true if all columns for the given key are updatable.
- 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.
- isAnchorLineNumber() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- isAnnotated(Element) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given element is annotated with any
javax.persistence.
- isAnnotatedWith(Element, Class<? extends Annotation>) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given declaration has the given annotation.
- isAnnotatedWith(Element, Set<String>) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given element is annotated with any of the given
annotations.
- isAnnotationPresentAction(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for
AnnotatedElement.isAnnotationPresent().
- isAnyInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether any column up to but excluding the given index is insertable.
- isAnyInsertable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isAnyInsertable (cols.length, nullValue)
.
- isAnyInsertable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Return true if any columns for the given key are insertable.
- isAnyUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether any column up to but excluding the given index is updatable.
- isAnyUpdatable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isAnyUpdatable (cols.length, nullValue)
.
- isAnyUpdatable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Return true if any columns for the given key are updatable.
- 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.
- isAssociation() - Method in class org.apache.openjpa.jdbc.schema.Table
-
- isAssociation() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Affirms if this attribute is an association.
- isAuditable(AuditableOperation, StateManagerImpl) - Method in class org.apache.openjpa.kernel.AuditManager
-
Affirms if the given state manager is auditable for the given operation.
- isAutoAssigned() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Whether this column is auto-assigned a value on insert.
- isBaseTable(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return whether the given table is a base class table.
- isBatchDisabled() - Method in class org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
-
- isBeforeFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isBeforeFirst() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isBi1To1JT() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isBi1To1JT(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isBidirectional(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isBidirectionalJoinTableMappingNonOwner() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Affirms if this field is the non-owning side of a bidirectional relation
with a join table.
- isBidirectionalJoinTableMappingOwner() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Affirms if this field is the owning side of a bidirectional relation
with a join table.
- isBiMTo1JT() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isBiMTo1JT(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isBlacklisted(String) - Method in class org.apache.openjpa.util.BlacklistClassResolver
-
- isBoolean(Class<?>) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
- isBoolean(TypeMirror) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given mirror represents a primitive or non-primitive
boolean.
- 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()
- isBooleanGetter(ExecutableElement) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given method matches the following signature
public boolean isXyz()
public Boolean isXyz()
- isBound(Value) - Method in class org.apache.openjpa.kernel.exps.AbstractExpressionBuilder
-
Return true if the given variable has been bound.
- isBound(Parameter<?>) - Method in class org.apache.openjpa.persistence.AbstractQuery
-
Affirms if the given parameter is bound to a value for this query.
- isCachable(ClassMetaData) - Method in class org.apache.openjpa.datacache.DataCacheManagerImpl
-
Affirms if the given type is eligible for cache.
- isCachable(String) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- isCachable(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Affirms if a PreparedQuery can be cached against the given key.
- isCached(List<Object>, BitSet) - Method in class org.apache.openjpa.datacache.DataCacheStoreManager
-
- isCached(List<Object>, BitSet) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- 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>, BitSet) - Method in class org.apache.openjpa.kernel.DelegatingStoreManager
-
- 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 interface org.apache.openjpa.kernel.StoreManager
-
Verify that the given instance exists in the data store in memory; return false
if it does not.
- isCached(List<Object>, BitSet) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
-
- isCaching() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether parsed resource names are cached to avoid duplicate parsing.
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.openjpa.persistence.validation.TraversableResolverImpl
-
- isCatalogAtStart() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- isCellEditable(int, int) - Method in class jpa.tools.swing.EntityDataModel
-
- isCellEditable(int, int) - Method in class jpa.tools.swing.InstanceDataModel
-
- isClassElementName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The name of the class element.
- isClassElementName(String) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- 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
-
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- isClosed() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
-
- isClosed() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- isClosed() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
-
- isClosed() - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Returns true if the list has been closed.
- isClosed() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
-
- isClosed() - Method in class org.apache.openjpa.lib.rop.WindowResultList
-
- isClosed() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- isClosed() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isClosed() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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
-
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- isCloseOnCompletion() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- isCloseOnCompletion() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- isCollection() - Method in class org.apache.openjpa.persistence.meta.Members.Member
-
Affirms if this attribute is a collection.
- isCompatible(int, int) - Method in class org.apache.openjpa.enhance.DynamicStorageGenerator
-
Return true if the given field type and storage type are compatible.
- isCompatible(int, String, int, int) - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return true if this column is compatible with the given JDBC type
from
Types
and size.
- 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
-
- isConstant() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Return true if this value represents a literal or parameter.
- isConstraintViolationException(Exception) - Static method in class org.apache.openjpa.persistence.validation.ValidationUtils
-
Determines whether an exception is a constraint violation exception via
class name.
- isCorrelated() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
-
- isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
-
- isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
-
- isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Return
Boolean.FALSE
if this mapping does not customize the
delete process,
Boolean.TRUE
if it does, or null if it does
customize the delete, but also relies on the standard delete method
being called.
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Return
Boolean.FALSE
if this mapping does not customize the
insert process,
Boolean.TRUE
if it does, or null if it does
customize the insert, but also relies on the standard insert method
being called.
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
-
Return
Boolean.FALSE
if this mapping does not customize the
update process,
Boolean.TRUE
if it does, or null if it does
customize the update, but also relies on the standard update method
being called.
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
-
- isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
-
- 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
-
- isDB2ISeriesV5R3OrEarlier() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDB2ISeriesV5R4OrEarlier() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDB2ISeriesV5R4OrLater() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDB2UDBV81OrEarlier() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDB2UDBV82OrLater() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDB2ZOSV8xOrLater() - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isDBCPDataSource() - Method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
This method should not throw an exception, as it is called by
AutoDriverDataSource to determine if user already specified
to use Commons DBCP.
- isDBCPLoaded(ClassLoader) - Static method in class org.apache.openjpa.jdbc.schema.DBCPDriverDataSource
-
This method should not throw an exception, as it is called by
AutoDriverDataSource to determine if it should use DBCP or not
based on if org.apache.commons.dbcp.BasicDataSource can be loaded.
- isDebugEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- 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
-
- isDefaultCascadePersistEnabled() - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- 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.
- isDefaultPersistent(ClassMetaData, Member, String) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- isDefaultPersistent(ClassMetaData, Member, String, boolean) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- 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
-
- isDeferred() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Return true if this is a deferred constraint.
- isDeferredEmbeddable(Class<?>, MetaDataContext) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- isDeferResourceLoading() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- isDelayCapable() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- 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.ProxyCollections
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- isDelayLoad() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- isDeleted() - Method in interface org.apache.openjpa.enhance.StateManager
-
Whether the instance is deleted in this transaction.
- isDeleted(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isDeleted(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isDeleted() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isDeleted() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isDeleted() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isDeleted() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isDeleted(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is deleted.
- isDelimited() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns true if the identifier is delimited.
- isDelimited(String) - Static method in class org.apache.openjpa.jdbc.identifier.Normalizer
-
Returns true if the name is delimited with default delimiters
- isDelimited() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns true if all identifiers within this compound identifier are
delimited.
- isDelimited(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name is delimited.
- isDelimited(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name is delimited.
- isDelimited(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- isDelimited(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- isDelimited(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- isDelivered() - Method in class openbook.domain.PurchaseOrder
-
- isDependent() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
-
Mark this row as dependent on some other row.
- isDependent() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
Secondary rows cannot be dependent.
- 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(Object) - Method in interface org.apache.openjpa.kernel.Broker
-
- isDetached(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- 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.
- isDetached(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isDetached() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isDetached() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isDetached() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isDetached() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isDetached(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isDetached(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Returns true
if pc
is a detached object
(one that can be reattached to a EntityManager
via a call
to EntityManager.merge(T)
); otherwise returns
false
.
- isDetached() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- isDetached() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- isDetached() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- isDetached() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- isDetached() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- isDetached() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Returns whether the proxy is detached.
- isDetached() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- isDetached() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- 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.DelayedArrayListProxy
-
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- isDirectAccess() - Method in interface org.apache.openjpa.util.DelayedProxy
-
Returns whether the caller has direct-call access to the proxied
object.
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- isDirectAccess() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- isDirected() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return whether the edge is directed.
- isDirectoryAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.isDirectory().
- 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.jdbc.sql.SelectImpl
-
- isDirty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- isDirty(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isDirty(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isDirty() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isDirty() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isDirty() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isDirty() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isDirty(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is dirty.
- isDirty(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isDirty(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return whether the given object is dirty.
- isDisjunction() - Method in class org.apache.openjpa.persistence.criteria.ComparisonStyle.Default
-
- isDisjunction() - Method in interface org.apache.openjpa.persistence.criteria.ComparisonStyle
-
Affirms if the attribute comparisons are OR'ed.
- isDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- isDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- isDistinct() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
Whether this is a SELECT DISTINCT / UNION ALL.
- isDistinct() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- isDistinct(StoreQuery) - Method in class org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
- isDistinct() - Method in class org.apache.openjpa.kernel.DelegatingQuery
-
- isDistinct(StoreQuery) - Method in class org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
- 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 interface org.apache.openjpa.kernel.StoreQuery.Executor
-
- isDoubleQuoted(String) - Static method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Returns whether a name is double quoted
- isDroppable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Return true if the table is droppable.
- isDroppable(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
-
Return true if the sequence is droppable.
- isDuplicateClass(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Determines whether the ClassMetaData has been resolved more than once.
- isDuplicateQuery(QueryMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Determines whether the QueryMetaData has been resolved more than once.
- isDynamic() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if this receiver can be mutated even when the configuration it
belongs to has been
frozen
.
- isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isEagerSelectToMany() - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Whether the eager joins or selects used by this field are to-many.
- isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
-
- 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
-
- isEmbedElementColl - Variable in class org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
-
- isEmpty() - Method in class jpa.tools.swing.IndexedMap
-
- isEmpty() - Method in class openbook.domain.ShoppingCart
-
- isEmpty(DBIdentifier) - Static method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns true if the identifier is null or the name is null or empty.
- isEmpty(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- isEmpty() - Method in interface org.apache.openjpa.jdbc.sql.Joins
-
Whether we have any joins.
- isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
-
Return true if the buffer is emtpy.
- isEmpty() - Method in class org.apache.openjpa.kernel.DelegatingResultList
-
- isEmpty() - Method in class org.apache.openjpa.kernel.DistinctResultList
-
- isEmpty(Value) - Method in interface org.apache.openjpa.kernel.exps.ExpressionFactory
-
Return an expression representing the given condition.
- isEmpty(Value) - Method in class org.apache.openjpa.kernel.exps.InMemoryExpressionFactory
-
- isEmpty() - Method in class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
-
- isEmpty() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
-
- isEmpty() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- isEmpty() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Returns true if this Map contains no key-value mappings.
- isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- isEmpty() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Return true if there are no internal class laoders.
- isEmpty() - Method in class org.apache.openjpa.lib.util.OrderedMap
-
- isEmpty() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- isEmpty(int) - Static method in class org.apache.openjpa.meta.AccessCode
-
- isEmpty(ClassMetaData) - Static method in class org.apache.openjpa.meta.AccessCode
-
- isEmpty() - Method in class org.apache.openjpa.meta.Extensions
-
Return true if there are no keys for any vendor.
- isEmpty(Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isEmpty() - Method in interface org.apache.openjpa.persistence.query.PathExpression
-
Add a restriction that the path expression must correspond to an
association or element collection that is empty (has no elements).
- 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.DelayedArrayListProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- isEmpty() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- IsEmptyExpression - Class in org.apache.openjpa.persistence.query
-
- IsEmptyExpression(Expression) - Constructor for class org.apache.openjpa.persistence.query.IsEmptyExpression
-
- isEmptyResult(Result) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
This method is to provide override for non-JDBC or JDBC-like
implementation of checking whether the result set is empty or not.
- 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
-
- isEnabled(short) - Method in class org.apache.openjpa.lib.log.AbstractLog
-
Check to see if the specified logging level is enabled.
- isEnabled(short) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
-
- isEnhanced(byte[]) - Static method in class org.apache.openjpa.enhance.AsmAdaptor
-
- isEnum(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- isErrorEnabled() - Method in interface org.apache.openjpa.lib.log.Log
-
Returns if the
Log.ERROR
log level is enabled.
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- isExcluded(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.FinderCacheImpl
-
Affirms if the given mapping is excluded from being cached.
- isExcluded(String) - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryCacheImpl
-
- isExcluded(K) - Method in interface org.apache.openjpa.kernel.FinderCache
-
Affirms if the given key matches any of the exclusion patterns.
- isExcluded(String) - Method in interface org.apache.openjpa.kernel.PreparedQueryCache
-
Returns the exclusion status of if the given query key.
- isExplicit(int) - Static method in class org.apache.openjpa.meta.AccessCode
-
- isExplicit() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is explicitly declared in the metadata.
- isExplicitAccess() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Affirms if access style is explicitly defined.
- isExplicitTarget() - Method in class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration
-
Affirms if the target is set on this receiver explicitly (i.e. by the user).
- isExtent() - Method in class org.apache.openjpa.jdbc.kernel.exps.SelectConstructor
-
Return true if we know the select to have on criteria; to be an extent.
- 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.
- isFailFast() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Whether to fail after the first exception thrown by any listener.
- isFalse(Expression<Boolean>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isFatal() - Method in exception org.apache.openjpa.lib.conf.BootstrapException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.ArgumentException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.EntityExistsException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.EntityNotFoundException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.InvalidStateException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.LockTimeoutException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.NonUniqueResultException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.NoResultException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.OptimisticLockException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.PersistenceException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.PessimisticLockException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.QueryTimeoutException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.RollbackException
-
- isFatal() - Method in exception org.apache.openjpa.persistence.TransactionRequiredException
-
- 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.
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- isFatalEnabled() - Method in interface org.apache.openjpa.lib.log.Log
-
Returns if the
Log.FATAL
log level is enabled.
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Determine if the given SQL Exception is fatal or recoverable (such as a timeout).
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.MariaDBDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
-
- isFatalException(int, SQLException) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
-
- 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.
- isFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.isFile().
- isFinal - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
-
Whether the owning class is final.
- isFinal - Variable in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- isFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isFirst() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isFlushed() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- 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
-
- isForeignKey() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Affirms if any foreign key constraint is attached to this column.
- isForeignKeyInversed() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- isForeignKeyObjectId(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
Return whether the columns of the given foreign key to this mapping
can be used to construct an object id for this type.
- isFrom(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return true if this edge links from the given node.
- isFromWriteBehindCallback() - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isFull() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
- isFull() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
- isFull() - Method in class org.apache.openjpa.lib.util.LRUMap
-
- isFull() - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
-
- isFull() - Method in interface org.apache.openjpa.lib.util.SizedMap
-
Whether the map is full.
- isGetter(Method, boolean) - Static method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Affirms if the given method signature matches bean-style getter method
signature.
- isGetter(ExecutableElement) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
- isHidden() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if the value for this Value is visible.
- 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.
- isIBM() - Method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns true if the current implementation is IBM.
- isId(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- isId(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- isId() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Affirms if this attribute is an id attribute.
- 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(int) - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isImplDataCacheable() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isImplDataCacheable() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isImplDataCacheable() - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Whether the instance-level impl data can be shared among instances
in different contexts if L2 caching is enabled.
- isImplDataCacheable(int) - Method in interface org.apache.openjpa.kernel.OpenJPAStateManager
-
Whether the field's impl data is loaded and can be shared among
instances in different contexts if L2 caching is enabled.
- isImplDataCacheable() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isImplDataCacheable(int) - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isImplicitJoin() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isImplicitJoin() - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- isImplicitRelation() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
-
Affirms if this instance represents an implicit relation.
- isImplicitRelation() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Affirms if this instance represents an implicit relation.
- isInDefaultFetchGroup() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is in the default fetch group.
- isIndex() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Affirms if any index constraint is attached to this column.
- isInFetchGroup(String) - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field is in the given fetch group.
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- isInfoEnabled() - Method in interface org.apache.openjpa.lib.log.Log
-
Returns if the
Log.INFO
log level is enabled.
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- isInitialized() - Method in class org.apache.openjpa.jdbc.kernel.PreparedQueryImpl
-
- 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.
- isInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether the column at the given index is insertable in this context.
- isInsertable(Column, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isInsertable (0, nullValue)
, but returns
false if the given column is null.
- isInstance(Value, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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.
- isInvalidProperty(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
-
- isInvalidProperty(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Returns true if the specified property name should raise a warning
if it is not found in the list of known properties.
- isJavaIdentifier(String) - Static method in class org.apache.openjpa.persistence.util.SourceCode
-
- isJDBC3 - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isJDBC4 - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isJDBCEnabled() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
Return true if JDBC logging is enabled.
- isJDBCTemporalSyntax(String) - Static method in class org.apache.openjpa.kernel.Filters
-
Affirms if the given String is enclosed in {}.
- isJoinedSubclass() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
-
Whether there is a join to the superclass table.
- isJoinOuter() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Whether to use an outer join from the class' primary table.
- isJoinOuter() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
-
Whether the field's table is joined to the class table through an
outer join.
- isKey() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- isKeyword(String) - Static method in class org.apache.openjpa.persistence.util.ReservedWords
-
Affirms if the given string matches any of the JPA reserved words in a case-insensitive manner.
- isKnownPrefix(String) - Method in class org.apache.openjpa.persistence.HintHandler
-
Affirms if the given key starts with any of the known prefix.
- isKnownSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Return true if the given sequence is known to exist.
- isKnownSequence(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Deprecated.
- isKnownSequence(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
- isKnownSequence(QualifiedDBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
- isKnownTable(Table) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
-
- isKnownTable(String) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
-
- isKnownTable(QualifiedDBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
-
- isKnownTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Return true if the given table is known to exist.
- isKnownTable(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
Deprecated.
- isKnownTable(QualifiedDBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
-
- isKnownType(String) - Static method in class org.apache.openjpa.persistence.util.SourceCode
-
- isLargeTransaction() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isLargeTransaction() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
- isLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isLenient() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- 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
-
- isLoaded(Object) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- isLoaded(Object, String) - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- isLoaded(Object, String) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistenceUtil
-
Determines whether the attribute on the specified object is loaded and
is managed by one of the entity managers.
- isLoaded(Object) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
Determines whether the specified object is loaded.
- isLoadedWithoutReference(Object, String) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
Determines whether the attribute on the specified object is loaded.
- isLoadedWithReference(Object, String) - Method in class org.apache.openjpa.persistence.PersistenceProviderImpl
-
Determines whether the attribute on the specified object is loaded.
- isLoading(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isLob() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Whether this column is a LOB.
- isLob() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- isLob() - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return true if this select includes a LOB.
- isLob() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- isLob(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- isLocking() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
-
- isLocking() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
-
- isLocking() - Method in interface org.apache.openjpa.jdbc.sql.Result
-
If true, then any results loaded from this Result
will be locked in the database.
- isLogical() - Method in class org.apache.openjpa.jdbc.schema.Constraint
-
Return whether this constraint is a logical constraint only; i.e.
- isLogical() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
- isLogical() - Method in class org.apache.openjpa.jdbc.schema.Index
-
- isLogical() - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
-
- isLogical() - Method in class org.apache.openjpa.jdbc.schema.Unique
-
- isLRS() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- isLRS() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- isLRS() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
-
Whether the result of this select should be treated as a large
result set.
- isLRS() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- 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 interface openbook.server.OpenBookService
-
Affirms if the transaction on this persistence unit is managed by a container.
- 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.
- isManaged() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isManaged() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Deprecated.
use OpenJPAEntityManager.isTransactionManaged()
instead to interrogate
whether or not this EntityManager's transaction is managed. To determine
if a given entity instance is managed, use EntityManager.contains(java.lang.Object)
.
- isManagedBy(OpenJPAEntityManagerFactory, Object) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistenceUtil
-
Determines whether the specified state manager is managed by an open
broker within the persistence unit of the provided EMF instance.
- isManagedInterface() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether the type is a managed interface.
- isManagedType(EntityManager, Class) - Static method in class org.apache.openjpa.persistence.OpenJPAPersistence
-
Returns true if the specified class is an entity or embeddable type.
- 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.jdbc.meta.ClassMapping
-
Returns true if this class does not use the "none" strategy (including
if it has a null strategy, and therefore is probably in the process of
being mapped).
- isMapped() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
Returns true if field class does not use the "none" strategy (including
if it has a null strategy, and therefore is probably in the process of
being mapped).
- 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
-
- isMappingMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
- isMappingMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- isMappingMode(ClassMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- isMappingMode(ValueMetaData) - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- isMappingMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- isMappingMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- isMappingMode(ClassMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- isMappingMode(ValueMetaData) - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- 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.
- isMappingOverrideMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
Returns true if we're in mapping mode or in metadata mode with
mapping overide enabled.
- isMappingOverrideMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Returns true if we're in mapping mode or in metadata mode with
mapping override enabled.
- isMatched() - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
-
Is this pattern matched fully?
- isMember(E, Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isMember(Expression<E>, Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- 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
-
- isMetaClass(Class<?>) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataFactory
-
- isMetaDataAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
-
Whether the action works on metadata as well as mappings.
- isMetaDataMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
- isMetaDataMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- isMetaDataMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- isMetaDataMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- isMethod(Element) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given element represents a method.
- 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.
- isMixedAccess(T) - Method in interface org.apache.openjpa.persistence.meta.MetadataProcessor
-
Affirms if the members of given type are using both field and property
based access.
- isMixedAccess(TypeElement) - Method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
- isMustBeginWithLetter() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- isNameTaken(String) - Method in class org.apache.openjpa.jdbc.schema.NameSet
-
Deprecated.
- isNameTaken(DBIdentifier) - Method in class org.apache.openjpa.jdbc.schema.NameSet
-
- isNative() - Method in class org.apache.openjpa.persistence.AbstractQuery
-
- 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(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isNew(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isNew() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isNew() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isNew() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isNew() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isNew(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is a newly-created instance registered
with broker
.
- isNewlyPersistent(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isNewlyPersistent(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return whether the given object was made persistent in the current
transaction.
- isNonDefaultMappingAllowed() - Method in class org.apache.openjpa.conf.Compatibility
-
Whether OpenJPA allows non-default entity relationship mapping.
- isNonDefaultMappingAllowed() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- 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
-
- isNonDefaultMappingAllowed(OpenJPAConfiguration) - Method in class org.apache.openjpa.persistence.PersistenceMetaDataDefaults
-
- isNonDefaultMappingUsingJoinTableStrategy() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- 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.
- isNormalGetter(ExecutableElement) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given method matches the following signature
public T getXXX()
where T is any non-void type.
- isNotEmpty(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- isNotEmpty(Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isNotMember(E, Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isNotMember(Expression<E>, Expression<C>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isNotMyJoin() - Method in class org.apache.openjpa.jdbc.sql.Join
-
- isNotNull() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Return true if this is a NOT NULL column.
- isNotNull(Expression<?>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isNotNullExplicit() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Whether the not-null property has been set.
- isNull(DBIdentifier) - Static method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns true if the identifier is null.
- isNull() - Method in class org.apache.openjpa.jdbc.identifier.DBIdentifier
-
Returns true if this object is NULL or has a null name component.
- isNull(Expression<?>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- isNull() - Method in interface org.apache.openjpa.persistence.query.Expression
-
Create a predicate for testing whether the value of the expression is
null.
- isNullable() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- IsNullExpression - Class in org.apache.openjpa.persistence.query
-
Denotes e IS NULL Expression.
- IsNullExpression(Expression) - Constructor for class org.apache.openjpa.persistence.query.IsNullExpression
-
- isNullOnNoLocator() - Method in class org.apache.openjpa.lib.xml.Location
-
- 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
.
- isolate - Variable in class org.apache.openjpa.lib.ant.AbstractTask
-
- isolationLevel - Variable in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
-
- IsolationLevel - Enum in org.apache.openjpa.persistence.jdbc
-
- isOnlyLettersDigitsUnderscores() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- isOpen() - Method in class org.apache.openjpa.persistence.EntityManagerFactoryImpl
-
- isOpen() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isOpenJPAIdentity() - Method in class org.apache.openjpa.meta.ClassMetaData
-
Whether this type uses OpenJPA identity.
- isOptional() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Affirms if this attribute can be null.
- 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.
- isOuter() - Method in interface org.apache.openjpa.jdbc.sql.Joins
-
Whether this joins path results in outer joins.
- isOuter() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- isOuter() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
-
- isOwnedSequence(DBIdentifier, DBIdentifier, Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Uses the native Postgres function pg_get_serial_sequence to determine whether
a sequence is owned by the database.
- isOwnedSequenceSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
Statement used to determine whether a sequence is owned.
- 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.
- isPackageElementName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The name of the package element.
- isPacking(StoreQuery) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery.SQLExecutor
-
- 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.
- isParsing() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
- 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.
- isPath() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
-
Return true if this value represents a persistent field traversal,
such as 'this', 'address.street', or 'projectVariable.title'.
- isPCSubclassName(String) - Static method in class org.apache.openjpa.enhance.PCEnhancer
-
Whether or not 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(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isPersistent(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isPersistent() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isPersistent() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isPersistent() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isPersistent() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isPersistent(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is persistent.
- isPersistent(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isPersistent(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return whether the given object is persistent.
- isPersistentCollection() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- isPoolable() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- 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.jdbc.schema.Column
-
Return true if this column belongs to the table's primary key.
- isPrimaryKey() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this is a primary key field.
- isPrimaryKeyAutoAssigned() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
-
Whether the primary key columns of this key are auto-incrementing, or
whether they themselves are members of a foreign key who's primary key
is auto-incrementing (recursing to arbitrary depth).
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- isPrimaryKeyObjectId(boolean) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
-
Return true if the this class' primary key columns correspond to the
base class' primary key columns used to construct oid values.
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
-
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
-
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
-
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
-
- isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
-
- isPrimitive() - Method in class org.apache.openjpa.kernel.ResultShape
-
Affirms if this shape can not have any child shape.
- 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.
- isPrivate() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if this Value is used for internal purpose only and not exposed as a supported property.
- 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
-
- isProviderOpen() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
-
- isProviderOpen() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- isProviderOpen() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
-
- isProviderOpen() - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Returns true if the provider backing this list is open.
- isProviderOpen() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
-
- isProviderOpen() - Method in class org.apache.openjpa.lib.rop.WindowResultList
-
- 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
-
- isQueryMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser
-
- isQueryMode() - Method in class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer
-
- isQueryMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
- isQueryMode() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer
-
- isRaw() - Method in class org.apache.openjpa.jdbc.kernel.exps.Lit
-
- isReachable(int, int) - Method in interface jpa.tools.swing.Maze
-
- isReachable(int, int) - Method in class jpa.tools.swing.MetamodelView
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.openjpa.persistence.validation.TraversableResolverImpl
-
- 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 interface org.apache.openjpa.lib.conf.Configuration
-
Return true if this configuration is immutable.
- isReadOnly() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
- isReadOnly() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- isReadOnly() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- isReadOnly() - Method in class org.apache.openjpa.meta.QueryMetaData
-
Whether the query has been marked read-only.
- isReadOnly() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- isRegistered(Class<?>) - Static method in class org.apache.openjpa.enhance.PCRegistry
-
Returns true
if the given class is already registered.
- isRelationId(Column[]) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
-
- isRelationId(ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
-
- isRelationId() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Whether this column stores some form of serialized identity value for
a related record.
- isRemoved(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isRemoved(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return whether the given object is deleted.
- isRemovedFromGraph() - Method in class org.apache.openjpa.lib.graph.Edge
-
Returns if this edge is (still) part of the graph.
- isRemoveHungarianNotation() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
-
- isReplicated(Class<?>) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Affirms if the given type is replicated.
- isReplicated(Class<?>) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- isReplicated(Object, DistributedConfiguration) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Affirms if the given instance be replicated to multiple slices.
- isReplicated() - Method in class org.apache.openjpa.slice.SliceInfo
-
Affirms if this receiver designates replicated instances.
- isReplicated(Object) - Static method in class org.apache.openjpa.slice.SlicePersistence
-
Affirms if the given instance is replicated, provided the given instance
is managed.
- isReservedFieldName(String) - Method in class org.apache.openjpa.meta.AbstractMetaDataDefaults
-
Returns true if the given field name is reserved for unmanaged fields.
- isReservedWord(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
- isReservedWord(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Returns whether a name is considered a reserved word
- isReservedWord(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Returns whether a name is considered a reserved word
- isReservedWord(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Returns whether a name is considered a reserved word.
- isReservedWord(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
- 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.
- isRootObject(TypeMirror) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given mirror represents root java.lang.Object.
- isRuntime() - Method in class org.apache.openjpa.persistence.XMLPersistenceMetaDataParser
-
Return whether we're running the parser at runtime.
- 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.
- isSame(String) - Method in class org.apache.openjpa.conf.Specification
-
Affirms if the given string equals 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
-
- isSelect(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Determine whether the provided sql
may be treated as a
select statement on this database.
- isSelected(Table) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
-
- isSelected(Table) - Method in interface org.apache.openjpa.jdbc.sql.Select
-
Return whether the given table is being used in this select.
- isSelected(Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
-
- 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(ExecutableElement) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given method matches the following signature
public void setXXX(T t)
- isSetter(Method) - Method in class org.apache.openjpa.util.ProxyManagerImpl
-
Return whether the given method is a setter.
- isShowLineNumber() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- isSingleton() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
Whether this value is a singleton.
- isSingletonLifecycleEventManager() - Method in class org.apache.openjpa.conf.Compatibility
-
Returns true if life cycle event manager is a singleton configuration.
- isSliceAssigned(OpenJPAStateManager) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Affirms if the given StateManager has an assigned slice.
- isSQLEnabled() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
Return true if SQL logging is enabled.
- isStarted() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
-
- isStarted() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
-
- isStarted() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns true if the instrument is started.
- isStarted() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Whether the instrumentation provider started
- isStatic - Variable in class org.apache.openjpa.persistence.util.SourceCode.Element
-
- 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.
- isStoreActive() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isStoreActive() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether a 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.
- isSubqueryPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- isSun() - Method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns true if the current implementation is Sun.
- isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- isSystemIndex(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is used to filter system indexes from database metadata.
- isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
-
- isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- isSystemIndex(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.H2Dictionary
-
- isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- isSystemIndex(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
-
- isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemIndex(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemIndex(DBIdentifier, Table) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- isSystemSequence(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is used to filter system sequences from database metadata.
- isSystemSequence(DBIdentifier, DBIdentifier, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is used to filter system sequences from database metadata.
- isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- isSystemSequence(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
-
- isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemSequence(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemSequence(DBIdentifier, DBIdentifier, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemSequence(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.SolidDBDictionary
-
- isSystemTable(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
Deprecated.
- isSystemTable(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
This method is used to filter system tables from database metadata.
- isSystemTable(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isSystemTable(DBIdentifier, DBIdentifier, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
-
- isTemporalType(Class<?>) - Static method in class org.apache.openjpa.kernel.Filters
-
Affirms if the given class is Data, Time or Timestamp.
- 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.
- isTo(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return true if this edge links to the given node.
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- isTraceEnabled() - Method in interface org.apache.openjpa.lib.log.Log
-
Returns if the
Log.TRACE
log level is enabled.
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- 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.
- isTrackChangesByType() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isTrackChangesByType() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
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(Object) - Method in class org.apache.openjpa.kernel.BrokerImpl
-
- isTransactional(Object) - Method in class org.apache.openjpa.kernel.DelegatingBroker
-
- isTransactional() - Method in class org.apache.openjpa.kernel.DetachedStateManager
-
- isTransactional() - Method in class org.apache.openjpa.kernel.DetachedValueStateManager
-
- isTransactional() - Method in class org.apache.openjpa.kernel.ObjectIdStateManager
-
- isTransactional() - Method in class org.apache.openjpa.kernel.StateManagerImpl
-
- isTransactional(Object) - Method in interface org.apache.openjpa.kernel.StoreContext
-
Return whether the given object is transactional.
- isTransactional(Object) - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isTransactional(Object) - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Return whether the given object is transactional.
- isTransactionManaged() - Method in class org.apache.openjpa.persistence.EntityManagerImpl
-
- isTransactionManaged() - Method in interface org.apache.openjpa.persistence.OpenJPAEntityManager
-
Whether this entity manager is using managed transactions.
- 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.
- isTransient - Variable in class org.apache.openjpa.persistence.util.SourceCode.Field
-
- isTrue(Expression<Boolean>) - Method in class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
-
- 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
-
- isTypeUnjoinedSubclass(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
-
- isUnaccessedVariable() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
Return true if this is a bound variable that has not been accessed
after binding.
- isUni1MFK() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Sets a marker to indicate that this instance represents a uni-directional
one to many relation using the foreign key strategy.
- isUni1To1JT() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isUni1To1JT(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isUni1ToMFK() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isUni1ToMFK(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isUniMTo1JT() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isUniMTo1JT(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
-
- isUnion() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
-
- isUnion() - Method in interface org.apache.openjpa.jdbc.sql.Union
-
Whether this is a true UNION, rather than a logical combination of
independent selects.
- isUnique(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
-
Return whether the given foreign key is unique.
- isUnique() - Method in class org.apache.openjpa.jdbc.schema.Index
-
Return true if this is a UNIQUE index.
- 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
-
- isUniqueConstraint() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Affirms if any unique constraint is attached to this column.
- 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.
- isUnqualifiedColumn() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns true if this object is not qualified by a table or schema
component.
- isUnqualifiedObject() - Method in class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
-
Returns true if this object is not qualified by a schema component.
- isUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Whether the column at the given index is updatable in this context.
- isUpdatable(Column, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
-
Equivalent to isUpdatable (0, nullValue)
, but returns
false if the given column is null.
- 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.
- isUsingLimit(long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isUsingOffset(long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isUsingOrderBy(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isUsingRange(long, long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
-
- isValid() - Method in interface org.apache.openjpa.jdbc.sql.Row
-
Whether this row has information set on it.
- isValid() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
-
- isValid(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- isValid(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- isValidating() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether this is a validating parser.
- isValidating(Integer) - Method in class org.apache.openjpa.persistence.validation.ValidatorImpl
-
Returns whether the Validator is validating for the
specified event.
- 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
-
- isValidKey(String) - Static method in class org.apache.openjpa.persistence.JPAProperties
-
Is the given key appears to be a valid JPA specification defined key?
- isValidName(String) - Static method in class openbook.tools.CommandProcessor.Option
-
Affirms if the given string can be a valid option name.
- isValueGenerated() - Method in class org.apache.openjpa.meta.FieldMetaData
-
- isVariable() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
-
- isVariable() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
- 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.
- isVariablePath() - Method in class org.apache.openjpa.jdbc.kernel.exps.PCPath
-
Return whether this is a path involving a variable.
- isVerbose() - Method in class openbook.tools.ant.Java2HTMLConverterTask
-
- isVerbose() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Whether this serialization is in verbose mode.
- isVersion(Attribute<?, ?>) - Static method in class jpa.tools.swing.MetamodelHelper
-
- isVersion() - Method in class org.apache.openjpa.meta.FieldMetaData
-
Whether this field holds optimistic version information.
- isVersion(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
-
- isVersion() - Method in class org.apache.openjpa.persistence.meta.Members.SingularAttributeImpl
-
Affirms if this attribute represents a version attribute.
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
-
- isVersionable() - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
-
Return true if this field can be used as part of a state image for
optimistic locking.
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
-
- isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
-
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.EnumValueHandler
-
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
-
- isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
-
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
-
- isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
-
- isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
-
- isVersionable(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
-
Return whether the values managed by this handler can be used in
state image versioning.
- 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.
- isVerticalStrat - Variable in class org.apache.openjpa.jdbc.kernel.exps.ExpContext
-
- isVerticalStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
-
- isVerticalType(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
-
- 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
-
- isVisited(CriteriaExpression) - Method in class org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.AbstractVisitor
-
Affirms if this node has been visited before.
- isVisited(CriteriaExpression) - Method in interface org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor
-
Affirms if this node has been visited.
- isVoid(TypeMirror) - Static method in class org.apache.openjpa.persistence.meta.SourceAnnotationHandler
-
Affirms if the given mirror represents a void.
- isVolatile - Variable in class org.apache.openjpa.persistence.util.SourceCode.Field
-
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
-
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
-
- isWarnEnabled() - Method in interface org.apache.openjpa.lib.log.Log
-
Returns if the
Log.WARN
log level is enabled.
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
-
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
-
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
-
- isWrapperFor(Class) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- isXML() - Method in class org.apache.openjpa.jdbc.schema.Column
-
Whether this column is of XML type.
- 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.jdbc.kernel.exps.PCPath
-
- 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 jpa.tools.swing.EntityDataModel
-
- 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.lib.rop.AbstractNonSequentialResultList
-
- iterator() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- iterator() - Method in class org.apache.openjpa.lib.rop.ListResultList
-
- iterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
- iterator() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
-
- iterator() - Method in class org.apache.openjpa.persistence.ExtentImpl
-
- iterator() - Method in class org.apache.openjpa.persistence.jest.Closure
-
- iterator() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- iterator() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- iterator() - Method in class org.apache.openjpa.util.AbstractLRSProxyCollection
-
- iterator() - Method in class org.apache.openjpa.util.DelayedArrayListProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedHashSetProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedLinkedHashSetProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedLinkedListProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedPriorityQueueProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedTreeSetProxy
-
- iterator() - Method in class org.apache.openjpa.util.DelayedVectorProxy
-
- itr() - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
-
- itr(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
-
- itr(int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
-
- 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
-