Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- b - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Deprecated.
- backup(int) - Method in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
-
Retreat.
- BACKUP_CLONE_DELETED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- BACKUP_CLONE_IS_ORIGINAL_FROM_PARENT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- BACKUP_CLONE_IS_ORIGINAL_FROM_SELF - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- backupAttributeValueIsNull(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Return whether the query's backup object has an attribute value of null.
- backupClone - Variable in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
- backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
-
INTERNAL: Return a backup clone of the attribute.
- backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
INTERNAL: Return a backup clone of the attribute.
- backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
-
INTERNAL: Return a backup clone of the attribute.
- backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
-
INTERNAL: Return a backup clone of the attribute.
- backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: Return a backup clone of the attribute.
- backupCloneIsDeleted(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- backupCloneIsOriginalFromParent(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- backupCloneIsOriginalFromSelf(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- backupValueHolder - Variable in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
-
The value holder stored in the backup copy, should not be transient.
- BackupValueHolder<T> - Class in org.eclipse.persistence.internal.indirection
-
Used as the backup value holder in the unit of work for transparent indirection.
- BackupValueHolder(ValueHolderInterface<T>) - Constructor for class org.eclipse.persistence.internal.indirection.BackupValueHolder
- badExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
This internal flag helps to determine if the
Expression
where the cursor is located was flagged to be invalid. - BadExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This wraps another
Expression
that was correctly parsed by it is located in an invalid location within the JPQL query. - BadExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Creates a new
BadExpression
. - BadExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Creates a new
BadExpression
. - BadExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BadExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF used for an expression that is invalid.
- BadExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
Creates a new
BadExpressionBNF
. - BadExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
BadExpressionFactory
creates a newBadExpression
when the portion of the query to parse is malformed. - BadExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
-
Creates a new
BadExpressionFactory
. - BadExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This wraps an invalid portion of the JPQL query that could not be parsed.
- BadExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Creates a new
BadExpressionStateObject
. - BALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- bannerText() - Method in class org.eclipse.persistence.tools.PackageRenamer
- BASE_64_BINARY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BASE_64_BINARY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BASE_REST_SCHEMAS_URL - Static variable in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
URL to base REST schemas
- Base64 - Class in org.eclipse.persistence.internal.oxm.conversion
-
INTERNAL:
- BASE64_BINARY_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
- base64Decode(byte[]) - Static method in class org.eclipse.persistence.internal.oxm.conversion.Base64
-
base64Binary data is likely to be long, and decoding requires each character to be accessed twice (once for counting length, another for decoding.) This method decodes the given byte[] using the java.util.Base64
- base64Encode(byte[]) - Static method in class org.eclipse.persistence.internal.oxm.conversion.Base64
-
This method encodes the given byte[] using java.util.Base64
- base64EncodeToString(byte[]) - Static method in class org.eclipse.persistence.internal.oxm.conversion.Base64
-
This method encodes the given byte[] using java.util.Base64.
- BaseDatabaseTypeVisitor - Class in org.eclipse.persistence.tools.oracleddl.metadata.visit
- BaseDatabaseTypeVisitor() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- BaseDBWSBuilderHelper - Class in org.eclipse.persistence.tools.dbws
- BaseDBWSBuilderHelper(DBWSBuilder) - Constructor for class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- BaseDeclarationIdentificationVariableFinder - Class in org.eclipse.persistence.jpa.jpql
-
This visitor traverses the parsed tree and retrieves the
IdentificationVariable
defined in the base range variable declaration for the top-level statement if and only if the query is aDELETE
orUPDATE
query. - BaseDeclarationIdentificationVariableFinder() - Constructor for class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
Creates a new
BaseDeclarationIdentificationVariableFinder
. - baseExpression - Variable in class org.eclipse.persistence.internal.expressions.BaseExpression
-
The base expression is what this was derived from.
- baseExpression - Variable in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
- baseExpression - Variable in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
- baseExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Either the range variable declaration if this is a range declaration otherwise the collection-valued path expression when this is a collection member declaration.
- BaseExpression - Class in org.eclipse.persistence.internal.expressions
-
Generic class for an expression with a base.
- BaseExpression() - Constructor for class org.eclipse.persistence.internal.expressions.BaseExpression
- BaseExpression(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.BaseExpression
- baseExpressionBuilder - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Stores the base builder for resolving joined attributes by name.
- BaseJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
An abstract implementation of a
IJPQLQueryFormatter
. - BaseJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Creates a new
BaseJPQLQueryFormatter
. - baseQuery - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Stores the base query.
- baseQueryClass - Variable in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
- baseURI - Variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
The URI of the Persistence context.
- Basic - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- BASIC - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for a basic mapping.
- BASIC_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a basic collection mapping, which is deprecated.
- BASIC_FIELD_ONLY - Enum constant in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
-
This will allow basic fields to be specified but association mappings are not valid.
- BASIC_MAP - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a basic map mapping, which is deprecated.
- BasicAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: A relational accessor.
- BasicAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
-
INTERNAL: Used for OX mapping.
- BasicAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
-
INTERNAL:
- BasicAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
-
INTERNAL:
- basicBeginTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Called by beginTransaction() to start a transaction.
- basicBeginTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL: Begin the transaction on all child sessions.
- basicBeginTransaction(Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Called by beginTransaction() to start a transaction.
- basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
-
Begin a local transaction.
- basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Begin a transaction on the database.
- basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Begin the driver level transaction.
- basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Begin a transaction on the "data store".
- BasicCollection - Annotation Type in org.eclipse.persistence.annotations
-
Deprecated.
- BasicCollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: A basic collection accessor.
- BasicCollectionAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
-
INTERNAL: Used for OX mapping.
- BasicCollectionAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
-
INTERNAL:
- BasicCollectionAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
-
INTERNAL:
- BasicCollectionJoinImpl<Z,
E> - Class in org.eclipse.persistence.internal.jpa.querydef -
Purpose: Represents a Join to a ElementCollection of basics.
- BasicCollectionJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
- BasicCollectionJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
- basicCommitTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Called by commitTransaction() to commit a transaction.
- basicCommitTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL: Commit the transaction on all child sessions.
- basicCommitTransaction() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: This is internal to the unit of work and should not be called otherwise.
- basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
-
Commit the local transaction.
- basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Commit a transaction on the database.
- basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Commit the driver level transaction.
- basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Commit the transaction to the "data store".
- basicDescription() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
-
Return description.
- basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
-
Execute the interaction.
- basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Execute the call.
- basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Execute the call to driver level datasource.
- basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
- basicExecuteCall(Call, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Execute the call.
- basicExecuteCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Execute the call on each accessors and merge the results.
- BasicImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- BasicImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.BasicImpl
- BasicIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
-
Purpose
- BasicIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
-
INTERNAL: Construct a new indirection policy.
- BasicListJoinImpl<Z,
E> - Class in org.eclipse.persistence.internal.jpa.querydef -
Purpose: Represents a Join to a ElementCollection of basics.
- BasicListJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
- BasicListJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
- basicLog(int, String, String) - Method in class org.eclipse.persistence.platform.server.ServerLog
-
Log message to a writer by default.
- BasicMap - Annotation Type in org.eclipse.persistence.annotations
-
Deprecated.
- BasicMapAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: A basic collection accessor.
- BasicMapAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
-
INTERNAL: Used for OX mapping.
- BasicMapAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
-
INTERNAL:
- BasicMapJoinImpl<Z,
K, - Class in org.eclipse.persistence.internal.jpa.querydefE> -
Purpose: Represents a Join to a ElementCollection of basics.
- BasicMapJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
- BasicMapJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
- basicPrintRegisteredObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Print the objects in the unit of work.
- BasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
-
The abstract implementation providing refactoring support for JPQL queries.
- BasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new
BasicRefactoringTool
. - BasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new
BasicRefactoringTool
. - BasicRefactoringTool.AbstractRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
The abstract class that all refactoring classes should extend, it automatically provides the MultiTextEdit that will hold the
TextEdit
objects that are related to the same refactoring event. - BasicRefactoringTool.AttributeNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames any segment of a path expression.
- BasicRefactoringTool.ClassNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames a fully qualified class name.
- BasicRefactoringTool.EntityNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames an entity name.
- BasicRefactoringTool.EnumConstantRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames an enum constant.
- BasicRefactoringTool.JavaQuery - Class in org.eclipse.persistence.jpa.jpql.tools
-
A simple implementation of
IQuery
. - BasicRefactoringTool.ResultVariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames all the result variables found in the JPQL query.
- BasicRefactoringTool.VariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames all the identification variables found in the JPQL query.
- basicRollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Called by rollbackTransaction() to rollback a transaction.
- basicRollbackTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL: Rollback the transaction on all child sessions.
- basicRollbackTransaction() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: This is internal to the unit of work and should not be called otherwise.
- basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
-
Rollback the local transaction on the datasource.
- basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Rollback a transaction on the database.
- basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Rollback the driver level transaction.
- basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Rollback the transaction on the "data store".
- BasicSetJoinImpl<Z,
E> - Class in org.eclipse.persistence.internal.jpa.querydef -
Purpose: Represents a Join to a ElementCollection of basics.
- BasicSetJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
- BasicSetJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
- BasicStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The default implementation of a
IBuilder
, which creates aStateObject
representation of theExpression
being visited. - BasicStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Creates a new
StateObjectBuilder
. - BasicStateObjectBuilder.AbstractRangeDeclarationBuilder<S> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it to the state object representing the
FROM
clause. - BasicStateObjectBuilder.AbstractSelectStatementBuilder<T,
P> - Class in org.eclipse.persistence.jpa.jpql.tools.model -
The abstract definition of the builder that is responsible to create the
StateObject
representation of theSELECT
statement. - BasicStateObjectBuilder.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model
- BasicStateObjectBuilder.CollectionMemberDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
- BasicStateObjectBuilder.DeleteStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject
representation of theDELETE
query statement. - BasicStateObjectBuilder.JoinBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
- BasicStateObjectBuilder.RangeDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it to the state object representing the
FROM
clause of the top-level query. - BasicStateObjectBuilder.SelectItemBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the items owned by the top-level
SELECT
clause. - BasicStateObjectBuilder.SelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject
representation of theSELECT
query statement. - BasicStateObjectBuilder.SimpleRangeDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it to the state object representing the
FROM
clause of a subquery. - BasicStateObjectBuilder.SimpleSelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject
representation of theSELECT
subquery. - BasicStateObjectBuilder.UpdateStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject
representation of theUPDATE
query statement. - BasicStateObjectBuilder.WhenClauseBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
WHEN
clauses for aCASE
expression. - BasicTypeHelperImpl - Class in org.eclipse.persistence.internal.helper
-
INTERNAL This class is a helper class providing type information.
- BasicTypeHelperImpl() - Constructor for class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
- BasicTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
-
Purpose: Provides the implementation for the Basic interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
- BasicTypeImpl(Class<X>) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl
- BASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- BATCH - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.batch"
- BATCH_FETCH_PROPERTY - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property used for batch fetching in non object queries.
- BATCH_IN_REQUIRES_SINGLETON_PK - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- BATCH_READING_NOT_SUPPORTED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- BATCH_READING_NOT_SUPPORTED_WITH_CALL - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- BATCH_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.batch.size"
- BATCH_SIZE - Static variable in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
- BATCH_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.batch.type"
- BATCH_WRITING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.jdbc.batch-writing
" property configures the use of batch writing to optimize transactions with multiple writes. - BATCH_WRITING - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.jdbc.batch-writing"
- BATCH_WRITING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- BATCH_WRITING_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.jdbc.batch-writing.size
" property configures the batch size used for batch writing. - batchedMappings - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Define the mapping to be batch fetched (from mapping settings).
- batchedValueFromRow(AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Retrieve the value through using batch reading.
- batchedValueFromRow(AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL: Possible for future development, not currently supported.
- BatchFetch - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- BatchFetch - Annotation Type in org.eclipse.persistence.annotations
-
A BatchFetch annotation can be used on any relationship mapping, (OneToOne, ManyToOne, OneToMany, ManyToMany, ElementCollection, BasicCollection, BasicMap).
- batchFetchedAttributes - Variable in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
PERF: Cache mapping that use batch fetching.
- BatchFetchImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- BatchFetchImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.BatchFetchImpl
- BatchFetchMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
-
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.
- BatchFetchMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
-
INTERNAL: Used for XML loading.
- BatchFetchMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
-
INTERNAL: Used for annotation loading.
- batchFetchPolicy - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Defines batch fetching configuration.
- BatchFetchPolicy - Class in org.eclipse.persistence.queries
-
BatchFetchPolicy defines batch reading configuration.
- BatchFetchPolicy() - Constructor for class org.eclipse.persistence.queries.BatchFetchPolicy
- BatchFetchPolicy(BatchFetchType) - Constructor for class org.eclipse.persistence.queries.BatchFetchPolicy
- batchFetchType - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Indicates whether the referenced object should always be batch read on read all queries, and defines the type of batch fetch to use.
- BatchFetchType - Enum in org.eclipse.persistence.annotations
-
Enum used with the BatchFetch annotation, or "eclipselink.batch.type" query hint.
- batchObjects - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Stores temporary map of batched objects (this queries results).
- batchQueries - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
When in transaction batch read objects must use query local to the unit of work.
- BatchQueryOperation - Class in org.eclipse.persistence.internal.xr
-
For use with a batch SQL query, i.e.
- BatchQueryOperation() - Constructor for class org.eclipse.persistence.internal.xr.BatchQueryOperation
- batchReadingInRequiresSingletonPrimaryKey(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- batchReadingNotSupported(DatabaseMapping, DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- batchReadingNotSupported(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- batchSize - Variable in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
-
This attribute is used to store the maximum length of all strings batched together
- batchSize - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteractionSpec
-
Operation batchSize for finds, fetch size.
- batchSql - Variable in class org.eclipse.persistence.internal.xr.BatchQueryOperation
- batchSql - Variable in class org.eclipse.persistence.tools.dbws.BatchSQLOperationModel
- BatchSQLOperationModel - Class in org.eclipse.persistence.tools.dbws
-
Model class for a batch SQL operation, i.e.
- BatchSQLOperationModel() - Constructor for class org.eclipse.persistence.tools.dbws.BatchSQLOperationModel
-
The default constructor.
- batchStatementExecutionFailure() - Static method in exception class org.eclipse.persistence.exceptions.OptimisticLockException
- BatchValueHolder<T> - Class in org.eclipse.persistence.internal.indirection
-
BatchValueHolder is used by the mappings that use indirection when using query optimization (batch reading).
- BatchValueHolder(ReadQuery, AbstractRecord, ForeignReferenceMapping, ObjectLevelReadQuery, CacheKey) - Constructor for class org.eclipse.persistence.internal.indirection.BatchValueHolder
-
Initialize the query-based value holder.
- BatchWriting - Class in org.eclipse.persistence.config
-
Specify the use of batch writing to optimize transactions with multiple writes, by default batch writing is not used.
- BatchWriting() - Constructor for class org.eclipse.persistence.config.BatchWriting
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- batchWritingMechanism - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Allow for a custom batch writing mechanism.
- BatchWritingMechanism - Class in org.eclipse.persistence.internal.databaseaccess
-
INTERNAL:
- BatchWritingMechanism() - Constructor for class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
- BEAN_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
- BEAN_VALIDATION_FACETS - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
Enables or disables generation of XML Facets during schemagen process.
- BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
Property for setting preferred or custom validator factory.
- BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
Property for setting preferred or custom validator factory.
- BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
Property for setting preferred or custom validator factory.
- BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
Property for setting bean validation target groups.
- BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
Property for setting bean validation target groups.
- BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
Property for setting bean validation target groups.
- BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
Property for setting bean validation mode.
- BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
Property for setting bean validation mode.
- BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
Property for setting bean validation mode.
- BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Property for disabling Bean Validation optimisations.
- BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
Property for disabling Bean Validation optimisations.
- BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
Property for disabling Bean Validation optimisations.
- BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
Property for disabling Bean Validation optimisations.
- beanManager - Variable in class org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl
- BeanValidationChecker - Class in org.eclipse.persistence.jaxb
-
Helper class.
- BeanValidationChecker() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationChecker
- BeanValidationException - Exception Class in org.eclipse.persistence.exceptions
-
BeanValidationException should be used to represent any exception that happens during Bean Validation in MOXy.
- BeanValidationException(String) - Constructor for exception class org.eclipse.persistence.exceptions.BeanValidationException
-
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
- BeanValidationException(String, Throwable) - Constructor for exception class org.eclipse.persistence.exceptions.BeanValidationException
-
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
- BeanValidationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL: English ResourceBundle for BeanValidationException messages.
- BeanValidationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.BeanValidationExceptionResource
-
Default constructor.
- BeanValidationHelper - Class in org.eclipse.persistence.jaxb
-
INTERNAL: Asynchronously starts validation.xml file processing when created.
- BeanValidationHelper() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationHelper
-
Creates a new instance.
- BeanValidationHelper.ConstraintsDetectorService<A,
V> - Class in org.eclipse.persistence.jaxb - BeanValidationInitializationHelper - Interface in org.eclipse.persistence.internal.jpa.deployment
-
Responsible for intialializing Bean Validation.
- BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl - Class in org.eclipse.persistence.internal.jpa.deployment
- BeanValidationInitializationHelperImpl() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl
- BeanValidationListener - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
-
Responsible for performing automatic bean validation on call back events.
- BeanValidationListener(ValidatorFactory, Class<?>[], Class<?>[], Class<?>[]) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
- BeanValidationMode - Enum in org.eclipse.persistence.jaxb
- BeanValidationPlugin - Class in org.eclipse.persistence.jaxb.plugins
-
XJC Plugin for generation of JSR349 (Bean Validation) annotations.
- BeanValidationPlugin() - Constructor for class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
- BEFORE_INSERT - Static variable in interface org.eclipse.persistence.internal.sequencing.Sequencing
- beforeCompletion() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
INTERNAL: This method performs the logic that occurs at transaction completion time.
- beforeCompletion() - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
-
INTERNAL: Called by the JTA transaction manager prior to the start of the transaction completion process.
- beforeContainmentMarshal(Object) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- beforeContainmentMarshal(Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- beforeContainmentMarshal(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- beforeFirst() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
-
Moves the cursor to the front of the result set, just before the first row
- beforeFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC: Moves the cursor to the front of the result set, just before the first row
- beforeIdentifier - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
The JPQL identifier of the clause used to determine if there is any clause defined before it.
- beforeMarshal(Object) - Method in interface org.eclipse.persistence.internal.oxm.Marshaller.Listener
-
This event will be called before an object is marshalled.
- beforeMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
- beforeMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
- beforeUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
-
Event that will be called before objects are unmarshalled.
- beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
- beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
- beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
- begin() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQTransaction
-
Record that a transaction has begun.
- begin() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSTransaction
-
Record that a transaction has begun.
- begin() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileTransaction
-
Record that a transaction has begun.
- begin() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
-
Start the current transaction.
- begin() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
-
Deprecated.
- begin() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoTransaction
-
Record that a transaction has begun.
- begin() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLTransaction
-
Record that a transaction has begun.
- begin() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLTransaction
-
Record that a transaction has begun.
- BEGIN - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- beginAddingConstructorArguments(Class<?>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Call a constructor for the given class with the results of this query.
- beginAddingConstructorArguments(Class<?>, Class<?>[]) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Call a constructor for the given class with the results of this query.
- beginColumn - Variable in class org.eclipse.persistence.tools.oracleddl.parser.Token
-
The column number of the first character of this Token.
- beginEarlyTransaction - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Default join existing transaction property, allows reading through write connection.
- beginEarlyTransaction - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Join existing transaction property, allows reading through write connection.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
PUBLIC: Tell the unit of work to begin a transaction now.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Tell the unit of work to begin a transaction now.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Begin a transaction on the database.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Begin an early unit of work transaction, all further queries must be isolated.
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Begin an early unit of work transaction.
- beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Tell the unit of work to begin a transaction now.
- beginExternalTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Attempts to begin an external transaction.
- beginLine - Variable in class org.eclipse.persistence.tools.oracleddl.parser.Token
-
The line number of the first character of this Token.
- beginLogging() - Method in interface commonj.sdo.ChangeSummary
-
Clears the List of
changes
and turns change logging on. - beginLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Clears the List of
changes
and turns change logging on. - BeginToken() - Method in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- beginTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
-
INTERNAL: No transactions should be used inside a HistoricalSession.
- beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
- beginTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC: Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Begin a transaction on the database.
- beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
PUBLIC: Start a transaction on the server.
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Begin a transaction on the database.
- beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Begin a transaction on the database.
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Begin a transaction on the database.
- beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Begin a transaction on the database.
- beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
- beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
- beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
- beginTransaction(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Used for jdbc drivers which do not support autocommit to explicitly begin a transaction This method is a no-op for databases which implement autocommit as expected.
- beginTransaction(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Begin a transaction on the data store.
- beginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Begin a transaction on the database.
- beginTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL: Begin a transaction externally.
- beginTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Begin an external transaction.
- beginTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Begin an external transaction.
- beginTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL: Begin an external transaction.
- beginVisit(ArgumentType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(ArgumentType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(FieldType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(FieldType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(FunctionType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(FunctionType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(ObjectTableType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(ObjectTableType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(ObjectType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(ObjectType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(PLSQLCollectionType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(PLSQLCollectionType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(PLSQLCursorType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(PLSQLCursorType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(PLSQLPackageType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(PLSQLPackageType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(PLSQLRecordType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(PLSQLRecordType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(PLSQLSubType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(PLSQLSubType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(ProcedureType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(ProcedureType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(ROWTYPEType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(ROWTYPEType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(TableType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(TableType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(TYPEType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(TYPEType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- beginVisit(VArrayType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.BaseDatabaseTypeVisitor
- beginVisit(VArrayType) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitor
- bePostfix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED: Tell the operator to be postfix, i.e.
- bePrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED: Tell the operator to be pretfix, i.e.
- beRepeating() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Make this a repeating argument.
- between() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the BETWEEN Operator
- between(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- between(byte, byte) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two bytes
- between(char, char) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two chars
- between(double, double) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two doubles
- between(float, float) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two floats
- between(int, int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two ints
- between(long, long) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two longs
- between(short, short) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, between two shorts
- between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- between(Expression<? extends Y>, Y, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- between(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that compares if the receiver's value is between two other values.
- between(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
- between(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- between(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- between(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression
x BETWEEN y AND z
. - Between - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BETWEEN'.
- BetweenExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Used in conditional expression to determine whether the result of an expression falls within an inclusive range of values.
- BetweenExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Creates a new
BetweenExpression
. - BetweenExpression_MissingAnd - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BetweenExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BetweenExpression_MissingLowerBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BetweenExpression_MissingUpperBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BetweenExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- BetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the between expression.
- BetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
Creates a new
BetweenExpressionBNF
. - BetweenExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
BetweenExpressionFactory
creates a newBetweenExpression
when the portion of the query to parse starts with BETWEEN or NOT BETWEEN. - BetweenExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
-
Creates a new
BetweenExpressionFactory
. - BetweenExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Used in conditional expression to determine whether the result of an expression falls within an inclusive range of values.
- BetweenExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new
BetweenExpressionStateObject
. - BetweenExpressionStateObject(StateObject, String, boolean, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new
BetweenExpressionStateObject
. - BetweenExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new
BetweenExpressionStateObject
. - BetweenExpressionStateObject(StateObject, StateObject, boolean, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new
BetweenExpressionStateObject
. - BetweenExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new
BetweenExpressionStateObject
. - BetweenNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- BetweenNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
-
BetweenNode constructor comment.
- betweenOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
DB2 z/OS requires that at least one argument be a known type
- betweenOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Derby requires that at least one argument be a known type
- BFILE_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BidirectionalPolicy - Class in org.eclipse.persistence.oxm.mappings
-
Purpose: Provides a means to configure bidirectional relationship maintenance for OXM mappings.
- BidirectionalPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
- bigDecimal() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link BigDecimal}.
- bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType
forBigDecimal
. - BIGDECIMAL - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- BIGDECIMAL - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- BIGINT_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BIGINT_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BIGINT_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- BIGINT_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- bigInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link BigInteger}.
- bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType
forBigInteger
. - BIGINTEGER - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- BIGINTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- BINARY - Static variable in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
- BINARY_DOUBLE_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BINARY_FLOAT_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BINARY_INTEGER_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BINARY_INTEGER_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BINARY_INTEGER_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BINARY_INTEGER_TYPE_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BINARY_INTEGER_TYPE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BINARY_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BINARY_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BINARY_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- binaryAttachment - Variable in class org.eclipse.persistence.tools.dbws.OperationModel
- binaryCopy(File, File) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
Do a binary copy of the file byte buffer by byte buffer.
- BinaryDataCollectionMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, MIME_TYPE_POLICY, SESSION, UNMARSHALLER, XML_RECORD> - binaryDataHelper - Static variable in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- BinaryDataMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, MIME_TYPE_POLICY, SESSION, UNMARSHALLER, XML_RECORD> - BinaryDataUnmarshalRecord - Class in org.eclipse.persistence.internal.oxm.record
- BinaryDataUnmarshalRecord(ObjectBuilder, UnmarshalRecord, XMLBinaryDataMappingNodeValue, BinaryDataMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
- BinaryInteger - Enum constant in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
- BinaryMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
-
Purpose: Implementation of DeferredContentHandler for Binary Mappings.
- BinaryMappingContentHandler(UnmarshalRecord, NodeValue, BinaryDataCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
- BinaryMappingContentHandler(UnmarshalRecord, NodeValue, BinaryDataMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
- binaryNumericPromotion(Object, Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
-
Implements binary numeric promotion as defined in JLS.
- BinaryOperatorNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- BinaryOperatorNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BinaryOperatorNode
- BinaryType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- BinaryType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.BinaryType
- BinaryType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.BinaryType
- BINARYTYPE - Enum constant in enum org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
- bind(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
- bind(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
-
Bind the object
obj
to the identifierid
. - bind(Map<String, Object>, Object) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
- bind(Map<String, Object>, Object) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
-
Bind the object
obj
to the composite key information specified in theid
Map. - BIND_ALL_PARAMETERS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- BIND_ALL_PARAMETERS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- BIND_PARAMETERS - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.jdbc.bind-parameters"
- bindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Bind all arguments to any SQL statement.
- bindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC: Bind all arguments to any SQL statement.
- BindCallCustomParameter - Class in org.eclipse.persistence.internal.databaseaccess
-
INTERNAL:
- BindCallCustomParameter() - Constructor for class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
- BindCallCustomParameter(Object) - Constructor for class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
-
INTERNAL: Binds the custom parameter (obj) into the passed PreparedStatement for the passed DatabaseCall.
- BINDING_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- BindingModel - Class in org.eclipse.persistence.tools.dbws
- BindingModel() - Constructor for class org.eclipse.persistence.tools.dbws.BindingModel
- bindings - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
- bindings - Variable in class org.eclipse.persistence.tools.dbws.SQLOperationModel
- BINDINGS_PKG_NOT_SET - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- bindingsList - Variable in class org.eclipse.persistence.internal.xr.XmlBindingsModel
- bindParameter(Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
Bind the parameter.
- bindParameter(Writer, Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
Bind the parameter.
- bindToCurrentTransaction(UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Associate the given unit of work and EclipseLink session with the active external transaction.
- BIPUSH - Static variable in class org.eclipse.persistence.asm.Opcodes
- BIPUSH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- Birth - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- BIT_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BIT_LENGTH', which is an unused keyword.
- BIT_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- BIT_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BLOB - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- BLOB_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BLOB_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BLOB_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- BlobType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- BlobType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.BlobType
- BlobType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.BlobType
- BlobType(String, long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.BlobType
- BOOLEAN - Enum constant in enum org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
- BOOLEAN - Static variable in class org.eclipse.persistence.asm.Type
- BOOLEAN - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- BOOLEAN - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
boolean
type. - BOOLEAN - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- BOOLEAN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
String values for type names in the commonj.sdo namespace
- BOOLEAN_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Numeric primitive default instances see p 45 of Java Spec.
- BOOLEAN_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BOOLEAN_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- BOOLEAN_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- BOOLEAN_STRING_FALSE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
- BOOLEAN_STRING_TRUE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BOOLEAN_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- BOOLEAN_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- BOOLEAN_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
boolean
type. - BooleanExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean expression.
- BooleanExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
Creates a new
BooleanExpressionBNF
. - BooleanLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean literal expression.
- BooleanLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
Creates a new
BooleanLiteralBNF
. - BooleanLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- BooleanLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
- BooleanLiteralNode(boolean) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
- BooleanLiteralNode(Boolean) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
- BOOLEANOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
String values for type names in the commonj.sdo/java namespace
- BooleanObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BooleanObjectWrapperImpl
-
Default constructor.
- BooleanPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean primary expression.
- BooleanPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
Creates a new
BooleanPrimaryBNF
. - booleanType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Boolean}.
- booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- BooleanTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
- BooleanWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BooleanWrapperImpl
-
Default constructor.
- booloperator - Variable in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
- bootstrapBeanValidation(Map, AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl
- bootstrapBeanValidation(Map, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper
- bootstrapPersistenceContext(String, EntityManagerFactory, URI, String, boolean) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Bootstrap a PersistenceContext based on an pre-existing EntityManagerFactory.
- BOTH - Enum constant in enum org.eclipse.persistence.internal.jpa.parsing.NodeFactory.TrimSpecification
- BOTH - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
The leading and trailing parts of the string will be trimmed.
- BOTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BOTH'.
- boundType - Variable in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- box(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value.
- BRACKET_END - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
- BroadcastRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.broadcast
-
Purpose: Base class extending RemoteConnection for broadcasting RCM protocols: JMS and Oc4jJGroups.
- BroadcastRemoteConnection(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
- BroadcastTransportManager - Class in org.eclipse.persistence.sessions.coordination.broadcast
-
Purpose: Base class transport manager for broadcasting RCM protocols: JMS and Oc4jJGroups.
- BroadcastTransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- BroadcastTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- broker - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Support being owned by a session broker.
- bsm - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The bootstrap method.
- bsmArgs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The bootstrap method constant arguments.
- bufcolumn - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- buffer - Variable in class org.eclipse.persistence.tools.dbws.JarArchiver
- buffer - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- bufferContainsNullChar(byte[], int) - Method in class org.eclipse.persistence.tools.PackageRenamer
- Buffered - Static variable in class org.eclipse.persistence.config.BatchWriting
- bufline - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- bufpos - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
-
Position in buffer.
- build() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader.JsonParserReaderBuilder
- build() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Builds
ItemLinks
object. - build(OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, Logger) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
-
Generate the required artifacts for the target packaging/archiving, and write each to the given OutputStreams as appropriate.
- build(OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, Logger) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
-
Continue to support calling the build method without providing an OutputStream for the optional deployment descriptor.
- BUILD_FIELD_VALUE_METHOD - Static variable in interface org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer
-
Method name should be same as the value of this field.
- BUILD_OBJECT_IS_COMPLETE_TRUE - Static variable in class org.eclipse.persistence.internal.helper.type.IsBuildObjectCompleteOutcome
-
Algorithm can return null when it detects that the object is fully built ant the thread should be allowed to progresses.
- buildAbsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildAbstractCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAbstractCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAbstractCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAbstractDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildAbstractDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAbstractDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildAbstractNullPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildAbstractTransformationMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAbstractTransformationMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildAccessMethodsDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: access-methods
- buildAccessor() - Method in class org.eclipse.persistence.eis.EISLogin
-
Build and return the EIS accessorr.
- buildAccessor() - Method in class org.eclipse.persistence.oxm.XMLLogin
-
INTERNAL: Returns the appropriate accessor
- buildAccessor() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
INTERNAL: Build and return an appropriate Accessor.
- buildAccessor() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL: Build the correct datasource Accessor for this login instance.
- buildAccessor(MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Create and return the appropriate accessor based on the accessible object given.
- buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Build and return a newly-added element based on the change set.
- buildAddFieldWriter(AbstractSession, FieldDefinition, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the alter table statement to add a field to the table.
- buildAdditionalCriteriaDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: additional-criteria
- buildAggregateCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildAggregateCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAggregateDeleteQuery(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Make a copy of the sourceQuery for the attribute.
- buildAggregateFromRow(AbstractRecord, Object, CacheKey, JoinedAttributeManager, ObjectBuildingQuery, boolean, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Build and return an aggregate object from the specified row.
- buildAggregateMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAggregateMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildAggregateModifyQuery(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Initialize the aggregate query with the settings from the source query.
- buildAggregateObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAggregateWriteQuery(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Make a copy of the sourceQuery for the attribute.
- buildAllFieldsLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAllNonPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: Returns the fields that should be compared in the where clause.
- buildAllOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildAllTypesToAClassVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildAlterIncrementWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Return the SQL required to alter INCREMENT BY
- buildAndAddArrayMapping(ObjectRelationalDataTypeDescriptor, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ArrayMapping based on a given attribute name, field name and structure name.
- buildAndAddArrayMapping(ObjectRelationalDataTypeDescriptor, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ArrayMapping based on a given attribute name, field name, structure name and nested type name.
- buildAndAddNewObjectRelationalDataTypeDescriptor(Project, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias and add it to the given OR Project.
- buildAndAddNewObjectRelationalDataTypeDescriptor(Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias and java class name, and add it to the given OR Project.
- buildAndAddNewXMLDescriptor(Project, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLDescriptor based on a given descriptor alias, schema alias and target namespace, and add the newly created descriptor to the given OX Project.
- buildAndAddNewXMLDescriptor(Project, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLDescriptor based on a given descriptor alias, schema alias, java class name and target namespace, and add the newly created descriptor to the given OX Project.
- buildAndAddObjectArrayMapping(ObjectRelationalDataTypeDescriptor, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Builds an ObjectArrayMapping based on a given attribute name, field name, reference class name, field type and package name, and adds the newly created mapping to the given OR descriptor.
- buildAndAddStructureMapping(ObjectRelationalDataTypeDescriptor, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Builds a StructureMapping based on a given attributeName, fieldName and reference class name, and adds the newly created mapping to the given OR descriptor.
- buildAndAddXMLCompositeCollectionMapping(XMLDescriptor, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeCollectionMapping based on a given reference class name, and add the newly created mapping to the given descriptor.
- buildAndAddXMLCompositeCollectionMapping(XMLDescriptor, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeCollectionMapping based on a given attribute name, xpath, and reference class, and add the newly created mapping to the given descriptor.
- buildAndAddXMLCompositeDirectCollectionMapping(XMLDescriptor, String, String, Class<?>) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeDirectCollectionMapping based on a given attribute name, xpath, and attribute element class.
- buildAndAddXMLCompositeObjectMapping(XMLDescriptor, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeObjectMapping based on given attribute and reference class names, and add the newly created mapping to the given descriptor.
- buildAndAddXMLCompositeObjectMapping(XMLDescriptor, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeObjectMapping based on given attribute and reference class names, and add the newly created mapping to the given descriptor.
- buildAndCheckDestinationFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
INTERNAL Creates a destination directory File object under the path passed, verifying correctness.
- buildAndCheckExistingDirFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
- buildAndCheckLogWriter(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
- buildAndExecuteCall(DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
- buildAndExecuteSelectCalls(AbstractSession) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
-
Build and execute the deferred select calls.
- buildAndRegisterObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL: builds and registers an object from a row for cursors.
- buildAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildAppendNewElementsOrderingPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildAppendNewElementsOrderingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildAppInfoMap(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
INTERNAL:
- buildAppInfoMap(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
INTERNAL:
- buildAppInfoMap(List) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
- buildArgumentFields() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Build the list of arguments fields from the argument names and types.
- buildArrayDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: array
- buildArrayMapping(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ArrayMapping based on a given attribute name, field name and structure name.
- buildArrayMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildArrayObjectFromArray(Object) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build array of objects for Array data type.
- buildArrayObjectFromStruct(Object) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build array of objects for Struct data type.
- buildAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAssociationDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildAssociationOverrideDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: association-override
- buildAttachmentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildAttachmentHandler(byte[], String) - Static method in class org.eclipse.persistence.internal.xr.AttachmentHelper
-
INTERNAL: build a
DataHandler
backed by aByteArrayDataSource
- buildAttribute(DirectMapping, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Build and return an Attribute for a given XMLDirectMapping.
- buildAttribute(XPathFragment, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Build and return an Attribute for a given XPathFragment.
- buildAttributeChangeTrackingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildAttributeList(Element) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
- buildAttributeList(Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
- buildAttributeNameRenamer(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename a type's attribute name.
- buildAttributeNode(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
- buildAttributeNodes() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- buildAttributeOverrideDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: attribute-override
- buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
- buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
-
Builds the attribute response.
- buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
- buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
- buildAttributesDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: attributes
- buildAttributesIntoObject(Object, CacheKey, AbstractRecord, ObjectBuildingQuery, JoinedAttributeManager, FetchGroup, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Each mapping is recursed to assign values from the Record to the attributes in the domain object.
- buildAttributesIntoObject(Object, CacheKey, AbstractRecord, ObjectBuildingQuery, JoinedAttributeManager, FetchGroup, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Override method in superclass in order to set the session on the record.
- buildAttributesIntoObjectSOP(Object, CacheKey, AbstractRecord, ObjectBuildingQuery, JoinedAttributeManager, FetchGroup, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Each mapping is recursed to assign values from the Record to the attributes in the domain object.
- buildAttributesIntoShallowObject(Object, AbstractRecord, ObjectBuildingQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: For reading through the write connection when in transaction, We need a partially populated original, so that we can build a clone using the copy policy, even though we can't put this original in the shared cache yet; just build a shallow original (i.e.
- buildAttributesIntoWorkingCopyClone(Object, CacheKey, ObjectBuildingQuery, JoinedAttributeManager, AbstractRecord, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: For reading through the write connection when in transaction, populate the clone directly from the database row.
- buildAttributesIntoWorkingCopyCloneSOP(Object, CacheKey, ObjectBuildingQuery, JoinedAttributeManager, AbstractRecord, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
For reading through the write connection when in transaction, populate the clone directly from the database row.
- buildAttributeValue(DataRecord, Object, Session) - Method in class org.eclipse.persistence.internal.xr.QNameTransformer
- buildAttributeValue(DataRecord, Object, Session) - Method in interface org.eclipse.persistence.mappings.transformers.AttributeTransformer
- buildAttributeValue(DataRecord, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
- buildAttributeValue(DataRecord, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
INTERNAL: Build the attribute value by invoking the user's transformation method.
- buildAttributeValue(DataRecord, Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
- buildAvgFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL: Clone the attribute from the clone and assign it to the backup.
- buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
- buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL: Only build backup clone
- buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: Build back up clone.
- buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: Build back up clone.
- buildBackupClone(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Returns the backup clone of the specified object.
- buildBackupClone(IndirectContainer) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: Return a backup clone of a clone container that has not been read from the database yet.
- buildBackupCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
-
Backup the clone attribute value.
- buildBackupCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
-
Backup the clone attribute value.
- buildBackupCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
-
Backup the clone attribute value.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Used during building the backup shallow copy to copy the target object without re-registering it.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
- buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
- buildBackupClonePart(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Build and return a backup clone of the attribute.
- buildBackupClonePart(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Build and return a backup clone of the attribute.
- buildBase64StringFromBytes(byte[]) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
- buildBase64StringFromBytes(byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- buildBase64StringFromObjectBytes(Byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates the base
JPQLGrammar
this one extends, if one exists. - buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar4_0
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_2
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar3_0
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar3_1
- buildBaseRestSchemaRef(String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a link to standard base schema of given type.
- buildBaseSelectionCriteria(boolean, Map) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Create the appropriate where clause.
- buildBaseSelectionCriteria(boolean, Map, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Create the appropriate where clause.
- buildBaseSelectStatement(boolean, Map) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement containing the fields in the table.
- buildBaseSelectStatement(boolean, Map, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement containing the fields in the table.
- buildBasicCollectionDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: basic-collection
- buildBasicDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: basic
- buildBasicIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildBasicMapDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: basic-map
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildBatchCriteria(ExpressionBuilder, Expression) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteriaByPK(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchCriteriaForComplexId(ExpressionBuilder, List<Expression>) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Return the selection criteria used to IN batch fetching.
- buildBatchFetchDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: batch-fetch
- buildBatchQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
-
Build an XMLDescriptor for BatchQueryOperation.
- buildBatchSQLOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
-
Build an XMLDescriptor for the BatchSQLOperationModel.
- buildBeginBlock(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block that assigns fields at the beginning of the BEGIN block (before invoking the target procedure).
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Append any code or translation required for the type.
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- buildBindingModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildBuilderString(String, NonreflectiveMethodDefinition, int, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- buildBytesFromHexString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert the HEX string to a byte array.
- buildCacheCoordinationMergeChangeSet(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Return a new UnitOfWorkChangeSet that only includes data require for the remote merge, for cache coordination.
- buildCacheDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: cache
- buildCacheIndexDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: cache-index
- buildCacheInterceptorDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: cache-interceptor
- buildCacheInvalidationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCalendar(TIMESTAMPLTZWrapper) - Static method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper
-
Build a calendar from TIMESTAMPLTZWrapper.
- buildCalendar(TIMESTAMPTZWrapper) - Static method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper
-
Build a calendar from TIMESTAMPTZWrapper.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
-
Return SQL call for the statement, through generating the SQL string.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteStatement
-
Append the string containing the SQL insert string for the given table.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
-
Append the string containing the SQL insert string for the given table.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
Print the SQL representation of the statement on a stream.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
-
Return SQL call for the statement, through generating the SQL string.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
-
Append the string containing the SQL insert string for the given table.
- buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
-
Append the string containing the SQL insert string for the given table.
- buildCall(AbstractSession, DatabaseQuery) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
Build the call, setting the query first, this is required in some cases when the query info is required to print the SQL.
- buildCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Return a call built from a statement.
- buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Override this method to throw an exception.
- buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.eis.EISPlatform
-
INTERNAL: Override this method to throw an exception by default.
- buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
INTERNAL: Override this method to throw an exception by default.
- buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
- buildCallWithoutReturning(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLInsertStatement
-
Append the string containing the SQL insert string for the given table.
- buildCallWithoutReturning(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
- buildCallWithoutReturning(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateStatement
-
Append the string containing the SQL insert string for the given table.
- buildCallWithReturning(SQLCall, Vector<DatabaseField>) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL Returns null unless the platform supports call with returning
- buildCallWithReturning(SQLCall, Vector<DatabaseField>) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Returns null unless the platform supports call with returning
- buildCallWithReturning(SQLCall, Vector<DatabaseField>) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Uses the returning clause on Postgres.
- buildCascadeQuery(MergeManager) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
-
INTERNAL Return true if the refresh should refresh on this mapping or not.
- buildCascadeTypeDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: cascade-type
- buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
- buildCaseExpressionStateObjectBuilder(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a
CASE
expression programmatically. - buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildCastExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildChangedFieldsLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildChangePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Directly build a change record without comparison
- buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Directly build a change record without comparison
- buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Directly build a change record without comparison
- buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Directly build a change record without comparison
- buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Directly build a change record without comparison
- buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Build and return a change set for the specified element.
- buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Build and return a change set for the specified element.
- buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Build and return a change set for the specified element.
- buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Build and return a change set for the specified element.
- buildChangeSetForNewObjectInCollection(Object, ClassDescriptor, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
- buildChangeSetForNewObjectInCollection(Object, ClassDescriptor, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Ensure the new key is set for the change set for a new map object
- buildChangeSummaryMapping() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- buildChangeTrackingDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: change-tracking
- buildChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildChildrenCollector() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
- buildClass(String) - Method in class org.eclipse.persistence.internal.dbws.SOAPResponseClassLoader
- buildClassDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildClassDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildClassDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildClassDetailsAndModifyProject() - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
-
Build a list ClassDetails instance that contains a ClassDetails for each class in our entities list.
- buildClassIndicatorSelectStatement(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Return a select statement that will be used to query the class indicators required to query.
- buildClassMetadata(MetadataClass, String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
-
Build the class metadata for the class name using ASM to read the class byte codes.
- buildClassNameFromEntryString(String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Entries in a zip file are directory entries using slashes to separate them.
- buildClassNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename the fully qualified class name.
- buildClassNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename the fully qualified class name. - buildClassNameResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new {link Resolver} that simply wraps the already determined type by using its fully qualified class name.
- buildClassResolver(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new {link Resolver} that simply wraps the already determined type.
- buildClassSet(PersistenceUnitInfo, Map) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Build a set that contains all the class names at a URL.
- buildClassTypes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Return the mapping of class types to database types for the schema framework.
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle21Platform
-
Build the mapping of Oracle 21c database types to class types for the schema framework.
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Add TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.PostgreSQL10Platform
-
Build the mapping of database types to class types for the schema framework.
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
- buildClassTypes() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Return the mapping of database types to class types for the schema framework.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
- buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
- buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Clone through calling the clone method.
- buildClone(Object, Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Return a shallow clone of the object for usage with object copying, or unit of work backup cloning.
- buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
- buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
- buildCloneCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: clone-copy-policy
- buildCloneCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
-
Clone the original attribute value.
- buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
-
Clone the original attribute value.
- buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
-
Clone the original attribute value.
- buildCloneForKey(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
Build a clone for the key of a Map represented by this container policy if necessary.
- buildCloneForKey(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
Build a clone for the key of a Map represented by this container policy.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildCloneForValue(Object, Object, CacheKey, CollectionMapping, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
Build a clone for the value in a mapping.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: A combination of readFromRowIntoObject and buildClone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: A combination of readFromRowIntoObject and buildClone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: A combination of readFromRowIntoObject and buildClone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: A combination of readFromRowIntoObject and buildClone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
- buildClonePart(Object, Object, CacheKey, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: * Build and return a clone of the attribute.
- buildClonePart(Object, Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Build and return a clone of the attribute.
- buildClonePart(Object, Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Build and return a clone of the attribute.
- buildClonePart(Object, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Build and return a clone of the specified attribute value.
- buildCloneValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Clone the attribute from the original and assign it to the clone.
- buildCloneValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Clone the actual value represented by this mapping.
- buildCloneValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL: Clone the DOM Document if required.
- buildCMPPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCoalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildCollectionContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCollectionDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildCollectionEntry(Object, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return an object representing an entry in the collection represented by this container policy This method will be overridden to allow MapContainerPolicy to return a construct that contains the key and the value
- buildCollectionEntry(Object, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Return an object representing an entry in the collection represented by this container policy This method will returns an Association containing the key and the value for a Map
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Creates a new
CollectionExpression
that will wrap the single select item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Creates a new
CollectionExpression
that will wrap the first and second expressions. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Creates a new
CollectionExpression
that will wrap the single declaration. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Creates a new
CollectionExpression
that will wrap the single order by item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Creates a new
CollectionExpression
that will wrap the single select item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Creates a new
CollectionExpression
that will wrap the first, second and third expressions. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Creates a new
CollectionExpression
that will wrap the single constructor item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Creates a new
CollectionExpression
that will wrap the single constructor item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Creates a new
CollectionExpression
that will wrap the single range variable declaration. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Creates a new
CollectionExpression
that will wrap the single group by item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Creates a new
CollectionExpression
that will wrap the single join expression. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Creates a new
CollectionExpression
that will wrap the single update item. - buildCollectionExpression(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
- buildCollectionExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
- buildCollectionExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
- buildCollectionExpression(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
- buildCollectionExpression(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- buildCollectionExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- buildCollectionExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- buildCollectionExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
- buildCollectionExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
- buildCollectionExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
- buildCollectionExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
- buildCollectionExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
- buildCollectionExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- buildCollectionExpression(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Either returns the given
Expression
's child, which is already aCollectionExpression
or requests this helper to return a "virtual"CollectionExpression
that is wrapping the single element. - buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a visitor that collects the
CollectionExpression
if it's been visited. - buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a visitor that collects the
CollectionExpression
if it's been visited. - buildCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCollectionMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildCollectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildCollectionResultDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildCollectionTableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: collection-table
- buildCollectionValuedFieldResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver
for the given collection-valued path expression. - buildColsAndValuesBindingsFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, int, String, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
-
Append list of column to value bindings from descriptor class to provided
StringBuilder
. - buildColsAndValuesBindingsFromMappings(StringBuilder, Collection<DatabaseMapping>, Collection<DatabaseField>, int, String, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
-
Append list of column to value bindings from descriptor class to provided
StringBuilder
. - buildColsFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
-
Append list of columns from descriptor class to provided
StringBuilder
. - buildColsFromMappings(StringBuilder, Collection<DatabaseMapping>, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
-
Append list of columns from descriptor class to provided
StringBuilder
. - buildColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: column
- buildColumnResultDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: column-result
- buildCommandsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- buildCompatible(PLSQLargument) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- buildComplexType(boolean, Descriptor, HashMap<String, Schema>, Schema, SchemaModelGeneratorProperties, List<Descriptor>) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Create and return a ComplexType for a given XMLDescriptor.
- buildCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
- buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
- buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
- buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
- buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
- buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
- buildCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCompositeRow(Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
- buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
- buildCompositeRow(Object, AbstractSession, XMLDescriptor, AbstractRecord, DatabaseField, Object, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- buildCompositeRow(Object, AbstractSession, XMLDescriptor, AbstractRecord, DatabaseField, Object, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- buildCompositeRow(XMLField, Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
- buildCompositeRow(XMLField, Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
- buildCompositeRowForDescriptor(ClassDescriptor, Object, AbstractSession, XMLRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
- buildCompositeRowForDescriptor(ClassDescriptor, Object, AbstractSession, XMLRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
- buildConcatExpressionCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildConcatExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildConcreteSelectStatement() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement containing the fields in the table.
- buildConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL: Create a new connection, accessors are used as connections.
- buildConnectionPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildConnectionPoolConfig(ConnectionPoolConfig, ServerSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build a connection pool from the config to store on the server session.
- buildConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildConnectLog(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
-
If logging is turned on and the CCI implementation supports meta data then display connection info.
- buildConnectLog(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
If logging is turned on and the JDBC implementation supports meta data then display connection info.
- buildConnectLog(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Build a log string of any driver metadata that can be obtained.
- buildConnectLog(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Log any driver level connection meta-data if available.
- buildConstantExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildConstraintCreationWriter(AbstractSession, ForeignKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the alter table statement to add the constraints.
- buildConstraintDeletionWriter(AbstractSession, ForeignKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the alter table statement to drop the constraints.
- buildConstraints(SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Convert any field constraint to constraint objects.
- buildConstructor() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- buildConstructor() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
- buildConstructorResultDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: column-result
- buildConstructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
- buildConstrutorCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildContainer(ValueHolderInterface<?>) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
Build a container with the initialized constructor.
- buildContainerClone(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Performs a first level clone of the attribute.
- buildContainerClone(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Performs a first level clone of the attribute.
- buildContainerFromArray(Array, ObjectRelationalDatabaseField, AbstractSession) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build and return the nested rows from the specified field value.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Return an ArrayList from the Vector.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Return a container populated with the contents of the specified Vector.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return a container populated with the contents of the specified Vector.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
-
INTERNAL: Just return the Vector.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
INTERNAL: Return a container populated with the contents of the specified Vector.
- buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
-
INTERNAL: Just return the Vector.
- buildContainerIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildContentAssistProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves the possibles choices that can complete the query from the given position within the query.
- buildContentAssistProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves the possibles choices that can complete the query from the given position within the query.
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the content assist visitor that will give the possible choices based on the position of the cursor within the JPQL query.
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildContext(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Build the context to be used when generating the expression from the parse tree
- buildContext(ReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree
-
INTERNAL Build the context to be used when generating the expression from the parse tree
- buildContextForReadQuery(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Build the context to be used when generating the expression from the parse tree
- buildConversionValueDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: conversion-value
- buildConvertDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: convert
- buildConverterAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
-
INTERNAL: Build a converter accessor from this metadata.
- buildConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: converter
- buildConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildConverterMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
-
INTERNAL: Build a converter metadata from this metadata.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Copy of the attribute of the object.
- buildCopyOfAttributeValue(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Copy of the attribute of the object.
- buildCopyOfAttributeValue(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Copy of the attribute of the object.
- buildCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildCORBAConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
PUBLIC: Return a new instance of the specific CORBA implementation that implements
CORBAConnection
interface. - buildCORBAConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
INTERNAL: Implement abstract method.
- buildCountDistinctExpression(List, ExpressionBuilder) - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL: Must build the count on the primary key fields, not * as * is not allowed if there was a distinct.
- buildCountFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildCreateIndex(String, String, String...) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Don't override this method.
- buildCreateIndex(String, String, String, boolean, String...) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Override this method with the platform's CREATE INDEX statement.
- buildCreateIndex(String, String, String, boolean, String...) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Return the CREATE INDEX string for this platform.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Returns the writer used for creation of this object.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
INTERNAL: Return the create type statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
INTERNAL: Return the DDL to create the varray.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
INTERNAL: Return the create table statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Return the SQL required to create the Oracle sequence object.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
INTERNAL: Return the create statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
INTERNAL: Return the create table statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the create table statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL: Return the SQL required to insert the sequence row into the sequence table.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
INTERNAL: Return the create type statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
INTERNAL: Return the create table statement.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
INTERNAL: Return the SQL required to create the unary sequence table.
- buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
INTERNAL: Return the DDL to create the
VARRAY
. - buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
INTERNAL: Return the DDL to create the view.
- buildCursoredStreamPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildCustomCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: copy-policy
- buildCustomQName(String, DBWSBuilder) - Static method in class org.eclipse.persistence.tools.dbws.Util
- buildCustomServerPlatformConfig(CustomServerPlatformConfig, DatabaseSessionImpl) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildCustomServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDailyCacheInvalidationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildDatabaseFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDatabaseFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseLoginConfig(DatabaseLoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build a DatabaseLogin for the given Session Wrapped by the getLogin() call, therefore, config can't be null at this point.
- buildDatabaseLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildDatabaseLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDatabaseLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDatabaseLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDatabaseMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseSchemaCreationWriter(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Build the create schema DDL.
- buildDatabaseSchemaDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Build the drop schema DDL.
- buildDatabaseSessionConfig(DatabaseSessionConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Wrapped by the getSession() call, therefore, config can't be null at this point.
- buildDatabaseSessionConfig(SessionConfigs, DatabaseSessionConfig, DBWSBuilder) - Static method in class org.eclipse.persistence.tools.dbws.WeblogicPackager
- buildDatabaseSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDatabaseTableDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatabaseTypeFromMetadataType(DatabaseType) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Build a org.eclipse.persistence.internal.helper.DatabaseType instance from an org.eclipse.persistence.tools.oracleddl.metadata.DatabaseType instance.
- buildDatabaseTypeFromMetadataType(DatabaseType, String) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Build a org.eclipse.persistence.internal.helper.DatabaseType instance from an org.eclipse.persistence.tools.oracleddl.metadata.DatabaseType instance.
- buildDatabaseTypeFromMetadataType(DatabaseType, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Overridden for wrapping call with call to
OracleHelper.translateToOracleType(org.eclipse.persistence.internal.helper.DatabaseType)
method. - buildDatabaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildDatabaseTypeWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDataModifyQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDataReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDatasourceLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDataTypesConvertedFromAClass() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildDataTypesConvertedToAClass() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildDateTimeVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildDbArtifacts() - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Gather table and procedure information based on TableOperation and ProcedureOperation.
- buildDbArtifacts() - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildDbArtifacts() - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
- buildDbColumns(Connection, String) - Static method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- buildDBObject(MongoRecord) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
-
Build the Mongo DBObject from the Map record.
- buildDBObject(MongoRecord) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteraction
-
Build the Mongo DBObject from the Map record.
- buildDBWSBuilderModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildDBWSModel(NamingConventionTransformer, OutputStream) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Build the DBWS model, a.k.a.
- buildDBWSModel(NamingConventionTransformer, OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildDDLStmt(String, List<String>, List<String>, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildDeclarationResolver(DeclarationResolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildDeclarationResolver(DeclarationResolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver
- buildDeclareBlock(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block that declares the temporary variables in the DECLARE section.
- buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.JavasePackager
- buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.JSR109WebServicePackager
- buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.ProviderPackager
- buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- buildDefaultConstructor() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return the default (zero-argument) constructor for the descriptor class.
- buildDefaultConstructorFor(Class<?>) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return the default (zero-argument) constructor for the specified class.
- buildDefaultMappingCollector() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDefaultMutator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
- buildDefaultPolicy() - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return the appropriate container policy for the default container class.
- buildDefaultQueryBuilder() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL Build the JPQL builder based on session properties.
- buildDefaultRedirectorsDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: cache-interceptor
- buildDefaultRemover() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
- buildDefaultSelectionCriteriaAndAddFieldsToQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
The selection criteria are created with target foreign keys and source "primary" keys.
- buildDefaultSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDefaultSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDefaultSessionLogConfig(DefaultSessionLogConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Wrapped by the getSessionLog() call, therefore, config can't be null at this point.
- buildDefaultSessionLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDeferredChangeDetectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL: Return the freshly-built delegate.
- buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
Return the freshly-built delegate.
- buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL: Return the freshly-built delegate.
- buildDeleteAllQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDeleteAllStatement(DatabaseTable, Expression, SQLCall, SQLSelectStatement, SQLCall, SQLSelectStatement, Collection) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate delete statement Passing of a call/ statement pair is used because the same pair may be used several times.
- buildDeleteAllStatementForMapping(SQLCall, SQLSelectStatement, Vector, Vector) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Create SQLDeleteAllStatements for mappings that may be responsible for references to the objects to be deleted in the tables NOT mapped to any class: ManyToManyMapping and DirectCollectionMapping NOTE: A similar pattern also used in method buildDeleteAllStatementsForMappingsWithTempTable(): if you are updating this method consider applying a similar update to that method as well.
- buildDeleteAllStatementsForMappings(SQLCall, SQLSelectStatement, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
NOTE: A similar pattern also used in method buildDeleteAllStatementsForMappingsWithTempTable: if you are updating this method consider applying a similar update to that method as well.
- buildDeleteAllStatementsForMappingsWithTempTable(ClassDescriptor, DatabaseTable, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Build delete statements with temporary table for ManyToMany and DirectCollection mappings.
- buildDeleteClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDeleteClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDeleteDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildDeleteExpression(DatabaseTable, AbstractRecord, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build and return the expression to use as the where clause to delete an object.
- buildDeleteObjectQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDeleteStatement(DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate delete statement
- buildDeleteStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildDeleteStatementForDeleteAllQuery(DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Used by DeleteAllQuery to create DeleteStatement in a simple case when selectionCriteria==null.
- buildDeleteStatementForDeleteAllQuery(DatabaseTable, Expression) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Used by DeleteAllQuery to create DeleteStatement in a simple case when selectionCriteria==null.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Returns the writer used for deletion of this object.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
INTERNAL: Return the drop type statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
INTERNAL: Return the DDL to drop the varray.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
INTERNAL: Return the drop table statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Return the SQL required to drop the Oracle sequence object.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
INTERNAL: Return the drop statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
INTERNAL: Return the drop table statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the drop table statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL: Return the SQL to delete the row from the sequence table.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
INTERNAL: Return the drop type statement.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
INTERNAL: Return the SQL to delete the unary sequence table.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
INTERNAL: Return the DDL to drop the varray.
- buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
INTERNAL: Return the DDL to drop the view.
- buildDescriptorIndex() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
-
INTERNAL:
- buildDescriptorLevelDocumentPreservationPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildDescriptorLevelDocumentPreservationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDescriptorMethod(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- buildDescriptors() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
- buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
- buildDifferentComparisonFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectCollectionTableDefinition(DirectCollectionMapping, ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build direct collection table definitions in a EclipseLink descriptor
- buildDirectMapContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectMapMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectToFieldMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Extract the direct values from the specified field value.
- buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Extract the direct values from the specified field value.
- buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Extract the direct values from the specified field value.
- buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Extract the direct values from the specified field value.
- buildDiscoveryConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildDiscriminatorClassDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: discriminator-class
- buildDiscriminatorColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: discriminator-column
- buildDocument(MongoRecord) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
-
Build the Mongo Document from the Map record.
- buildDocumentPreservationPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildDocumentPreservationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildDoesExistQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildDoubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildDropIndex(String, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Don't override this method.
- buildDropIndex(String, String, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Override this method with the platform's DROP INDEX statement.
- buildDropIndex(String, String, String) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Return the DROP INDEX string for this platform.
- buildEclipseLinkSemanticValidatorExtension() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates a new
EclipseLinkSemanticValidatorExtension
, which will provide additional support for non-JPA related information. - buildEISCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISDescriptorDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISDirectMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISLoginConfig(EISLoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Wrapped by the getLogin() call, therefore, config can't be null at this point.
- buildEISLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildEISLoginDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISOneToManyMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISOneToOneMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEISTransformationMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildEJBQLDatabaseQuery(String, String, AbstractSession, Enum, Map<String, Object>, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a DatabaseQuery from an JPQL string.
- buildEJBQLDatabaseQuery(String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a DatabaseQuery from an jpql string.
- buildElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Build and return an Element based on a given name, minOccurs and maxOccurs.
- buildElement(Descriptor, HashMap<String, Schema>, Schema, SchemaModelGeneratorProperties, List<Descriptor>, boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Create and return an Element for a given XMLDescriptor.
- buildElement(XPathFragment, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Build and return an Element for a given XPathFragment.
- buildElementBackupClone(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Clone the aggregate collection, if necessary.
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Clone the aggregate collection, if necessary.
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Build a clone of the given element in a unitOfWork
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Clone the element, if necessary.
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Clone the element, if necessary.
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
Build a clone of the given element in a unitOfWork.
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
Build a clone of the given element in a unitOfWork
- buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Build a clone of the given element in a unitOfWork.
- buildElementCollectionDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: element-collection
- buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Build and return a new element based on the change set.
- buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Build and return a new element based on the change set.
- buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Build and return a new element based on the change set.
- buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Build and return a new element based on the specified element.
- buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Build and return a new element based on the specified element.
- buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Build and return a new element based on the specified element.
- buildElementFromElement(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Build and return a new element based on the specified element.
- buildElementUnitOfWorkClone(Object, Object, Integer, UnitOfWorkImpl, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Clone the element, if necessary.
- buildEmbeddableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: embeddable
- buildEmbeddedDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: embedded
- buildEmbeddedIdDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: embedded-id
- buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Creates the
AbstractExpression
to represent the given word. - buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
- buildEncapsulatedExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildEndingPositionFromInvalidExpression(Expression, Expression, boolean[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Creates a new
QueryPosition
containing the corrected positions starting at the givenExpression
and traversing the children at is always at the right side of the tree. - buildEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildEntityDescribesHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to single entity resource without primary key.
- buildEntityDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: entity
- buildEntityFieldHref(PersistenceContext, String, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Builds a link to an entity field.
- buildEntityHref(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to single entity resource.
- buildEntityList(MetadataProcessor, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Create a list of the entities that will be deployed.
- buildEntityListenerDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: entity-listener
- buildEntityMappingsDescriptor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: entity-mappings
- buildEntityMetadataHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to entity resource metadata.
- buildEntityNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename the entity name.
- buildEntityNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename the entity name. - buildEntityOptionsResponse(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
- buildEntityResultDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: entity-result
- buildEntryExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildEnumConstantRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename the enum constant.
- buildEnumConstantRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename the enum constant. - buildEnumeratedDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: enumerated
- buildEnumResolver(AbstractPathExpression, IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver
that will resolve the given enum literal. - buildEnumVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- builder - Variable in class org.eclipse.persistence.internal.expressions.BaseExpression
-
PERF: Used to cache the builder.
- builder - Variable in class org.eclipse.persistence.internal.expressions.CompoundExpression
- builder - Variable in class org.eclipse.persistence.internal.expressions.SQLStatement
- builder - Variable in class org.eclipse.persistence.oxm.record.WriterRecord
- builder - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
- BUILDER_FILE_PATH - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- BUILDER_PACKAGING - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- builderHelper - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- builderString - Variable in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
- buildEscapedQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildEscapedQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- buildEventManagerDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildExistsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildExpression() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL: Returns an expression that will be used for both the update and delete where clause
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: In case Query By Example is used, this method generates an expression from a attribute value pair.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: In case Query By Example is used, this method generates an expression from a attribute value pair.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribue and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value for a directToField mapping.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: In case Query By Example is used, this method generates an expression from a attribute value pair.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value.
- buildExpression(DatabaseTable, AbstractRecord, AbstractRecord, ExpressionBuilder) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: returns the expression to be used in both the delete and update where clause.
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
Creates the actual expression this factory manages.
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Creates the actual
AbstractExpression
this factory manages. - buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Creates a new
Expression
. - buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTypeFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Ceiling
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Exp
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Floor
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Ln
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Power
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Round
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Sign
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
- buildExpressionBuilderDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildExpressionForAs(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
- buildExpressionForAs(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
- buildExpressionFromExample(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used when Query By Example is used.
- buildExpressionFromFallingBack(WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
No factories were found to create an
Expression
with the content ofWordParser
, this method will retrieve the fallbackExpressionFactory
defined in the givenBNF
. - buildExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new
ExpressionRegistry
that will be used to store the definition of the JPQL grammar. - buildExpressionString(String, NonreflectiveMethodDefinition, String, Expression, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- buildExtractExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildFactory() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
- buildFactoryDefaultConstructor() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return the default (zero-argument) constructor for the factory class.
- buildFactoryUsingDefaultConstructor() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return the factory, using its default constructor.
- buildFactoryUsingStaticMethod() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return the factory, using the specified static method.
- buildFetchAttributeDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: fetch-attribute
- buildFetchGroupDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: fetch-group
- buildFetchGroupDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildFetchGroupManagerDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildField(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: A DatabaseField is built from the given field name.
- buildField(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: XML type descriptors should use XMLFields.
- buildField(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: A DatabaseField is built from the given field name.
- buildField(XMLFileInteractionSpec) - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteraction
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- buildField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: The table of the field is ensured to be unique from the descriptor's tables.
- buildField(DatabaseField) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: If the field is an XMLField then set the namespace resolver from the descriptor.
- buildField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: This is used only in initialization.
- buildField(DatabaseField, DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- buildFieldDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: field
- buildFieldExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildFieldForNestedType(DatabaseType) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an OR database field for a given type's nested type.
- buildFieldNameRenamer(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename a type's attribute name. - buildFieldResultDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: field-result
- buildFieldTransformationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildFieldTranslationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildFieldTypes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Return the mapping of class types to database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
-
Create a table which can translate between java types and Attunity Connect data types.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
-
seems compatible with informix
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DB2Platform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.H2Platform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Return the mapping of class types to database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
-
INTERNAL: Add XMLType as the default database type for org.w3c.dom.Documents.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle21Platform
-
Build the mapping of class types to Oracle 21c database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Add XMLType as the default database type for org.w3c.dom.Documents.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.Oracle10Platform
-
INTERNAL: Add XMLType as the default database type for org.w3c.dom.Documents.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL:
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PostgreSQL10Platform
-
Build the mapping of class types to database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Return the mapping of Java class types to database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.TimesTen7Platform
-
Return the mapping of class types to database types for the schema framework.
- buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Return the mapping of class types to database types for the schema framework.
- buildFieldTypes(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Build the foreign key constraints.
- buildFieldTypes(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
INTERNAL: builds the field names based on the type read in from the builder
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.internal.xr.QNameTransformer
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
INTERNAL: Always return the constant value.
- buildFieldValue(Object, String, Session) - Method in interface org.eclipse.persistence.mappings.transformers.FieldTransformer
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
- buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
- buildFieldValue(Object, String, SESSION) - Method in interface org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer
- buildFieldValue(Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).
- buildFieldValue(Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).
- buildFieldValue(Object, XML_FIELD, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
- buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build the appropriate field value for the specified set of direct values.
- buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Build the appropriate field value for the specified set of direct values.
- buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build the appropriate field value for the specified set of direct values.
- buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Build the appropriate field value for the specified set of direct values.
- buildFieldValueFromForeignKeys(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build and return the appropriate field value for the specified set of foreign keys (i.e.
- buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build and return the field value from the specified nested database row.
- buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Build and return the field value from the specified nested database row.
- buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build and return the field value from the specified nested database row.
- buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
- buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
- buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
- buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
- buildFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
- buildFilteringMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildFirstRowsHint(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
-
Build the hint string used for first rows.
- buildFirstRowsHint(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Build the hint string used for first rows.
- buildFirstRowsHint(int) - Method in class org.eclipse.persistence.platform.database.Oracle10Platform
-
Build the hint string used for first rows.
- buildFirstRowsHint(int) - Method in class org.eclipse.persistence.platform.database.Oracle9Platform
-
Build the hint string used for first rows.
- buildFirstRowsHint(int) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Build the hint string used for first rows.
- buildFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFollowingInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildForeignKeyConstraint(List<String>, List<String>, TableDefinition, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Build a foreign key constraint.
- buildForeignKeyConstraint(FieldDefinition, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Build a foreign key constraint using FieldDefinition.getForeignKeyFieldName().
- buildForeignKeyConstraintName(String, String, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Return foreign key constraint name built from the table and field name with the specified maximum length.
- buildForeignKeyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: foreign-key
- buildForeignReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildForeignReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates a new formatter that will convert the
StateObject
representation of the JPQL query, once the refactoring occurred into a string. - buildFromBigDecimalVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromBigIntegerVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromBlobVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromBooleanVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromByteArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromByteObjectArraryVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromByteVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromCalendarVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromCharacterArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromCharacterVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromCharArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates the expression representing the from clause of this select statement.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates the state object representing the
FROM
clause. - buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
- buildFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFromClobVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromDateVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromDoubleVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromFloatVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromIntegerVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromLongVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromNumberVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromShortVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromStringCharVec(Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- buildFromStringVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromTimestampVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromTimeVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFromUtilDateVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildFunctionExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildFunctionExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildFunctions(Connection, String, String) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildFunctions(Connection, String, String, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildFunctions(Connection, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildFunctions(Connection, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildGeneratedValueDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: generated-value
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the validator that will grammatically validate the JPQL query.
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildHashPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: hash-partitioning
- buildHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildHexStringFromBytes(byte[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert the byte array to a HEX string.
- buildHexStringFromObjectBytes(Byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- buildHistoryPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildHistoryTableDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildId(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
- buildIdDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: id
- buildIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
- buildIgnoreNewElementsOrderingPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildIgnoreNewElementsOrderingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- buildInDeclare(StringBuilder, PLSQLargument) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- buildInDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
- buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- buildInDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Append the variable declaration for the type.
- buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- buildIndex(AbstractSession, String, List<String>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the index creation statement.
- buildIndexDeletionWriter(AbstractSession, String, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the index drop statement.
- buildIndexDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: index
- buildIndexExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildIndexName(String, String, String, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Return key constraint name built from the table and key name with the specified maximum length and index prefix.
- buildIndirectContainer() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
Construct and return an instance of the specified indirect container class.
- buildIndirectContainer(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
Return a new IndirectContainer with the specified value holder.
- buildIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
-
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
- buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
- buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
-
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
- buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
-
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
- buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
- buildInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildInExpressionWithNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- BUILDING_QUERYOP_FOR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- buildingDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
This flag is used to determine what to do in
DeclarationResolver.DeclarationVisitor.visit(SimpleSelectStatement)
. - buildInheritanceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: inheritance
- buildInheritanceHierarchyTree(Project) - Static method in class org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
- buildInheritancePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildInheritancePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInheritancePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- buildInMemoryQueryIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildInputParameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildInsertDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildInsertObjectQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInsertStatement(DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate insert statement
- buildInstantiationCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: instantiation-copy-policy
- buildInstantiationCopyPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInstantiationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInstantiationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildInteractionArgumentDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
Allow the platform to build the interaction spec based on properties defined in the interaction.
- buildInterfaceContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInterfaceContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildInterfacePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildInterfacePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildIntoNestedRow(AbstractRecord, Object, Object, AbstractSession, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- buildIntoNestedRow(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- buildIntoNestedRow(AbstractRecord, Object, AbstractSession, Descriptor, Field) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- buildIntToTypeConverterHash() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Build all conversions based on JDBC return values.
- buildInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildIsSetNullPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildJarOutputStream() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
- buildJarOutputStream() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
- buildJavaLogConfig(JavaLogConfig, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildJavaLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildJDBCTypeWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildJMSPublishingTransportManagerConfig(JMSPublishingTransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildJMSPublishingTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildJMSTopicTransportManagerConfig(JMSTopicTransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildJMSTopicTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildJNDINamingServiceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildJoinBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildJoinCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildJoinColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: join-column
- buildJoinFieldDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: join-field
- buildJoinTableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: join-table
- buildJPQLCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Returns the
AbstractValidator.JPQLQueryBNFValidator
that can be used to validate anExpression
by making sure its BNF is part of the given BNF. - buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new
JPQLQueryContext
that can retrieve information from the declaration portion of the JPQL query. - buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates a new
JPQLQueryContext
that can retrieve information from the declaration portion of the JPQL query. - buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a context that will be used to store and retrieve information about the JPQL query.
- buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildJpqlQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildKey(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
Extract the key for the map from the provided row overridden by subclasses that deal with map keys
- buildKey(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
Extract the key for the map from the provided row.
- buildKeyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildKeyFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
Extract the key for the map from the provided row overridden by subclasses that deal with map keys
- buildKeyFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
Extract the key for the map from the provided row.
- buildKeyRowForTargetUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
- buildKeyRowForTargetUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL: Build a row containing the keys for use in the query that updates the row for the target object during an insert or update
- buildLengthExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildList(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- buildListContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildListOrderField() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Verifies listOrderField's table, if none found sets the default one.
- buildListOrderField() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Verifies listOrderField's table: it must be reference table.
- buildListOrderField() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL: Verifies listOrderField's table: it must be relation table.
- buildListOrderField() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL: Verifies listOrderField's table: it must be the same table that contains all target foreign keys.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Creates the visitor that can retrieve the "literal" value from a given
Expression
based on the desiredLiteralType
. - buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
- buildLobDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: lob
- buildLocateExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigToplinkProject
- buildLoggingOptionsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildLogicalExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildLogin(LoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build the correct login based on the login config type
- buildLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildLoginMethod(DatabaseLogin) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
- buildLoginMethod(Login) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- buildLowerExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildManifest() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
- buildManyToManyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: many-to-many
- buildManyToManyMappingMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildManyToManyMappingMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildManyToOneDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: many-to-one
- buildMapContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildMapKeyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: map-key
- buildMappedSuperclassDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: mapped-superclass
- buildMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- buildMapping(String, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- buildMapping(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
-
Creates
- buildMapping(IManagedType, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingBuilder
-
Creates a new
IMapping
. - buildMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildMappingFilter(AbstractPathExpression, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildMappingFilter(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildMappingFilterBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildMappingNameFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
- buildMaxFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildMessage(Class<?>, int, Object[]) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
-
Return the message for the given exception class and error number.
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.DMSLocalization
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.ExceptionLocalization
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.JAXBLocalization
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.LoggingLocalization
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.ToStringLocalization
- buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.TraceLocalization
- buildMessage(String, boolean) - Static method in class org.eclipse.persistence.internal.localization.TraceLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.DMSLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.ExceptionLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.JAXBLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.LoggingLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.ToStringLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.TraceLocalization
- buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.logging.LoggingLocalization
-
Return the message for the given exception class and error number.
- buildMessage(String, Object[], boolean) - Static method in class org.eclipse.persistence.internal.localization.TraceLocalization
- buildMessage(String, Object[], boolean) - Static method in class org.eclipse.persistence.jpa.rs.logging.LoggingLocalization
-
INTERNAL: Return the message for the given exception class and error number.
- buildMessage(String, String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.EclipseLinkLocalization
-
Return the message for the given exception class and error number.
- buildMessage(String, String, Object[], boolean) - Static method in class org.eclipse.persistence.internal.localization.EclipseLinkLocalization
-
INTERNAL: Return the message for the given exception class and error number.
- buildMetadataCatalogHref(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to metadata catalog.
- buildMethod(Class<?>, String, Class<?>[]) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build the specified method.
- buildMethodBasedFieldTransformationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildMethodBaseQueryRedirectorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildMethodBaseQueryRedirectorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildMinFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildMixedConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: converter
- buildModExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Creates the actual
AbstractModifyClauseStateObject
that represents the modify clause. - buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
- buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
- buildMultitenantDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: multi-tenant
- buildNamedAttributeNodeDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-attribute-node
- buildNamedEntityGraphDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-entity-graph
- buildNamedNativeQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-native-query
- buildNamedPLSQLStoredFunctionQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-plsql-stored-function-query
- buildNamedPLSQLStoredProcedureQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-plsql-stored-procedure-query
- buildNamedQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildNamedQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-query
- buildNamedStoredFunctionQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-stored-function-query
- buildNamedStoredProcedureQueryDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-stored-procedure-query
- buildNamedSubgraphDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: named-subgraph
- buildNamespaceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildNamespaceResolver() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildNamespaceResolver() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
- buildNamespaceResolverDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildNamespaceResolverDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildNativeCall(String) - Method in class org.eclipse.persistence.eis.EISPlatform
-
INTERNAL: Return the correct call type for the native query string.
- buildNativeCall(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Return the correct call type for the native query string.
- buildNativeCall(String) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
INTERNAL: Return the correct call type for the native query string.
- buildNativeSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildNativeSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses an
Expression
and determines if it's a nested array or not. - buildNestedField(OracleArrayTypeMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
-
Builds an ObjectRelationalDatabaseField based on a given OracleArrayTypeMetadata instance.
- buildNestedFunctions(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block with PL/SQL conversion routines as nested functions.
- buildNestedRow(Element) - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance.
- buildNestedRow(Element) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance.
- buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build and return the nested database row from the specified field value.
- buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Build the nested row.
- buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build and return the nested database row from the specified field value.
- buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Build(if necessary) and return the nested XMLRecord from the specified field value.
- buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Build and return the nested rows from the specified field value.
- buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: Build the nested rows.
- buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build and return the nested rows from the specified field value.
- buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Build(if necessary) and return a Vector of the nested XMLRecords from the specified field value.
- buildNestedTableMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildNewIdentityMap(Class<T>, int, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: Return a new empty identity map of the class type.
- buildNewIdentityMap(ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: (Public to allow testing to access) Return a new empty identity map to cache instances of the class.
- buildNewInstance() - Method in class org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
-
Build and return a new instance, using the appropriate mechanism.
- buildNewInstance() - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
-
Return a new instance of the receiver's javaClass.
- buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return a new instance, using the appropriate mechanism.
- buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return a new instance of the receiver's javaClass.
- buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.PersistenceObjectInstantiationPolicy
-
Build and return a new instance, using the factory
- buildNewInstance() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- buildNewInstance() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
-
Return a new instance of the receiver's javaClass.
- buildNewInstance() - Method in class org.eclipse.persistence.sdo.SDOType.TypeInstantiationPolicy
- buildNewInstanceUsingDefaultConstructor() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return a new instance, using the default (zero-argument) constructor.
- buildNewInstanceUsingFactory() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
Build and return a new instance, using the factory.
- buildNewInstanceUsingFactory() - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
-
Build and return a new instance, using the factory.
- buildNewMergeInstanceOf(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Build and return a new instance of the specified attribute.
- buildNewObjectRelationalDataTypeDescriptor(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias.
- buildNewObjectRelationalDataTypeDescriptor(String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias and java class name.
- buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
Return the appropriate mechanism, with the call added as necessary.
- buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
Return the appropriate mechanism, with the call added as necessary.
- buildNewQueryMechanism(DatabaseQuery) - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL: Return the appropriate mechanism, with the call set as necessary.
- buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
- buildNewSchema(String, NamespaceResolver, int, SchemaModelGeneratorProperties) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Create and return a new schema for the given namespace.
- buildNewSimpleType(String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Create and return a SimpleType with name set to the given name.
- buildNewTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Convenience method which class pre and postBuildTypeInfo for a given set of JavaClasses.
- buildNewXMLDescriptor(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLDescriptor based on a given descriptor alias, schema alias, and target namespace.
- buildNewXMLDescriptor(String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLDescriptor based on a given descriptor alias, java class name schema alias, and target namespace.
- buildNodeOrderingPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildNodeOrderingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildNoDocumentPreservationPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildNoDocumentPreservationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildNoExpiryCacheInvalidationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildNonCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildNormalSelectStatement() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement containing the fields in the table.
- buildNoSqlDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: no-sql
- buildNotExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildNullExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
null
-Expression
parented with this one. - buildNullExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a visitor that collects the
NullExpression
if it's been visited. - buildNullIfExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildNullPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildNullResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver
that is used when nothing can be resolved. - buildNumberVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildNumeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildNumeric(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildNumericTypeComparator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the
Comparator
that can sortITypes
based on the numerical priority. - buildObject(boolean, ObjectBuildingQuery, AbstractRecord, AbstractSession, Object, CacheKey, ClassDescriptor, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return an instance of the receivers javaClass.
- buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL: Build the result value for the row.
- buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Used to build the object, and register it if in the context of a unit of work.
- buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL: By default return the row.
- buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: By default return the row.
- buildObject(AbstractRecord, Vector) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleQuery
-
INTERNAL: Construct a result from a row.
- buildObject(AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: Construct a result from a row.
- buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return an instance of the receivers javaClass.
- buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
INTERNAL: Override the parent's buildObject to allow for the caching of aggregate objects in OX.
- buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager, AbstractSession, ClassDescriptor, InheritancePolicy, boolean, boolean, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return an instance of the receivers javaClass.
- buildObject(ObjectLevelReadQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return an instance of the receivers javaClass.
- buildObjectAndWrapInXMLRoot(ClassDescriptor, XMLConverter, ObjectBuildingQuery, DOMRecord, DOMRecord, JoinedAttributeManager, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
Uses a given reference descriptor to build an object based on a given DOMRecord.
- buildObjectArrayMapping(String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Builds an ObjectArrayMapping based on a given attribute name, field name, reference class name and structureName.
- buildObjectArrayMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjectChangeTrackingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjectDescriptor(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
build and return an object descriptor to be sent to the client
- buildObjectDescriptor(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.ReplaceValueHoldersIterator
-
build and return an object descriptor for the specified object
- buildObjectExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildObjectForClass(Class<?>, Class<?>) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
This method will be used to validate the specified class and return it's instance.
- buildObjectForNonXMLRoot(ClassDescriptor, XMLConverter, ObjectBuildingQuery, DOMRecord, DOMRecord, JoinedAttributeManager, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
- buildObjectFromNestedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
- buildObjectFromResultSet(ObjectBuildingQuery, JoinedAttributeManager, ResultSet, AbstractSession, DatabaseAccessor, ResultSetMetaData, DatabasePlatform, Vector, DatabaseField[]) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Builds a working copy clone directly from a result set.
- buildObjectInUnitOfWork(ObjectBuildingQuery, JoinedAttributeManager, AbstractRecord, UnitOfWorkImpl, Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
For executing all reads on the UnitOfWork, the session when building objects from rows will now be the UnitOfWork.
- buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Used to allow object level comparisons.
- buildObjectLevelReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildObjectLevelReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjectLevelReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildObjectNoReferenceDescriptor(DOMRecord, XMLConverter, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
Convenience method that takes a given Node and applies namespace information, converts it if necessary, and adds the resulting object to the given ContainerPolicy if non-null.
- buildObjectReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjectRelationalDatabaseFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildObjectRelationalDataTypeDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjects(Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: Construct a container of ReportQueryResult from the rows.
- buildObjectsFromCursorInto(ReadAllQuery, List, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return a container which contains the instances of the receivers javaClass.
- buildObjectsFromRecords(List) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL: This method is used to build the results.
- buildObjectsFromRecords(List, int) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL: This method is used to build the results with the SQLResultSetMapping at the given index.
- buildObjectsFromRecords(List, SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL: This method is used to build the results.
- buildObjectsFromResultSetInto(ReadAllQuery, ResultSet, Vector, DatabaseField[], Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Version of buildObjectsInto method that takes call instead of rows.
- buildObjectShell(PersistenceContext, String, Object) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
-
build a shell of an object based on a primary key.
- buildObjectsInto(ReadAllQuery, List, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return a container which contains the instances of the receivers javaClass.
- buildObjectTypeConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: object-type-converter
- buildObjectTypeConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildObjectTypeFieldAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
-
Builds a descriptor for the ObjectTypeFieldAssociation class.
- buildOneToManyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: one-to-many
- buildOneToManyMappingMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOneToManyMappingMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildOneToManyQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildOneToOneDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: one-to-one
- buildOneToOneMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOneToOneMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildOneToOneQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.BatchSQLOperationModel
-
Build the BatchQueryOperation instance that will be responsible for executing the SQL statements.
- buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.OperationModel
- buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
- buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
- buildOptimisticLockingDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: optimistic-locking
- buildOptimisticLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildOracleArrayTypeDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: oracle-array
- buildOracleArrayTypeDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOracleArrayTypeWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOracleObjectTypeDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: oracle-object
- buildOracleObjectTypeDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
-
Builds a descriptor for the OracleObjectType class.
- buildOracleObjectTypeWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOrderByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildOrderByDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: order-by
- buildOrderColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: order-column
- buildORDescriptor(String, String, List<String>, NamingConventionTransformer) - Static method in class org.eclipse.persistence.tools.dbws.Util
-
Build a RelationalDescriptor for a given table.
- buildORFieldMappingFromColumn(FieldType, RelationalDescriptor, DatabasePlatform, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- buildOriginal(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Unregistered new objects have no original so we must create one for commit and resume and to put into the parent.
- buildOROXProjects(NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Builds OR/OX projects, descriptors & mappings.
- buildOROXProjects(NamingConventionTransformer) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildOROXProjects(NamingConventionTransformer, List<CompositeDatabaseType>) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Builds OR/OX projects, descriptors & mappings, based on a given list of types, as well as table(s) and secondary SQL.
- buildOROXProjects(NamingConventionTransformer, List<CompositeDatabaseType>) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildORProjectConfig() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Append any code or translation for assigning the output value.
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- buildOutAssignments(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block after the target procedures has been invoked and OUT parameters must be handled.
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Append the variable declaration for the type.
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- buildOutputRow(CallableStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
INTERNAL: Return Record containing output fields and values.
- buildOutputRow(CallableStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Translate the SQL procedure output row, into the row expected by the PLSQL procedure.
- buildOutputRow(CallableStatement, DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Build a row from the output parameters of a sp call.
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Build the query output row from the call output row.
- buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression
and stops at the firstExpression
that is a clause. - buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
- buildOwningStatementVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression
and stops at the firstExpression
that is a statement. - buildOXDescriptor(String, String, String, String) - Static method in class org.eclipse.persistence.tools.dbws.Util
-
Build an XMLDescriptor for a given table.
- buildOXDescriptor(String, String, String, NamingConventionTransformer) - Static method in class org.eclipse.persistence.tools.dbws.Util
-
Build an XMLDescriptor for a given table.
- buildOXFieldMappingFromColumn(FieldType, DatabasePlatform, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- buildOXProjectConfig() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- buildOXXMLDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildOXXMLDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildOXXMLDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildPackages(Connection, String, String) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildPackages(Connection, String, String, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildPackages(Connection, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildPackages(Connection, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildParameterDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildParameterExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: partitioning
- buildPathExpressionStateObjectUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
- buildPersistenceContextFactory(ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Builds the persistence context factory.
- buildPersistenceUnitDefaultsDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: persistence-unit-defaults
- buildPersistenceUnitMetadataDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: persistence-unit-metadata
- buildPersistenceUnitName(URL, String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Build the unique persistence name by concatenating the decoded URL with the persistence unit name.
- buildPersistenceWeaver() - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- buildPessimisticLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildPhantomRowFrom(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL Build a phantom row that contains only the fields for the mapping, populated with the values generated by invoking the field methods on the specified object.
- buildPinnedPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: pinned-partitioning
- buildPLSQLargumentDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLCollectionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLCollectionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildPLSQLCollectionWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLCursorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLCursorWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLParameterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: plsql-parameter
- buildPLSQLProcedureOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildPLSQLrecordDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLrecordDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildPLSQLRecordDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: plsql-record
- buildPLSQLrecordWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLStoredFunctionCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLStoredProcedureCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildPLSQLTableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: plsql-table
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
-
Require subclass to build policy.
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
-
Cannot instantiate policy until the correct class loader is available.
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
-
INTERNAL: Method for processing/building the specific property.
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
- buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
-
INTERNAL: Build/process the partitioning policy.
- buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
-
Set common fields into policy.
- buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
-
Set common fields into policy.
- buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
- buildPolicyFor(Class<?>) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return the appropriate container policy for the specified concrete container class.
- buildPolicyFor(Class<?>, boolean) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return the appropriate container policy for the specified concrete container class.
- buildPoolsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildPosition(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Creates a map of the position of the cursor within each
Expression
of the parsed tree. - buildPositions(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Calculates the start and end position for correctly inserting the proposal into the query.
- buildPrimaryKeyAttributesIntoObject(Object, AbstractRecord, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Build just the primary key mappings into the object.
- buildPrimaryKeyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: primary-key
- buildPrimaryKeyExpression(DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the primary key expression for the secondary table.
- buildPrimaryKeyExpressionFromKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the primary key expression from the specified primary key values.
- buildPrimaryKeyExpressionFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the primary key expression from the specified domain object.
- buildPrimaryKeyForeignKeyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: primary-key-foreign-key
- buildPrimaryKeyJoinColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: primary-key-join-column
- buildProblem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
Problem
describing a single issue found with the information contained in thisStateObject
. - buildProblem(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
Problem
describing a single issue found with the information contained in thisStateObject
. - buildProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates a new validation problem that was found in the given
Expression
. - buildProcedureArgumentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Return the proc syntax for this platform.
- buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
INTERNAL: Used for sp calls.
- buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Return the stored procedure syntax for this platform.
- buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Used for sp calls.
- buildProcedureInvocation(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target function.
- buildProcedureInvocation(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target procedure.
- buildProcedureOperation(ProcedureOperationModel) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildProcedureOperation(ProcedureOperationModel) - Method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- buildProcedureOperation(ProcedureOperationModel) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Builds query operations for a given ProcedureOperationModel.
- buildProcedureOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildProcedureOutputArgumentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildProcedures(Connection, String, String) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildProcedures(Connection, String, String, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildProcedures(Connection, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildProcedures(Connection, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildProcedureString(SQLCall) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Given a call, this method produces the stored procedure string based on the SQL string inside the call.
- buildProfileSummary() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL: Return a summary profile reporting on the profiles contained.
- buildProfileSummaryByClass() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL: Return a map of summary profiles reporting on the profile contained.
- buildProfileSummaryByQuery() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL: Return a map of summary profiles reporting on the profile contained.
- buildProjectClassConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildProjectConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildProjectDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildProjectDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildProjectDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildProjectXMLConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildProperties() - Method in class org.eclipse.persistence.jaxb.compiler.builder.TransformerPropertyBuilder
- buildPropertyAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildPropertyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildPropertyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: property
- buildPropertyMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
- buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
- buildProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingCollector
-
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
- buildProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Prepares this visitor by prepopulating it with the necessary data that is required to properly gather the list of proposals based on the given caret position.
- buildProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Prepares this visitor by prepopulating it with the necessary data that is required to properly gather the list of proposals based on the given caret position.
- buildProtectedObject(boolean, ObjectBuildingQuery, AbstractRecord, AbstractSession, Object, CacheKey, ClassDescriptor, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return an instance of the receivers javaClass.
- buildProxyIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildProxyProperties() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL: Precondition: session.getProperty(PersistenceUnitProperties.ORACLE_PROXY_TYPE) != null
- buildPublicHTMLDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildQNameFromString(String, AbstractUnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
- buildQNameFromString(String, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- buildQNameInheritancePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQuery(CharSequence, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
- buildQuery(CharSequence, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
-
Creates a fully initialized
DatabaseQuery
by parsing the given JPQL query. - buildQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- buildQuery(Map<String, String>, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Builds the query.
- buildQueryArgumentDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQueryArgumentDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the right
IJPQLQueryBuilder
based on the JPQL grammar. - buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the right
IJPQLQueryBuilder
based on the JPQL grammar. - buildQueryDescribesHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to single entity resource without primary key.
- buildQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildQueryExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildQueryForProcedureType(ProcedureType, Project, Project, ProcedureOperationModel, boolean) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- buildQueryForProcedureType(ProcedureType, Project, Project, ProcedureOperationModel, boolean) - Method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- buildQueryForProcedureType(ProcedureType, Project, Project, ProcedureOperationModel, boolean) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build a Query for the given ProcedureType instance and add it to the given OR project's list of queries.
- buildQueryHintDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: query-hint
- buildQueryHref(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to query resource.
- buildQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQueryKeyExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQueryKeyReferenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQueryManagerDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
Return the appropriate mechanism, with the call added as necessary.
- buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
Return the appropriate mechanism, with the call added as necessary.
- buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
- buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
- buildQueryMetadataHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns a href to query resource.
- buildQueryOptionsResponse(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
- buildQueryResultCachePolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildRangePartitionDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: range-partition
- buildRangePartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: range-partitioning
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
- buildRangeVariableDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildReadAllObjectQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
- buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
-
Builds the read all query response.
- buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
- buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
- buildReadConnectionPoolConfig(ReadConnectionPoolConfig, ServerSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build a read connection pool from the config to store on the server session.
- buildReadConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildReadObjectQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReadTransformerDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: read-transformer
- buildRecordFromDBObject(DBObject) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteraction
-
Build the Map record from the Mongo DBObject.
- buildRecordFromDBObject(Document) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
-
Build the Map record from the Mongo Document.
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
-
Allows subclass to create a SoftReference to the object.
- buildReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.SoftCacheWeakIdentityMap
-
Creates a Soft reference to the object.
- buildReference(Object, XMLField, Object, AbstractSession, Object, ReferenceResolver) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.
- buildReference(UnmarshalRecord, XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.
- buildReference(UnmarshalRecord, XMLField, Object, AbstractSession, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.
- buildReference(UNMARSHAL_RECORD, XML_FIELD, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
- buildReference(UNMARSHAL_RECORD, XML_FIELD, Object, ABSTRACT_SESSION, Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
- buildReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: This method will access the target relationship and create a list of information to rebuild the relationship.
- buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: This method will access the target relationship and create a list of information to rebuild the relationship.
- buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: This method will access the target relationship and create a list of PKs of the target entities.
- buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
- buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
- buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
- buildRelationalDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildRelationalDescriptorDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildRelationExpressionDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildRelationshipQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildRelationshipQueryKeyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildRelationTableDefinition(ForeignReferenceMapping, RelationTableMechanism, DatabaseField, ContainerPolicy) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build relation table definitions for all many-to-many relationships in a EclipseLink descriptor.
- buildRelationTableFields(ForeignReferenceMapping, TableDefinition, List<DatabaseField>, List<DatabaseField>) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build field definitions and foreign key constraints for all many-to-many relation table.
- buildRelationTableSourceAndTargetRow(Object, Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Create a row that contains source relation fields with values extracted from the source object and target relation fields with values extracted from the target object.
- buildRelationTableSourceAndTargetRow(AbstractRecord, Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Create a row that contains source relation fields with values extracted from the source row and target relation fields with values extracted from the target object.
- buildRelationTableSourceRow(Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Create a row that contains source relation fields with values extracted from the source object.
- buildRelationTableSourceRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Create a row that contains source relation fields with values extracted from the source row.
- buildRelativePositionOrderingPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildRelativePositionOrderingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildRemoteCommandManagerConfig(RemoteCommandManagerConfig, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildRemoteCommandManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildRemoteValueHolderFor(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.sessions.remote.ReplaceValueHoldersIterator
-
build a properly initialized remote value holder
- buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Build and return a new element based on the change set.
- buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Build and return a recently-removed element based on the change set.
- buildReplicationPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: replication-partitioning
- buildReportItemDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReportQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
- buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
-
Builds the report query response.
- buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
- buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
- buildReportQuerySelectStatement(boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement containing the fields in the table.
- buildReportQuerySelectStatement(boolean, boolean, Expression, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Customary inheritance expression is required for DeleteAllQuery and UpdateAllQuery preparation.
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- buildResponse(JPARSException) - Method in class org.eclipse.persistence.jpa.rs.exceptions.AbstractExceptionMapper
- buildResult(ReportQuery, AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL: Create an array of attribute values (converted from raw field values using the mapping).
- buildResultDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildResultForStoredFunction(ArgumentType, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build and return a Result instance based on a given ProcedureType and return type name.
- buildResultRecords(ResultSet) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build the given result set into a list objects.
- buildResultSetMappingNameQuery(List<String>, StoredProcedureCall) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
- buildResultSetMappingNameQuery(List<String>, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
- buildResultSetMappingQuery(List<SQLResultSetMapping>, StoredProcedureCall) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call.
- buildResultSetMappingQuery(List<SQLResultSetMapping>, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call.
- buildResultVariableInOrderByVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
- buildResultVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename a result variable.
- buildResultVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename a result variable. - buildResultVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildReturningFieldInfoDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReturningFieldInfoDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildReturningPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildReturnInsertDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: return-insert
- buildRMIIIOPTransportManagerConfig(RMIIIOPTransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Left this in for now since in the future we may add more IIOP specific configurations?
- buildRMIIIOPTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildRMIRegistryNamingServiceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildRMITransportManagerConfig(RMITransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildRMITransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildRootObjectExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
- buildRoundRobinPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: round-robin-partitioning
- buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
INTERNAL: Build a database row from the record returned from the interaction.
- buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
Build a database row from the record returned from the interaction.
- buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
Build a database row from the record returned from the interaction.
- buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Build a database row from the record returned from the interaction.
- buildRow(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
INTERNAL: Allow the platform to handle record to row conversion.
- buildRow(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.INTERNAL: Allow the platform to handle record to row conversion.
- buildRow(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
INTERNAL: Allow the platform to handle record to row conversion.
- buildRow(Object, AbstractSession, DatabaseField, XMLRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Build the nested row into the parent dom.
- buildRow(Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of an object.
- buildRow(XMLRecord, Object, CoreAbstractSession, MARSHALLER, XPathFragment) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- buildRow(XMLRecord, Object, CoreAbstractSession, Marshaller, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- buildRow(XMLRecord, Object, CoreAbstractSession, XMLMarshaller, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- buildRow(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- buildRow(AbstractRecord, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- buildRow(AbstractRecord, Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of an object.
- buildRow(AbstractRecord, Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- buildRowForShallowInsert(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object for update.
- buildRowForShallowInsert(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object for update.
- buildRowForTranslation(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of an object.
- buildRowForUpdate(AbstractRecord, WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build into the row representation of the object for update.
- buildRowForUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object for update.
- buildRowForUpdateAfterShallowInsert(Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object that contains only the fields nullified by shallow insert.
- buildRowForUpdateAfterShallowInsert(AbstractRecord, Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object that contains only the fields nullified by shallow insert.
- buildRowForUpdateBeforeShallowDelete(Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object that contains only the fields nullified by shallow insert, with all values set to null.
- buildRowForUpdateBeforeShallowDelete(AbstractRecord, Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object that contains only the fields nullified by shallow insert, with all values set to null.
- buildRowForUpdateWithChangeSet(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object for update.
- buildRowForWhereClause(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of an object.
- buildRowFromPrimaryKeyValues(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row from the primary key values.
- buildRowFromStructure(Struct) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build a row representation from the ADT structure field array.
- buildRows(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Build a collection of database rows from the Record returned from the interaction.
- buildRows(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Build a collection of database rows from the Record returned from the interaction.
- buildRows(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to handle record to row conversion.
- buildRows(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.Allow the platform to handle record to row conversion.
- buildRows(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
Allow the platform to handle record to row conversion.
- buildRowWithChangeSet(AbstractRecord, ObjectChangeSet, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of an object.
- buildSchema(NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Build the schema
- buildSchema(NamingConventionTransformer) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildSchemaComponentsForXPath(XPathFragment, Sequence, HashMap<String, Schema>, Schema, SchemaModelGeneratorProperties) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
This method will build element/complexType/sequence components for a given XPath, and return the sequence that the target element of the mapping should be added to.
- buildScrollableCursorPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildSecondaryTableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: table
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates the expression representing the select clause of this select statement.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates the state object representing the
SELECT
clause. - buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
- buildSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSelectedFieldsLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildSelectionCriteria() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
- buildSelectionCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
- buildSelectionCriteria(boolean, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Build the selection criteria for this mapping.
- buildSelectionCriteria(String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
- buildSelectionCriteria(String, String, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
-
Creates a new
Expression
that represents the given selection criteria. - buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Internal: In the case of EJBQL, an expression needs to be generated.
- buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
-
Internal: In the case of EJBQL, an expression needs to be generated, and the query populated.
- buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
-
INTERNAL: In the case of EJBQL or query by example, an expression needs to be generated.
- buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: In the case of EJBQL, an expression needs to be generated.
- buildSelectionCriteriaAndAddFieldsToQueryInternal(ForeignReferenceMapping, Expression, boolean, boolean) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Build the selection criteria to join the source, relation, and target tables.
- buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Certain key mappings favor different types of selection query.
- buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Certain key mappings favor different types of selection query.
- buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL: Depending on the MapKeyMapping, a different selection query may be required to retrieve the map when the map is based on a DirectCollectionMapping
- buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Certain key mappings favor different types of selection query.
- buildSelectionQueryForDirectCollectionMapping() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This Certain key mappings favor different types of selection query.
- buildSelectionQueryForDirectCollectionMapping() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Certain key mappings favor different types of selection query.
- buildSelectItemBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildSelectQuery() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
-
Support sequencing through sequence file.
- buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
INTERNAL:
- buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.TableSequence
- buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
INTERNAL:
- buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Returns query used to read back the value generated by Identity.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.H2Platform
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Returns query used to read back the value generated by Identity.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL: Build the identity query for native sequencing.
- buildSelectQueryForIdentity(String, Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Returns query used to read back the value generated by Identity.
- buildSelectQueryForIdentity(String, Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Though Oracle doesn't support identity it could be imitated, see comment to setSupportsIdentity method.
- buildSelectQueryForSequenceObject() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.H2Platform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.MariaDBPlatform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the db and returns it.
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the database and returns it.
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Produce a DataReadQuery which updates(!) the sequence number in the DB and returns it.
- buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the db and returns it.
- buildSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildSelectStatementForDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate select statement to perform a does exist check
- buildSelectString1() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
-
INTERNAL:
- buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
- buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the validator that will semantically validate the JPQL query.
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
- buildSequence(SequenceConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Builds a Sequence from the given SequenceConfig.
- buildSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSequenceDefinition(Sequence) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- buildSequenceDefinitions() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
INTERNAL: Build the sequence definitions.
- buildSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildSequenceGeneratorDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: sequence-generator
- buildSequenceObjectAlterIncrementWriter(Writer, String, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Returns sql used to alter sequence object's increment in the database.
- buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Returns sql used to create sequence object in the database.
- buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL: Returns sql used to create sequence object in the database.
- buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL: HSQL requires START WITH first.
- buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.platform.database.MariaDBPlatform
-
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
- buildSequenceObjectDeletionWriter(Writer, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Returns sql used to delete sequence object from the database.
- buildSequenceObjectDeletionWriter(Writer, String) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL: Derby supports sequence objects as of 10.6.1.
- buildSequenceObjectDeletionWriter(Writer, String) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL: Returns sql used to delete sequence object from the database.
- buildSequencingConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSerializedConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: type-converter
- buildSerializedObjectConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildSerializedObjectPolicyDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: SerializedObjectPolicy
- buildServerLogConfig(ServerLogConfig, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildServerLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildServerPlatformConfig(ServerPlatformConfig, DatabaseSessionImpl) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build the appropriate server platform
- buildServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildServerPlatformConfigDescriptorFor(Class<?>) - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildServerSessionConfig(ServerSessionConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Builds a server server from the given ServerSessionConfig.
- buildServerSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildService() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
- buildService(XRServiceModel) - Method in class org.eclipse.persistence.internal.dbws.ProviderHelper
- buildService(XRServiceModel) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
- buildServiceDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildSession(SessionConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Build the correct session based on the session config type
- buildSessionBrokerConfig(SessionBrokerConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Builds a session broker from the given SessionBrokerConfig.
- buildSessionBrokerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSessionConfigs(SessionConfigs, ClassLoader) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: To build EclipseLink sessions, users must call this method with a SessionConfigs object returned from an OX read in the
XMLSessionConfigLoader
. - buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigToplinkProject
- buildSessionEventManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildSessionLog(LogConfig, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildSessionNameSuffixFromConnectionProperties(Map) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- buildSessions() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
-
INTERNAL:
- buildSessionsXML(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Build the sessions xml file.
- buildSessionsXML(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.GlassfishPackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.JBossPackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.JDevPackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.WeblogicPackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.WebSpherePackager
- buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Builds a shallow original object.
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Builds a shallow original object.
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL: Builds a shallow original object.
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Builds a shallow original object.
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Builds a shallow original object.
- buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Builds a shallow original object.
- buildSimple(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
- buildSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildSimpleGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimpleHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimplePLSQLTypeWrapperDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildSimpleRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildSimpleSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimpleSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimpleSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildSimpleType(Descriptor, Schema, boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Create and return a SimpleType for a given XMLDescriptor.
- buildSimpleWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSimpleXMLFormatDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
- buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
-
Builds the single entity response.
- buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
- buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
- buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
-
Builds the single result query response.
- buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
- buildSizeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return false as a shallow clone is returned, not a new instance.
- buildsNewInstance() - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Return if this copy policy creates a new instance, vs a clone.
- buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
- buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
- buildSortedCollectionContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildSortedCollectionContainerPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildSortedFields(Vector<DatabaseField>, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Return the field sorted in the correct order corresponding to the result set.
- buildSql - Variable in class org.eclipse.persistence.tools.dbws.ModelWithBuildSql
- buildSQLCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildSQLDatabaseQuery(Class<?>, String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a ReadAllQuery from a class and sql string.
- buildSQLDatabaseQuery(Class<?>, String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a ReadAllQuery for class and sql string.
- buildSQLDatabaseQuery(String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a DataReadQuery from a sql string.
- buildSQLDatabaseQuery(String, String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a ResultSetMappingQuery from a sql result set mapping name and sql string.
- buildSQLDatabaseQuery(String, String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a ResultSetMappingQuery from a sql result set mapping name and sql string.
- buildSQLDatabaseQuery(String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
-
Build a DataReadQuery from a sql string.
- buildSQLOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildSqlQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildSqlResultSetMappingDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: sql-result-set-mapping
- buildSqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildSrcDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildStateFieldPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildStateFieldResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver
for the given state field path expression. - buildStatementsForDeleteAllForTempTables() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Build SQLStatements for delete all using temporary table.
- buildStatementsForUpdateAllForTempTables(DatabaseTable, HashMap, List<DatabaseField>) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
- buildStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
-
Creates the actual state object based on the information this builder gathered.
- buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the
StateObject
representation of the JPQL fragment to manipulate. - buildStateObject(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Parses the given JPQL fragment using the given JPQL query BNF.
- buildStateObject(AbstractFromClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
- buildStateObject(AbstractIdentificationVariableDeclarationStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
- buildStateObject(CaseExpressionStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
- buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
- buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
- buildStateObject(SelectClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
- buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
- buildStateObject(StateObject, CharSequence, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a
StateObject
representation of the given JPQL fragment. - buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObject(P, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
- buildStateObject(S, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
- buildStateObject(S, Expression) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IBuilder
-
Creates the
StateObject
representation of the givenExpression
. - buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates the builder that creates the
StateObject
for eachExpression
. - buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- buildStateObjectBuilder(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- buildStateObjectBuilder(UpdateItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
- buildStateObjectImp(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Visits the given
Expression
and returned itsStateObject
. - buildStateObjects(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Parses the given JPQL fragment using the given JPQL query BNF.
- buildStoredFunctionCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredFunctionQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildStoredProcedureArgumentDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredProcedureArgumentDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildStoredProcedureCallDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredProcedureInOutArgumentsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredProcedureOutArgumentsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredProcedureOutCursorArgumentsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildStoredProcedureParameterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: procedure-parameter
- buildStoredProcedureQuery(Class<?>, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ReadAllQuery from a class and stored procedure call.
- buildStoredProcedureQuery(String, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
- buildStoredProcedureQuery(StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Build a DataReadQuery with the stored procedure call given.
- buildStoredProcedureQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildStringExpression(char) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
Expression
wrapping the given character value. - buildStringExpression(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
Expression
wrapping the given string value. - buildStringLiteral(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- buildStructConverterConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildStructConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: struct-converter
- buildStructDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: struct
- buildStructureDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: structure
- buildStructureFromRow(AbstractRecord, AbstractSession, Connection) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL: Build a ADT structure from the row data.
- buildStructureMapping(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Builds a StructureMapping based on a given attributeName, fieldName and reference class name.
- buildStructureMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildSubqueryAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSubqueryFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- buildSubquerySelectItemCalculator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that checks if the visited expression is a subquery or not..
- buildSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildSubstringExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildSumFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildSunCORBATransportManagerConfig(SunCORBATransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Builds a Sun CORBA transport manager with the given remote command manager
- buildSunCORBATransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL: Return a TableDefinition
- buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL: Return a TableDefinition specifying sequence table.
- buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
INTERNAL: Return a TableDefinition specifying a unary sequence table.
- buildTableDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: table
- buildTableExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- buildTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildTableGeneratorDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: table-generator
- buildTableMethod(TableDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
- buildTableOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
- buildTables(Connection, String, String) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTables(Connection, String, String, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTables(Connection, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTables(Connection, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTableSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildTableSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTarget(PLSQLargument) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- buildTargetInterfaces(Class<?>, Collection) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Build a list of all the interfaces and super interfaces for a given class.
- buildTemplateInsertRow(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row of all of the fields used for insertion.
- buildTemplateInsertRow(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Build and return a "template" database row with all the fields set to null.
- buildTemplateInsertRow(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
- buildTemplateUpdateRow(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build the row representation of the object for update.
- buildTemporalDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: temporal
- buildTenantDiscriminatorColumnDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: tenant-discriminator-column
- buildTenantTableDiscriminatorDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: tenant-table-discriminator
- buildTextEdit(int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Creates a new
TextEdit
for the given refactoring information. - buildTextNode(String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
- buildThreadCursoredResult(DatabaseCall, ResultSet, Statement, ResultSetMetaData, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
This allows for the rows to be fetched concurrently to the objects being built.
- buildTimeOfDayDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: time-of-day
- buildTIMESTAMPTZ(Calendar, Connection, boolean) - Static method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper
-
This conversion required the use of the literal string to get the same functionality as the native SQL to_timestamp() approach.
- buildTimestmapLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTimeToLiveCacheInvalidationPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildToBigDecimalVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToBigIntegerVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToBlobVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToBooleanVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToByteArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToByteObjectArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToByteVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToCalendarVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToCharacterArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToCharacterVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToCharArrayVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToClobVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToDateVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToDoubleVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToFloatVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToIntegerVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToLongVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToNClobVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- buildToNStringCharVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- buildToNumberVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- buildToShortVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToStringVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToTimestampVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToTIMESTAMPVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- buildToTimeVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildToUtilDateVec() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
- buildTransformationDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: transformation
- buildTransformationMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.FieldTransformation
- buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.MethodBasedFieldTransformation
- buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- buildTransformerBasedFieldTransformationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTransformerBasedFieldTransformationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildTransientDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: transient
- buildTransparentIndirectionPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTransportManager(TransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildTrimExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildTripleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.MathFunctionResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
- buildTypeConversionConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTypeConversionConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildTypeConverterDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: type-converter
- buildTypedAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTypedAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.MathFunctionResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Resolves the
ITypeDeclaration
of the property handled by thisResolver
. - buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
- buildTypedField(String) - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildTypedField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTypeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildTypeForJDBCType(int, int, int) - Static method in class org.eclipse.persistence.tools.dbws.Util
-
Return a DatabaseType instance for a given JDCBType.
- buildTypeMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTypes(Connection, String, String) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTypes(Connection, String, String, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTypes(Connection, List<String>, List<String>) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTypes(Connection, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- buildTypesafeEnumConverterDescriptor(Class<?>) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildTypesList(List<OperationModel>) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
-
Uses a custom visitor to traverse each procedure/function argument and build a list of required Types.
- buildTypesList(List<OperationModel>) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
-
Builds a list of type instances based on procedure/function arguments.
- buildUnaryTableSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildUnaryTableSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildUnderDBWS() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildUnionClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildUnionPartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: union-partitioning
- buildUniqueConstraintCreationWriter(AbstractSession, UniqueKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the alter table statement to add the constraints.
- buildUniqueConstraintDeletionWriter(AbstractSession, UniqueKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Return the alter table statement to drop the constraints.
- buildUniqueConstraintDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: unique-constraint
- buildUniqueKeyConstraint(String, List<String>, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- buildUniqueKeyConstraintName(String, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Return unique key constraint name built from the table name and sequence number with the specified maximum length.
- buildUnitofWorkCloneForPartObject(Object, Object, Object, Integer, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Require for cloning, the part must be cloned.
- buildUnknownExpression(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates an
Expression
that contains a malformed expression. - buildUpdateAllStatement(DatabaseTable, HashMap, SQLCall, SQLSelectStatement, Collection) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- buildUpdateAllStatementForOracleAnonymousBlock(HashMap, HashMap) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- buildUpdateClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildUpdateDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
- buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: This method must be included in any locking policy.
- buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
-
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
- buildUpdateExpression(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Build and return the expression to use as the where clause to an update object.
- buildUpdateItemCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildUpdateObjectQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildUpdateQuery() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
-
Support sequencing through sequence file.
- buildUpdateQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- buildUpdateQuery() - Method in class org.eclipse.persistence.sequencing.TableSequence
- buildUpdateQuery(String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- buildUpdateQuery(String, Number) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- buildUpdateStatement(DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Return the appropriate update statement
- buildUpdateStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildUpdateString1() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- buildUpdateString2() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- buildUpperExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildUserDefinedTransportManagerConfig(UserDefinedTransportManagerConfig, RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL:
- buildUserDefinedTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildUuidGeneratorDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: uuid-generator
- buildValueExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildValuePartitionDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: value-partition
- buildValuePartitioningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: value-partitioning
- buildValueReadQueryDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildValuesAsQMarksFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
-
Append list of values as list of question marks from descriptor class to provided
StringBuilder
. - buildValuesAsQMarksFromMappings(StringBuilder, Collection<DatabaseMapping>, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
-
Append list of values as list of question marks from descriptor class to provided
StringBuilder
. - buildVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL query and will rename an identification variable.
- buildVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject
representation of the JPQL query and will rename an identification variable. - buildVariableOneToOneDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: variable-one-to-one
- buildVariableOneToOneMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildVectorFromMapElements(Map<?, T>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Create a new Vector containing all of the map elements.
- buildVersionDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: version
- buildVersionLockingPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildViewSelectStatement(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Build a select statement for all subclasses on the view using the same selection criteria as the query.
- buildVisitParentVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildVPDCreationFunctionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Sub classes should override.
- buildVPDCreationFunctionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- buildVPDCreationPolicyWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Sub classes should override.
- buildVPDCreationPolicyWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- buildVPDDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Sub classes should override.
- buildVPDDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- buildWebInfDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildWhenClauseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- buildWhenClauseConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildWhenCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Creates a new
CollectionExpression
that will wrap the singleWHEN
expression. - buildWhereClauseDeleteStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildWhereClauseUpdateStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildWithinInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
By default use the buildClone.
- buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Clone through the workingCopyClone method, or if not specified the clone method.
- buildWorkingCopyClone(Object, Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Return a shallow clone of the object for usage with the unit of work working copy.
- buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
- buildWorkingCopyCloneFromRow(ObjectBuildingQuery, JoinedAttributeManager, AbstractRecord, UnitOfWorkImpl, Object, CacheKey) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Builds a working copy clone directly from the database row.
- buildWorkingCopyCloneFromRow(DataRecord, ObjectBuildingQuery, Object, UnitOfWork) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
By default create a new instance.
- buildWorkingCopyCloneFromRow(DataRecord, ObjectBuildingQuery, Object, UnitOfWork) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Create a new instance, unless a workingCopyClone method is specified, then build a new instance and clone it.
- buildWorkingCopyCloneFromRow(DataRecord, ObjectBuildingQuery, Object, UnitOfWork) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Return an instance with the primary key set from the row, used for building a working copy during a unit of work transactional read.
- buildWorkingCopyCloneNormally(ObjectBuildingQuery, AbstractRecord, UnitOfWorkImpl, Object, CacheKey, ClassDescriptor, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
buildWorkingCopyCloneFromRow is an alternative to this which is the normal behavior.
- buildWrapperCacheKeyForAggregate(CacheKey, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Wrap the aggregate represented by this mapping in a cachekey so it can be processed my methods down the stack.
- buildWriteConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildWriteTransformerDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
-
INTERNAL: XSD: write-transformer
- buildWSDL(OutputStream, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- buildWSDL(OutputStream, NamingConventionTransformer) - Method in interface org.eclipse.persistence.tools.dbws.DBWSBuilderHelper
- buildWSDLDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
- buildXMLAnyAttributeMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLAnyAttributeMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLAnyCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLAnyCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLAnyCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLAnyObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLAnyObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLAnyObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLBinaryDataCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
- buildXMLBinaryDataMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
- buildXMLBinderPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildXMLBinderPolicyDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLChoiceCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLChoiceCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLChoiceFieldToClassAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLChoiceFieldToClassAssociationDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLChoiceObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLCollectionReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLCollectionReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLCompositeCollectionMapping(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeCollectionMapping based on a given reference class name.
- buildXMLCompositeCollectionMapping(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeCollectionMapping based on a given attribute name, xpath, and reference class.
- buildXMLCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLCompositeDirectCollectionMapping(String, String, Class<?>) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeDirectCollectionMapping based on a given attribute name, xpath, and attribute element class.
- buildXMLCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLCompositeObjectMapping(String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeObjectMapping based on given attribute and reference class names.
- buildXMLCompositeObjectMapping(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build an XMLCompositeObjectMapping based on given attribute and reference class names.
- buildXMLCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLConversionPairDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLDirectMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLFileSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildXMLFileSequenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLFragmentCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
- buildXMLFragmentCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLFragmentCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLFragmentMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
- buildXMLFragmentMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLInteractionDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
- buildXMLListConverterDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
- buildXMLLoginConfig(XMLLoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Wrapped by the getLogin() call, therefore, config can't be null at this point.
- buildXMLLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
- buildXMLLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- buildXMLLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXMLLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLObjectReferenceMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- buildXmlQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildXmlQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- buildXMLRoot(Node, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
Convenience method that builds an XMLRoot wrapping a given object.
- buildXMLRootForText(Node, QName, XMLConverter, AbstractSession, DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
Convenience method that takes a given node and checks the first child for TEXT_NODE.
- buildXMLSchemaClassPathReferenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLSchemaFileReferenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLSchemaReferenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLSchemaURLReferenceDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLTransformationMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXMLUnionFieldDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
- buildXRRowSetModelDescriptor() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatProject
- buildZeroPrefix(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Build a numerical string with leading 0s.
- buildZeroPrefixAndTruncTrailZeros(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Build a numerical string with leading 0s and truncate trailing zeros.
- buildZeroPrefixWithoutSign(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Build a numerical string with leading 0s.
- builtTimestampLtz(Connection) - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- bulk - Static variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- bulkUpdateListOrderFieldQuery - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- BypassChildCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
-
Creates a new
BypassChildCollectionExpressionVisitor
. - bypassCompound - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
- bypassDefaultNullValueCheck - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PERF: Avoid default null value conversion check if not default null value set in conversion manager.
- BypassParentSubExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
-
Creates a new
BypassParentSubExpressionVisitor
. - BYTE - Static variable in class org.eclipse.persistence.asm.Type
- BYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- BYTE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
byte
type. - BYTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- BYTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- BYTE_ARRAY_BINDING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- BYTE_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- BYTE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- BYTE_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
byte
type. - ByteArrayDataSource - Class in org.eclipse.persistence.internal.oxm
-
INTERNAL:
- ByteArrayDataSource(byte[], String) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
- ByteArrayException - Exception Class in org.eclipse.persistence.internal.eis.cobol
-
This is for exceptions encountered while extracting or inserting data in byte arrays.
- ByteArrayException() - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.ByteArrayException
- ByteArrayException(String) - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.ByteArrayException
- ByteArrayException(String, Exception) - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.ByteArrayException
- ByteArraySource - Class in org.eclipse.persistence.internal.oxm
-
INTERNAL:
- ByteArraySource(byte[]) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
- ByteArraySource(byte[], String) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
- ByteArraySource(ByteArrayDataSource) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
- ByteConverter - Class in org.eclipse.persistence.internal.eis.cobol.helper
-
Purpose: This class handles all the byte <-> string conversions.
- ByteConverter() - Constructor for class org.eclipse.persistence.internal.eis.cobol.helper.ByteConverter
-
Default constructor
- ByteConverter(FieldMetaData, byte[]) - Constructor for class org.eclipse.persistence.internal.eis.cobol.helper.ByteConverter
-
constructor that accepts FieldMetaData and record data, this is the preferred constructor
- byteFromInt(int) - Static method in class org.eclipse.persistence.internal.eis.cobol.helper.Helper
-
takes a int an returns a byte
- byteFromString(String) - Static method in class org.eclipse.persistence.internal.eis.cobol.helper.Helper
- BYTEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- ByteObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ByteObjectWrapperImpl
-
Default constructor.
- BYTES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- Bytes_hexBunaryWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.Bytes_hexBunaryWrapperImpl
-
Default constructor.
- BytesWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BytesWrapperImpl
-
Default constructor.
- byteType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Byte}.
- byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- ByteVector - Class in org.eclipse.persistence.internal.libraries.asm
-
A dynamically extensible vector of bytes.
- ByteVector() - Constructor for class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Constructs a new
ByteVector
with a default initial capacity. - ByteVector(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Constructs a new
ByteVector
with the given initial capacity. - ByteWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ByteWrapperImpl
-
Default constructor.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ClassReader.readByte(int)
and the other read methods instead. This field will eventually be deleted.