A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

aboutToDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is deleted from the database.
AboutToDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
aboutToInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before a new object is inserted to the database.
AboutToInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
aboutToUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is updated in the database.
AboutToUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
abs() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
abs(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
abs(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ABS(x).
abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression ABS(x).
abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression ABS(x).
Abs - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ABS'.
ABSENT_NODE - org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
 
ABSENT_NODE - org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
 
ABSENT_NODE - org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
Do not write out anything (default optional policy behavior).
AbsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
AbsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Creates a new AbsExpression.
AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AbsExpressionFactory creates a new AbsExpression when the portion of the query to parse starts with ABS.
AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
Creates a new AbsExpressionFactory.
absExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to calculate the IType based on the type of the ABS expression.
AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
Creates a new AbsFunctionResolver.
absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the given row number in the result set
absOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
Disable binding support.
ABSTRACT_SCHEMA_NAME - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the abstract schema name only.
AbstractActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
AbstractActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Creates a new AbstractActualJPQLQueryFormatter.
AbstractActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Creates a new AbstractActualJPQLQueryFormatter.
AbstractAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
 
AbstractCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
This abstract implementation of ICaseExpressionStateObjectBuilder adds support for creating a CASE expression.
AbstractCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
Creates a new AbstractCaseExpressionStateObjectBuilder.
AbstractCollectionValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
 
AbstractColumnMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: Maps an attribute or some other property to the corresponding database field type.
AbstractColumnMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
Default constructor.
AbstractCompositeCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
Define an embedded collection of objects.
AbstractCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Default constructor.
AbstractCompositeDirectCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
AbstractCompositeDirectCollectionMapping consolidates the behavior of mappings that map collections of "native" data objects (e.g.
AbstractCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Default constructor.
AbstractCompositeObjectMapping - Class in org.eclipse.persistence.mappings.foundation
Chunks of data from non-relational data sources can have an embedded component objects.
AbstractCompositeObjectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Default constructor.
AbstractConditionalClause - Class in org.eclipse.persistence.jpa.jpql.parser
Conditional expressions are composed of other conditional expressions, comparison operations, logical operations, path expressions that evaluate to boolean values, boolean literals, and boolean input parameters.
AbstractConditionalClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Creates a new AbstractConditionalClause.
AbstractConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
AbstractConditionalClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Conditional expressions are composed of other conditional expressions, comparison operations, logical operations, path expressions that evaluate to boolean values, boolean literals, and boolean input parameters.
AbstractConditionalClauseStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Creates a new AbstractConditionalClauseStateObject.
AbstractConditionalClauseStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Creates a new AbstractConditionalClauseStateObject.
AbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract implementation of IConditionalExpressionStateObjectBuilder that supports the creation of the conditional expression based on the JPQL grammar defined in JPA 2.0.
AbstractConditionalExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates a new AbstractStateObjectBuilder.
AbstractConditionalStateObjectBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder wraps another builder and delegates the calls to it.
AbstractConditionalStateObjectBuilderWrapper(IConditionalExpressionStateObjectBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new AbstractConditionalStateObjectBuilderWrapper.
AbstractContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
The visitor provides support for finding the possible proposals within a JPQL query at a certain position.
AbstractContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Creates a new AbstractContentAssistVisitor.
AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper<T extends Expression> - Class in org.eclipse.persistence.jpa.jpql.tools
This helper handles adding proposals within a conditional expression that might be parsed as a single expression or has a collection of expression, which means the fragment is either incomplete or invalid.
AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper<T extends AbstractSelectClause> - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor retrieves the permitted type from the path expression's parent.
AbstractContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor scans the visited Expression and determines if a JPQL identifier can be added ("appended") when the position of the cursor is at the end of the expression.
AbstractContentAssistVisitor.AppendableType - Enum in org.eclipse.persistence.jpa.jpql.tools
This is used to determine how AbstractContentAssistVisitor.AppendableExpressionVisitor should perform the check.
AbstractContentAssistVisitor.CollectionExpressionHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
This helper is used to determine how to add proposals within a collection of expressions.
AbstractContentAssistVisitor.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor retrieves the CollectionExpression if it is visited.
AbstractContentAssistVisitor.CollectionMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.ConcatExpressionCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.ConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helpers handles adding proposals for AbstractConditionalClause.
AbstractContentAssistVisitor.ConstrutorCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.DefaultMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of AbstractContentAssistVisitor.MappingCollector, which simply returns an empty collection.
AbstractContentAssistVisitor.DeleteClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.DeleteClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.DifferentComparisonFilter - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.EncapsulatedExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
This builder populates a QueryPosition by traversing the valid portion of the JPQL query.
AbstractContentAssistVisitor.EnumVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor determines whether a path expression can be resolved as a fully qualified enum type and an enum constant.
AbstractContentAssistVisitor.FilteringMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
This AbstractContentAssistVisitor.MappingCollector returns the possible mappings (non-collection type or collection type) from a managed type.
AbstractContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.GroupByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.GroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.HavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.IdentificationVariableType - Enum in org.eclipse.persistence.jpa.jpql.tools
The various ways of retrieving identification variables from the declaration expression.
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor is used when a clause or a compound expression was parsed with a collection of expressions representing an invalid fragment.
AbstractContentAssistVisitor.InvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor determines if the visited Expression is one of the two that represents an invalid expression.
AbstractContentAssistVisitor.JoinCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.MappingCollector - Interface in org.eclipse.persistence.jpa.jpql.tools
A collector is responsible to retrieve the possible proposals by using the mappings that can complete a path expression.
AbstractContentAssistVisitor.MappingFilterBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor is responsible to create the right Filter based on the type of the Expression.
AbstractContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.jpql.tools
This Filter is responsible to filter out the mappings that can't have their type assignable to the one passed in.
AbstractContentAssistVisitor.NotExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.OrderByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.PropertyMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.ResultVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleSelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.StatementHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
This helper helps to add JPQL identifiers for the clauses that make up a query statement and also chains the clauses within the query.
AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor determines if an Expression is in a subquery.
AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.UpdateClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.UpdateItemCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.VisitParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor is meant to adjust the corrections stack when traversing an Expression in order to increase the list of valid proposals.
AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helpers handles adding proposals for WhenClause.
AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.WhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.WithinInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
AbstractCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
AbstractDirectMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: Maps an attribute to the corresponding database field type.
AbstractDirectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Default constructor.
AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression takes care of parsing an expression that encapsulates two expressions separated by a comma.
AbstractDoubleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Creates a new AbstractDoubleEncapsulatedExpression.
AbstractDoubleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
AbstractDoubleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject represents a JPQL expression that has a JPQL identifier followed by two an encapsulated expression with parenthesis, the two expression are separated by a comma.
AbstractDoubleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
AbstractDoubleEncapsulatedExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
AbstractDoubleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract implementation of EclipseLinkExpressionVisitor.
AbstractEclipseLinkExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
AbstractEclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor calculates the type of an input parameter.
AbstractEclipseLinkParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Creates a new AbstractEclipseLinkParameterTypeVisitor.
AbstractEclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Creates a new AbstractEclipseLinkSelectExpressionStateObjectBuilder.
AbstractEclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.
AbstractEclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Creates a new AbstractEclipseLinkSemanticValidator.
AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the clause owning the visited Expression.
AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator - Class in org.eclipse.persistence.jpa.jpql
 
AbstractEclipseLinkSemanticValidator.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
Creates a new AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder.
AbstractEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of EclipseLinkStateObjectVisitor, which implements all the methods but does nothing.
AbstractEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkStateObjectVisitor
 
AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given Expression.
AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This EclipseLinkExpressionVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
 
AbstractEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression handles parsing the identifier followed by an expression encapsulated within parenthesis.
AbstractEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Creates a new AbstractEncapsulatedExpression.
AbstractEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression handles parsing the identifier followed by an expression encapsulated within parenthesis.
AbstractEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
Creates a new AbstractEncapsulatedExpressionStateObject.
AbstractEntityResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for entity resource.
AbstractEntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
AbstractExceptionMapper - Class in org.eclipse.persistence.jpa.rs.exceptions
 
AbstractExceptionMapper() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.AbstractExceptionMapper
 
AbstractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This is the abstract definition of all the parts used to create the tree hierarchy representing the parsed JPQL query.
AbstractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Creates a new AbstractExpression.
AbstractExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Creates a new AbstractExpression.
AbstractExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract definition of ExpressionVisitor, which implements all the methods but does nothing.
AbstractExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
AbstractFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
AbstractFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Creates a new AbstractFromClause.
AbstractFromClause_IdentificationVariableDeclarationEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_IdentificationVariableDeclarationIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_InvalidFirstIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_MissingIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_WrongOrderOfIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
AbstractFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the abstract definition of a FROM clause, which is either the FROM clause of the query or of a sub-query expression.
AbstractFromClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Creates a new AbstractFromClauseStateObject.
AbstractGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating it against the provided JPQL grammar.
AbstractGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Creates a new AbstractGrammarValidator.
AbstractGrammarValidator.AbstractCollectionValidator - Class in org.eclipse.persistence.jpa.jpql
This validate is responsible to validate the collection of Expressions: Making sure they are all separated by a comma or by a space (depending on which one is required); Making sure it does not end with a comma; There is no empty expression between two commas.
AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T extends AbstractDoubleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
 
AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper<T extends AbstractEncapsulatedExpression> - Interface in org.eclipse.persistence.jpa.jpql
The root helper that validates any AbstractEncapsulatedExpression.
AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T extends AbstractSingleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
The abstract implementation of AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper which implements some of the methods since the behavior is the same for all subclasses of AbstractSingleEncapsulatedExpression.
AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
 
AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the CollectionExpression if it is visited.
AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
This validator validates a CollectionExpression by making sure each item is separated by a comma.
AbstractGrammarValidator.CollectionSeparatedBySpaceValidator - Class in org.eclipse.persistence.jpa.jpql
This validator validates a CollectionExpression by making sure each item is not separated by a comma.
AbstractGrammarValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractGrammarValidator.DateTimeVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractGrammarValidator.NullExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor checks to see if the visited expression is NullExpression.
AbstractGroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
AbstractHavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
AbstractIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Creates a new AbstractIdentificationVariableDeclarationStateObject.
AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Creates a new AbstractIdentificationVariableDeclarationStateObject.
AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract definition of a JPQLGrammar.
AbstractJPQLGrammar() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Creates a new AbstractJPQLGrammar.
AbstractJPQLGrammar(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Creates a new AbstractJPQLGrammar.
AbstractJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An abstract implementation of IJPQLQueryBuilder that parses a JPQL query or any JPQL fragments and creates the StateObject representation by delegating the creation to an instance of BasicStateObjectBuilder.
AbstractJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a new AbstractJPQLQueryBuilder.
AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of a IJPQLQueryFormatter, which converts an StateObject into its string representation that can be used as a real JPQL query.
AbstractJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Creates a new AbstractJPQLQueryFormatter.
AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: AbstractJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. AbstractJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query.
AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractListHolderStateObject<T extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstraction definition of a StateObject that holds onto a list of children, the methods defined in ListHolderStateObject are automatically handled here.
AbstractListHolderStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractListHolderStateObject(StateObject, List<? extends T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractListHolderStateObject(StateObject, T...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This factory is responsible to return the right literal expression.
AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
Creates a new AbstractLiteralExpressionFactory.
AbstractMarshallerImpl - Class in javax.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractModifyClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractModifyClauseStateObject(AbstractModifyStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Creates a new UpdateClauseStateObject.
AbstractModifyStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of a modify statement.
AbstractModifyStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Creates a new AbstractModifyStatementStateObject.
AbstractNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractNewValueStateObjectBuilder(UpdateItemStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
Creates a new AbstractNewValueStateObjectBuilder.
AbstractNullPolicy - Class in org.eclipse.persistence.oxm.mappings.nullpolicy
PUBLIC: Description: This node null policy allows for the handling of various representations of null in XML documents.
AbstractNullPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
AbstractOrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
An ordering clause allows the objects or values that are returned by the query to be ordered.
AbstractOrderByClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Creates a new AbstractOrderByClause.
AbstractPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
AbstractPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpression_InvalidIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
AbstractPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Creates a new AbstractPathExpressionStateObject.
AbstractPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Creates a new AbstractPathExpressionStateObject.
AbstractPathResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve a single path of a path expression (state field path expression, singled valued object field, or a collection-valued path expression).
AbstractPathResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Creates a new AbstractPathResolver.
AbstractPersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for persistent unit resources.
AbstractPersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
 
AbstractPersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources.common
 
AbstractPersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
 
AbstractQuery<T> - Interface in javax.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
AbstractQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for query resource.
AbstractQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
 
AbstractRangeDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of a range declaration, which is used to navigate to a "root" object.
AbstractRangeDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Creates a new AbstractRangeDeclaration.
AbstractRangeDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
AbstractRangeVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
AbstractRangeVariableDeclarationStateObject(AbstractModifyClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new AbstractRangeVariableDeclarationStateObject.
AbstractRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
The abstract definition of a refactoring
AbstractRefactoringTool(CharSequence, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Creates a new BasicRefactoringTool.
AbstractRenamer() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
Creates a new AbstractRenamer.
AbstractResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for all resources.
AbstractResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
AbstractScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
This abstract definition of a builder provides the support for creating expressions defined by a scalar expression.
AbstractScalarExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new AbstractScalarExpressionStateObjectBuilder.
AbstractSchemaName - Class in org.eclipse.persistence.jpa.jpql.parser
An abstract schema name designates the abstract schema type over which the query ranges.
AbstractSchemaName(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Creates a new AbstractSchemaName.
AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an abstract schema name.
AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
Creates a new AbstractSchemaNameBNF.
AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.jpql.parser
AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
Creates a new AbstractSchemaNameFactory.
AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An abstract schema name designates the abstract schema type over which the query ranges.
AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible abstract schema types.
abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the collection of possible abstract schema types.
AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
The SELECT clause denotes the query result.
AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Creates a new SelectClause.
AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
AbstractSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the abstract definition of a SELECT clause, which is either the SELECT clause of the top-level query or of a subquery.
AbstractSelectClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Creates a new AbstractSelectClauseStateObject.
AbstractSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Creates a new AbstractSelectExpressionStateObjectBuilder.
AbstractSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
A query is an operation that retrieves data from one or more tables or views.
AbstractSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Creates a new AbstractSelectStatement.
AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
AbstractSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the select statement, which has at least a SELECT clause and a FROM clause.
AbstractSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Creates a new AbstractSelectStatementStateObject.
AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid, i.e. based on the information contained in the JPA application.
AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Creates a new AbstractSemanticValidator.
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is meant to retrieve an CollectionValuedPathExpression if the visited Expression is that object.
AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor compares the left and right expressions of a comparison expression and gathers information about those expressions if they are an identification variable or a path expression.
AbstractSemanticValidator.FirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.InItemsVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.PathType - Enum in org.eclipse.persistence.jpa.jpql
This enumeration allows AbstractSemanticValidator.validateStateFieldPathExpression( StateFieldPathExpression, PathType) to validate the type of the mapping and to make sure it is allowed based on its location.
AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is meant to retrieve an AbstractSemanticValidator.StateFieldPathExpressionVisitor if the visited Expression is that object.
AbstractSemanticValidator.SubqueryFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSerializer - Class in org.eclipse.persistence.sessions.serializers
Abstract Serializer class.
AbstractSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.AbstractSerializer
 
AbstractSessionLog - Class in org.eclipse.persistence.logging
Represents the abstract log that implements all the generic logging functions.
AbstractSessionLog() - Constructor for class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Create a new AbstractSessionLog
AbstractSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract implementation of ISimpleSelectExpressionStateObjectBuilder that supports the creation of the select expression based on the JPQL grammar defined in JPA 2.0.
AbstractSimpleSelectExpressionStateObjectBuilder(AbstractSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
Creates a new AbstractSimpleSelectExpressionStateObjectBuilder.
AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression handles parsing a JPQL identifier followed by an expression encapsulated within parenthesis.
AbstractSingleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Creates a new EncapsulatedExpression.
AbstractSingleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
 
AbstractSingleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject represents a JPQL expression that has a JPQL identifier followed by an encapsulated expression with parenthesis.
AbstractSingleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
AbstractSingleEncapsulatedExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
AbstractSingleEncapsulatedExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
AbstractSingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for all single result query resources.
AbstractSingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource
 
AbstractStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of a StateObject.
AbstractStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Creates a new AbstractStateObject.
AbstractStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of a builder of a StateObject hierarchy based on a JPQL fragment that is manually created.
AbstractStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
Creates a new AbstractStateObjectBuilder.
AbstractStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of StateObjectVisitor, which implements all the methods but does nothing.
AbstractStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
AbstractSynchronizationListener - Class in org.eclipse.persistence.transaction
Purpose: Abstract Synchronization Listener class Description: This abstract class is paired with the AbstractTransactionController class.
AbstractSynchronizationListener() - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL:
AbstractSynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL:
AbstractTransactionController - Class in org.eclipse.persistence.transaction
Purpose: Abstract implementation of an ExternalTransactionController.
AbstractTransactionController() - Constructor for class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return a new controller.
AbstractTransformationMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
AbstractTransformationMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Default constructor.
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given Expression.
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
 
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
 
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
 
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
 
AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression takes care of parsing an expression that encapsulates three expressions separated by a comma.
AbstractTripleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Creates a new AbstractTripleEncapsulatedExpression.
AbstractTripleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
AbstractTripleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object takes care of parsing an expression that encapsulates three expressions separated by a comma.
AbstractTripleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
AbstractTripleEncapsulatedExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
AbstractTripleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
AbstractValidator - Class in org.eclipse.persistence.jpa.jpql
The abstract definition of a validator, which provides helper methods and visitors.
AbstractValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator
Creates a new AbstractValidator.
AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is responsible to traverse the children of a CollectionExpression in order to properly validate the Expression.
AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is responsible to traverse the parent hierarchy and to skip SubExpression if it's a parent.
AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor gathers the children of a CollectionExpression or a single visited Expression.
AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
This visitor validates any Expression by checking its BNF against some BNFs.
AbstractValidator.NestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the clause owning the visited Expression.
AbstractValidator.OwningStatementVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the statement owning the visited Expression.
AbstractValidator.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the statement owning the visited Expression.
AbstractWhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits the child Expression at the given position by the given visitor.
accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
Determines whether the specified object is "accepted" by the filter.
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
accept(FacetVisitor<R, P>, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.Facet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
 
accept(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
Determines whether the specified object is "accepted" by the filter.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
Visits this Expression by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Visits this StateObject by the given visitor.
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
Visits this managed type with the given visitor.
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
Visits this managed type with the given visitor.
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
Visits this managed type with the given visitor.
accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Visits this managed type with the given visitor.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
Determines whether the specified object is "accepted" by the filter.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
Determines whether the specified object is "accepted" by the filter.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
Determines whether the specified object is "accepted" by the filter.
accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Determines whether the specified object is "accepted" by the filter.
accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
Determines whether the specified object is "accepted" by the filter.
AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
 
AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AcceptableTypeVisitor
 
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Visits the children of this Expression.
acceptUnknownVisitor(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The given ExpressionVisitor needs to visit this class but it is defined by a third- party provider.
acceptUnknownVisitor(ExpressionVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The given ExpressionVisitor needs to visit this class but it is defined by a third- party provider.
acceptUnknownVisitor(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
The given StateObjectVisitor needs to visit this class but it is defined by a third-party provider.
acceptUnknownVisitor(StateObjectVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
The given StateObjectVisitor needs to visit this class but it is defined by a third-party provider.
Access - Annotation Type in javax.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
AccessMethods - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
accessor - Variable in class org.eclipse.persistence.eis.EISMappedRecord
 
accessor - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
accessors - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Connection to use for database access, required for server session connection pooling.
accessorTree - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
A list of AttributeAccessors in order of access from root to leaf to arrive at current AggregateDescriptor.
AccessPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Microsoft Access specific behavior.
AccessPlatform() - Constructor for class org.eclipse.persistence.platform.database.AccessPlatform
 
AccessType - Enum in javax.persistence
Used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
acos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
acos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Acos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
acquire() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquire(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireAccessor(String, ServerSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Return an accessor from the pool.
acquireClientConnection(ClientSession) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Allocate the client's connection resource.
acquireClientSession() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(String) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(String, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Login) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(Login) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Login, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a session broker that behaves as a client session broker.
acquireClientSessionBroker(Map<String, ConnectionPolicy>, Map) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a session broker that behaves as a client session broker.
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Wait until a connection is available and allocate the connection for the client.
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: When we acquire a connection from an ExternalConnectionPool we build a new connection (retrieve it from the external pool).
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ReadConnectionPool
INTERNAL: Wait until a connection is available and allocate the connection for the client.
acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the deferred lock.
acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a deferred lock on the object.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.
acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object.
acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object, if not already locked.
acquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to lock, this will also turn refreshCache on.
acquireLocksWithoutWaiting() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to lock without waiting (blocking), this will also turn refreshCache on.
acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object, if not already locked.
acquireNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a read lock on the object.
acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a read lock on the object, if not already locked.
acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a repeatable write unit of work for this session.
acquireSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Returns the Session active for this specified helper.
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.jboss.JBossTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform.
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.oc4j.Oc4jTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
 
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform.
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a unit of work for this session broker.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(ReferenceMode) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
activeLockAlreadyTransitioned(Thread) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
activeUnitOfWorkThreadLocal - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
PERF: Cache the active uow in a thread local.
ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_METHOD_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_NOT_LOADED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
adapterClassCouldNotBeInstantiated(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get a new instance of the adapter class.
adapterClassMethodsCouldNotBeAccessed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get the declared methods from the adapter class.
adapterClassNotLoaded(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The adapter class set on XMLJavaTypeConverter could not be loaded.
adapters - Variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
add() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
add(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
At the specified index, add the specified element to the original list.
add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
 
add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Add the specified element to the original list.
add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Add the specified object to the original list.
add(E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(E) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
add(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Add is not support for scrollable cursors.
add(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
add(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Add the field-value pair to the document.
add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Add the field-value pair to the document.
add(AbstractContentAssistVisitor, Declaration, Expression) - Method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Adds the identification variables defined in the given Declaration.
add(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x + y.
add(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
Adds the given StateObject to the stack for future use, which will be removed from the stack to complete the creation of another StateObject.
add(FieldResult) - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL: This method is used to support mapping multiple fields, fields are concatenated/added to one fieldResult.
add(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
add(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x + y.
add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x + y.
Add - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ADD - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
 
ADD_ARGS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
addAbstractQueryKey(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method should only be used for interface descriptors.
addAddedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an added change set.
addAddedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an added change set.
addAdditionalField(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
addAdditionalField(DatabaseField) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAggregateCollectionMappingLines(NonreflectiveMethodDefinition, String, AggregateCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addAggregateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given JPQL identifier as a valid proposal if its role is IdentifierRole.AGGREGATE and the beginning starts with the current word.
addAggregateIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.AGGREGATE and the beginning starts with the current word.
addAggregateIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.AGGREGATE and the beginning starts with the current word.
addAggregateObjectMapping(String, DynamicType, boolean) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a AggregateObjectMapping (Embeddable in JPA) to the DynamicTypeBuilder.entityType being built or extended.
addAggregateObjectMappingLines(NonreflectiveMethodDefinition, String, AggregateObjectMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addAggregateOrderBy(String, String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in ascending or descending order.
addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add an alias for the descriptor.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
addAll(T, E[]) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items contained in the array.
addAll(T, Iterable<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items contained in the Iterable.
addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items returned by the given Iterator.
addAllObjectsForAbstractClass(Class, AbstractSession, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForAbstractClass(Class, Session, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForClass(Class, List) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class.
addAlternate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'alternate' link.
addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the argument to the interaction for the index argument.
addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName.
addArgument(String, Class) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, Class, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, Class, DatabaseQuery.ParameterType) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add the argument named argumentName.
addArgument(String, Class, DatabaseQuery.ParameterType, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add the argument named argumentName.
addArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgumentByTypeName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add an argument to the query, but do not resolve the class yet.
addArgumentsNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
addArgumentValue(Object) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the argument to the interaction for the index argument.
addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValue.
addArgumentValue(String, Object) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the value name to be input for it.
addArgumentValues(List) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValues to the query.
addArithmeticIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers which correspond to the arithmetic operators as valid proposals.
addArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Makes sure the AS identifier is used.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Makes sure the AS identifier is specified.
addAscendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Provide ascending order support for this direct collection mapping.
addAscendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in ascending order
addAscendingOrdering(String) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Order the query results by the object's attribute or query key name.
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(AbstractOrderByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(ConcatExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(ConstructorExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(DeleteClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(Expression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(GroupByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(SelectClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(UpdateClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Adds the proposals because the cursor is at the end of the child at the given position.
addAttribute() - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
 
addAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute from the reference class to be included in the result.
addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add an attribute and the corresponding list of AttributeGroups.
addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttribute(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Add the attribute with joining.
addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttribute(Expression) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Method to add an expression to be used to return the parameter that is then passed into the constructor method.
addAttributeGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
Adds the attribute group to this descriptor.
addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing the key of an attribute of type Map on the path to what needs to be included in the AttributeGroup.
addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
 
addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Add an AttributeNode attribute to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAttributes(Collection<String>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a set of attributes to the group.
addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
addAverage(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result.
addAverage(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result and return it as the specified resultType.
addAverage(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result.
addAverage(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result and return it as the specified resultType.
addBasic() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addBasic() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addBasic() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addBatchReadAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the foreign-reference mapped attribute to be optimized in this query.
addBatchReadAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the foreign-reference mapped attribute to be optimized in this query.
addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addCacheIndex(String...) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheIndex(CacheIndex) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheIndex(DatabaseField[]) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheInvalidationPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a store procedure or SQL query.
addCanonical(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'canonical' link.
addCanonical(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'canonical' link.
addCascadeLockingPolicy(CascadeLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the cascade locking policy to all children that have a relationship to this descriptor either by inheritance or by encapsulation/aggregation.
addChangedMapKeyChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an changed key change set.
addChangeListener(ChangeListener) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DescriptorBasedDatabaseEventListener
 
addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Caches the given Resolver.
addChild(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds to the given query BNF a child BNF.
addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds to the given query BNF a child BNF.
addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add child descriptor to the parent descriptor.
addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Add child descriptor to the parent descriptor.
addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Adds the children of this StateObject to the given list.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Adds the children of this StateObject to the given list.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Adds the children of this AbstractExpression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Adds the children of this AbstractExpression to the given collection.
addChildTableJoinExpression(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: childrenTablesJoinExpressions, childrenTables, allTables and childrenJoinExpression are created simultaneously and kept in sync.
addChildTableJoinExpressionToAllParents(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: call addChildTableJoinExpression on all parents
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using the default DynamicClassWriter.
addClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using a copy of default DynamicClassWriter but specifying a different parent class.
addClass(String, EclipseLinkClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using the provided DynamicClassWriter.
addClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Add a class indicator for the root classes subclass.
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Add a type indicator conversion to this mapping.
addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
addClassIndicatorFieldToInsertRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(ABSTRACT_RECORD) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorTypeToParent(Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Post initialize the child descriptors
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Add the class name reference by class name, used by the MW.
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add the class name reference by class name, used by the MW.
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Add indicators by classname.
addClasspath(Path) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Add the dependent classpath in order to load classes from the specified input jar.
addClassToClassLoader(JavaClass, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
addClauseIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given JPQL identifier as a valid proposal if its role is IdentifierRole.CLAUSE and the beginning starts with the current word.
addClauseIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.CLAUSE and the beginning starts with the current word.
addClauseIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.CLAUSE and the beginning starts with the current word.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addCMPPolicyLines(NonreflectiveMethodDefinition, CMPPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new collection declaration to the FROM clause.
addCollectionToMain(int, int, Collection) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addColumn() - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.CacheIndex
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.UniqueConstraint
 
addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.ConstructorResult
 
addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addColumnResult(ColumnResult) - Method in class org.eclipse.persistence.queries.ConstructorResult
Add a column result to this constructor result.
addComparisonIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers which correspond to the comparison operators as valid proposals.
addCompositeIdentifier(String, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the composite JPQL identifier by following the given rules: If the word is empty and the offset is -1, then use the rule used by AbstractContentAssistVisitor.addIdentifier(String); Otherwise checks the ending of the JPQL query with a portion of the identifier from the entire length of the identifier to the given offset by cutting off the trailing characters.
addCompoundIdentifier(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given JPQL identifier as a valid proposal if its role is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
addCompoundIdentifiers(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
PUBLIC: Add the connection pool name to the list of pools to rotate queries through.
addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
PUBLIC: Add the connection pool name to the list of pools to rotate queries through.
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ReplicationPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
 
addConnectionPool(String, Login, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Add the connection pool.
addConnectionPool(String, Login, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Add the connection pool.
addConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Connection are pooled to share and restrict the number of database connections.
addConnectionPool(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Connection are pooled to share and restrict the number of database connections.
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: Add a remote Connection to a remote service.
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Add a remote Connection to a remote service.
addConstraintDependencies(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstraintDependency(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstructorReportItem(ConstructorReportItem) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add a ConstructorReportItem to this query's set of return values.
addConstructorResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Add an entry for both an XML Conversion and a Java Conversion entry
addConversionValue() - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
addConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: A type conversion value is a two-way mapping from the database to the object.
addConversionValueStrings(String, String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Add a converter to be applied to a mapping of the aggregate descriptor.
addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
Add a converter to be applied to a mapping of the aggregate descriptor.
addConverter(Converter, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addConverterClass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addConverterLines(NonreflectiveMethodDefinition, String, Converter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCount() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result.
addCount(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCreate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'create' link.
addDataResults(AbstractRecord) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Add the row to the set of data results.
addDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
addDate() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Adds to a date the specified addition number as the specified interval unit and returns the resulting date.
Builds Symfoware equivalent to addDate(unit, number).
Symfoware: ADD_DATE(date, number, unit)
addDate(String, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, return an expression that adds to a date based on the specified datePart.
addDate(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, return an expression that adds to a date based on the specified datePart.
AddDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Adds the given Declaration at the end of the list.
addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for default listeners.
addDefaultReadOnlyClass(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the read-only class which apply to each UnitOfWork created by default.
addDelete(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'delete' link.
addDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Manually adds the delete clause to this delete statement.
addDeleteStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a DELETE statement.
addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDescendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Provide descending order support for this direct collection mapping.
addDescendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in descending order.
addDescendingOrdering(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Order the query results by the object's attribute or query key name.
addDescribedBy(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'describedBy' link.
addDescribes(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'describes' link.
addDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.sessions.CoreProject
 
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a descriptor to a session broker, you must add it to its session.
addDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptor to the session.
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the descriptor to the project.
addDescriptor(ClassDescriptor, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Used by the BuilderInterface when reading a Project from INI files.
addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
 
addDescriptorPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addDescriptors(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptors to the session.
addDescriptors(Collection, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Add the descriptors to the session.
addDescriptors(Vector) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add descriptors to a session broker, you must add them to its session.
addDescriptors(Project) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a project to a session broker, you must add it to its session.
addDescriptors(Project) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptors to the session from the Project.
addDescriptors(Project, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Merge the descriptors from another project into this one.
addDirectCollectionMapping(String, String, String, Class<?>, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a DirectCollectionMapping to the DynamicTypeBuilder.entityType being built or extended.
addDirectCollectionMappingLines(NonreflectiveMethodDefinition, String, DirectCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addDirectMapMappingLines(NonreflectiveMethodDefinition, String, DirectMapMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addDirectMapping(String, Class<?>, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Allows DirectToFieldMapping (@Basic) mapping to be added to a dynamic type through API.
addDirectMapping(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a direct to field mapping to the receiver.
addDirectMapping(String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Add a direct mapping to the receiver.
addDirectMapping(String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a direct mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a direct to field mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Add a direct to node mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a direct to node mapping to the receiver.
addDirectMappingForEnum(String, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
addDirectQueryKey(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
addDiscriminatorClass() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addDistinctSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addDynamicClasses(DynamicClassLoader, String, DynamicType) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Register a DynamicClassWriter with the provided DynamicClassLoader so that a dynamic class can be generated when needed.
addDynamicXMLMetadataSources(List<Object>, AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
This method is used to help construct a JAXBContext from an existing EntityManagerFactory.
ADDED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having new items inserted.
addElement(E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEmbeddable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEndFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
addEntities() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the entities as possible content assist proposals but will be filtered using the current word.
addEntities(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the entities as possible content assist proposals but will be filtered using the current word and the entity's type will have to be assignable from the given IType.
addEntity() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given IEntity as a possible abstract schema type.
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
addEntityListenerEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for lifecycle callback events defined on an entity listener class.
addEntityListenerHolder(SerializableDescriptorEventHolder) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
addEntityResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addEnum(String, Object...) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
addEnum(String, String, String, DynamicClassLoader) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
addEnumConstant(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given enum constant as a valid proposal.
addEnumConstant(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the constants of the given enum constant as a valid proposal.
addEnumConstants(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the constants of the given enum type as valid proposals if the beginning starts with the given word.
addEnumLiteral(String) - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
addEnumTypeInfo(JavaClass, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addEventManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addExecute(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'execute' link.
addExpressionFactoryIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that were registered with the ExpressionFactory with the given unique identifier.
addExpressionFactoryIdentifiers(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that were registered with the given ExpressionFactory.
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
addFacet(Facet) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
addFailoverConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Add the connection pool to used if this pool database goes down.
addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Add a named fetch group to the descriptor
addFetchGroupLines(NonreflectiveMethodDefinition, FetchGroup, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addFetchGroupManagerLine(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addField() - Method in interface org.eclipse.persistence.jpa.config.OracleObject
 
addField() - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
 
addField(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
 
addField(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
PUBLIC: Add the field to the index.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type, default sizes are used.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the type to a nested type.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type to a nested type.
addField(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
addField(DatabaseField, boolean, boolean, boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
addField(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addFieldForInsert(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForUpdate(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldLines(FieldDefinition, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
addFieldName(String) - Method in class org.eclipse.persistence.descriptors.CacheIndex
PUBLIC: Add the database column name to the cache index.
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field name in the source table.
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Add a field name translation that maps from a field name in the source table to a field name in the aggregate descriptor.
addFieldOnDatabase(AbstractSession, FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table to add the field to the table.
addFieldOrdering(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Order the fields in a specific Add the field ordering, this will order the fields in the order this method is called.
addFieldResult() - Method in interface org.eclipse.persistence.jpa.config.EntityResult
 
addFieldResult(FieldResult) - Method in class org.eclipse.persistence.queries.EntityResult
 
addFields(ClassWriter, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Allow subclasses to add additional state to the dynamic entity.
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query.
addFieldsForMapKey(AbstractRecord) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMappedKeyMapContainerPolicy(ContainerPolicy, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
The ContainerPolicy may contain some additional fields that should be added to the table
addFieldsToParent(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Recursively adds fields to all the parents
addFieldsToRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add the tenant discriminator fields to the row.
addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
addFieldToMain(int, int, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addFieldTransformation(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the name of field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTransformation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the name of field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTransformer(DatabaseField, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTransformerClassName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field in the source table.
addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Add a field translation that maps from a field in the source table to a field name in the aggregate descriptor.
addFieldTranslation(DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addFieldTranslations(Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field name in the source table.
addFilteredMappings(IManagedType, List<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
 
addFind(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'find' link.
addForeignKeyConstraint(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyConstraint(TableDefinition, TableDefinition, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Add a foreign key constraint to the source table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Allow subclass to define a foreign key in the source's table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldNameForMultipleTable(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldToSourceTargetTable(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignKeyFieldToSourceTargetTable(OneToOneMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignKeyLines(ForeignKeyConstraint, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
addForeignMappingFkConstraint(Map<DatabaseField, DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
addForeignQueryKeyName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
addForeignReferenceMappingLines(NonreflectiveMethodDefinition, String, ForeignReferenceMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addFunctionIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given JPQL identifier as a valid proposal if its role is IdentifierRole.FUNCTION and the beginning starts with the current word.
addFunctionIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.FUNCTION and the beginning starts with the current word.
addFunctionIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers for which their role is FUNCTION by determining the JPQLQueryBNF that represents the fragment for which the given Expression was parsed.
addFunctionIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.FUNCTION and the beginning starts with the current word.
addFunctionItem(String, Expression, String) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the function against the attribute expression to be included in the result.
addGlobalElements(Map<QName, ElementDeclaration>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the GROUP BY clause.
addGroupByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the GROUP BY clause and parses the given JPQL fragment.
addGroupByItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addGrouping(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to the group by expressions.
addGrouping(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute expression to the group by expressions.
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: If an XPathNode does not have an associated NodeValue then add it to the MarshalRecord as a grouping element.
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
INTERNAL: Adds the list of groups as to the item
addHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the HAVING clause.
addHavingClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the HAVING clause and parses the given JPQL fragment.
addHistoryPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, HistoryPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, DirectCollectionMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, ManyToManyMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryTableName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addHistoryTableName(String, String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addId() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addId() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addId() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given identification variable as a valid proposal.
addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given identification variable as a proposal.
addIdentificationVariable(IdentificationVariable, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
addIdentificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds all the identification variables defined in the current query's FROM clause.
addIdentificationVariables(Expression, AbstractContentAssistVisitor.IdentificationVariableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the possible identification variables as valid proposals but filter them based on the given type.
addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given identifier as a proposal if it passes the checks.
addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given JPQL identifier as a proposal.
addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds the given JPQL identifier to this factory.
addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds the given JPQL identifier to this factory.
addIdentifier(AbstractDoubleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(AbstractFromClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(AbstractOrderByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(AbstractTripleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(ConcatExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(ConstructorExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(DeleteClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(GroupByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(IdentificationVariableDeclaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(UpdateClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifier(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Adds the given JPQL identifier as a valid proposal.
addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds the given JPQL identifiers to this factory.
addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds the given JPQL identifiers to this factory.
addIdentityField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addIdentityField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addIndex() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.Table
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
addIndex(IndexDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add an index to the table.
addInheritanceLines(NonreflectiveMethodDefinition, InheritancePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addInnerJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new INNER JOIN expression to this declaration.
addInnerJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new INNER JOIN FETCH expression to this declaration.
addInOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addInOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addInterfaceLines(NonreflectiveMethodDefinition, InterfacePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addInternalClauseProposals(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalClauseProposals(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
Adds the JPQL identifier of the internal clause being scanned by this helper.
addInternalException(Object) - Method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Add an internal Exception to the collection of internal Exceptions
addInternalListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
addInverseJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(Object) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Adds the item.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given expression as a select item.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Add the expression value to be included in the result.
addItem(String, Expression, List) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Adds the given item as a child to the given list.
addItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a select item.
addItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds the given StateObject as a child of this one.
addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
Adds the item.
addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
Adds the item.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a child of this one.
addItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given JPQL fragment as a select item.
addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a select item.
addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause with ASC.
addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause with DESC.
addItems(List<? extends String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Adds the given list of StateObjects as children of this one.
addItems(ListHolderStateObject<T>, List<T>, String, List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Adds the given items as children to the given list.
additional - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
additional - Variable in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
 
ADDITIONAL_CRITERIA_NOT_SUPPORTED_WITH_INHERITANCE_VIEWS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
additionalAggregateCollectionKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
used by aggregate descriptors to hold additional fields needed when they are stored in an AggregatateCollection These fields are generally foreign key fields that are required in addition to the fields in the descriptor's mappings to uniquely identify the Aggregate
additionalCriteria - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
AdditionalCriteria - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AdditionalCriteria - Annotation Type in org.eclipse.persistence.annotations
An additional criteria can be specified at the Entity or MappedSuperclass level.
additionalCriteriaNotSupportedWithInheritanceViews(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
additionalFields - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow for additional fields to be selected, used for m-m batch reading.
additionalHistoryExpression(Expression, Expression) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Add any temporal querying conditions to this object expression.
additionalHistoryExpression(Expression, Expression, Integer) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Add any temporal querying conditions to this object expression.
additionalJoinExpression - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
additionalTablePrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
additionalWritableMapKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
stores fields that are written by Map key mappings so they can be checked for multiple writable mappings
AdditionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
AdditionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
Creates a new AdditionExpression.
AdditionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AdditionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AdditionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_term
AdditionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
AdditionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
AdditionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
addJavaConversion(Class, QName) - Method in class org.eclipse.persistence.oxm.XMLField
Add a Java to XML Conversion pair entry
addJavaFieldToXmlEnumValuePair(boolean, String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJavaFieldToXmlEnumValuePair(String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Adds the given Join.
addJoinAssociationPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Adds the given segments to the end of the join association path expression.
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addJoinColumnsFkConstraint(List<DatabaseField>, List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join fetched in this query.
addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the attribute to be join fetched in this query.
addJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetch(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addJoinIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the join specification identifiers as proposals.
addJoinSelectionFields(Vector, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the joins.
addJPAQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed EJBQL queries.
addJPAQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Add a pre-defined not yet parsed JPQL String/query to the session to be parsed after descriptors are initialized.
addJPATablePerTenantQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed EJBQL queries to table per tenant entities.
addKeyGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addKeyGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addLeftIdentificationVariables(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the identification variables defined in the current query's FROM clause that are declared before the given Expression.
addLeftJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new LEFT JOIN expression to this declaration.
addLeftJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new LEFT JOIN FETCH expression to this declaration.
addLeftOuterJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new LEFT OUTER JOIN expression to this declaration.
addLeftOuterJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new LEFT OUTER JOIN FETCH expression to this declaration.
addLink(LinkV2) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
addListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Registers the given IListChangeListener for the specified list.
addListener(Map<String, List<T>>, Class<?>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given list for the specified name.
addListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: Listener objects can be registered with the event manager to be notified when an event occurs on any instance of the descriptor's class.
addListener(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Add the event listener to the session.
addListener(SESSION_EVENT_LISTENER) - Method in class org.eclipse.persistence.core.sessions.CoreSessionEventManager
PUBLIC: Add the event listener to the session.
addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder
 
addLiteralLabel(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
addLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
PUBLIC: Add a field name to lock on.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Add update fields for template row.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Add update fields for template row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method adds the lock value to the translation row of the passed in query. depending on the storage flag, the value is either retrieved from the cache of the object.
addLogger(String, String) - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Add Logger to the categoryloggers.
addLogicalIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the logical identifiers, which are AND and OR.
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addManyToManyMapping(String, DynamicType, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a ManyToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addManyToManyMappingLines(NonreflectiveMethodDefinition, String, ManyToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addMappedSuperclass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addMappedSuperclass(String, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: 266912: Add a descriptor to the Map of mappedSuperclass descriptors
addMapping(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given mapping (state field, association field or collection field) as a valid proposal.
addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a database mapping to the receiver.
addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add the mapping to the DynamicTypeBuilder.entityType's descriptor being built or extended.
addMappingLines(NonreflectiveMethodDefinition, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addMappings() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
addMappings(Collection<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given mappings (state fields, association fields or collection fields) as valid proposals.
addMappingsPostCalculateChanges(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require postCalculateChanges method to be called.
addMappingsPostCalculateChangesOnDeleted(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require mappingsPostCalculateChangesOnDeleted method to be called.
addMapsIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify a maps id mapping on a shared embeddable descriptor.
addMaximum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMaximum(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMaximum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMaximum(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMetamodelIdClassMapEntry(String, String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Add an IdClass entry to the map of ids for a particular owner This function is used exclusively by the Metamodel API.
addMethods(ClassWriter, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Allow subclasses to add additional methods to the dynamic entity.
addMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Add primary key and version attributes to the passed fetch group.
addMinimum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinimum(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinimum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinimum(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Makes sure the - sign is used.
addMonths() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
addMonths(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
addMonths(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
AddMonths - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
addMonthsOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Function, to add months to a date.
addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an moved change set.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider binary data for optimized binary storage as an attachment.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider MIME content data for optimized binary storage as an attachment.
addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addMtomAttachment(DataHandler, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addNamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inout argument to the stored procedure and the field/argument name to be substituted for it.
addNamedArgument(String, String, int, String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the value to be substitute for it.
addNamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
Add a named copy of the EntityGraph to the EntityManagerFactory.
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedPlsqlStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedPlsqlStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the createNamedQuery or createNamedStoredProcedureQuery method.
addNamedQueryLines(NonreflectiveMethodDefinition, DatabaseQuery, DescriptorQueryManager, int) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamespaceDeclaration(Element, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
addNestedFieldNameTranslation(String, String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldNameTranslations(String, Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFields that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a nested field translation that maps from a field in the source table to a field name in a nested aggregate descriptor.
addNestedFieldTranslation(String, DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addNestedFunctionsForArgument(List, PLSQLargument, DatabaseType, Set<DatabaseType>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Add the nested function string required for the type and its subtypes.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method provides client with access to add a new connection pool to a TopLink ServerSession.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method provides client with access to add a new connection pool to a EclipseLink ServerSession.
addNext(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'next' link.
addNonBindingOperator(ExpressionOperator) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not support the use of parameters in certain functions.
This adds the operator and disables binding support at the same time.
addNonFetchJoin(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the object expression to be joined in this query.
addNonFetchJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join in this query.
addNonFetchJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join in this query.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Makes sure the NOT identifier is specified.
addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addObjectTypeConverterLines(NonreflectiveMethodDefinition, String, ObjectTypeConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the OF identifier is specified.
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOneToManyMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a OneToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addOneToManyMappingLines(NonreflectiveMethodDefinition, String, OneToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOneToOneMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Allows OneToOneMapping (@OneToOne and @ManyToOne) mappings to be added to a dynamic type through API.
addOneToOneMappingLines(NonreflectiveMethodDefinition, String, OneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby requires that at least one argument be a known type
addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Add an operator to the user defined list of operators.
addOptimisticLockingLines(NonreflectiveMethodDefinition, OptimisticLockingPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOptionalArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Add the optional argument.
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addOrderBy(String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in descending or ascending order.
addOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the ORDER BY clause.
addOrderByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the ORDER BY clause and parses the given JPQL fragment, which should represent one or many ordering items.
addOrderByItem(String[], OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Adds the children of this AbstractExpression to the given list.
addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Adds the children of this AbstractExpression to the given list.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Adds the Expressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Adds the Expressions representing the encapsulated Expression.
addOrdering(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: Used this method to add custom ordering expressions when fetching the collection.
addOrdering(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Add the ordering expression.
addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addPackageLevelAdapterClass(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a bound type class to adapter class entry in the Map.
addPackageToNamespaceMapping(String, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/NamespaceInfo entry to the map.
addPackageToPackageInfoMapping(String, PackageInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addPackageToXmlElementNillable(String, XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/XmlElementNillable entry to the map.
addPackageToXmlNullPolicy(String, XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/XmlNullPolicy entry to the map.
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Add parent descriptor.
addParentInterface(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
PUBLIC: Add the parent Interface class.
addParentInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
addPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated.
since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated.
since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartition() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
addPartition() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Add the value partition.
addPartition(String, Comparable, Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartition(RangePartition) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the map of partitioning policies, keyed by name.
addPartitionName(String, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Add partition values by name (will be initialized at runtime with the real class loader).
addPattern(PatternFacet) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
addPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPlus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Makes sure the + sign is used.
addPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Adds the position of the cursor within the given Expression
addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addPreDeleteMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the mapping to be notified before deletion.
addPrev(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'prev' link.
addPrimaryKeyField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addPrimaryKeyField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Specify the primary key field of the descriptors table.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the primary key field of the descriptors table.
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Specify the primary key field.
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addPrimaryKeyJoinField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a primary key join column (secondary field).
addProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblem(Expression, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblem(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblem(Expression, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Adds to the given list the problems that were found with the current state of this StateObject, which means there are validation issues.
addProcedures(StoredProcedureDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
addProfile(Profile) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Array
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Id
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Structure
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Version
 
addProperty(String, Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a Property in the Map of Properties for this TypeInfo.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Registers the given IPropertyChangeListener for the specified property.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given IPropertyChangeListener for the specified property.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Registers the given IPropertyChangeListener for the specified property.
addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the descriptor queries with the given name
addQuery(String, DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Add the query to the session queries with the given name.
addQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the session queries
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addQueryKey(QueryKey) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
addQueryKeyLines(NonreflectiveMethodDefinition, QueryKey) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addQueryManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new range variable declaration.
addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds to this select statement a new range variable declaration.
addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.RangeDeclarationBuilder
addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleRangeDeclarationBuilder
addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds to this select statement a new range variable declaration.
addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds to this select statement a new range variable declaration.
addRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given identification variable as a proposal if it passes the checks.
addRangeIdentificationVariable(String, IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given range identification variable that is mapping the given abstract schema type.
addRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addRangeVariableDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Registers a range variable declaration that will be used when a JPQL fragment is parsed.
addReadOnlyClass(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
addReadOnlyClasses(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
addReferencedElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Add an ElementDeclaration to the list of referenced elements.
addReferenceKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the reference key field.
addReferenceKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the name of the reference key field.
addRelationTableSourceRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source object.
addRelationTableSourceRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source row.
addRelationTableTargetRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row target relation fields with values extracted from the target object.
addRemovedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an removed change set.
addRemovedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an removed change set.
addReplacePersistenceContext(PersistenceContext) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
 
addReplicationPartititioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addResult(SQLResult) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
 
addResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the result variables defined in the SELECT clause as valid proposals.
addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addRootElement(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a root element name for the Descriptor This value is stored in place of a table name
addRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSchemaComponents(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Adds the new type value to the list of types
addSecondaryTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addSelectedColumn() - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
 
addSelectionFieldsForJoinedExpression(List, boolean, Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the passed join expression.
addSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addSelectItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given expression as a select item.
addSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given expression as a select item.
addSelectItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addSelectStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addSelf(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'self' link.
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a sequence to a session broker, you must add it to its session.
addSequence(Sequence) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the sequence to the session.
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Add sequence corresponding to the name Don't use if the session is connected.
addSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSession(String, Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
ADVANCED: add an named session to the hashtable.
addSession(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.
addSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Add an named session to the hashtable.
addSkip() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
 
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceToTargetKeyFieldAssociation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
PUBLIC: Add a source-target xpath pair to the map.
addSourceToTargetKeyFieldAssociation(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
addSpecialOperation(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Allows operations other than Expression.equal to be used for comparisons.
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add a named SQLResultSetMapping to this project.
addSQLResultSetMappingName(String) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Add a SQLResultSetMapping that is used by this query to process the database results.
addStandardDeviation(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStandardDeviation(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStartFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Sets the name of the start field.
addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
addStatement(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a statement level query.
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addStructConverter(StructConverter) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Add a StructConverter
addStructure() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addStructure() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addStructure() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addSubclassSubgraph(Class<? extends T>) - Method in interface javax.persistence.EntityGraph
Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.
addSubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
 
addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Used to add a node of the graph that corresponds to a managed type.
addSubgraph(String, Class) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
Used to add a node of the graph that corresponds to a managed type with inheritance.
addSubgraph(String, Class) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Used to add a node of the graph that corresponds to a managed type with inheritance.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addSubstitutableElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Add an element to the list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
addSum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addSwaRefAttachment(byte[], int, int) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Add MIME data as an attachment and return attachment's content-id, cid.
addSwaRefAttachment(DataHandler) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addSwaRefAttachment(DataHandler) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table for the class of objects the receiver describes.
addTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add the table.
addTableDefinitions(Collection<TableDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add a set of tables.
addTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTargetField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Allow subclass to define a foreign key in the target's table.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Add the associated fields to the appropriate collections.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Define the target foreign key relationship in the Variable 1-1 mapping.
addTargetQuery - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
Query used to update a single target row setting its foreign key to point to the source.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Multitenant
 
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add a tenant discriminator field to the policy.
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL: Return all the tenant id fields.
addTextEdit(Expression, int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
Adds a new TextEdit with the given information.
addTextEdit(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
Adds a new TextEdit with the given information.
addTextEdit(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Adds the given TextEdit at the right position.
addTextEdits(Iterable<? extends TextEdit>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Adds the given collection of TextEdit objects.
addTheBeginningOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(AbstractOrderByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(ConcatExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(ConstructorExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(DeleteClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(Expression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(GroupByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(SelectClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(UpdateClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Adds the proposals because the cursor is at the beginning of the child Expression at the given position.
addTiming(String, long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
addToAttributeOnlyConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: An attribute only conversion value is a one-way mapping from the database to the object.
addToAttributeOnlyConversionValueStrings - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
addToAttributeOnlyConversionValueStrings(String, String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
addToCollectionChangeRecord(Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Add a new value and its change set to the collection change record.
addToConstructorItem - Variable in class org.eclipse.persistence.queries.ReportQuery
flag to allow items to be added to the last ConstructorReportItem
addToSchemaType(TypeInfo, List<Property>, TypeDefParticle, ComplexType, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addToTableDefinition(TableDefinition) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL:
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addTransformationMappingLines(NonreflectiveMethodDefinition, String, TransformationMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.
addTransient() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTransient() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTransient() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addTypeConversionConverterLines(NonreflectiveMethodDefinition, String, TypeConversionConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addUnamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index argument.
addUnamedArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
addUnionExpression(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Add the union expression to the query.
addUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.Table
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
addUniqueKeyConstraint(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(UniqueKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraints(TableDefinition, Map<String, List<List<String>>>) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addUnitOfWork(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Add a UnitOfWork object to the Hashtable keyed on the external transaction object.
addUnmappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addUnnamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addUpdate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'update' link.
addUpdate(String, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(String, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(Expression, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(Expression, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdateInternal(Object, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL:
addUpdateStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a UPDATE statement.
addUpdateStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a UPDATE statement.
addUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addValue(Object, boolean, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
addValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addValueToArray(JsonBuilderRecord.Level, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
addValueToArray(JsonRecord.Level, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
addValueToArray(T, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
addValueToObject(JsonBuilderRecord.Level, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
addValueToObject(JsonRecord.Level, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
addValueToObject(T, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
addVariable(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariable(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addVariableOneToOneMappingLines(NonreflectiveMethodDefinition, String, VariableOneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addVariance(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addVariance(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addVersion() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addVersion() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addVersion() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds a virtual space on the stack.
addWhenClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds a new WHEN clause.
addWhenClause(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds the given two StateObjects as the WHEN expression and the THEN expression of the new WHEN clause.
addWhenClause(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds the given two StateObjects as the WHEN expression and the THEN expression of the new WHEN clause.
addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Adds the WHERE clause.
addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the WHERE clause.
addWhereClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the WHERE clause and parses the given JPQL fragment.
addWriteConnection(String, Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Add the connection to the client session.
addWriteTransformer() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Invoked from a descriptor is not found.
addXMLConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Add an XML to Java Conversion pair entry
addXMLInteractionLines(NonreflectiveMethodDefinition, XMLInteraction, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addXmlKeyProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Add an XmlKey property to the list.
addXmlRegistry(String, XmlRegistry) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add an XmlRegistry to ObjectFactory class name pair to the map.
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
adjustMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Adjust the order of the tables in the multipleTableInsertOrder Vector according to the FK relationship if one (or more) were previously specified.
adm - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
AFTER_EJBCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbCreate but before ejbPostCreate
AFTER_EJBPOSTCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbPostCreate
afterCompletion(int) - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
INTERNAL: Called by the JTA transaction manager after the transaction is committed or rolled back.
afterCompletion(Object) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL: The method performs the logic that should be executed after the transaction has been completed.
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
afterIdentifier - 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 after it.
afterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the end of the result set, just after the last row.
afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
Callback method invoked after marshalling source to XML.
afterMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
afterTranslateCustomQuery(List, List<DatasourceCall.ParameterType>) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
afterTranslateCustomQueryUpdateParameter(DatabaseField, int, DatasourceCall.ParameterType, List, List<DatasourceCall.ParameterType>) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked after unmarshalling XML data into target.
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
AGGREGATE - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier aggregates two expressions together.
AGGREGATE - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AGGREGATE_COLLECTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AGGREGATE_OBJECT_CANNOT_BE_DELETED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the Public interface for the Aggregate Change Record.
AggregateCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the Public interface for the Aggregate Collection Change Record.
AggregateCollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.
AggregateCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Default constructor.
AggregateExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an aggregate expression.
AggregateExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
Creates a new AggregateExpressionBNF.
AggregateFunction - Class in org.eclipse.persistence.jpa.jpql.parser
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
AggregateFunction(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Creates a new AggregateFunction.
AggregateFunction_WrongClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AggregateFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
AggregateFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Creates a new AggregateFunctionStateObject.
AggregateFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Creates a new AggregateFunctionStateObject.
AggregateFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Creates a new AggregateStateObject.
AggregateFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Creates a new AggregateFunctionStateObject.
AggregateFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Creates a new AggregateStateObject.
aggregateKeyTable - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
 
AggregateMapping - Class in org.eclipse.persistence.mappings
Purpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateMapping
Default constructor.
aggregateObjectCannotBeDeletedOrWritten(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateObjectMapping - Class in org.eclipse.persistence.mappings
Purpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateObjectMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateObjectMapping
Default constructor.
AggregateOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
aggregateQueries - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow aggregate queries to be prepared and cached.
aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Map the name of a field in the aggregate collection descriptor to a field in the actual table specified in the mapping.
aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
322233 - changed to store the source DatabaseField to hold Case and other colunm info
alias - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
alias(String) - Method in interface javax.persistence.criteria.Selection
Assigns an alias to the selection item.
alias(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression for the alias.
aliasDescriptors - Variable in class org.eclipse.persistence.sessions.Project
Cache the EJBQL descriptor aliases.
aliasedViewTable - Variable in class org.eclipse.persistence.expressions.ExpressionBuilder
 
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Find the alias for a given table.
aliasResolutionException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
aliasResolutionException(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
all() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ALL operator.
all(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is used with a comparison expression.
all(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(List) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Vector) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
since 2.4 replaced by all(List)
all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
all(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression ALL(subquery).
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ALL(subquery).
all(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ALL(subquery).
all(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
All - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ALL - javax.persistence.CascadeType
Cascade all operations
ALL - javax.persistence.SharedCacheMode
All entities and entity-related state and data are cached.
ALL - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Retrieves all the identification variables declared in the declaration portion of the expression, which is either in the FROM clause of a SELECT query or DELETE query or in the UPDATE query.
ALL - org.eclipse.persistence.logging.LogCategory
 
ALL - org.eclipse.persistence.logging.LogLevel
Log everything.
ALL - Static variable in class org.eclipse.persistence.descriptors.ReturningPolicy
 
ALL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ALL'.
ALL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ALL_COLUMNS - org.eclipse.persistence.annotations.OptimisticLockingType
Using this type of locking policy compares every field in the table in the WHERE clause when doing an update or a delete.
ALL_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL_MODIFICATIONS - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
defer all modifications, inserts and deletes included (default)
allAggregateFieldsAreNull(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return whether all the aggregate fields in the specified row are NULL.
allChildClassIndicators - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
allFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AllFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
AllFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
PUBLIC: Create a new all fields locking policy.
allInternalOperators - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Contains internal defined operators meant as placeholders for platform operators
allNonPrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
 
allocateReadConnection() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return a read connection from the read pool.
allocationSize() - Method in annotation type javax.persistence.SequenceGenerator
(Optional) The amount to increment by when allocating sequence numbers from the sequence.
allocationSize() - Method in annotation type javax.persistence.TableGenerator
(Optional) The amount to increment by when allocating id numbers from the generator.
allOf(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Returns an expression equivalent to all of attributeName holding true for criteria.
allOperators - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
allOrAny(String, SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
AllOrAnyExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An ALL conditional expression is a predicate that is true if the comparison operation is true for all values in the result of the subquery or the result of the subquery is empty.
AllOrAnyExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Creates a new AllOrAnyExpression.
AllOrAnyExpression_All_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Any_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_NotPartOfComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Some_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an all or any expression.
AllOrAnyExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
Creates a new AllOrAnyExpressionBNF.
AllOrAnyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AllOrAnyExpressionFactory creates a new AllOrAnyExpression when the portion of the query to parse starts with ALL, ANY or SOME.
AllOrAnyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
Creates a new AndExpressionFactory.
allOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
AllOrAnyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An ALL conditional expression is a predicate that is true if the comparison operation is true for all values in the result of the subquery or the result of the subquery is empty.
AllOrAnyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
AllOrAnyExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
AllOrAnyExpressionStateObject(StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
allOrderedFields - Variable in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
 
ALLOW_CONVERT_RESULT_TO_BOOLEAN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.sql.allow-convert-result-to-boolean" property allows eclipselink to convert resultset values to boolean types.
ALLOW_NATIVE_SQL_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.allow-native-sql-queries" property specifies whether any user defined SQL is allowed within a persistence unit.
ALLOW_NATIVE_SQL_QUERY - Static variable in class org.eclipse.persistence.config.QueryHints
The "eclipselink.jdbc.allow-native-sql-query" property specifies whether a single native SQL query should override a persistence unit level setting (eclipselink.jdbc.allow-native-sql-queries).
ALLOW_NULL_MAX_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.allow-null-max-min" property configures if zero is considered a valid return value for MAX/MIN aggregate functions.
ALLOW_ZERO_ID - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
replaced by PersistenceUnitProperties.ID_VALIDATION property with value "NULL".
allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 does not allow stand alone, untyped parameter markers in select clause.
allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
 
allowConvertResultToBoolean - Variable in class org.eclipse.persistence.sessions.Project
 
allowConvertResultToBoolean() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if ResultSet values should be converted for this project.
allowExtendedCacheLogging - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows extended logging of JPA L2 cache or not.
allowExtendedCacheLogging() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if extended logging of JPA L2 cache usage is allowed on this project.
allowExtendedThreadLogging - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows extended thread logging or not.
allowExtendedThreadLogging() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if extended thread logging is allowed on this project.
allowExtendedThreadLoggingThreadDump - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows add to extended thread logging output thread stack trace or not.
allowExtendedThreadLoggingThreadDump() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if thread dumps will be added to extended thread logging.
allowNativeSQLQueries - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows native queries or not
allowNativeSQLQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if native sql is allowed on this project.
allowNativeSQLQuery - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Property used to override a persistence unit level that disallows native SQL queries.
allowNull() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: If all the fields in the database row for the aggregate object are NULL, then, by default, the mapping will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls).
allowNullResultMaxMin - Variable in class org.eclipse.persistence.sessions.Project
 
allowNullResultMaxMin() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if Max/Min functions should return Null for this project.
allowQueryResultsCacheValidation - Variable in class org.eclipse.persistence.queries.ReadQuery
Flag that allows query result cache validation or not.
allowQueryResultsCacheValidation - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows query result cache validation or not.
allowSQLDeferral - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows call deferral to be disabled
allowSQLDeferral() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if SQL calls can defer to EOT on this project.
allowsSizeInProcedureArguments() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
allowTablePerMultitenantDDLGeneration - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows DDL generation of table per tenant multitenant descriptors
allowTablePerMultitenantDDLGeneration() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if native sql is allowed on this project.
allQueries() - Method in annotation type org.eclipse.persistence.annotations.QueryRedirectors
This AllQueries Query Redirector will be applied to any executing object query that does not have a more precise redirector (like the ReadObjectQuery Redirector) or a redirector set directly on the query.
allSelectionFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
allsubclasses - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
This attribute is used to store all of the classes in this hierarchy keyed by type.
allTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ALPHABETICAL - javax.xml.bind.annotation.XmlAccessOrder
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).
ALPHABETICAL - org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
 
ALREADY_LOGGED_IN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
alreadyLoggedIn(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
alter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Execute the SQL required to alter sequence.
alterIncrement(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Execute the SQL required to alter sequence increment.
alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: By default does nothing.
alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Execute the SQL required to alter sequence increment.
alterSequence(SequenceDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition to alter sequence.
Always - org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
 
Always - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
The value causes creation of ExclusiveIsolatedClientSession in both isolated and non-isolated cases.
alwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Used to set the descriptor to always conform in any unit of work query.
alwaysIncludeAttribute(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Always considers the value for a particular attribute as meaningful in a query by example.
alwaysRefresh() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) Force all queries that go to the database to always refresh the cache.
alwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of true: it configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
alwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of true: it configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
amendmentClass - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
amendmentClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
amendmentMethodName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AMP - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
AMPERSAND_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for ampersand: &.
AN_EXCEPTION_OCCURRED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
and() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AND operator.
and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
and(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is the boolean logical combination of both expressions.
and(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x AND y.
and(Filter<T>...) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Creates a new ANDFilter that will "accept" any object that is accept by all of the specified filters.
and(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression x AND y.
and(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression x AND y.
And - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Logical operators
AND - javax.persistence.criteria.Predicate.BooleanOperator
 
AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AND'.
AndExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The AND logical operator chains multiple criteria together.
AndExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Creates a new AndExpression.
AndExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AndExpression creates a new AdditionExpression when the portion of the query to parse starts with AND.
AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
Creates a new AndExpressionFactory.
AndExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The AND logical operator chains multiple criteria together.
AndExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
This filter will "accept" any object that is accept by both of the specified wrapped filters.
AndFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Creates a new AndFilter that will "accept" any object that is accept by both of the specified wrapped filters.
andParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Parses the given JPQL fragment as the right side of an AND expression.
ANNOTATION_HELPER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify an AnnotationHelper instance.
ANNOTATION_HELPER_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.ANNOTATION_HELPER
AnnotationHelper - Class in org.eclipse.persistence.jaxb.javamodel.reflection
Purpose:Provide a class which is responsible for returning Annotations from AnnotatedElements.
AnnotationHelper() - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
 
AnnotationProxy - Class in org.eclipse.persistence.jaxb.javamodel
Purpose:The purpose of this class is to act as a dynamic proxy that allows JDK Annotation method calls to be made on a non Annotation object.
AnnotationsProcessor - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
AnnotationsProcessor(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
announcementDelay - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Delay time in millis between initialization and when the announcement is sent
announceSession() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Send out an announcement that we are here.
AnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions.
AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
AnonymousStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonymousStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
AnonynousEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonynousEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonynousEclipseLinkStateObjectVisitor
 
ANTLR - Static variable in class org.eclipse.persistence.config.ParserType
Deprecated.
ANTLRQueryBuilder - Class in org.eclipse.persistence.queries
Deprecated.
replaced with Hermes parser, which is the default.
ANTLRQueryBuilder() - Constructor for class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Creates a new ANTLRQueryBuilder.
any() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ANY operator.
any(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is used with a comparison expression.
any(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(List) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Vector) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
since 2.4 replaced by any(List)
any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
any(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression ANY(subquery).
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ANY(subquery).
any(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ANY(subquery).
any(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
Any - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ANY - org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
 
ANY - org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
An XML <any> element will be written to the schema to represent all of the defined virtual properties.
ANY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ANY'.
ANY_ATTRIBUTE_ON_NON_MAP_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ANY_FIELD - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow basic, and association fields to be specified.
ANY_FIELD_INCLUDING_COLLECTION - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow basic, and association fields to be specified.
ANY_NAMESPACE_LOCAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_NAMESPACE_TARGETNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
anyAttributeOnNonMap(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
ANYINTERACT - org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
 
anyOf(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
anyOf(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
APBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
APOSTROPHE_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for apostrophe: &apos;.
APP_LOCATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.application-location" specifies the file system directory location where DDL files are written (output) to.
APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_MODULE_EJB_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Override by subclass: Search String in application server session for ejb modules
APP_SERVER_CLASSLOADER_MODULE_EJB_WAR_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_MODULE_WAR_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Override by subclass: Search String in application server session for war modules
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Appends the given sequence of characters to the path expression.
appendable - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
Flag used to determine if JPQL identifiers can be appended to the expression.
appendableType - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
The type of the JPQL identifiers can can be possible proposals.
appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Fixes EclipseLink bug 401746 by writing out either 't' or 'f'—with single quotes— instead of 1 or 0.
appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Appends a Boolean value as true/false instead of 0/1
appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Appends a Boolean value.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append a byte[] in native DB@ format BLOB(hexString) if usesNativeSQL(), otherwise use ODBC format from DatabasePLatform.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: TODO: Need to find out how can byte arrays be inlined in Derby
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
If using native SQL then print a byte[] as '0xFF...'
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
If using native SQL then print a byte[] as '0xFF...'
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Write a Calendar in Symfoware specific format.
Note that Symfoware does not support nanoseconds.
Symfoware: CNV_TIMESTAMP(calendar, 'YYYY-MM-DD hh24:mm:ss')
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendChildNode(Node, Node) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Appends the Date in native format if usesNativeSQL() otherwise use ODBC format from DatabasePlatform.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a Date in PointBase specific format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a Date in Symfoware specific format.
Symfoware: DATE'YYYY-MM-DD'
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDB2Calendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
appendDB2Date(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Write a timestamp in DB2 specific format (mm/dd/yyyy).
appendDB2Timestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
INTERNAL: Append the database field definition string to the table creation statement.
appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
INTERNAL: Append the database field definition string to the table creation statement.
appendDBString(Writer, AbstractSession, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Append the database field definition string to the table creation statement.
appendIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Appends the given actual identifier if it's not an empty string, otherwise the second identifier will be appended.
appendInformixCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Write a timestamp in Informix specific format ( yyyy-mm-dd hh:mm:ss.fff)
appendInformixTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Write a timestamp in Informix specific format (yyyy-mm-dd hh:mm:ss.fff).
AppendNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
INTERNAL:
AppendNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.NodeOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.RelativePositionOrderingPolicy
 
appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.eis.EISPlatform
Add the parameter.
appendParameterInternal(Call, Writer, Object) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Returns the number of parameters that used binding.
appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Write a timestamp in Sybase specific format (yyyy-mm-dd-hh.mm.ss.fff).
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Time in Native format if usesNativeSQL() otherwise use ODBC format from DAtabasePlatform.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a Time in PointBase specific format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a Time in Symfoware specific format.
Symfoware: TIME'hh:mm:ss'
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a TimeStamp in PointBase specific format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a TimeStamp in Symfoware specific format.
Note that Symfoware does not support the milli- and nanoseconds.
Symfoware: TIMESTAMP'YYYY-MM-DD hh:mm:ss'
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendToDDLWriter(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
appendToDDLWriter(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: If the schema manager is writing to a writer, append this string to that writer.
appendToEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Appends the given text to the existing entity type name property.
appendToPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Appends the given sequence of characters to the path expression.
appendTranslationParameter(Writer, ParameterExpression, DatabasePlatform, AbstractRecord) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: All values are printed as ?
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Append the database field definition string to the type creation statement.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
INTERNAL: Append the type to the statement
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
INTERNAL: Append the type.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
INTERNAL: Append the type.
appendWithAllSubclassesExpression(SQLSelectStatement) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Append the branch with all subclasses expression to the statement.
APPLICATION_JSON - org.eclipse.persistence.oxm.MediaType
 
APPLICATION_SCHEMA_JSON - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
APPLICATION_SCHEMA_JSON_TYPE - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
APPLICATION_XML - org.eclipse.persistence.oxm.MediaType
 
applyAmendmentMethod() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Call the descriptor amendment method.
applyAmendmentMethod(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Call the descriptor amendment method.
applyAttributeValuesIntoRow(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Re-populate the database row with the values from the source object based upon the attribute's mapping.
applyChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Applies the changes to the JPQL query and returns the refactoring operations.
applyChanges() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Applies the changes to the JPQL query and returns the refactoring operations.
applyFunction(Object, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Apply this to an object in memory.
applyLogin() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Default apply login implementation.
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.jaxb.JAXBContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata,
Archive - Interface in org.eclipse.persistence.jpa
Provides an abstraction to deal with various kinds of URLs that can be returned by PersistenceUnitInfo.getPersistenceUnitRootUrl()
ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.config.SystemProperties
Configures the factory class we use to produce instances of org.eclispe.persistence.jpa.Archive These instances are used to examine persistence units and the files within them and are used for discovery of classes in the persistence unit Allows user-provided ArchiveFactory and Archive
ArchiveFactory - Interface in org.eclipse.persistence.jpa
This interface should be implemented by users that want to provide a custom way of dealing with archives that contain persistence units.
areArithmeticSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given Expression can be followed by an arithmetic operator.
areChildrenEquivalent(AbstractListHolderStateObject<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areChildrenEquivalent(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areChildrenEquivalent(CollectionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areChildrenEquivalent(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areChildrenEquivalent(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areChildrenEquivalent(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the children of this StateObject are equivalent to the children of the given one, i.e. the information of the StateObjects is the same.
areCollectionsEqualAsSets(Collection, Collection) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Compares two Collections as sets (ignoring the order of the elements).
areComparisonSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given Expression can be followed by a comparison operator.
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Compares a JavaModel JavaClass to a Class.
areEquivalent(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Determines whether the given two StateObject are equivalent, i.e. the information of both StateObject is the same.
areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
 
areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
areLogicalSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given Expression can be followed by a logical operator.
areObjectsToBeProcessedInstantiated(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The referenced object is checked if it is instantiated or not
arePrimaryKeyFields(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to determine if a foreign key references the primary key.
areTypesEquivalent(Object[], Object[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
argumentFields - Variable in class org.eclipse.persistence.queries.DatabaseQuery
PERF: Argument fields are cached in prepare to avoid rebuilding on each execution.
argumentIndices - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
Contains user defined operators
argumentMarker() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Return the character to use for the argument marker. ?
argumentNames - Variable in class org.eclipse.persistence.eis.interactions.MappedInteraction
 
argumentParameterTypes - Variable in class org.eclipse.persistence.queries.DatabaseQuery
 
arguments - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
Defines the arguments to the interaction, these can be the values or argument names/fields the values come from.
arguments - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
List of procedure IN/OUT/INOUT arguments.
arguments - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Arguments can be given and specified to predefined queries to allow reuse.
arguments - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
ARGUMENTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Notifies the list of arguments has changed.
argumentSizeMismatchInQueryAndQueryDefinition(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
argumentTypeNames - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Used to build a list of argumentTypes by name pre-initialization
argumentTypes - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Needed to differentiate queries with the same name.
argumentTypes - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
argumentValues - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Arguments values can be given and specified to predefined queries to allow reuse.
arithmetic(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
ARITHMETIC - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the arithmetic operators (+, -, *, /) can be appended as valid proposals.
ARITHMETIC_SIGN_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Notifies the arithmetic sign property has changed.
ArithmeticExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
ArithmeticExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Creates a new ArithmeticExpression.
ArithmeticExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic expression.
ArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
Creates a new ArithmeticExpressionBNF.
ArithmeticExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionFactory creates a new expression when the portion of the query to parse starts with an arithmetic identifier.
ArithmeticExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
Creates a new AbstractArithmeticExpressionFactory.
ArithmeticExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
ArithmeticExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
ArithmeticExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
ArithmeticExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
ArithmeticFactor - Class in org.eclipse.persistence.jpa.jpql.parser
This expression simply adds a plus or minus sign to the arithmetic primary expression.
ArithmeticFactor(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Creates a new ArithmeticFactor.
ArithmeticFactor_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticFactor_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic factor expression.
ArithmeticFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
Creates a new ArithmeticFactorBNF.
ArithmeticFactorStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object simply adds a plus or minus sign to the arithmetic primary expression.
ArithmeticFactorStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Creates a new ArithmeticFactorStateObject.
ArithmeticFactorStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Creates a new ArithmeticFactorStateObject.
ArithmeticPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic primary expression.
ArithmeticPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
Creates a new ArithmeticPrimaryBNF.
ArithmeticTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic term expression.
ArithmeticTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
Creates a new ArithmeticTermBNF.
array(Class<T>, Iterable<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new array and adds the items returned by the given Iterable.
array(Class<T>, Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new array and adds the items returned by the given Iterator.
array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
Array - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Array - Annotation Type in org.eclipse.persistence.annotations
Array types are extended object-relational data-types supported by some databases.
Array - Static variable in class org.eclipse.persistence.config.ResultType
An Object array of values is returned (List<Object[]> or Object[]).
ARRAY - Static variable in class org.eclipse.persistence.queries.DataReadQuery
An Object[] of values is returned for each row.
ARRAY_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
ArrayCollectionMapping - Interface in org.eclipse.persistence.mappings.structures
Interface used by the ArrayCollectionMappingHelper to interact with the assorted array collection mappings.
ArrayCollectionMappingHelper - Class in org.eclipse.persistence.mappings.structures
Helper class to consolidate all the heinous comparing and merging code for the Array collection mappings.
ArrayCollectionMappingHelper(ArrayCollectionMapping) - Constructor for class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Constructor.
ArrayIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
An ArrayIterable provides an Iterable for an array of objects of type E.
ArrayIterable(E...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array.
ArrayIterable(E[], int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array, starting at the specified start index and continuing for the rest of the array.
ArrayIterable(E[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array, starting at the specified start index and continuing for the specified length.
ArrayIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
An ArrayIterator provides a Iterator for an array of objects.
ArrayIterator(T...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
Creates a new ArrayIterator for the specified array.
ArrayIterator(T[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
Creates a new ArrayIterator for the specified array, starting at the specified start index and continuing for the specified length.
ArrayMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ArrayMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ArrayMapping
Default constructor.
as() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AS operator.
as(Class) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
as(Class<X>) - Method in interface javax.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
as(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Assign an alias to the expression in the select clause.
As - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
AS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AS'.
AS_OF - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of"
AS_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AS OF'.
AS_OF_SCN - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of.scn"
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Notifies the visibility of the AS identifier has changed.
asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
ASC - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant for 'ASC', which tells to order the items in ascending ordering.
ASC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ASC'.
ascending() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
ascending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ASCENDING operator.
Ascending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Ordering operators
ascendingOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
ascii() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
Ascii - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
asciiValue() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the single character strings ascii value.
asin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
asin(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Asin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
asOf(AsOfClause) - Method in class org.eclipse.persistence.expressions.Expression
Sets all tables represented by this expression to be queried as of a past time.
AsOfClause - Class in org.eclipse.persistence.history
Purpose:Wraps an immutable value for a past time.
AsOfClause - Class in org.eclipse.persistence.jpa.jpql.parser
An AS OF clause is part of a flashback query, which provides ways to view past states of database objects, or to return database objects to a previous state, without using traditional point-in-time recovery.
AsOfClause() - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(long) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Timestamp) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Calendar) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Date) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(AsOfClause) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Creates a new AsOfClause.
AsOfClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the AS OF clause.
AsOfClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
Creates a new AsOfClauseBNF.
AsOfClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AsOfClauseFactory creates a new AsOfClause when the portion of the JPQL query to parse starts with AS OF.
AsOfClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
Creates a new AsOfClauseFactory.
AsOfSCNClause - Class in org.eclipse.persistence.history
Purpose:Wraps an immutable value for a past time, represented as a database system change number.
AsOfSCNClause(long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
Assert - Class in org.eclipse.persistence.jpa.jpql
An utility class that provides various checks and when the condition fails, then an Assert.AssertException is thrown.
Assert.AssertException - Exception in org.eclipse.persistence.jpa.jpql
The exception thrown when the condition is not met.
AssertException(String) - Constructor for exception org.eclipse.persistence.jpa.jpql.Assert.AssertException
Creates a new AssertException.
assignAlias(String, DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Alias a particular table within this node
assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Some attributes have default values defined in Project.
assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Some attributes have default values defined in Project.
assignIndices() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL compute the re-ordered indices - Do the IN args first, then the 'IN-half' of the INOUT args next, the OUT args, then the 'OUT-half' of the INOUT args
AssignSequence - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
assignSequenceNumber(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence number to the object.
assignSequenceNumbers() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Assign aliases to any tables which I own.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Assign aliases to any tables which I own.
Association - Class in org.eclipse.persistence.mappings
Purpose: Generic association object.
Association() - Constructor for class org.eclipse.persistence.mappings.Association
Default constructor.
Association(Object, Object) - Constructor for class org.eclipse.persistence.mappings.Association
PUBLIC: Create an association.
ASSOCIATION_FIELD_ONLY - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow association fields to be specified but basic mappings are not valid.
AssociationOverride - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AssociationOverride - Annotation Type in javax.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple relationship properties or fields.
ASSUME_EXISTENCE - org.eclipse.persistence.annotations.ExistenceType
Assume that if the objects primary key does not include null then it must exist.
ASSUME_NON_EXISTENCE - org.eclipse.persistence.annotations.ExistenceType
Assume that the object does not exist.
AssumeExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to assume existence for non-null primary keys.
AssumeNonExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Assume that the object does not exist.
assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that the object does not exist.
atan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
atan(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Atan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
atan2(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
atan2(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
atan2(Expression, Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Atan2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
atEnd() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return whether the cursored stream is at its end.
atEndOfCursor - Variable in class org.eclipse.persistence.queries.ScrollableCursor
Internal flag indicating if the end of the cursor has been reached
AttachmentMarshaller - Class in javax.xml.bind.attachment
Enable JAXB marshalling to optimize storage of binary data.
AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
 
AttachmentMarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL:
AttachmentMarshallerAdapter(AttachmentMarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
AttachmentUnmarshaller - Class in javax.xml.bind.attachment
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
 
AttachmentUnmarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL:
AttachmentUnmarshallerAdapter(AttachmentUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
ATTEMPT_TO_REGISTER_DEAD_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTEMPT_TO_RESET_APP_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
ATTEMPTED_REDEPLOY_WITHOUT_CLOSE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
attemptedRedeployWithoutClose(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
attemptToRegisterDeadIndirection(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attemptToResetApplicationResolver() - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
attribute() - Method in annotation type org.eclipse.persistence.oxm.annotations.XmlVariableNode
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an attribute.
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Marshal an attribute for the give namespaceURI, localName, qualifiedName and value
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Convert the value if necessary and write out the attribute and converted value.
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an attribute.
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
Attribute<X,​Y> - Interface in javax.persistence.metamodel
Represents an attribute of a Java type.
Attribute - Static variable in class org.eclipse.persistence.config.ResultType
A List of the first selected value is returned.
ATTRIBUTE - org.eclipse.persistence.annotations.ChangeTrackingType
An ATTRIBUTE change tracking type allows change tracking at the attribute level of an object.
ATTRIBUTE - Static variable in class org.eclipse.persistence.queries.DataReadQuery
A single value is returned for each row.
ATTRIBUTE_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ATTRIBUTE_COULD_NOT_BE_UPDATED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ATTRIBUTE_NAME_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TRANSFORMER_CLASS_INVALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
 
attributeAccessor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Wrapper to store the reference objects.
AttributeAccessor - Class in org.eclipse.persistence.mappings
Purpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object.
AttributeAccessor() - Constructor for class org.eclipse.persistence.mappings.AttributeAccessor
 
attributeAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
AttributeChangeTrackingPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker.
AttributeChangeTrackingPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
 
attributeClassification - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
attributeClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
To specify the conversion type
attributeClassificationName - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
attributeClassificationName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
 
attributeConverter - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
AttributeConverter<X,​Y> - Interface in javax.persistence
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.
attributeConverterClassName - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
attributeCouldNotBeFoundForEntity(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Attribute could not be found for entity.
attributeCouldNotBeUpdated(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Attribute could not be updated.
attributeExpressions - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Define the attributes to be batch fetched.
attributeFormDefault - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
 
attributeFormDefault() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Namespace qualification for attributes.
AttributeGroup - Class in org.eclipse.persistence.queries
Purpose: An AttributeGroup represents a set of mappings and nested AttributeGroups for relationship mappings for an entity type.
AttributeGroup() - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
AttributeGroup(String) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
AttributeGroup(String, Class, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: This constructer is to only be used by EclipseLink internally
AttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
attributeGroups - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
 
attributeGroups - Variable in class org.eclipse.persistence.sessions.Project
List of named AttributeGroups - once Project is initialized, these are copied to the Session.
attributeMappingIsMissingForEntityBean(String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeName - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
attributeName - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
attributeName - Variable in class org.eclipse.persistence.mappings.AttributeAccessor
Stores the name of the attribute
attributeName - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
PERF: Cache the mappings attribute name.
attributeName - Variable in class org.eclipse.persistence.queries.FieldResult
Stores the name of the bean attribute
attributeName() - Method in annotation type javax.persistence.Convert
The attributeName element must be specified unless the Convert annotation is on an attribute of basic type or on an element collection of basic type.
attributeNameNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
AttributeNameRenamer(JPQLQueryContext, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
Creates a new AttributeNameRenamer.
AttributeNode<T> - Interface in javax.persistence
Represents an attribute node of an entity graph.
AttributeNode - Interface in org.eclipse.persistence.jaxb
Represents an AttributeNode of an entity graph.
attributeNodes() - Method in annotation type javax.persistence.NamedEntityGraph
(Optional) A list of attributes of the entity that are included in this graph.
attributeNodes() - Method in annotation type javax.persistence.NamedSubgraph
(Required) The list of the attributes of the class that must be included.
attributeNodes() - Method in annotation type org.eclipse.persistence.oxm.annotations.XmlNamedObjectGraph
The list of properties to be marshalled/unmarshalled for this graph.
attributeNodes() - Method in annotation type org.eclipse.persistence.oxm.annotations.XmlNamedSubgraph
The list of properties to include in this graph
attributeObjectClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PERF: Also store object class of attribute in case of primitive.
AttributeOverride - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AttributeOverride - Annotation Type in javax.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple properties or fields.
attributePrefix - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
 
attributePrefix - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
attributes - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
PERF: Cache the local batch read attribute names.
attributes() - Method in annotation type org.eclipse.persistence.annotations.FetchGroup
(Required) The list of attributes to fetch.
attributesToAlwaysInclude - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
attributeToFieldValues - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
attributeTransformationMethod - Variable in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
attributeTransformer - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
attributeTransformerClassName is converter to an instance of AttributeTransformer
AttributeTransformer - Interface in org.eclipse.persistence.mappings.transformers
PUBLIC:
AttributeTransformerAdapter - Class in org.eclipse.persistence.mappings.transformers
Purpose: Provides an empty implementation of AttributeTransformer.
AttributeTransformerAdapter() - Constructor for class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
 
attributeTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeTransformerClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
Name of the class which implements AttributeTransformer to be used to retrieve the attribute value
attributeTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeTypeNotValid(CollectionMapping, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Marshal an attribute for the give namespaceURI, localName, preifx and value
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
Attunity - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
AttunityPlatform - Class in org.eclipse.persistence.platform.database
TopLink Platform class which works with Attunity's Connect JDBC driver.
AttunityPlatform() - Constructor for class org.eclipse.persistence.platform.database.AttunityPlatform
 
Auto - Static variable in class org.eclipse.persistence.config.QueryType
 
Auto - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
AUTO - javax.persistence.FlushModeType
(Default) Flushing to occur at query execution.
AUTO - javax.persistence.GenerationType
Indicates that the persistence provider should pick an appropriate strategy for the particular database.
AUTO - javax.persistence.ValidationMode
If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities.
AUTO - org.eclipse.persistence.annotations.CacheKeyType
The cache key type is automatically configured depending on what is optimal for the class.
AUTO - org.eclipse.persistence.annotations.ChangeTrackingType
Will not set any change tracking policy, and the change tracking will be determined at runtime.
AUTO - org.eclipse.persistence.jaxb.BeanValidationMode
If a Bean Validation provider is present in the environment, the JAXB implementation provider must perform the automatic validation of entities.
AUTO - Static variable in class org.eclipse.persistence.queries.DataReadQuery
Auto, a single value if a single field is selected, otherwise an Object[] (JPA default).
AUTO_DETECT_MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify if the media type should be auto detected (default is false).
autoApply() - Method in annotation type javax.persistence.Converter
 
available() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Returns the number of objects that can be read from this input without blocking.
average() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, This represents the aggregate function Average.
average() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AVERAGE operator.
Average - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
avg(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(path).
avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
avg(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.
AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AVG'.
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(DISTINCT path).
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
avgDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
AvgFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
AvgFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
Creates a new AvgFunction.
AvgFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AvgFunctionFactory creates a new AvgFunction when the portion of the query to parse starts with AVG.
AvgFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
Creates a new AvgFunctionFactory.
avgFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
AvgFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
AvgFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
avgOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
Disable binding support.
avgOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Disable binding support.

B

BACKUP_CLONE_DELETED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_PARENT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_SELF - Static variable in exception 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
 
backupCloneIsDeleted(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
backupCloneIsOriginalFromParent(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
backupCloneIsOriginalFromSelf(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
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 new BadExpression 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.
bannerText() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
BASE_REST_SCHEMAS_URL - Static variable in class org.eclipse.persistence.jpa.rs.util.HrefHelper
URL to base REST schemas
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 a DELETE or UPDATE query.
BaseDeclarationIdentificationVariableFinder() - Constructor for class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Creates a new BaseDeclarationIdentificationVariableFinder.
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.
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.
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 - Annotation Type in javax.persistence
The simplest type of mapping to a database column.
BASIC - javax.persistence.metamodel.Attribute.PersistentAttributeType
Basic attribute
BASIC - javax.persistence.metamodel.Type.PersistenceType
Basic type
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 - 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.
basicBeginTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Begin the transaction on all child sessions.
basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Begin a local transaction.
BasicCollection - Annotation Type in org.eclipse.persistence.annotations
Deprecated. 
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.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Execute the interaction.
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. 
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.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.
BasicStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IBuilder, which creates a StateObject representation of the Expression being visited.
BasicStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Creates a new StateObjectBuilder.
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder<S extends AbstractFromClauseStateObject> - 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 extends AbstractSelectStatementStateObject,​P extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of the builder that is responsible to create the StateObject representation of the SELECT 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 the DELETE 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 the SELECT 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 the SELECT subquery.
BasicStateObjectBuilder.UpdateStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder is responsible to create the StateObject representation of the UPDATE query statement.
BasicStateObjectBuilder.WhenClauseBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder is responsible to create the WHEN clauses for a CASE expression.
BasicType<X> - Interface in javax.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
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 org.eclipse.persistence.exceptions.QueryException
 
BATCH_READING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BATCH_READING_NOT_SUPPORTED_WITH_CALL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BATCH_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch.size"
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_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).
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).
batchReadingInRequiresSingletonPrimaryKey(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchReadingNotSupported(DatabaseMapping, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchReadingNotSupported(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchStatementExecutionFailure() - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
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
 
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.
BeanValidationChecker - Class in org.eclipse.persistence.jaxb
Helper class.
BeanValidationChecker() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationChecker
 
BeanValidationException - Exception 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 org.eclipse.persistence.exceptions.BeanValidationException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
BeanValidationException(String, Throwable) - Constructor for exception 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
 
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
 
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
 
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 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.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 class javax.xml.bind.Marshaller.Listener
Callback method invoked before marshalling from source to XML.
beforeMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked before unmarshalling into target.
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
begin() - Method in interface javax.persistence.EntityTransaction
Start a resource transaction.
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.
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.
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(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.
bePostfix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be postfix, i.e. its strings start printing after those of its first argument.
bePrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be pretfix, i.e. its strings start printing before those of its first argument.
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(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<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
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 interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
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
Creates the expression x BETWEEN y AND z.
between(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression x BETWEEN y AND z.
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 new BetweenExpression 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.
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
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
Retrieves the;@link IType} for;@link BigDecimal}.
bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigDecimal.
BIGDECIMAL - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BIGINT_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
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
Retrieves the;@link IType} for;@link BigInteger}.
bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigInteger.
BIGINTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BINARY_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
binaryCopy(File, File) - Method in class org.eclipse.persistence.tools.PackageRenamer
Do a binary copy of the file byte buffer by byte buffer.
binaryCopy(File, File) - Method in class org.eclipse.persistence.utils.rename.PackageRenamer
Do a binary copy of the file byte buffer by byte buffer.
BinaryInteger - org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
BIND_PARAMETERS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.bind-parameters"
Bindable<T> - Interface in javax.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in javax.persistence.metamodel
 
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.
Binder<XmlNode> - Class in javax.xml.bind
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
Binder() - Constructor for class javax.xml.bind.Binder
 
bindings - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
BINDINGS_PKG_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
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.
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 - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
BLOB_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
BOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BOOLEAN_STRING_FALSE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BOOLEAN_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
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.
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
Retrieves the;@link IType} for;@link Boolean}.
booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Boolean.
BooleanTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
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 - javax.persistence.criteria.CriteriaBuilder.Trimspec
Trim from both ends.
BOTH - 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'.
BRACKET_END - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
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
 
bufferContainsNullChar(byte[], int) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
Buffered - Static variable in class org.eclipse.persistence.config.BatchWriting
 
build() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Builds ItemLinks object.
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.
buildAbsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
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.
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.
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.
buildAggregateModifyQuery(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Initialize the aggregate query with the settings from the source query.
buildAggregateWriteQuery(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Make a copy of the sourceQuery for the attribute.
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
 
buildAlterIncrementWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Return the SQL required to alter INCREMENT BY
buildAndCheckDestinationFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
INTERNAL Creates a destination directory File object under the path passed, verifying correctness.
buildAndCheckDestinationFile(String) - Method in class org.eclipse.persistence.utils.rename.PackageRenamer
 
buildAndCheckExistingDirFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
buildAndCheckExistingDirFile(String) - Method in class org.eclipse.persistence.utils.rename.PackageRenamer
 
buildAndCheckLogWriter(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
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
buildArgumentFields() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Build the list of arguments fields from the argument names and types.
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.
buildAttachmentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
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.
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the attribute response.
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
Builds the attribute response.
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the attribute response.
buildAttributeValue(Record, Object, Session) - Method in interface org.eclipse.persistence.mappings.transformers.AttributeTransformer
 
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
 
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
INTERNAL: Build the attribute value by invoking the user's transformation method.
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.
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.
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
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Creates the base JPQLGrammar this one extends, if one exists.
buildBaseRestSchemaRef(String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a link to standard base schema of given type.
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
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.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
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.
buildBatchQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
Build an XMLDescriptor for BatchQueryOperation.
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 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
 
buildBuilderString(String, NonreflectiveMethodDefinition, int, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
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.
buildCallWithReturning(SQLCall, Vector) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Returns null unless the platform supports call with returning
buildCallWithReturning(SQLCall, Vector) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Uses the returning clause on Postgres.
buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a builder that can create a CASE expression programmatically.
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
Creates a builder that can create a CASE expression programmatically.
buildCastExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
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.
buildChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
buildChildrenCollector() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
 
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.
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.
buildClassTypes() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
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.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
 
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.
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.
buildCoalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
buildCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildCollectionDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
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
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Either returns the given Expression's child, which is already a CollectionExpression 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.
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
 
buildCollectionValuedFieldResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Creates a new Resolver for the given collection-valued path expression.
buildComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
 
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
 
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.
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.
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
 
buildConstructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
 
buildConstrutorCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
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.
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
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.EclipseLinkJPQLQueryHelper
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.
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.
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, 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.
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.
buildDatabaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
buildDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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.
buildDefaultMappingCollector() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildDefaultMutator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
 
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.
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.
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.
buildDeleteStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
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.
buildDescriptorMethod(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildDescriptors() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildDifferentComparisonFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildDirectCollectionTableDefinition(DirectCollectionMapping, ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Build direct collection table definitions in a EclipseLink descriptor
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.
buildDoubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
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
 
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
 
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.
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.
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
Creates the AbstractExpression to represent the given word.
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 given Expression 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.
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.
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
 
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.
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.oxm.record.WriterRecord
 
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
Creates a new JPQL query by inserting the given proposal at the given position.
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
Creates the actual expression this factory manages.
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
Creates the actual expression this factory manages.
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
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
Creates a new Expression.
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
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
Creates a new Expression.
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 of WordParser, this method will retrieve the fallback ExpressionFactory defined in the given BNF.
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
 
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(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
 
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.
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.Oracle10Platform
INTERNAL: Add XMLType as the default database type for org.w3c.dom.Documents.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.Oracle23Platform
 
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.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.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 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).
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. each row has the fields that make up a foreign key).
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.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.
buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new formatter that will convert the StateObject representation of the JPQL query, once the refactoring occurred into a string.
buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
Creates a new formatter that will convert the StateObject representation of the JPQL query, once the refactoring occurred into a string.
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.
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
Creates the expression representing the from clause of this select statement.
buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Creates the expression representing the from clause of this select statement.
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
Creates the state object representing the FROM clause.
buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Creates the state object representing the FROM clause.
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
buildFunctionExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
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.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the validator that will grammatically validate the JPQL query.
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
 
buildHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildId(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
 
buildIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
buildIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
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 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.
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.
buildInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
buildInExpressionWithNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
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).
buildInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
 
buildInteractionArgumentDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
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.
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
 
buildJoinBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
buildJoinCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Returns the AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression 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
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.DefaultRefactoringTool
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.EclipseLinkBasicRefactoringTool
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.EclipseLinkRefactoringTool
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.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
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.EclipseLinkJPQLQueryHelper
Creates a context that will be used to store and retrieve information about the JPQL query.
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
 
buildKeyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
 
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
Creates the visitor that can retrieve some information about various literal.
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
Creates the visitor that can retrieve some information about various literal.
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
Creates the visitor that can retrieve some information about various literal.
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates the visitor that can retrieve some information about various literal.
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 desired LiteralType.
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
Creates the visitor that can retrieve the "literal" value from a given Expression based on the desired LiteralType.
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Creates the visitor that can retrieve the "literal" value from a given Expression based on the desired LiteralType.
buildLocateExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
 
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, 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.jpa.rs.logging.LoggingLocalization
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.
buildMinFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
Creates the actual AbstractModifyClauseStateObject that represents the modify clause.
buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Creates the actual AbstractModifyClauseStateObject that represents the modify clause.
buildNamedQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildNativeCall(String) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Return the correct call type for the native query string.
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.
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.
buildNewMergeInstanceOf(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Build and return a new instance of the specified attribute.
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.
buildNewTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Convenience method which class pre and postBuildTypeInfo for a given set of JavaClasses.
buildNonCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
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
 
buildNullResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Creates a new Resolver that is used when nothing can be resolved.
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 sort ITypes based on the numerical priority.
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.queries.ReportQuery
INTERNAL: Construct a result from a row.
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.
buildObjectExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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
 
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.
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.
buildObjects(Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Construct a container of ReportQueryResult from the rows.
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.
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.
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
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 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Translate the SQL procedure output row, into the row expected by the PLSQL procedure.
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
Creates the visitor that traverses the parent hierarchy of any Expression and stops at the first Expression that is a clause.
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 first Expression that is a clause.
buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Creates the visitor that traverses the parent hierarchy of any Expression and stops at the first Expression that is a clause.
buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
Creates the visitor that traverses the parent hierarchy of any Expression and stops at the first Expression that is a clause.
buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates the visitor that traverses the parent hierarchy of any Expression and stops at the first Expression that is a clause.
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 first Expression that is a statement.
buildParameterDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
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
 
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.
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.
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.
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 this StateObject.
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 this StateObject.
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.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.
buildProcedureOutputArgumentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
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.
buildProperties() - Method in class org.eclipse.persistence.jaxb.compiler.builder.TransformerPropertyBuilder
 
buildPropertyMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
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.
buildQuery(CharSequence, AbstractSession) - Method in class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Creates a fully initialized DatabaseQuery by parsing the given JPQL query.
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
Creates a new JPQL query by inserting the given proposal at the given position.
buildQuery(Map<String, String>, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Builds the query.
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
 
buildQueryHref(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to query resource.
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
 
buildRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
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
Creates
buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Creates
buildRangeVariableDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the read all query response.
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
Builds the read all query response.
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the read all query response.
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
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.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
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.
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.
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.
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.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the report query response.
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
Builds the report query response.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the report query response.
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
 
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
 
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
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.
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.
buildSchemaComponentsForXPath(XPathFragment, SchemaGenerator.AddToSchemaResult, boolean, Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
This method will build element/complexType/typedefparticle components for a given xml-path, and return an XmlPathResult instance containg the sequence that the target should be added to, as well as the current schema - which could be different than the working schema used before calling this method in the case of a prefixed path element from a different namespace.
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
Creates the expression representing the select clause of this select statement.
buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Creates the expression representing the select clause of this select statement.
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
Creates the state object representing the SELECT clause.
buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Creates the state object representing the SELECT clause.
buildSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
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.queries.ANTLRQueryBuilder
Deprecated.
Creates a new Expression that represents the given selection criteria.
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.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.
buildSelectItemBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
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.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.platform.database.OraclePlatform
INTERNAL: Though Oracle doesn't support identity it could be imitated, see comment to setSupportsIdentity method.
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.MaxDBPlatform
 
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Produce a DataReadQuery which updates(!)
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(!)
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Produce a DataReadQuery which updates(!)
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Produce a DataReadQuery which updates(!)
buildSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
buildSelectString1() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
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
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.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the validator that will semantically validate the JPQL query.
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.
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.
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.
buildServiceDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
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.
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
 
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
 
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
Builds the single entity response.
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
Builds the single entity response.
buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the single result query response.
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
Builds the single result query response.
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
 
buildSqlQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildSqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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.
buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
Creates the actual state object based on the information this builder gathered.
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
Creates the StateObject representation of the given Expression.
buildStateObject(AbstractIdentificationVariableDeclarationStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(CaseExpressionStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(SelectClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a StateObject representation of the given JPQL fragment.
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
Creates a StateObject representation of the given JPQL fragment.
buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
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
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.AbstractJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
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
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(P, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(S, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
Creates the StateObject representation of the given Expression.
buildStateObject(S, Expression) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IBuilder
Creates the StateObject representation of the given Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a conditional expression programmatically.
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
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a select expression programmatically.
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
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a single select expression programmatically.
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
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a new value expression programmatically.
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
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a new value expression programmatically.
buildStateObjectImp(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the given Expression and returned its StateObject.
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.
buildStoredFunctionQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
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
 
buildStructureFromRow(AbstractRecord, AbstractSession, Connection) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build a ADT structure from the row data.
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
 
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.
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
 
buildTableMethod(TableDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
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.mappings.AggregateObjectMapping
INTERNAL: Build and return a "template" database row with all the fields set to null.
buildTextEdit(int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
Creates a new TextEdit for the given refactoring information.
buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
Resolves the IType of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypedField(String) - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildTypeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
buildUnionClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
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.
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.
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.
buildUpdateItemCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
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
 
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
 
buildValueExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
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.
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:
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 single WHEN 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(Record, ObjectBuildingQuery, Object, UnitOfWork) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
By default create a new instance.
buildWorkingCopyCloneFromRow(Record, 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(Record, 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.
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.
buildXMLInteractionDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
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
Creates a new JPQL query by inserting the given proposal at the given position.
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.
bulk - Static variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
 
bulkUpdateListOrderFieldQuery - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
 
BYPASS - javax.persistence.CacheRetrieveMode
Bypass the cache: get data directly from the database.
BYPASS - javax.persistence.CacheStoreMode
Don't insert into cache.
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.jaxb.javamodel.Helper
 
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
Retrieves the;@link IType} for;@link Byte}.
byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Byte.

C

Cache - Interface in javax.persistence
Interface used to interact with the second-level cache.
Cache - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Cache - Annotation Type in org.eclipse.persistence.annotations
The Cache annotation is used to configure the EclipseLink object cache.
CACHE - org.eclipse.persistence.annotations.CacheType
A cache identity map maintains a fixed number of objects specified by the application.
CACHE - org.eclipse.persistence.logging.LogCategory
 
CACHE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CACHE_EXTENDED_LOGGING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.extended.logging" property control (enable/disable) usage logging of JPA L2 cache.
CACHE_ID - org.eclipse.persistence.annotations.CacheKeyType
Optimized cache key type that allows composite and complex values.
CACHE_NOT_SUPPORTED_WITH_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CACHE_QUERY_FORCE_DEFERRED_LOCKS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.query-force-deferred-locks" property force all queries and relationships to use deferred lock strategy during object building and L2 cache population.
CACHE_RETRIEVE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.cache.retrieveMode"
CACHE_SHARED_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.shared." indicates whether entity's cache should be shared (non-isolated) for a specific entity type.
CACHE_SHARED_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_SIZE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.size." is used to specify the cache size for a specific entity type.
CACHE_SIZE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_STATEMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.cache-statements" property specifies whether JDBC statements should be cached.
CACHE_STATEMENTS_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.cache-statements.size" property specifies the number of statements held when using internal statement caching.
CACHE_STATMENT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.cache-statement"
CACHE_STORE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.cache.storeMode"
CACHE_TYPE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.type." sets the type of cache for a specific entity type.
CACHE_TYPE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_USAGE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cache-usage"
Cacheable - Annotation Type in javax.persistence
Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE.
cacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Cache all prepared statements, this requires full parameter binding as well.
CacheCoordination - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CacheCoordinationProtocol - Class in org.eclipse.persistence.config
Cache coordination protocol persistence property values.
CacheCoordinationProtocol() - Constructor for class org.eclipse.persistence.config.CacheCoordinationProtocol
 
CacheCoordinationSerialize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CacheCoordinationType - Enum in org.eclipse.persistence.annotations
An enum that is used within the Cache annotation.
cachedConnection - Variable in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
 
cachedExpression - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
cachedExpressionQueries - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PERF: Expression query call cache for avoiding regenerated dynamic query SQL.
cachedUpdateCalls - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PERF: Update call cache for avoiding regenerated update SQL.
cacheExpiryAndExpiryTimeOfDayBothSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cacheHits - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
CacheHits - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CacheIndex - Class in org.eclipse.persistence.descriptors
Purpose: Define a secondary index on the cache.
CacheIndex - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CacheIndex - Annotation Type in org.eclipse.persistence.annotations
Allow a cache index to be define.
CacheIndex() - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(String...) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(List<DatabaseField>) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(DatabaseField[]) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
cacheIndexes - Variable in class org.eclipse.persistence.descriptors.CachePolicy
 
CacheIndexes - Annotation Type in org.eclipse.persistence.annotations
Allow a set of cache indexes to be define on an Entity.
CacheInterceptor - Class in org.eclipse.persistence.sessions.interceptors
Purpose: Define a class through which Cache access can be intercepted.
CacheInterceptor - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CacheInterceptor - Annotation Type in org.eclipse.persistence.annotations
A CacheInterceptor can be set on an Entity and allows all EclipseLink cache access to be intercepted by the developer provided interceptor.
CacheInterceptor(IdentityMap, AbstractSession) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
cacheInterceptorClass - Variable in class org.eclipse.persistence.descriptors.CachePolicy
 
cacheInterceptorClassName - Variable in class org.eclipse.persistence.descriptors.CachePolicy
 
cacheInvalidationPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A CacheInvalidationPolicy is used to set objects in TopLink's identity maps to be invalid following given rules.
CacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
 
cacheIsolation - Variable in class org.eclipse.persistence.descriptors.CachePolicy
 
CacheIsolationType - Enum in org.eclipse.persistence.config
Options for how Entity instances should be shared within an EclipseLink Persistence Unit / ServerSession
CacheKeyInterceptor - Class in org.eclipse.persistence.sessions.interceptors
The CacheKeyInterceptor allows a Cache Interceptor implementation to wrap the EclipseLink CacheKey.
CacheKeyInterceptor(CacheKey) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
cacheKeyType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
Allow cache key type to be configured.
cacheKeyType() - Method in annotation type org.eclipse.persistence.annotations.PrimaryKey
(Optional) Configures what cache key type is used to store the object in the cache.
CacheKeyType - Enum in org.eclipse.persistence.annotations
Configures what type of Id value is used to store the object in the cache.
cacheMisses - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
CacheMisses - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheNotSupportedWithEmbeddable(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cachePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CachePolicy - Class in org.eclipse.persistence.descriptors
Purpose: CachePolicy defines the cache configuration.
CachePolicy() - Constructor for class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return a new descriptor.
cacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL:
CacheRetrieveMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries.
cacheSize - Variable in class org.eclipse.persistence.descriptors.CacheIndex
Allows the cache size to be set.
CacheSize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
CacheStoreMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
cacheSynchronizationType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
Configures how objects will be sent via cache synchronization, if synchronization is enabled.
cacheTransactionIsolation - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
By default concurrency is optimized and the cache is not locked during reads or writes, This allows for concurrent reading and writing and should never cause any problems.
cacheType - Variable in class org.eclipse.persistence.descriptors.CacheIndex
Allows the identity map class type to be set.
cacheType - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
Allows the identity map class type to be set.
CacheType - Class in org.eclipse.persistence.config
Cache type persistence property values.
CacheType - Enum in org.eclipse.persistence.annotations
The CacheType enum is used with the Cache annotation for a persistent class.
CacheType() - Constructor for class org.eclipse.persistence.config.CacheType
 
cacheUsage - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow for the cache usage to be specified to enable in-memory querying.
CacheUsage - Class in org.eclipse.persistence.config
Cache usage hint values.
CacheUsage() - Constructor for class org.eclipse.persistence.config.CacheUsage
 
CacheUsageIndirectionPolicy - Class in org.eclipse.persistence.config
In-memory querying and conforming indirection policy.
CacheUsageIndirectionPolicy() - Constructor for class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
 
Caching - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: calculateChanges creates a change set for a particular object.
calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for an existing object.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: PERF: Calculate change for the existing object, avoids check for new since already know.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for an existing object.
calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for a new object.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as opposed to detected changes.
calculateInsertionPosition(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Calculates the insertion position for the given TextEdit based on those already registered
calculatePosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Calculates the position of the given Expression by calculating the length of what is before.
CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
call - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
call - Variable in class org.eclipse.persistence.sessions.SessionEvent
Some events may have a call associated with them (pre/postExecuteCall).
call() - Method in class org.eclipse.persistence.jaxb.ValidationXMLReader
Parses validation.xml.
Call - Interface in org.eclipse.persistence.queries
Call defines the interface used primarily by EclipseLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store.
CALLBACK - javax.persistence.ValidationMode
The persistence provider must perform the lifecycle event validation.
CALLBACK - org.eclipse.persistence.jaxb.BeanValidationMode
The JAXB implementation provider must perform the validation of entities.
callbackName - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
callByIndex() - Method in annotation type org.eclipse.persistence.annotations.NamedStoredFunctionQuery
(Optional) Defines if the stored procedure should be called by index or by name.
callByIndex() - Method in annotation type org.eclipse.persistence.annotations.NamedStoredProcedureQuery
(Optional) Defines if the stored procedure should be called by index or by name.
CALLED_METHOD_THREW_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
calledMethodThrewException(Method, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
callSequencingCallback() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
 
callSessionBean(String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
 
callSessionBean(HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
Deprecated.
 
callSessionBeanInternal(String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Supports Batch Writing with Optimistic Locking.
canBeginTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be started.
canBeginTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be started.
canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether the platform can build call with returning.
canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Postgres has a returning clause.
canCommitTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be committed.
canCommitTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be committed.
canContinue(AbstractDoubleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(AbstractFromClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(AbstractOrderByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(AbstractTripleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(ConcatExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(ConstructorExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(DeleteClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(Expression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(GroupByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(IdentificationVariableDeclaration, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(UpdateClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(T, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canContinue(T, CollectionExpression, int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
canIssueSQLToDatabase_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that the SQL should be issued to the db.
canIssueSQLToDatabase_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that the SQL should be issued to the db.
canMergeUnitOfWork_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that the unit of work should be merged into the shared cache.
canMergeUnitOfWork_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that the unit of work should be merged into the shared cache.
canMoveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether the given item can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether the given item can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
CANNOT_ACCESS_FIELD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ACQUIRE_DATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ACQUIRE_HISTORICAL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_ELEMENT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ADD_ELEMENT_WITHOUT_KEY_TO_MAP - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ADD_SEQUENCES_TO_SESSION_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_TO_CONTAINER - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_ISOLATED_DATA_ON_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_PARTIAL_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CAST_TO_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMMIT_UOW_AGAIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMPARE_TABLES_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_UNFETCHED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CREATE_CLONE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_DELETE_READ_ONLY_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_DEPLOY_WITHOUT_PREDEPLOY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_ENLIST_MULTIPLE_DATASOURCES - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
CANNOT_INITIALIZE_FROM_NODE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INSTANTIATE_PROFILER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_LOGIN_TO_A_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_LOGOUT_OF_A_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_MODIFY_SCHEMA_IN_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_PERFORM_OP_WITH_NULL_PARAM - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERFORM_OPERATION_ON_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERSIST_MANAGED_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_PREDEPLOY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_REFRESH_EMF_CREATED_FROM_SESSION - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
CANNOT_REFRESH_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CANNOT_RELEASE_NON_CLIENTSESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_REMOVE_FROM_CONTAINER - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_RESUME_SYNCHRONIZED_UOW - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_TRANSLATE_UNPREPARED_CALL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_UNWRAP_NON_MAP_MEMBERS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_WRITE_CHANGES_TWICE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAccessFieldOnObject(Field, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAcquireClientSessionFromSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAcquireDataSource(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAcquireHistoricalSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddDescriptorsToSessionBroker() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddElement(Object, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAddElementWithoutKeyToMap(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAddSequencesToSessionBroker() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddToContainer(Object, Object, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCacheCursorResultsOnQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCacheIsolatedDataOnQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCachePartialObjects(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCastToClass(Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitAndResumeUOWWithModifyAllQueries() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitUOWAgain() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCompareTablesInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformAndCacheQueryResults(ReadQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformExpression() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformUnfetchedAttribute(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCreateClone(ContainerPolicy, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCreateDynamicContextFromClasses() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an array of actual classes.
cannotCreateExternalTransactionController(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotDeleteReadOnlyObject(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotDeployWithoutPredeploy(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotHaveUnboundInOutputArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInitializeFromNode() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an Node, that is not an instance of either Document or Element.
cannotInstantiateExceptionHandlerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInstantiateProfilerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInstantiateSessionEventListenerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInvokeMethodOnConfigClass(String, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotIssueModifyAllQueryWithOtherWritesWithinUOW() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotPerformOperationOnNullArgument(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to perform an operation with a null argument
cannotPerformOperationOnProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to set a property via path based access.
cannotPerformOperationWithNullInputParameter(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to call a method with a null input parameter
cannotPersistExistingObject(Object, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotPredeploy(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotRefreshEntityManagerFactoryCreatedFromSession(String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
cannotRefreshMetadata() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
cannotRegisterAggregateObjectInUnitOfWork(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
cannotReleaseNonClientSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotRemoveFromContainer(Object, Object, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetConverterForNonDirectMapping(ClassDescriptor, DatabaseMapping, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
cannotSetCursorForParameterTypeOtherThanOut(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetDefaultSequenceAsDefault(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetListenerClasses(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetReadPoolSizeAfterLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetShouldCheckCacheOnlyOnReportQuery() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotTranslateUnpreparedCall(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotUnwrapNonMapMembers(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotUseIdValueForCompositeId(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
cannotWriteChangesTwice() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CANONICAL_MODEL_GENERATE_COMMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.generate_comments" optional property can be used to disable usage of comments in declaration of Generated annotation.
CANONICAL_MODEL_GENERATE_COMMENTS_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.generate_comments" optional property.
CANONICAL_MODEL_GENERATE_GENERATED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.use_generated" optional property can be used to disable generation of javax.annotation.Generated annotation.
CANONICAL_MODEL_GENERATE_GENERATED_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.use_generated" optional property.
CANONICAL_MODEL_GENERATE_TIMESTAMP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.generate_timestamp" optional property can be used to disable usage of date in declaration of javax.annotation.Generated annotation.
CANONICAL_MODEL_GENERATE_TIMESTAMP_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.generate_timestamp" optional property.
CANONICAL_MODEL_LOAD_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.load_xml" optional property can be used a performance enhancement between compile rounds.
CANONICAL_MODEL_LOAD_XML_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.load_xml" optional property.
CANONICAL_MODEL_PREFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.prefix" optional property specifies the prefix that will be added to the start of the class name of any canonical model class generated.
CANONICAL_MODEL_PREFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default prefix that will be added to the start of the class name of any canonical model class generated.
CANONICAL_MODEL_SUB_PACKAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.subpackage" optional property specifies a sub-package name that can be used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
CANONICAL_MODEL_SUB_PACKAGE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default sub-package name that is used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
CANONICAL_MODEL_SUFFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.suffix" optional property specifies the suffix that will be added to the end of the class name of any canonical model class generated.
CANONICAL_MODEL_SUFFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default suffix that will be added to the end of the class name of any canonical model class generated.
CANONICAL_MODEL_USE_STATIC_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.use_static_factory" optional property can be used a performance enhancement between compile rounds within an IDE.
CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.use_static_factory" optional property.
canRollbackTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be rolled back.
canRollbackTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be rolled back.
CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
canUnwrapOracleConnection() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether this Oracle platform can unwrap Oracle connection.
capacity() - Method in class org.eclipse.persistence.indirection.IndirectList
 
CAPITALIZE_EACH_WORD - org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
The JPQL identifiers are written out the first letter being uppercase and the rest being lower case.
capitalizeEachWord(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns the given JPQL identifier with the first letter of each word capitalized and the rest being lower case.
cascade() - Method in annotation type javax.persistence.ManyToMany
(Optional) The operations that must be cascaded to the target of the association.
cascade() - Method in annotation type javax.persistence.ManyToOne
(Optional) The operations that must be cascaded to the target of the association.
cascade() - Method in annotation type javax.persistence.OneToMany
(Optional) The operations that must be cascaded to the target of the association.
cascade() - Method in annotation type javax.persistence.OneToOne
(Optional) The operations that must be cascaded to the target of the association.
cascade() - Method in annotation type org.eclipse.persistence.annotations.OptimisticLocking
(Optional) Specify where the optimistic locking policy should cascade lock.
cascade() - Method in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) The operations that must be cascaded to the target of the association.
Cascade - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CASCADE_ALL_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that all relationships with mappings should be used when building the copied object graph
CASCADE_PRIVATE_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that only relationships with mapping indicated privately- owned should be copied
CASCADE_TREE - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that only the attributes found in the attribute group should be copied
CascadeAggregateDelete - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeAllParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all objects related to the queries object(s).
cascadeAllParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade all relationships when copying the object(s).
CascadeAllParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadeAllParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeByMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all related objects where the mapping has been set to cascade the merge.
CascadeByMapping - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadeByMapping - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
CascadeDependentParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeDetach - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadedLockingInitialized - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: flag to indicate the initialization state of cascade locking for this descriptor
cascadeLockingPolicies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
cascadeMerge - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
PUBLIC: Enables delete cascading on the database.
CascadeOnDelete - Annotation Type in org.eclipse.persistence.annotations
Define the foreign key defined by the relationship to cascade the delete on the database.
cascadeOnlyDependentParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Used by unit of work, only cascades constraint dependencies.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: Cascade perform delete through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade remove through mappings that require the cascade.
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePersist - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Cascading flags used by the EntityManager
cascadePolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Policy that determines how the query will cascade to its object's parts.
CascadePolicy - Class in org.eclipse.persistence.config
Cascade policy hint values.
CascadePolicy() - Constructor for class org.eclipse.persistence.config.CascadePolicy
 
cascadePrivateParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all privately owned objects related to the queries object(s).
cascadePrivateParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade only those relationships that are configured as privately-owned.
CascadePrivateParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadePrivateParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeRefresh - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRemove - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeTree() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade only those attributes that are found in the group.
CascadeType - Enum in javax.persistence
Defines the set of cascadable operations that are propagated to the associated entity.
Case - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CASE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'CASE'.
case_(ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new CASE expression.
case_(ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new CASE expression.
CASE_OPERAND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the StateObject representing the case operand that follows the CASE identifier has changed.
CaseCondition - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
caseConditionOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
DB2 does not allow untyped parameter binding for the THEN & ELSE 'result-expressions' of CASE expressions
caseConditionStatement() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
caseConditionStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
caseConditionStatement(Map<Expression, Object>, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the caseConditions Map.
CaseExpression - Class in org.eclipse.persistence.jpa.jpql.parser
BNF: general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression END or BNF: simple_case_expression ::= CASE case_operand simple_when_clause {simple_when_clause}* ELSE scalar_expression END
CaseExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Creates a new CaseExpression.
CaseExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingEndIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingWhenClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesHasComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a case expression.
CaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
Creates a new CaseExpressionBNF.
CaseExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CaseExpressionFactory creates a new CaseExpression when the portion of the query to parse starts with CASE.
CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
Creates a new CaseExpressionFactory.
CaseExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A CASE predicate is used to calculate a condition and when it's true, its THEN expression will be executed.
CaseExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseExpressionStateObject(StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseExpressionStateObject(StateObject, StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseOperandBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the case operand specified in the case expression.
CaseOperandBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
Creates a new CaseOperandBNF.
caseOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
DB2 does not allow untyped parameter binding for the THEN & ELSE 'result-expressions' of CASE expressions
caseStatement() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
caseStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
caseStatement(Map, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the caseItems Map.
cast() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cast(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Cast the value to the database type.
Cast - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'CAST'.
CAST_MUST_USE_INHERITANCE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CastExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The CAST function cast value to a different type.
CastExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Creates a new CastExpression.
CastExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingDatabaseType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the CAST function.
CastExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
Creates a new CastExpressionBNF.
CastExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CastExpressionFactory creates a new CastExpression when the portion of the query to parse starts with CAST.
CastExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
Creates a new TrimExpressionFactory.
castExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
castMustUseInheritance(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
catalog() - Method in annotation type javax.persistence.CollectionTable
(Optional) The catalog of the table.
catalog() - Method in annotation type javax.persistence.JoinTable
(Optional) The catalog of the table.
catalog() - Method in annotation type javax.persistence.SecondaryTable
(Optional) The catalog of the table.
catalog() - Method in annotation type javax.persistence.SequenceGenerator
(Optional) The catalog of the sequence generator.
catalog() - Method in annotation type javax.persistence.Table
(Optional) The catalog of the table.
catalog() - Method in annotation type javax.persistence.TableGenerator
(Optional) The catalog of the table.
catalog() - Method in annotation type org.eclipse.persistence.annotations.CollectionTable
Deprecated.
(Optional) The catalog of the table.
catalog() - Method in annotation type org.eclipse.persistence.annotations.Index
The catalog of the INDEX
catchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for catching all the Descriptor Exceptions
CATEGORY_LOGGING_LEVEL_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.logging.level." allows the category specific logging levels to be specified.
caughtExceptions - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
To add all the Descriptor exceptions
cciConnection - Variable in class org.eclipse.persistence.eis.EISAccessor
 
cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of character data to be wrapped in a CDATA node.
cdata(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
CDI_BEANMANAGER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.bean.manager" property is used to set CDI BeanManager when available
ceil() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
ceil(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Ceil - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
changed - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
 
CHANGED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the entire list has changed.
CHANGED_COLUMNS - org.eclipse.persistence.annotations.OptimisticLockingType
Using this type of locking policy compares only the changed fields in the WHERE clause when doing an update.
changeDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The reference class has been changed, need to reset the descriptor.
ChangedFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
ChangedFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
PUBLIC: Create a new changed fields locking policy.
ChangeListener - Interface in org.eclipse.persistence.jpa.rs.eventlistener
A ChangeListener is used to extend a PersistenceContext to react to database sent change events.
changeOrderTargetQuery - Variable in class org.eclipse.persistence.mappings.CollectionMapping
Query used when order of list members is changed.
changePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the base Change Record API.
Changes - Static variable in class org.eclipse.persistence.config.CommitOrderType
Updates are ordered by the object's changes, then by id.
CHANGES - org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
Updates are ordered by the object's changes, then by id.
changeSet - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
For the post merge event it is possible that there has been a change set generated.
changeSet - Variable in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
The changes to be applied remotely
changeSetDeleteNullQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
changeSetDeleteQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used for deletion when ChangeSets are used
ChangeSetsNotProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ChangeSetsProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ChangeSupport - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This ChangeSupport is responsible to notifies registered listeners upon changes made to a StateObject, those changes are either a property has changed (IPropertyChangeListener) or the content of a list has changed (IListChangeListener).
ChangeSupport(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Creates a new ChangeSupport.
ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
Purpose: Define an interface for any object that wishes to use attribute change tracking.
ChangeTracking - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ChangeTracking - Annotation Type in org.eclipse.persistence.annotations
The ChangeTracking annotation is used to specify the org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy which computes changes sets for EclipseLink's UnitOfWork commit process.
ChangeTrackingType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ChangeTracking annotation.
changeType - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Change type is either add or remove
CHAR - javax.persistence.DiscriminatorType
Single character as the discriminator type.
CHAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CHAR_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CHAR_LENGTH', which is an unused keyword.
CHAR_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
character() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the character at the current cursor position.
character(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the character at the given cursor position.
CHARACTER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CHARACTER_ESCAPE_HANDLER - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant CHARACTER_ESCAPE_HANDLER.
CHARACTER_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CHARACTER_LENGTH', which is an unused keyword.
characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
 
characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
CharacterEscapeHandler - Interface in org.eclipse.persistence.oxm
Provide an interface to allow for custom character escaping behaviour.
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
characters(CharSequence) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of character data.
characters(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
characters(String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Convert the value if necessary and write out the converted value.
characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
charactersAllowed - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
characterType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Character}.
characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Character}.
characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Character.
charIndex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CharIndex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
charLength() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
charLength() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Obtains the number of characters in the data string value expression.
Builds Symfoware equivalent to length(string_exp).
Symfoware: CHAR_LENGTH(string_exp)
CharLength - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CHECK_CACHE - org.eclipse.persistence.annotations.ExistenceType
Assume that if the objects primary key does not include null and it is in the cache, then it must exist.
CHECK_DATABASE - org.eclipse.persistence.annotations.ExistenceType
Perform does exist check on the database.
CHECK_EXISTENCE - Static variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
Flag to disable table existence check before create.
checkAssignable(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
checkBuilder(IScalarExpressionStateObjectBuilder<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
Makes sure the given builder is this one.
checkBuilders(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
Makes sure the given builder is this one.
CheckCache - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
checkCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The cache will be checked only if the query contains exactly the primary key.
CheckCacheByExactPrimaryKey - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be checked first if the query is by primary key (only).
CheckCacheByExactPrimaryKey - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheByIndex(Expression, AbstractRecord, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Lookup the expression in the cache if it contains any indexes.
checkCacheByPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: This is the default, the cache will be checked only if the query contains the primary key.
CheckCacheByPrimaryKey - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be checked first if the query contains the primary key.
CheckCacheByPrimaryKey - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheFirst - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine if the cache should be check first in addition to another option.
checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Check if the target object is in the cache if possible based on the source row.
checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Check if the target object is in the cache if possible based on the target key value.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Default behavior.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that if the objects primary key does not include null and it is in the cache, then is must exist.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to check the cache for existence.
checkCacheOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: The cache will checked completely, if the object is not found null will be returned or an error if the query is too complex.
CheckCacheOnly - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be searched for any matching objects.
CheckCacheOnly - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheThenDatabase() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The cache will be checked completely, then if the object is not found or the query too complex the database will be queried.
CheckCacheThenDatabase - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be searched for any matching object before accesing the database.
CheckCacheThenDatabase - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkConnections - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check and return custom query flag.
checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Check and return custom query flag.
checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Check and return custom query flag.
checkDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used to check the database tables.
checkDatabase(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
To check that tables and fields are present in database
CheckDatabase - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Perform does exist check on the database
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Perform does exist check on the database through selecting the primary key.
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to check the database for existence.
checkDatabaseIfInvalid - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine cache invalidation policy support.
checkDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
checkDescriptor(Object, AbstractSession) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Ensure that the descriptor has been set.
checkDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results after a set amount of time has passed.
checkDumpTime() - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
checkEarlyReturn(Object, Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Check if existence can be determined without going to the database.
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query already knows the return value without performing any further work.
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Check if existence can be determined without going to the database.
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check to see if this query already knows the return value without performing any further work.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Contains the body of the check early return call, implemented by subclasses.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEclipseLinkCache(DatabaseQuery, Record, Session) - Static method in class org.eclipse.persistence.queries.QueryRedirectorHelper
This method will cause EclipseLink to check the EclipseLink cache for the object.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForProviderProperty(Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Need to check that the provider property is null or set for EclipseLink
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERAL: Verify whether the sequence exists.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Check if the sequence object already exists, in which case dont create it.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERAL: Execute the SQL required to insert the sequence row into the sequence table.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERAL: Verify whether the sequence exists.
checkInheritanceTreeAggregateSettings(AbstractSession, AggregateMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Verify that an aggregate descriptor's inheritance tree is full of aggregate descriptors.
checkInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used to check the InstantiationPolicy.
checkIntegrity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Makes sure the cached identification variable and the one owned by IdentificationVariableStateObject are the same.
checkIntegrity(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Makes sure the current identification variable and the given one are the same.
checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Checks whether the given parent is null or not.
checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Checks whether the given parent is null or not.
checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.NoServerPlatformDetector
 
checkPlatform() - Method in interface org.eclipse.persistence.platform.server.ServerPlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatformDetector
 
checkPrepare(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrePrepare(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: ObjectLevelReadQueries now have an explicit pre-prepare stage, which is for checking for pessimistic locking, and computing any joined attributes declared on the descriptor.
checkReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
checkTable(DatabaseTable, AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method checks that tables are present in the database.
checkTableExists(DatabaseSessionImpl, TableDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Executes and evaluates query to check whether given table exists.
checkTableExists(DatabaseSessionImpl, TableDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Executes and evaluates query to check whether given table exists.
checkTableExists(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Check if the table exists by issuing a query.
checkTableExists(TableDefinition, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Check if the table exists by issuing a query.
checkWastedVersioning(AbstractRecord, DatabaseTable) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Checks for the case where an object has multiple tables but only some are part of a minimal update.
CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CHILD_TO_PARENT - org.eclipse.persistence.queries.ReadAllQuery.Direction
Hierarchy will be traversed from child to parent - PRIOR keyword is generated on the right side of the equation
childDescriptors - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childDescriptors - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
 
childDescriptorsDoNotHaveIdentityMap() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
children() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the children of this Expression.
children() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the children of this Expression.
children() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the set of all the query BNFs that are part of this BNF.
children() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the ordered children of this StateObject.
children() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the ordered children of this StateObject.
children(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
ChildrenCollectorVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
Creates a new ChildrenCollectorVisitor.
childrenJoinExpression - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childrenSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Returns the count of child expressions.
childrenTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childrenTablesJoinExpressions - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
chr() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
chr(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Chr - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CIRCULAR_MAPPED_BY_REFERENCES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
circularMappedByReferences(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CLASS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CLASS', which is an unused keyword.
CLASS_EXTRACTION_METHOD_MUST_BE_STATIC - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CLASS_EXTRACTOR_CAN_NOT_BE_SPECIFIED_WITH_DISCRIMINATOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_INDICATOR_FIELD_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CLASS_INSTANCE - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved class instance converter.
CLASS_LIST_MUST_NOT_BE_NULL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_NAME - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps a fully qualified class name.
CLASS_NAME - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
CLASS_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Notifies the class name property has changed.
CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CLASS_NOT_FOUND_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CLASS_NOT_FOUND_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_OR_CLASS_DESCRIPTOR_COULD_NOT_BE_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
CLASS_PK_DOES_NOT_EXIST_IN_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLASS_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
ClassDescriptor - Class in org.eclipse.persistence.descriptors
Purpose: Abstract descriptor class for defining persistence information on a class.
ClassDescriptor() - Constructor for class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return a new descriptor.
classes() - Method in annotation type javax.persistence.SqlResultSetMapping
Specifies the result set mapping to constructors.
classExistsInArray(JavaClass, ArrayList<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Convenience method to determine if a class exists in a given ArrayList.
classExistsInArray(JavaClass, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Convenience method to determine if a class exists in a given ArrayList.
classExtractionMethod - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
classExtractionMethodMustBeStatic(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
classExtractionMethodName - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
classExtractor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ClassExtractor - Class in org.eclipse.persistence.descriptors
Purpose: Abstract class to allow complex inheritance support.
ClassExtractor - Annotation Type in org.eclipse.persistence.annotations
A ClassExtractor allows for a user defined class indicator in place of providing a discriminator column.
ClassExtractor() - Constructor for class org.eclipse.persistence.descriptors.ClassExtractor
 
classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classExtractorName - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
Allow for class extraction method to be specified.
classFileTransformerThrowsException(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classFromRow(ABSTRACT_RECORD, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: This method is used to turn the a raw database field value classFieldValue into a Class object.
classIndicatorField - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
classIndicatorMapping - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ClassInstanceConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Allows a class name to be converted to and from a new instance of the class.
ClassInstanceConverter() - Constructor for class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
PUBLIC: Default constructor.
classListMustNotBeNull() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classLoader - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
classLoader - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
 
classLoader - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Define the class loader that should be used to find the resource.
CLASSLOADER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.classloader" property specifies the classloader to use to create an EntityManagerFactory in the property map passed to Persistence.createEntityManagerFactory.
className - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
className - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
className - Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
classNameIndicatorMapping - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
Creates a new ClassNameRenamer.
ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
Creates a new ClassNameRenamer.
ClassNameResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver simply holds onto the fully qualified class name of the IType.
ClassNameResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
Creates a new ClassNameResolver.
classNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible class names.
classNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible class names.
classNames(String, ContentAssistProposals.ClassType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the fully qualified class names filtered by the given prefix and type.
classNamesForWeaving - Variable in class org.eclipse.persistence.sessions.Project
used for Caching JPA projects
classNotFound(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to load the instance class for a given type
classNotFoundException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
classNotFoundException(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
classNotFoundException(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
classNotFoundForProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
classNotFoundWhileConvertingClassNames(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classNotFoundWhileProcessingAnnotations(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
classNotFoundWhileUsingQueryHint(DatabaseQuery, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
classNotListedInPersistenceUnit(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classOrClassDescriptorCouldNotBeFoundForEntity(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Class descriptor could not be found for entity.
classPkDoesNotExistInCache(Class, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ClassResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver simply holds onto the actual type since it is already determined.
ClassResolver(Resolver, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
Creates a new ClassResolver.
ClassSummaryDetail - Class in org.eclipse.persistence.services.glassfish
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail - Class in org.eclipse.persistence.services.jboss
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail - Class in org.eclipse.persistence.services.weblogic
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail - Class in org.eclipse.persistence.services.websphere
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.glassfish.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.jboss.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.weblogic.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.websphere.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetailBase - Class in org.eclipse.persistence.services
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetailBase(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.ClassSummaryDetailBase
Construct a ClassSummaryDetail instance.
classToConvertTo - Variable in exception org.eclipse.persistence.exceptions.ConversionException
 
ClassTransformer - Interface in javax.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
classWriters - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
Map of DynamicClassWriter used to dynamically create a class in the DynamicClassLoader.findClass(String) call.
clause - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
The clause being visited, which is marked by its JPQL identifier.
CLAUSE - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to create a clause.
CLAUSE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the JPQL identifiers identifying a clause (eg: WHERE) can be appended as valid proposals.
clauseOfItems - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
Internal flag indicating if a clause is being visited which can have a collection of children.
clazz - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
 
cleanup() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
clear() - Method in interface javax.persistence.EntityManager
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
clear() - Method in class org.eclipse.persistence.indirection.IndirectList
 
clear() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
clear() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
clear() - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Resets the entire Object cache, and the Query cache.
clear() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Clear the sub-nodes of the DOM.
clear() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Clear the sub-nodes of the DOM.
clear() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Release all objects read in so far.
clear() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Release all objects read in so far.
clear() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Clear the contents of the result.
clear() - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
 
clear() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
clear(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Resets the cache for only the instances of the given Class type.
CLEAR_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Clear cache of providers.
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: Clear the changes in the ObjectChangeListener
clearDeferredChanges() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: clear any changes that have been deferred to instantiation.
clearDriverClassAndDriver() - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Discard the cached driver class and driver.
clearInitialization() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
clearIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
clearIsResultSetOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Clear the flag set by setIsResultSetOptimizedQuery method, allow to use default set on the session instead.
clearItems() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Clear the ReportQueryItems
clearNextAndPrevious() - Method in class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: Clear the cached next and previous object and row values.
clearNextAndPreviousObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: Clear only the cached next and previous object values.
clearOracleConnectionCache(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Clears both implicit and explicit caches of OracleConnection on Oracle9Platform, noop here.
clearProfile() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Clear the profiler, this will end the current profile operation.
clearQueryCache() - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear all the query results caches.
clearQueryCache() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear all the query caches
clearQueryCache(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear all named query results cache associated with entity class.
clearQueryCache(String) - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear the named query results cache associated with the query name.
clearQueryCache(String) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the session.
clearQueryCache(String, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class.
clearQueryCache(ReadQuery) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query class associated with the passed-in read query.
clearQueryResults(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Clears the current cached results, the next execution with read from the database.
clearQueryResultsNotSupported(ReadQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
clearReferencingClasses() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Cleans referencingClasses set.
clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Clears the values related to the managed type and type.
clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Clears the values related to the managed type and type.
clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Clears the values related to the managed type and type.
clearSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Clear the selection id and object.
clearSequencingListeners() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Clears sequencing listeners.
clearSequencingListeners() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Clears sequencing listeners.
clearStatementCache() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Used to clear the statement cache.
clearStatementCache() - Method in class org.eclipse.persistence.services.RuntimeServices
Used to clear the statement cache.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
INTERNAL: Clears statement cache of WebLogic connection using the WebLogic API reflectively.
clearStatementCacheMethod - Variable in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
Cached WLConnection.clearStatementCache() Method used for clearing statement cache.
clearUsesResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL:
CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ClientSession - Class in org.eclipse.persistence.sessions.server
Purpose: Acts as a client to the server session.
ClientSession(Project) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
 
ClientSession(ServerSession, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Create and return a new client session.
ClientSession(ServerSession, ConnectionPolicy, Map) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
 
clientSessionCanNotUseExclusiveConnection() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ClientSessionCreated - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ClientSessionReleased - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CLINIT - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
CLOB_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
clone() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
clone() - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
clone() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Clone the CMPPolicy
clone() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
INTERNAL: Clones the CopyPolicy
clone() - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Clone the CopyPolicy.
clone() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Clone the manager and its private parts.
clone() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Clone the query manager
clone() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Clone the fetch group manager.
clone() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Normally cloned when not yet initialized.
clone() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
INTERNAL:
clone() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Clone the connector.
clone() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Clone the appropriate attributes.
clone() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Clone the expression maintaining clone identity in the inter-connected expression graph.
clone() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
 
clone() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
clone() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Performs a sufficiently deep clone.
clone() - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC:
clone() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
clone() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
clone() - Method in class org.eclipse.persistence.indirection.ValueHolder
INTERNAL:
clone() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
PUBLIC: Copy the value holder (but not its' reference, shallow).
clone() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return a shallow copy of this Property.
clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
clone() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
INTERNAL: Each session owns its own session log because session is stored in the session log
clone() - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Each session owns its own session log because session is stored in the session log
clone() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Clone the log.
clone() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Clone the aggregate to source field names.
clone() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
INTERNAL Called when cloning the container policy.
clone() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Clone the appropriate attributes.
clone() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: The mapping clones itself to create deep copy
clone() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
clone() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Clone the row and its values.
clone() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
clone() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
clone() - Method in class org.eclipse.persistence.queries.AttributeGroup
 
clone() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
 
clone() - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return a clone of the call.
clone() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Clone the query.
clone() - Method in class org.eclipse.persistence.queries.FetchGroup
 
clone() - Method in class org.eclipse.persistence.queries.JPQLCall
 
clone() - Method in class org.eclipse.persistence.queries.LoadGroup
 
clone() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Creates and returns a copy of this query.
clone() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
 
clone() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Creates and returns a copy of this query.
clone() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Clone the query.
clone() - Method in class org.eclipse.persistence.sequencing.Sequence
 
clone() - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Must be cloneable.
clone() - Method in class org.eclipse.persistence.sessions.CopyGroup
 
clone() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Clone the login.
clone() - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Clone the connector.
clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Clone the map and all of the CacheKeys.
clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
clone() - Method in class org.eclipse.persistence.sessions.JNDIConnector
INTERNAL: Clone the connector.
clone() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Clone the login.
clone() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Shallow clone the event manager.
clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
clone() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
clone() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC:
clone() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC:
clone() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Performs a deep copy of this table definition.
clone(Map<ATTRIBUTE_GROUP, ATTRIBUTE_GROUP>, ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
clone(Map<CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>, CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This method is used internally in the clone processing.
clone(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Multitenant policies are cloned per inheritance subclass.
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL:
clone(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL:
clone(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Clone the event manager for the new session.
CLONE_METHOD_INACCESSIBLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLONE_METHOD_REQUIRED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLONE_METHOD_THORW_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CloneCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: Allows a clone of an object to be created with a method that returns the cloned object.
CloneCopyPolicy - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CloneCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
A CloneCopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CloneCopyPolicy on an Entity.
CloneCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
 
cloneDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Clone the delegate.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
CloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
Pull together remover state and behavior for subclasses.
CloneIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
 
CloneIterable(CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
 
CloneIterable.DefaultRemover - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
 
CloneIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
A CloneIterator iterates over a copy of a collection, allowing for concurrent access to the original collection.
CloneIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified array.
CloneIterator(E[], CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified array.
CloneIterator(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified collection.
CloneIterator(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified collection.
CloneIterator(CloneIterator.Remover<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Internal constructor used by subclasses.
CloneIterator.Remover<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
Used by CloneIterator to remove elements from the original collection; since the iterator does not have direct access to the original collection.
CloneIterator.Remover.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
 
cloneKeys() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Allow for the CacheKey elements to be iterated.
CloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
Pull together mutator state and behavior for subclasses.
CloneListIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
 
CloneListIterable(CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
 
CloneListIterable.DefaultMutator - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
 
CloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
A CloneListIterator iterates over a copy of a list, allowing for concurrent access to the original list.
CloneListIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified array.
CloneListIterator(E[], CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified array.
CloneListIterator(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified list.
CloneListIterator(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified list.
CloneListIterator(CloneListIterator.Mutator<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Internal constructor used by subclasses.
CloneListIterator.Mutator<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterator
Used by CloneListIterator to remove elements from the original list; since the list iterator does not have direct access to the original list.
CloneListIterator.Mutator.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
 
cloneMethodInaccessible() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneMethodRequired() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneMethodThrowException(Throwable) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneUsing(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: This expression is built on a different base than the one we want.
close() - Method in interface javax.persistence.EntityManager
Close an application-managed entity manager.
close() - Method in interface javax.persistence.EntityManagerFactory
Close the factory, releasing any resources that it holds.
close() - Method in interface org.eclipse.persistence.jpa.Archive
Close this archive and associated InputStream.
close() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
close() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Stop the factory.
close() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
 
close() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Closes the stream.
CLOSE_ATTRIBUTE_VALUE - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_CDATA - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_COMMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_ELEMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_PI - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
closeComplex() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
closeComplex() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
closeDatasourceConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
Close the connection.
closeDDLWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Close the schema writer.
closeDDLWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
closePersistenceContext(String) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
closePersistenceContext(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Close the PersistenceContext of a given name and clean it out of our list of PersistenceContexts.
closePersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Close the PersistenceContext and clean it out of our list of PersistenceContexts.
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that all of the attribute events have occurred for the most recent element that has been started.
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
Cloudscape - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
CloudscapePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides CloudScape DBMS specific behavior.
CloudscapePlatform() - Constructor for class org.eclipse.persistence.platform.database.CloudscapePlatform
 
CM - org.eclipse.persistence.expressions.spatial.SpatialParameters.Units
 
cmpPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CMPPolicy - Class in org.eclipse.persistence.descriptors
Description: Place holder for CMP specific information.
CMPPolicy() - Constructor for class org.eclipse.persistence.descriptors.CMPPolicy
 
CMPPolicy.KeyElementAccessor - Interface in org.eclipse.persistence.descriptors
INTERNAL: This is the interface used to encapsulate the the type of key class element
CMPPolicy.KeyIsElementAccessor - Class in org.eclipse.persistence.descriptors
INTERNAL: This class will be used when the keyClass is a primitive
coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a coalesce expression.
coalesce() - Method in class org.eclipse.persistence.expressions.Expression
 
coalesce() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
coalesce(Collection) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Return null if all arguments are null and the first non-null argument otherwise The equivalent of the COALESCE SQL function
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
coalesce(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
Coalesce - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
COALESCE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COALESCE'.
CoalesceExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A COALESCE expression returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
CoalesceExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
Creates a new CoalesceExpression.
CoalesceExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a coalesce expression.
CoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
Creates a new CoalesceExpressionBNF.
CoalesceExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CoalesceExpressionFactory creates a new CoalesceExpression when the portion of the query to parse starts with COALESCE.
CoalesceExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
Creates a new CoalesceExpressionFactory.
coalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
CoalesceExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A COALESCE expression returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
CoalesceExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, List<StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
coalesceOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
DB2 requires that at least one argument be a known type
CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
Built-in XmlAdapter to handle xs:token and its derived types.
CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query and from the parent queries.
collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query and from the parent queries.
collectDatabaseSchemasForDrop(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Called when dropping tables.
collectFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Return all the fields mapped by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
This method must be overwritten in the subclasses to return a vector of all the fields this mapping represents.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
Returns the field this mapping represents.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Return the fields mapped by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return all the fields with this mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
collectFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
collectFields() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
Returns all the aggregate fields.
collectFields() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
Returns all the aggregate fields.
collectFields() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return all the fields populated by this mapping.
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
COLLECTION - javax.persistence.metamodel.PluralAttribute.CollectionType
Collection-valued attribute
COLLECTION - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps a collection-valued path expression.
COLLECTION - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Only retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression.
COLLECTION_REMOVE_EVENT_WITH_NO_INDEX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CollectionAttribute<X,​E> - Interface in javax.persistence.metamodel
Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes.
CollectionChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
Purpose: Define a change event for collection types.
CollectionChangeEvent(Object, String, Object, Object, int) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated.
as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and change applied.
CollectionChangeEvent(Object, String, Object, Object, int, Integer) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated.
as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated.
as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and the index where the object is/was in the collection (list), flag indicating whether the change (addition or removal) is part of a single set operation on a list, flag indicating whether the object has already been added or removed from the collection.
CollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
CollectionChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
Purpose: Define an interface for any collection that wishes to use attribute change track.
CollectionDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This CollectionDeclaration represents a collection member declaration that was declared in the FROM clause of a SELECT top-level query or subquery.
CollectionDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
Creates a new CollectionDeclaration.
CollectionEquivalentResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver compares each IType retrieved from the list of Resolvers that were gathered for a given Expression and returns that type if they are all the same type otherwise the IType for Object is returned.
CollectionEquivalentResolver(Resolver, List<Resolver>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
Creates a new CollectionEquivalentResolver.
collectionExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
Caches the visited CollectionExpression so a child could use it.
CollectionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A CollectionExpression wraps many expression which they are separated by spaces and/or commas.
CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
CollectionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject is a temporary object used to store a list of StateObjects.
CollectionExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Creates a new CollectionExpressionStateObject.
CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
Creates a new CollectionExpressionVisitor.
CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
 
CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
Creates a new CollectionExpressionVisitor.
CollectionJoin<Z,​E> - Interface in javax.persistence.criteria
The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Collection.
CollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for relationship mappings which store collection of objects
CollectionMapping() - Constructor for class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Default constructor.
CollectionMappingFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
 
CollectionMemberDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable declared by a collection member declaration ranges over values of a collection obtained by navigation using a path expression.
CollectionMemberDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Creates a new CollectionMemberDeclaration.
CollectionMemberDeclaration_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection member declaration expression.
CollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
Creates a new CollectionMemberDeclarationBNF.
CollectionMemberDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
 
CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CollectionMemberDeclarationFactory creates a new CollectionMemberDeclaration when the portion of the query to parse starts with IN.
CollectionMemberDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
Creates a new CollectionMemberDeclarationExpressionFactory.
CollectionMemberDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An identification variable declared by a collection_member_declaration ranges over values of a collection obtained by navigation using a path expression.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
CollectionMemberExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Creates a new CollectionMemberExpression.
CollectionMemberExpression_Embeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingEntityExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection member expression.
CollectionMemberExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
Creates a new CollectionMemberExpressionBNF.
CollectionMemberExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CollectionMemberExpressionFactory creates a new CollectionMemberExpression when the portion of the query to parse starts with MEMBER, MEMBER OF, NOT MEMBER or NOT MEMBER OF.
CollectionMemberExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
Creates a new CollectionMemberExpressionFactory.
CollectionMemberExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
CollectionMemberExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
CollectionMemberExpressionStateObject(StateObject, StateObject, boolean, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
CollectionMemberExpressionStateObject(StateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates a new collection-valued path expression.
collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new collection-valued path expression.
collectionPath(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates a new collection-valued path expression.
CollectionProxy - Interface in org.eclipse.persistence.jpa.rs.util
JPARS 2.0 collection proxy interface.
collectionRemoveEventWithNoIndex(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Attempt to call setListOrderField method on a mapping that doesn't support listOrderField.
collectionSeparatedByCommaValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
CollectionSeparatedByCommaValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedByCommaValidator
 
collectionSeparatedBySpaceValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
CollectionSeparatedBySpaceValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedBySpaceValidator
 
CollectionTable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CollectionTable - Annotation Type in javax.persistence
Specifies the table that is used for the mapping of collections of basic or embeddable types.
CollectionTable - Annotation Type in org.eclipse.persistence.annotations
Deprecated. 
CollectionTools - Class in org.eclipse.persistence.jpa.jpql.utility
This utility class provides utility methods related to collections, iterators and arrays.
collectionType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Collection}.
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Collection}.
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Collection.
CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve the type of a collection-valued field.
CollectionValuedFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
Creates a new CollectionValuedFieldResolver.
CollectionValuedFieldResolver.MapManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
CollectionValuedPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A collection_valued_field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.
CollectionValuedPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression_NotCollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection-valued path expression.
CollectionValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
Creates a new CollectionValuedPathExpressionBNF.
CollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
CollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
Creates a new CollectionValuedPathExpressionFactory.
CollectionValuedPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.
CollectionValuedPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Creates a new CollectionValuedPathExpressionStateObject.
CollectionValuedPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Creates a new CollectionValuedPathExpressionStateObject.
collectionValuedPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
This visitor is responsible to retrieve the visited Expression if it is a CollectionValuedPathExpression.
CollectionValuedPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
 
CollectionWrapperBuilder - Class in org.eclipse.persistence.jpa.rs.util
Helper class used to create proxies for collections.
CollectionWrapperBuilder(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.CollectionWrapperBuilder
Creates a new CollectionWrapperBuilder.
CollectionWrapperMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the CollectionWrapper class available in our Dynamic JAXB context.
CollectionWrapperMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
Creates a new CollectionWrapperMetadataSource.
collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query.
collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query.
collectLocalDeclarationIdentificationVariables(JPQLQueryContext, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
collectLocks(HashMap) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Add all locked CacheKeys to the map grouped by thread.
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
 
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectResultVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
Flag used to determine if the IdentificationVariable to visit is a result variable.
COLON_W_SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
COLON_W_SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.record.MarshalRecord
 
column - Variable in class org.eclipse.persistence.queries.ColumnResult
Stores the Columns name from the result set
column - Variable in class org.eclipse.persistence.queries.FieldResult
Stores the Columns name from the result set that contains the attribute value
column() - Method in annotation type javax.persistence.AttributeOverride
(Required) The column that is being mapped to the persistent attribute.
column() - Method in annotation type javax.persistence.FieldResult
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
column() - Method in annotation type org.eclipse.persistence.annotations.SerializedObject
(Optional) The column that holds the serialized object.
column() - Method in annotation type org.eclipse.persistence.annotations.WriteTransformer
Specify here the column into which the value should be written.
Column - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Column - Annotation Type in javax.persistence
Specifies the mapped column for a persistent property or field.
COLUMN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'COLUMN', which is an EclipseLink specific identifier that was added in version 2.4.
COLUMN_RESULT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
columnDefinition() - Method in annotation type javax.persistence.Column
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type javax.persistence.DiscriminatorColumn
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
columnDefinition() - Method in annotation type javax.persistence.JoinColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type javax.persistence.MapKeyColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type javax.persistence.MapKeyJoinColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type javax.persistence.OrderColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
columnExists(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
Determines whether the column with the given name exists or not in the table with the given name.
columnList() - Method in annotation type javax.persistence.Index
(Required) The names of the columns to be included in the index, in order.
columnNames() - Method in annotation type javax.persistence.UniqueConstraint
(Required) An array of the column names that make up the constraint.
columnNames() - Method in annotation type org.eclipse.persistence.annotations.CacheIndex
Specify the set of columns to define the index on.
columnNames() - Method in annotation type org.eclipse.persistence.annotations.Index
Specify the set of columns to define the index on.
columnNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible column names.
columnNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible column names.
columnNames(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the names of the given table's columns.
ColumnResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.
ColumnResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ColumnResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation or ConstructorResult annotation to map a column of the SELECT list of a SQL query.
ColumnResult(String) - Constructor for class org.eclipse.persistence.queries.ColumnResult
 
ColumnResult(DatabaseField) - Constructor for class org.eclipse.persistence.queries.ColumnResult
 
columnResultNotFound(DatabaseField) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
columnResults - Variable in class org.eclipse.persistence.queries.ConstructorResult
Stored the column results of this constructor result
columns() - Method in annotation type javax.persistence.ConstructorResult
(Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order.
columns() - Method in annotation type javax.persistence.SqlResultSetMapping
Specifies the result set mapping to scalar values.
columns() - Method in annotation type org.eclipse.persistence.annotations.PrimaryKey
(Optional) Used to specify the primary key columns directly.
COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for ','.
COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
The constant for a comma: ','.
COMMA_SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
The constant for a comma followed by a space: ', '.
Command - Class in org.eclipse.persistence.sessions.coordination
Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
Command() - Constructor for class org.eclipse.persistence.sessions.coordination.Command
 
commandConverter - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Used for converting commands between EclipseLink Command and app command formats
CommandConverter - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Define a pluggable conversion interface that can be supplied by the application
CommandManager - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Provide an interface that clients can use to invoke remote commands on other EclipseLink instances, or on other applications that may want to receive and process EclipseLink commands.
commandProcessor - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Invoked to process a command when it is received from the cluster
CommandProcessor - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Defines a pluggable interface for EclipseLink sessions and EclipseLink applications to be able to be on the receiving end of EclipseLink command objects.
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
commit() - Method in interface javax.persistence.EntityTransaction
Commit the current resource transaction, writing any unflushed changes to the database.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IConditionalExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
COMMIT - javax.persistence.FlushModeType
Flushing to occur at transaction commit.
commitAndResume() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
commitAndResumeOnFailure() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
CommitOrderType - Class in org.eclipse.persistence.config
Commit order type persistence property values.
CommitOrderType() - Constructor for class org.eclipse.persistence.config.CommitOrderType
 
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Remote unit of work after serialization is committed locally.
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is committed locally.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Commit the active database transaction.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Commit a transaction on the server.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
 
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
 
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
 
commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Commit a transaction externally.
commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Commit the external transaction.
commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Commit the external transaction.
commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Commit the external transaction.
CommonAbstractCriteria - Interface in javax.persistence.criteria
The CommonAbstractCriteria interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations.
CommunicationException - Exception in org.eclipse.persistence.exceptions
Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.
CommunicationException(String) - Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
 
CommunicationException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
PUBLIC: Creates a CommunicationException.
CommunicationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for CommunicationException messages.
CommunicationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
 
communicationSocket - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
The multicast socket used for discovery
compare(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.JavaClassCompareByNamespace
 
compare(IType, IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
compareAttributeValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the attributes.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the non-null elements.
compareElements(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the changes between two collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to create a change record from comparing two aggregate collections
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the changes between two aggregates.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to create a change record from comparing two collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method compares the changes between two direct collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: This method compares the changes between two direct collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return an ObjectReferenceChangeRecord describing the change, or null if no change.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: This method is used to create a change record from comparing two collections
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
compareLists(List, List) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
Compare two lists.
compareLists(List, List, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareLists(List, List, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two lists.
compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite_NonUpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite_UpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsForChange(List, List, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to calculate the differences between two Lists.
compareMapCollectionForChange(Map, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Determine if an AggregateCollection that is contained as a map has changed by comparing the values in the clone to the values in the backup.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
compareObjectsAndWrite(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: The memory objects are compared and only the changes are written to the database.
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two objects if their parts are not private owned
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Compare two objects if their parts are not private owned
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two objects if their parts are private owned
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Compare two objects if their parts are private owned
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Compare the references of the two objects are the same, and the objects themselves are the same.
compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the attribute values.
compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Compare the attribute values.
compareTo(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
compareTo(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: This method compares two writeLockValues.
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method compares two writeLockValues.
ComparingEntityTypeLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
comparison(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
comparison(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
COMPARISON - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the comparison operators (<, <=, <>, >=, =) can be appended as valid proposals.
ComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Only the values of like types are permitted to be compared.
ComparisonExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Creates a new ComparisonExpression.
ComparisonExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_IdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_WrongComparisonType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a comparison expression.
ComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
Creates a new ComparisonExpressionBNF.
ComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ComparisonExpressionFactory creates a new ComparisonExpression when the portion of the query to parse starts with <, >, <>, <=, >= or =.
ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
Creates a new ComparisonExpressionFactory.
ComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Only the values of like types are permitted to be compared.
ComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
ComparisonExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
ComparisonExpressionStateObject(StateObject, StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
comparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ComparisonExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.ComparisonExpressionVisitor
 
ComparisonOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
COMPATIBLE_TYPE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
compatibleType() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord
(Required) The name of the database OBJECT TYPE that mirrors the record's structure.
compatibleType() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable
(Required) The name of the database VARRAY type that mirrors the table's structure.
compatibleTypeNotSet(DatabaseType) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
CompilerHelper - Class in org.eclipse.persistence.jaxb.compiler
Helper class for code that needs to be shared between AnnotationsProcessor, MappingsGenerator, SchemaGenerator
CompilerHelper() - Constructor for class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
COMPLEMENT - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to complement an expression, it is not required for creating an expression.
complete - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
Determines whether an Expression that was visited is complete or if some part is missing.
COMPLETE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the visited Expression is grammatically complete by making sure its ending is valid.
completeExpression(Expression, Object, Class) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: This method is used to determine which operation to use for comparison (equal, or a special operation).
completeExpressionForNull(Expression) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: This method is used when the attribute value is null, but it has to be included at all times.
COMPLEX_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
ComplexQueryResult - Class in org.eclipse.persistence.queries
Purpose: Used to return multiple sets of information from a query.
ComplexQueryResult() - Constructor for class org.eclipse.persistence.queries.ComplexQueryResult
 
COMPOSITE_INCOMPATIBLE_WITH_SESSIONS_XML - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COMPOSITE_MEMBER_CANNOT_BE_USED_STANDALONE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COMPOSITE_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
COMPOSITE_TYPE_DESCRIPTION - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
Must override in subclass
COMPOSITE_TYPE_TYPENAME - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
Must override in subclass
COMPOSITE_UNIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.composite-unit" property indicates if it's a composite persistence unit ("true").
COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.composite-unit.member" property indicates if the persistence unit must be a member of a composite persistence unit ("true"), can't be used as an independent persistence unit.
COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.composite-unit.member"
COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
The property may be passed to createEntityManager method of a composite persistence unit to pass properties to member persistence units.
COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.composite-unit.properties" property may be passed to createEntityManagerFactory method of a composite persistence unit to pass properties to member persistence units.
compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
Returns the list of identifiers for the clauses following the given identifier.
compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor
Returns the list of identifiers for the clauses following the given identifier.
compositeIncompatibleWithSessionsXml(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
CompositeMember - Annotation Type in org.eclipse.persistence.annotations
A CompositeMember annotation is ignored unless is in composite member persistence unit.
compositeMemberCannotBeUsedStandalone(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the DOM Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
COMPOUND_FUNCTION - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is a kind of function, it does not return a value but it is used to perform some operation over an expression.
COMPOUND_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
COMPOUNDABLE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the compound identifiers (eg: IS NULL) can be appended as valid proposals.
CompoundExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A compound expression has a left and right expressions combined by an identifier.
CompoundExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Creates a new CompoundExpression.
CompoundExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A compound StateObject has a left and right expressions combined by an identifier.
CompoundExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Creates a new CompoundExpressionStateObject.
CompoundExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
CompoundExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
CompoundFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
This filter provides a simple framework for combining the behavior of a pair of filters.
CompoundFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
Creates a new CompoundFilter that will "accept" any object that is accept by both of the specified wrapped filters.
CompoundSelection<X> - Interface in javax.persistence.criteria
The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).
compute(A) - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
computeBatchReadAttributes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Compute the cache batched attributes.
computeBatchReadMappingQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Used to optimize joining by pre-computing the nested join queries for the mappings.
computeDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
This figures out the best name for each descriptor, first using the local class name then the qualified one for duplicates.
computeHashCode() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Compute a consistent hash-code for the expression.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Return the parameter index for the IN parameter.
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.H2Platform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeNestedQueriesForBatchReadExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: This method is used when computing the nested queries for batch read mappings.
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Return the parameter index for the OUT parameter.
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
concat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
concat(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the concatenation of the two string values.
concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
concat(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
Concat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CONCAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CONCAT'.
ConcatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The CONCAT function returns a string that is a concatenation of its arguments.
ConcatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Creates a new ConcatExpression.
ConcatExpression_Expression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpressionCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ConcatExpressionFactory creates a new ConcatExpression when the portion of the query to parse starts with CONCAT.
ConcatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
Creates a new ConcatExpressionFactory.
concatExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ConcatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The CONCAT function returns a string that is a concatenation of its arguments.
ConcatExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
ConcatExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
ConcatExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
concatOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: The concat operator is of the form ....
concatOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
DB2 z/OS requires that at least one argument be a known type
concatOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby requires that at least one argument be a known type
concreteSubclassCalls - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow concrete subclasses calls to be prepared and cached for inheritance queries.
ConcreteSubclassFactory - Class in org.eclipse.persistence.jpa.rs.util
Factory class to create concrete subclasses of abstract classes.
ConcreteSubclassFactory(Class) - Constructor for class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
Instantiates a new concrete subclass factory.
concreteSubclassJoinedMappingIndexes - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow concrete subclasses joined mapping indexes to be prepared and cached for inheritance queries.
concreteSubclassQueries - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow concrete subclasses queries to be prepared and cached for inheritance queries.
CONCUR_READ_ONLY - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may be updated.
CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control (enable/disable) if ConcurrencyException fired when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control (enable/disable) if ConcurrencyException fired when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_ALLOW_GET_CACHE_KEY_FOR_MERGE_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control in AbstractSession.getCacheKeyFromTargetSessionForMerge(java.lang.Object, org.eclipse.persistence.internal.descriptors.ObjectBuilder, org.eclipse.persistence.descriptors.ClassDescriptor, org.eclipse.persistence.internal.sessions.MergeManager) strategy how org.eclipse.persistence.internal.identitymaps.CacheKey will be fetched from shared cache.
CONCURRENCY_MANAGER_ALLOW_GET_CACHE_KEY_FOR_MERGE_MODE - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control in AbstractSession.getCacheKeyFromTargetSessionForMerge(java.lang.Object, org.eclipse.persistence.internal.descriptors.ObjectBuilder, org.eclipse.persistence.descriptors.ClassDescriptor, org.eclipse.persistence.internal.sessions.MergeManager) strategy how org.eclipse.persistence.internal.identitymaps.CacheKey will be fetched from shared cache.
CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control (enable/disable) if InterruptedException fired when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control (enable/disable) if InterruptedException fired when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control (enable/disable) collection debug/trace information during ReadLock acquisition, when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control (enable/disable) collection debug/trace information during ReadLock acquisition, when dead-lock diagnostic is enabled.
CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
CONCURRENCY_MANAGER_MAX_SLEEP_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_MAX_SLEEP_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control number of threads in semaphore in ObjectBuilder If "eclipselink.concurrency.manager.object.building.semaphore" property is true default value is 10.
CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control number of threads in semaphore in ObjectBuilder If "eclipselink.concurrency.manager.object.building.semaphore" property is true default value is 10.
CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control (enable/disable) semaphore in ObjectBuilder
CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control (enable/disable) semaphore in ObjectBuilder
CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control (enable/disable) semaphore in WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control (enable/disable) semaphore in WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control number of threads in semaphore in WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet) If "eclipselink.concurrency.manager.write.lock.manager.semaphore" property is true default value is 2.
CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control number of threads in semaphore in WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet) If "eclipselink.concurrency.manager.write.lock.manager.semaphore" property is true default value is 2.
CONCURRENCY_SEMAPHORE_LOG_TIMEOUT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control timeout between log messages in ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean) when method/thread tries to get permit for the execution.
CONCURRENCY_SEMAPHORE_LOG_TIMEOUT - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control timeout between log messages in ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean) when method/thread tries to get permit for the execution.
CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This property control semaphore the maximum time to wait for a permit in ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean) It's passed to Semaphore.tryAcquire(long, TimeUnit) Default value is 2000 (unit is ms).
CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT - Static variable in class org.eclipse.persistence.config.SystemProperties
This property control semaphore the maximum time to wait for a permit in ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean) It's passed to Semaphore.tryAcquire(long, TimeUnit) Default value is 2000 (unit is ms).
ConcurrencyException - Exception in org.eclipse.persistence.exceptions
Purpose: Concurrency deadlock or interupts will raise this exception.
ConcurrencyException(String) - Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConcurrencyException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConcurrencyExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConcurrencyException messages.
ConcurrencyExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
 
CONCURRENT_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Reads and unit of work merges can occur concurrently.
CONDITIONAL_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Notifies the conditional expression property has changed.
ConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
 
conditionalExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
Internal flag indicating the Expression being visited is a conditional expression.
ConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional expression.
ConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
Creates a new ConditionalExpressionBNF.
ConditionalFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional factor expression.
ConditionalFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
Creates a new ConditionalFactorBNF.
ConditionalPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional primary expression.
ConditionalPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
Creates a new ConditionalPrimaryBNF.
ConditionalTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional term expression.
ConditionalTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
Creates a new ConditionalTermBNF.
config(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
config(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a config level message needs to be logged.
CONFIG - org.eclipse.persistence.logging.LogLevel
Configuration information logging level.
CONFIG - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CONFIG_METHOD_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged config
configFactoryNamePropertyNotFound(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
configFactoryNamePropertyNotSpecified(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
configMethodNotDefined(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIGURATION_ERROR_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorClassNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorNewInstanceIllegalAccessException(IllegalAccessException, Class) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorNewInstanceInstantiationException(InstantiationException, Class) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Initialize a new or existing descriptor configuring the necessary policies as well as
configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
 
configureConnectionSpec(String) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a JDNI managed connection factory and the default getConnection().
configureConnectionSpec(String, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a JDNI managed connection factory and adapter connection spec.
configureConnectionSpec(ConnectionFactory) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a non-managed connection factory and the default getConnection().
configureConnectionSpec(ConnectionFactory, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a non-managed connection factory and adapter connection spec.
configureNestedRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
configureProfiler(Session) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: configureProfiler(): set default performance profiler used in this server.
configureSequencing(String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Configure default sequencing.
configureSequencing(Sequence, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Configure sequencing specifying the sequence type to use.
CONFLICTING_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_NAMED_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_NAMED_XML_ELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_XML_ELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAccessMethodsForEmbeddable(String, String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAccessTypeForEmbeddable(String, String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAnnotations(Object, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingNamedAnnotations(String, Object, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingNamedXMLElements(String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingSequenceAndTableGeneratorsSpecified(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingSequenceNameAndTablePkColumnValueSpecified(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingXMLElements(String, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTNG_ACCESS_METHODS_FOR_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
Conform - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object it is assumed to conform.
conformAllDescriptors() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set all this project's descriptors to conform all read queries within the context of the unit of work.
conformBetween(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare between in memory.
conformIndividualResult(Object, UnitOfWorkImpl, AbstractRecord, Expression, Map) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Conforms and registers an individual result.
conformLike(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare like in memory.
conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Conform the result if specified.
conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Conform the result in the UnitOfWork.
conformResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: The cache will checked completely, if the object is not found the database will be queried, and the database result will be verified with what is in the cache and/or unit of work including new objects.
ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the query results to be conformed with the current persistence context.
ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction (with zero conjuncts).
connect() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Connect not required.
connect() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Startup the server session, also startup all of the connection pools.
connect(Properties, Session) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Required for interface, but never used, for JDBC.
connect(Properties, Session) - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Connect with the specified properties and return the Connection.
connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Connect with the specified properties and session.
connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.JNDIConnector
INTERNAL: Connect with the specified properties and return the Connection.
connect(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Connect the session only (this must be the write connection as the read is shared).
CONNECT_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CONNECT BY'.
connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: Prepare receiving messages by registering this connection as a listener to the Subscriber.
connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: This method is called by the remote command manager when this service should connect back ('handshake') to the service from which this remote connection came.
ConnectByClause - Class in org.eclipse.persistence.jpa.jpql.parser
The CONNECT BY clause allows selecting rows in a hierarchical order using the hierarchical query clause.
ConnectByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Creates a new ConnectByClause.
ConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a CONNECT BY clause.
ConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
Creates a new ConnectByClauseBNF.
ConnectByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ConnectByClauseFactory creates a new ConnectByClause when the portion of the query to parse starts with CONNECT BY.
ConnectByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
Creates a new ConnectByClauseFactory.
connectByExpression - Variable in class org.eclipse.persistence.queries.ReadAllQuery
 
connection - Variable in class org.eclipse.persistence.logging.SessionLogEntry
 
CONNECTION - org.eclipse.persistence.logging.LogCategory
 
CONNECTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CONNECTION_POLICY - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
ConnectionPolicy Allows to specify an entire ConnectionPolicy.
CONNECTION_POOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring a "eclipselink.connection-pool." properties.
CONNECTION_POOL_FAILOVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "failover" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "initial" property.
This can be append to any connection pool property, i.e
CONNECTION_POOL_INTERNALLY_POOL_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Tell EclipseLink to use it's internal connection pool to pool connections from a datasource.
CONNECTION_POOL_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "jtaDataSource" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "max" property.
This can be append to any connection pool property, i.e
CONNECTION_POOL_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "min" property.
This can be append to any connection pool property, i.e
CONNECTION_POOL_NON_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "nonJtaDataSource" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "password" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_READ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.read." properties.
CONNECTION_POOL_SEQUENCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.sequence." properties.
CONNECTION_POOL_SHARED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "shared" property.
This can be append to the read connection pool, i.e
CONNECTION_POOL_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "url" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "user" property.
This can be append to a connection pool property, i.e
CONNECTION_POOL_WAIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "wait" property.
This can be append to any connection pool property, i.e
CONNECTION_STRING - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Connection string
connectionFactory - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
connectionFactoryName - Variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
connectionHealthValidatedOnError - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
On an SQL Exception EclipseLink will ping the database to determine if the connection used can continue to be used for queries.
ConnectionManagement - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ConnectionPing - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
connectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ClientSession
 
ConnectionPolicy - Class in org.eclipse.persistence.sessions.server
Purpose: Used to specify how a client session's should be allocated.
ConnectionPolicy() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(String) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(Login) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy.ExclusiveMode - Enum in org.eclipse.persistence.sessions.server
Default value Transactional causes creation of ClientSession, the other two values - ExclusiveIsolatedClientSession.
connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
 
connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
connectionPool() - Method in annotation type org.eclipse.persistence.annotations.PinnedPartitioning
The connection pool name to pin queries to.
connectionPool() - Method in annotation type org.eclipse.persistence.annotations.RangePartition
The connection pool to route queries to for this range.
connectionPool() - Method in annotation type org.eclipse.persistence.annotations.ValuePartition
The connection pool to route queries to for this value.
ConnectionPool - Class in org.eclipse.persistence.sessions.server
Purpose: Used to specify how connection should be pooled in a server session.
ConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, int, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
 
connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
 
connectionPools - Variable in class org.eclipse.persistence.sessions.server.ServerSession
 
connectionPools() - Method in annotation type org.eclipse.persistence.annotations.HashPartitioning
List of connection pool names to partition across.
connectionPools() - Method in annotation type org.eclipse.persistence.annotations.ReplicationPartitioning
List of connection pool names to load balance across.
connectionPools() - Method in annotation type org.eclipse.persistence.annotations.RoundRobinPartitioning
List of connection pool names to load balance across.
connectionPools() - Method in annotation type org.eclipse.persistence.annotations.UnionPartitioning
List of connection pool names to load balance across.
connectionsAvailable - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
connectionSpec - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
connectionsToExternalServices - Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Connections to other services
connectionsUsed - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
connector - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
Provide a little flexibility for connecting to a database
Connector - Interface in org.eclipse.persistence.sessions
Purpose: Define an interface for supplying TopLink with a Connection to a JDBC database.
Connects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.eis.EISLogin
Connect to the EIS adapter and return the Connection.
connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Connect to the datasource, and return the driver level connection object.
connectToDatasource(Accessor, Session) - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Connect to the datasource, and return the driver level connection object.
connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
Connect with the specified properties and return the Connection.
ConstantTransformer - Class in org.eclipse.persistence.mappings.transformers
Purpose: Allows a field to always be mapped to a constant value.
ConstantTransformer() - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
 
ConstantTransformer(Object) - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
PUBLIC: Return a constant transformer for the constant value.
constraint - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
CONSTRAINT - javax.persistence.ConstraintMode
Apply the constraint.
CONSTRAINT_MAPPING_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
CONSTRAINT_VIOLATION - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
 
constraintDependencies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ConstraintMode - Enum in javax.persistence
Used to control the application of a constraint.
ConstraintsDetectorService() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService
 
constraintViolation(Object[], Throwable) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
 
ConstraintViolationWrapper<T> - Class in org.eclipse.persistence.jaxb
Wrapper over ConstraintViolation class.
ConstraintViolationWrapper(ConstraintViolation<T>) - Constructor for class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
Creates a new wrapper.
construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a selection item corresponding to a constructor.
constructObjectForId(String, Object) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
constructor - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
constructor - Variable in class org.eclipse.persistence.queries.ConstructorResult
 
CONSTRUCTOR_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Notify the list of StateObjects representing the constructor items.
constructorArgTypes - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
constructorArgTypes - Variable in class org.eclipse.persistence.queries.ConstructorResult
 
constructorClassNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
constructorClassNotFound(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
ConstructorExpression - Class in org.eclipse.persistence.jpa.jpql.parser
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
ConstructorExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Creates a new ConstructorExpression.
ConstructorExpression_ConstructorItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_ConstructorItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorItem - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_UndefinedConstructor - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_UnknownType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a constructor expression.
ConstructorExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
Creates a new ConstructorExpressionBNF.
ConstructorExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ConstructorExpressionFactory creates a new ConstructorExpression when the portion of the query to parse starts with NEW.
ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
Creates a new ConstructorExpressionFactory.
ConstructorExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
ConstructorExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a constructor item expression.
ConstructorItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
Creates a new ConstructorItemBNF.
constructorMappings - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
ConstructorReportItem - Class in org.eclipse.persistence.queries
Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
ConstructorReportItem() - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
Create a new constructor item.
ConstructorReportItem(String) - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
Create a new constructor item.
ConstructorResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the ConstructorResult structure as defined by the JPA 2.1 Persistence specification.
ConstructorResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConstructorResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to a constructor.
ConstructorResult() - Constructor for class org.eclipse.persistence.queries.ConstructorResult
Default constructor is protected.
ConstructorResult(Class) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
Constructor accepting target class.
ConstructorResult(String) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
Constructor accepting target class name.
constructors() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Returns the external representation of the Java class's constructors.
constructorUpdater - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
The RefactoringTool.StateObjectUpdater that updates the class name when notified.
constructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
 
constructQuery(EntityManager, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
ConstrutorCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
CONTAINER_POLICY_DOES_NOT_USE_KEYS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ContainerMapping - Interface in org.eclipse.persistence.mappings
Interface used by clients to interact with the assorted mappings that use ContainerPolicy.
containerPolicy - Variable in class org.eclipse.persistence.mappings.CollectionMapping
 
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
containerPolicy - Variable in class org.eclipse.persistence.queries.DataReadQuery
 
containerPolicy - Variable in class org.eclipse.persistence.queries.ReadAllQuery
Used for collection and stream support.
containerPolicyDoesNotUseKeys(ContainerPolicy, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
 
contains(Class, Object) - Method in interface javax.persistence.Cache
Whether the cache contains data for the given entity.
contains(Object) - Method in interface javax.persistence.EntityManager
Check if the instance is a managed entity instance belonging to the current persistence context.
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC:
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
contains(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns true if the cache contains an Object with the same id and Class type of the given object.
contains(Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Check if the value is contained in the row.
contains(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Check if the value is contained in the row.
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the value is contained in the result.
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
 
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.KeySet
 
CONTAINS - org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
 
containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
containsAllKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that performs a key word search.
containsAnyKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that performs a key word search.
containsAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Return if the attribute is defined in the group.
containsAttributeInternal(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Return if the attribute is defined in the group.
containsKey(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
containsKey(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the key is contained in the result.
containsKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return true if an CacheKey with the primary key is in the map.
containsKey(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Check if the field is contained in the row.
containsObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Check if the object is registered given its name.
containsObject(Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Check if the object is registered given its name.
containsObjectInIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type of the given domainObject.
containsObjectInIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type as those specified.
containsObjectInIdentityMap(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by containsObjectInIdentityMap(Object, Class)
containsObjectInIdentityMap(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key of the specified row (i.e. the database record) and Class type.
containsProperty(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
containsQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return true if the query is defined on the session
containsQuery(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return true if the pre-defined query is defined on the session.
containsQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
containsQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return true if the pre-defined query is defined on the session.
containsSubstring(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring.
containsSubstring(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring.
containsSubstringIgnoringCase(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
containsSubstringIgnoringCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
containsValue(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
containsValue(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the value is contained in the result.
CONTENT_TYPE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ContentAssistExtension - Interface in org.eclipse.persistence.jpa.jpql.tools
This extension can be used to provide additional support to JPQL content assist that is outside the scope of providing proposals related to JPA metadata.
ContentAssistProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
This object stores the various proposals available for content assist for a certain position within a JPQL query.
ContentAssistProposals.ClassType - Enum in org.eclipse.persistence.jpa.jpql.tools
This enumeration determines the type of classes returned by ContentAssistProposals.classNames().
ContentAssistProposals.EnumProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
Holds onto the IType of the enum type and the list of possible enum constants.
ContentHandlerRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a ContentHandler.
ContentHandlerRecord() - Constructor for class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.JSONExceptionResource
 
context - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
 
context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
 
context - Variable in class org.eclipse.persistence.sessions.JNDIConnector
 
contextInput - Variable in class org.eclipse.persistence.jaxb.JAXBContext
 
contextProperty - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
 
contextProperty() - Method in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
(Optional) The name of the context property to apply to the tenant discriminator column.
contextProperty() - Method in annotation type org.eclipse.persistence.annotations.TenantTableDiscriminator
(Optional) The name of the context property to apply to as tenant table discriminator.
contextState - Variable in class org.eclipse.persistence.jaxb.JAXBContext
 
contextTenant - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
 
controller - Variable in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
The external txn controller that is intimate with the transaction manager and knows how to do things like rolling back transactions, etc.
controllerClassName - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
 
CONVERSION_ERROR - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CONVERSION_USE_DEFAULT_TIMEZONE - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property can be set to restore ConversionManager behavior with converting LocalDateTime, OffsetDateTime, and OffsetTime types back to using the JVM's default time zone instead of UTC.
CONVERSION_USE_TIMEZONE - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property can be set the specific time zone used by ConversionManager to convert LocalDateTime, OffsetDateTime, and OffsetTime types.
conversionError(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion
ConversionException - Exception in org.eclipse.persistence.exceptions
Purpose: Conversion exceptions such as method or class not defined will raise this exception.
ConversionException() - Constructor for exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConversionException(String, Object, Class, Exception) - Constructor for exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConversionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConversionException messages.
ConversionExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
 
ConversionValue - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConversionValue - Annotation Type in org.eclipse.persistence.annotations
A ConversionValue annotation is used within an ObjectTypeConverter.
conversionValues() - Method in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
(Required) Specify the conversion values to be used with the object converter.
conversionValueStrings - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
convert(String...) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Convert a provided name or path which could be a single attributeName, a single string with dot separated attribute names, or an array of attribute names defining the path.
Convert - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Convert - Annotation Type in javax.persistence
Specifies the conversion of a Basic field or property.
Convert - Annotation Type in org.eclipse.persistence.annotations
The Convert annotation specifies that a named converter should be used with the corresponding mapped attribute.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.sessions.CoreProject
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Convert all the class-name-based settings in this object to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Convert all the class-name-based settings in this Query Manager to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Convert all the class-name-based settings in this QueryKey to actual class-based settings Will be overridded by subclasses
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ColumnResult
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ConstructorResult
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.EntityResult
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: Convert all the class-name-based settings in this ResultSetMapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResult
INTERNAL: Convert all the class-name-based settings in this SQLResult to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
INTERNAL: Convert all the class-name-based settings in this SQLResultSetMapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
convertClassNameToClass(String, ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Convert the given className to an actual class.
convertConverterClassNamesToClasses(Converter, ClassLoader) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Convenience method to ensure converters have an opportunity to convert any class names to classes during project setup.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
INTERNAL: The fromString value on the enum class must be invoked with the field value specified as an argument.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Convert the class name to a class, then create an instance of the class.
convertDataValueToObjectValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: Convert the databases' data representation of the value to the object's representation.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL:
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Returns the corresponding attribute value for the specified field value.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Returns the corresponding attribute value for the specified field value.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: The fieldValue will be a byte array.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: The field value must first be converted to the field type, then the attribute type.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL
convertDataValueToObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
PUBLIC: Convert the databases' data representation of the value to the object's representation.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
Allows user defined conversion between the object attribute value and the database value.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Allows user defined conversion between the object attribute value and the database value.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Allows user defined conversion between the object attribute value and the database value.
converter() - Method in annotation type javax.persistence.Convert
Specifies the converter to be applied.
converter() - Method in annotation type org.eclipse.persistence.annotations.StructConverter
(Required) The StructConverter class to be used.
Converter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Converter - Interface in org.eclipse.persistence.mappings.converters
Purpose: Conversion interface to allow conversion between object and data types.
Converter - Annotation Type in javax.persistence
Specifies that the annotated class is a converter and defines its scope.
Converter - Annotation Type in org.eclipse.persistence.annotations
A Converter is used to customize the values during the reading from the database into the object model as well as during the writing back of changes into the database.
CONVERTER_CLASS_MUST_IMPLEMENT_ATTRIBUTE_CONVERTER_INTERFACE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONVERTER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONVERTER_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
converterClass() - Method in annotation type org.eclipse.persistence.annotations.Converter
(Required) The converter class to be used.
ConverterClass<T extends AttributeConverter<X,​Y>,​X,​Y> - Class in org.eclipse.persistence.mappings.converters
A JPA attribute converter class wrapped with an EclipseLink converter.
ConverterClass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConverterClass(String, boolean, String, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL: This method will be called when creating a converter for an embedded mapping attribute.
converterClassMustImplementAttributeConverterInterface(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
converterClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
 
converterClassNotFound(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
converterFromAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
 
converterName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
converterNotFound(Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
converters - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
List of converters to apply at initialize time to their cloned aggregate mappings.
converters - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
List of converters to apply at initialize time to their cloned aggregate mappings.
Converters - Annotation Type in org.eclipse.persistence.annotations
A Converters annotation allows the definition of multiple Converter.
converterToAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
 
convertNodeToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
 
convertObject(Object, Class, AbstractSession) - Method in class org.eclipse.persistence.platform.database.Oracle23Platform
INTERNAL: Allow for conversion from the Oracle type to the Java type.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
INTERNAL: Return the attribute value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Convert to the field class.
convertObjectValueToDataValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: Convert the object's representation of the value to the databases' data representation.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL:
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Convert Enum object to the data value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Convert to the data value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: Convert the object to a byte array through serialize.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Convert to the field class.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL
convertObjectValueToDataValue(Object, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
PUBLIC: Convert the object's representation of the value to the databases' data representation.
convertPrimitive(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's representing a primitive type, into the class of the same type.
convertPrimitive(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's representing a primitive type, into the class of the same type.
convertPrimitive(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's representing a primitive type, into the class of the same type.
Converts - Annotation Type in javax.persistence
Used to group Convert annotations.
convertToChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to convert the contents of an aggregateCollection into a changeRecord
convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToDatabaseType(Object) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
INTERNAL We support more primitive than JDBC does so we must do conversion before printing or binding.
convertToDatabaseType(Object) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby error the data type, length or value of arguments 'TIMESTAMP' and 'DATE' is incompatible.
convertToEclipseLinkCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
PUBLIC: Convert a command from its application-specific format to a EclipseLink Command object.
convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
Converts the data stored in the database column into the value to be stored in the entity attribute.
convertToObject(Struct) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC: This method will be invoked internally when reading a Struct from the database Implementers should put any custom conversion logic in this method
convertToStruct(Object, Connection) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC: This method will be invoked internally when writing an Object to the database Implementers should put any custom conversion logic in this method
convertToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Modify this expression to use outer joins wherever there are equality operations between two field nodes.
convertToUserCommand(Command) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
PUBLIC: Convert a EclipseLink Command object into its application-specific format to a
convertToXMLField(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
convertToXMLField(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Convert a DatabaseField to an XMLField
convertUnqualifiedDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Converts the given Declaration from being set as a range variable declaration to a path expression declaration.
convertUnqualifiedDeclaration(Declaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Converts the given Declaration from being set as a range variable declaration to a path expression declaration.
convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Called from DOMRecord and XMLReader.
convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL:
COORDINATION_ASYNCH - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.propagate-asynchronously" property configures cache coordination for a clustered environment.
COORDINATION_CHANNEL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.channel" property configures cache coordination for a clustered environment.
COORDINATION_JGROUPS_CONFIG - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jgroups.config" property configures cache coordination for a clustered environment.
COORDINATION_JMS_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.factory" property configures cache coordination for a clustered environment.
COORDINATION_JMS_HOST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.host" property configures cache coordination for a clustered environment.
COORDINATION_JMS_REUSE_PUBLISHER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.reuse-topic-publisher" property configures cache coordination for a clustered environment.
COORDINATION_JMS_TOPIC - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.topic" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_CONTEXT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jndi.initial-context-factory" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jndi.password" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jndi.user" property configures cache coordination for a clustered environment.
COORDINATION_NAMING_SERVICE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.naming-service" property configures cache coordination for a clustered environment.
COORDINATION_PROTOCOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.protocol" property configures cache coordination for a clustered environment.
COORDINATION_REMOVE_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.remove-connection-on-error" property configures cache coordination for a clustered environment.
COORDINATION_RMI_ANNOUNCEMENT_DELAY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.announcement-delay" property configures cache coordination for a clustered environment.
COORDINATION_RMI_MULTICAST_GROUP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.multicast-group" property configures cache coordination for a clustered environment.
COORDINATION_RMI_MULTICAST_GROUP_PORT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.multicast-group.port" property configures cache coordination for a clustered environment.
COORDINATION_RMI_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.packet-time-to-live" property configures cache coordination for a clustered environment.
COORDINATION_RMI_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.url" property configures cache coordination for a clustered environment.
COORDINATION_SERIALIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.serializer" property configures how cache coordination serializes message sent between nodes.
COORDINATION_THREAD_POOL_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.thread.pool.size" property configures thread pool size for cache coordination threads.
coordinationType() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) The cache coordination mode.
copiedVersionFrom(Map) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
copies - Variable in class org.eclipse.persistence.sessions.CopyGroup
 
copy() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(int, int) - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Answer a list of the elements of the receiver's collection from startIndex to endIndex.
copy(InputStream, OutputStream) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
copy(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a complete copy of the object or of collection of objects.
copy(Object, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will return copy the passed entity using the passed AttributeGroup.
copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a complete copy of the object or collection of objects.
copy(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
COPY_POLICY_MUST_SPECIFY_METHOD_OR_WORKING_COPY_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
copyAggregateFetchGroupInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Copy fetch group reference from the source object to the target
copyElement(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Copies member's value
copyElement(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Copies member's value
copyFetchGroupInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Copy fetch group reference from the source object to the target
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Copy all setting from the query.
CopyGroup - Class in org.eclipse.persistence.sessions
Purpose: Define how an object is to be copied.
CopyGroup() - Constructor for class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
CopyGroup(String) - Constructor for class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
copyInto(Object[]) - Method in class org.eclipse.persistence.indirection.IndirectList
 
copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
INTERNAL: Allow for conversion from the Oracle type to the Java type.
copyMainFrom(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
copyObject(Object) - Method in interface org.eclipse.persistence.sessions.Session
Deprecated.
since EclipseLink 2.1, replaced by copy(Object)
copyObject(Object, ObjectCopyingPolicy) - Method in interface org.eclipse.persistence.sessions.Session
Deprecated.
since EclipseLink 2.1, replaced by copy(Object, AttributeGroup)
copyPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CopyPolicy - Interface in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
CopyPolicy - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CopyPolicy - Annotation Type in org.eclipse.persistence.annotations
A CopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity.
copyPolicyClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
copyPolicyMustSpecifyEitherMethodOrWorkingCopyMethod(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: An annotation or XML document specifies a CloneCopyPolicy, bug does not supply either a method or working copy method
copyReportItems(Map) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Required for a very special case of bug 2612185: ReportItems from parallelExpressions, on a ReportQuery which is a subQuery, which is being batch read.
copySessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return a copy (not using clone) of a session broker.
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
 
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
CORBAConnection - Class in org.eclipse.persistence.sessions.remote.corba.sun
This class exists on on the client side which talks to remote session controller through RMI connection.
CORBAConnection(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
PUBLIC: The connection must be create from the server-side session controllers stub.
CORBARemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionController.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.corba.sun
RemoteSessionController sits between the remote session and the session.
CORBARemoteSessionControllerDispatcher(AbstractSession) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBARemoteSessionControllerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBARemoteSessionControllerHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerHelper() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
CORBARemoteSessionControllerHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerHolder() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
CORBARemoteSessionControllerHolder(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
CORBARemoteSessionControllerOperations - Interface in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba
 
CORBATransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
 
CoreAttributeAccessor - Interface in org.eclipse.persistence.core.mappings
INTERNAL A abstraction of attribute accessor capturing behavior common to all persistence types.
CoreAttributeGroup<ATTRIBUTE_ITEM extends CoreAttributeItem,​DESCRIPTOR extends CoreDescriptor> - Class in org.eclipse.persistence.core.queries
INTERNAL Purpose: A generic super class for AttributeGroup and other subclasses
CoreAttributeGroup() - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeGroup(String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeGroup(String, Class, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This constructer is to only be used by EclipseLink internally
CoreAttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeItem<ATTRIBUTE_GROUP extends CoreAttributeGroup> - Class in org.eclipse.persistence.core.queries
INTERNAL Purpose: Generic superclass for AttributeItem.
CoreAttributeItem() - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeItem
 
CoreAttributeItem(ATTRIBUTE_GROUP, String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeItem
 
CoreConverter<MAPPING extends CoreMapping,​SESSION extends CoreSession> - Interface in org.eclipse.persistence.core.mappings.converters
INTERNAL A abstraction of converter capturing behavior common to all persistence types.
CoreDescriptor<ATTRIBUTE_GROUP extends CoreAttributeGroup,​DESCRIPTOR_EVENT_MANAGER extends CoreDescriptorEventManager,​FIELD extends org.eclipse.persistence.internal.core.helper.CoreField,​INHERITANCE_POLICY extends CoreInheritancePolicy,​INSTANTIATION_POLICY extends org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy,​LIST extends java.util.List,​OBJECT_BUILDER extends org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor capturing behavior common to all persistence types.
CoreDescriptor() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptor
 
CoreDescriptorEvent - Interface in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor event capturing behavior common to all persistence types.
CoreDescriptorEventManager<DESCRIPTOR_EVENT extends CoreDescriptorEvent> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor event manager capturing behavior common to all persistence types.
CoreDescriptorEventManager() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
 
CoreFieldTransformer<SESSION extends CoreSession> - Interface in org.eclipse.persistence.core.mappings.transformers
This interface is used by the Transformation Mapping to build the value for a specific field.
CoreInheritancePolicy<ABSTRACT_RECORD extends org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord,​ABSTRACT_SESSION extends org.eclipse.persistence.internal.core.sessions.CoreAbstractSession,​DESCRIPTOR extends CoreDescriptor,​FIELD extends org.eclipse.persistence.internal.core.helper.CoreField> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of inheritance policy capturing behavior common to all persistence types.
CoreInheritancePolicy() - Constructor for class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
 
CoreLogin<PLATFORM extends org.eclipse.persistence.internal.core.databaseaccess.CorePlatform> - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of login capturing behavior common to all persistence types.
CoreMapping<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,​ABSTRACT_SESSION extends org.eclipse.persistence.internal.core.sessions.CoreAbstractSession,​CONTAINER_POLICY extends org.eclipse.persistence.internal.core.queries.CoreContainerPolicy,​DESCRIPTOR extends CoreDescriptor,​FIELD extends org.eclipse.persistence.internal.core.helper.CoreField> - Class in org.eclipse.persistence.core.mappings
INTERNAL A abstraction of mapping capturing behavior common to all persistence types.
CoreMapping() - Constructor for class org.eclipse.persistence.core.mappings.CoreMapping
 
CoreProject<DESCRIPTOR extends CoreDescriptor,​LOGIN extends CoreLogin,​SESSION extends CoreSession> - Class in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of project capturing behavior common to all persistence types.
CoreProject() - Constructor for class org.eclipse.persistence.core.sessions.CoreProject
 
CoreSession<DESCRIPTOR extends CoreDescriptor,​LOGIN extends CoreLogin,​PLATFORM extends org.eclipse.persistence.internal.core.databaseaccess.CorePlatform,​PROJECT extends CoreProject,​SESSION_EVENT_MANAGER extends CoreSessionEventManager> - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of session capturing behavior common to all persistence types.
CoreSessionEventListener - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of session event listener capturing behavior common to all persistence types.
CoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener> - Class in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of sessuin event manager capturing behavior common to all persistence types.
CoreSessionEventManager() - Constructor for class org.eclipse.persistence.core.sessions.CoreSessionEventManager
 
correction - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
This is used to correct the length of an Expression
corrections - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
This is used to change the position of the cursor in order to add possible proposals
correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery collection join object correlated to a collection join object of the enclosing query.
correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery join object correlated to a join object of the enclosing query.
correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery list join object correlated to a list join object of the enclosing query.
correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery map join object correlated to a map join object of the enclosing query.
correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery root correlated to a root of the enclosing query.
correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery set join object correlated to a set join object of the enclosing query.
cos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cosh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cosh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cosh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cot() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cot(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cot - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
COULD_NOT_BE_CONVERTED - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_EXTENDED - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_TO_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BIND_JNDI - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_CONVERT_OBJECT_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
COULD_NOT_CONVERT_TO_BYTE_ARRAY - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_CREATE_CONTEXT_FOR_XML_MODEL - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_CREATE_CUSTOMIZER_INSTANCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_DELETE_FILE - Static variable in exception org.eclipse.persistence.eis.EISException
 
COULD_NOT_FIND_CAST_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
COULD_NOT_FIND_DRIVER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_FIND_MAP_KEY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COULD_NOT_FIND_PROJECT_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
COULD_NOT_GET_CLASS_NAMES_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_INITIALIZE_DOM_HANDLER_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_INSTANTIATE_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
COULD_NOT_LOAD_CLASS_FROM_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_LOCATE_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_FILE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_QUERY_FOR_SESSION - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_PARSE_DBWS_FILE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_UNMARSHAL_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
couldNotBeConverted(Object, Class) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConverted(Object, Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConverted(Object, Object, ConversionException) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConvertedToClass(Object, Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBindJndi(String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotBuildPersistenceUntiName(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotConvertObjectType(int) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
couldNotConvertToByteArray(Object) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotCreateContextForXmlModel() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotCreateContextForXmlModel(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotCreateCustomizerInstance(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when a descriptor customizer instance cannot be created.
couldNotDeleteFile(Object[]) - Static method in exception org.eclipse.persistence.eis.EISException
 
couldNotFindCastDescriptor(Class, Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
couldNotFindDriverClass(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotFindMapKey(String, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotFindPersistenceUnitBundle(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: An OSGi application is trying to instantiate a persistence unit for which a bundle does not exist
couldNotFindProjectXml(String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
couldNotGetClassNamesFromUrl(URL) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotGetUnitInfoFromUrl(URL) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotInitializeDomHandlerConverter(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when DomHandlerConverter initialization fails.
couldNotInstantiateContainerClass(Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
couldNotInstantiateIndirectContainerClass(Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
couldNotLoadClassFromMetadata(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotLocateDescriptorForOperation(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotLocateFile(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateORSessionForService(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateOXSessionForService(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateQueryForDescriptor(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotLocateQueryForSession(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotParseDBWSFile() - Static method in exception org.eclipse.persistence.exceptions.DBWSException
 
couldNotTranslatePropertiesIntoObject(Object, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotUnmarshalMetadata(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
count - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
count() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function Average.
count() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the COUNT operator.
count() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
count(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
count(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count operation.
Count - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Aggregate operators
COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COUNT'.
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count distinct operation.
COUNTER - Static variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
counterFieldName - Variable in class org.eclipse.persistence.sequencing.TableSequence
Hold the name of the column in the sequence table which specifies the sequence numeric value
counterFieldName - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
Hold the name of the only column in multiple single-column tables
CountFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
CountFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunction
Creates a new CountFunction.
CountFunction_DistinctEmbeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CountFunctionFactory creates a new CountFunction when the portion of the query to parse starts with COUNT.
CountFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
Creates a new CountFunctionFactory.
countFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
CountFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
CountFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
COVEREDBY - org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
 
COVERS - org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
 
cr() - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Convenience method - return a platform-specific line-feed.
CR - Static variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
 
create(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
create(String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
create(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API.
create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CREATE_JDBC_DDL_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.create-ddl-jdbc-file-name" specifies the name of the DDL file which is used to create database tables.
CREATE_ONLY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "create-tables" specifies that database tables should be created.
CREATE_OR_EXTEND - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "create-or-extend-tables" specifies that database tables should be created and if existing, missing columns will be added.
CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
createAccessorFor(JavaClass, Property, Helper, AccessorFactoryWrapper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
createAggregateTargetTable(AggregateCollectionMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Add the foreign key to the aggregate collection mapping target table.
createArchive(URL, String, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
Return an instance of an implementer of Archive that can process the URL provided This instance will allow access to the persistence descriptor associated with this archive through the getDescriptorStream() method
createArchive(URL, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
Return an instance of an implementer of Archive that can process the URL provided
createArguments(DatabaseQuery, String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
createBeanUsingKey(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Use the key to create a bean and initialize its primary key fields.
createBinder() - Method in class javax.xml.bind.JAXBContext
Creates a Binder for W3C DOM.
createBinder() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBBinder.
createBinder() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLBinder
createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
Creates a Binder object that can be used for associative/in-place unmarshalling/marshalling.
createBinder(Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBBinder.
createBinder(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
createBinder(XMLMarshaller, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLBinder with supplied marshaller and unmarshaller instances.
createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a new object instance for a given XML namespace and name.
createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new object instance for a given XML namespace and name.
createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a new object instance for a given XPath, relative to the parentObject.
createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new object instance for a given XPath, relative to the parentObject.
createCacheKeyInterceptor(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Creates a CollectionChangeEvent for the container
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Builder the unit of work value holder.
createCollection() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
createCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Create the multicast socket and join the multicast group.
createConcatOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createConcreteSubclass() - Method in class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
Creates a new ConcreteSubclass object.
createConnection(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: This method creates JMSTopicRemoteConnection to be used by this TransportManager.
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: No-op implementation of super abstract method since there is only one connection to a known topic.
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Create and return a wrapper of a CORBA remote connection to the specified service
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Create and return an RMI remote connection to the specified service
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Return a remote connection to the specified service
createConnectionFromJNDI(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Look the specified remote object up in JNDI and return a Connection to it.
createConnectionFromRegistry(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Look the specified remote object up in the RMIRegistry and return a Connection to it.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: BroadcastTransportManager doesn't use DiscoveryManager (createDiscoveryManager method returns null) therefore this method called during RCM initialization to create all the necessary connections.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSTopicTransportManager doesn't use DiscoveryManager, therefore this method is called during RCM initialization to create all the necessary connections.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Does nothing by default.
createConstraints(List<TableDefinition>, DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
createConstraints(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the table definition to add the constraints to the database, this is normally done in two steps to avoid dependencies.
createConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createContainerEntityManagerFactoryImpl(PersistenceUnitInfo, Map, boolean) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
 
createContainerEntityManagerFactoryNotSupportedInOSGi() - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Our OSGI persistence provider does not support a JavaEE-type deployment
createContext(Class[], Map) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Class objects.
createContext(Class[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Class objects.
createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createContext(Class<?>[], Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Unsupported Operation.
createContext(Type[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Type objects.
createContext(String, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on context path.
createContext(String, ClassLoader, Map) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on context path.
createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using either an XML Schema, EclipseLink OXM file, or EclipseLink sessions.xml as the metadata source.
createContext(TypeMappingInfo[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of TypeMappingInfo objects.
createContextFromOXM(ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using an EclipseLink OXM file as the metadata source.
createContextFromXSD(InputStream, EntityResolver, ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextFromXSD(Source, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextFromXSD(Node, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
 
createCopy(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Create a copy of this DynamicClassWriter but with a different parent class.
createCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Create a copy policy of the type passed in as a string.
createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaDelete query object to perform a bulk delete operation.
createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaUpdate query object to perform a bulk update operation.
createCurrentDateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createCurrentTimeOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createDatabaseEventListener(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DatabaseEventListenerFactory
 
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchemas - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Flag to determine if database schemas should be created during DDL generation
createDatabaseSession() - Method in class org.eclipse.persistence.core.sessions.CoreProject
INTERNAL: Factory method to create session.
createDatabaseSession() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create session.
createdDatabaseSchemas - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createdDatabaseSchemasOnDatabase - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the default fetch group.
createDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create the default table schema for the project this session associated with.
createDescriptorNamedQuery(String, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will create a query object that wraps a EclipseLink Named Query.
createDescriptorNamedQuery(String, Class, List) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will create a query object that wraps a EclipseLink Named Query.
createDestinationDirectory(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
This method creates an output directory for post-rename file(s).
createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.
createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Factory of new DiscoveryManager for different transports.
createDocument() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocument() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document.
createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithPublicIdentifier(String, String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document with the specified public and system identifiers in the DOCTYPE, and adds a root element with the specified name.
createDocumentWithSystemIdentifier(String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithSystemIdentifier(String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document with the specified system identifier in the DOCTYPE, and adds a root element with the specified name.
createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to handle the creation of the DOM record.
createDynamicClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic entity type for the specified name assuming the use of the default writer and its default parent class.
createDynamicClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic entity type for the specified name with the specified parent class.
createDynamicClass(String, DynamicClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a dynamic class registering a writer and then forcing the provided class name to be loaded.
createDynamicJAXBContext(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.
createElementsForTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
Return a mutable EntityGraph that can be used to dynamically create an EntityGraph.
createEntityGraph(String) - Method in interface javax.persistence.EntityManager
Return a mutable copy of the named EntityGraph.
createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager.
createEntityManager(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Create an EntityManager from the EntityManagerFactory wrapped by this persistence context
createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type.
createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type and map of properties.
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink EMF using a session name and sessions.xml.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
createEntityManagerFactory(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
createEntityManagerFactory(PersistenceUnitInfo, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API.
createEntityManagerFactory(PersistenceUnit) - Method in class org.eclipse.persistence.jpa.config.RuntimeFactory
 
createEntityManagerFactory(Server) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink EMF given a ServerSession that has already been created and logged in.
createEntityManagerFactoryImpl(PersistenceUnitInfo, Map, boolean) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Internal method to return the entity manager factory.
createEnum(DynamicClassLoader.EnumInfo) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
createException(Exception) - Static method in exception org.eclipse.persistence.eis.EISException
 
createException(Object[], int) - Static method in exception org.eclipse.persistence.eis.EISException
 
createExpressionFor(DatabaseField, Expression, String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSPublishingTransportManager has maximum one external connection.
createField(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
INTERNAL:
createField(String) - Method in class org.eclipse.persistence.oxm.XMLContext
 
createField(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
createFullFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the full fetch group - contains all the attributes, no nesting.
createGlobalAttribute(XPathFragment, Schema, Schema, Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create a global attribute.
createGlobalElement(XPathFragment, Schema, Schema, boolean, boolean, Property, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create a global element.
createIndexes(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
Write the SQL create index string to create index if passed a writer, else delegate to a method that executes the string on the database.
createIndirectList() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectList with the default initial capacity (10) and default capacity increment (0).
createIndirectList(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectList with the specified initial capacity and default capacity increment (0).
createIndirectList(int, int) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct an empty IndirectList with the specified initial capacity and capacity increment.
createIndirectList(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
createIndirectList(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Constructs an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
createIndirectMap() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new, empty IndirectMap with the default initial capacity (11) and the default load factor (0.75).
createIndirectMap(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new, empty IndirectMap with the specified initial capacity and the default load factor (0.75).
createIndirectMap(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct a new, empty IndirectMap with the specified initial capacity and the specified load factor.
createIndirectMap(Map<? extends K, ? extends V>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new IndirectMap with the same mappings as the given Map.
createIndirectMap(Map<? extends K, ? extends V>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct a new IndirectMap with the same mappings as the given Map.
createIndirectSet() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectSet with the default initial capacity (10) and the default load factor (0.75).
createIndirectSet(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectSet with the specified initial capacity and the default load factor (0.75).
createIndirectSet(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct an empty IndirectSet with the specified initial capacity and the specified load factor.
createIndirectSet(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Constructs an IndirectSet containing the elements of the specified collection.
createIndirectSet(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Constructs an IndirectSet containing the elements of the specified collection.
createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Create a DOM for this interaction.
createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
Create a DOM for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Create the appropriate input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
Create an indexed input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
Create a mapped input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Create a DOM input record for this interaction.
createInputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to create the appropriate type of record for the interaction.
createInstantiationPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Create a instantiation policy of the type passed in as a string.
createInternal(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
createJarFromDirectory(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
createJavaAttribute(JavaAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<JavaAttribute>}
createJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JavaType
createJavaTypeJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JavaType.JavaAttributes
createJAXBElement(QName, Class, Object) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createJAXBElementFromXMLRoot(Root, Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
Creates a JAXBIntrospector object that can be used to introspect JAXB objects.
createJAXBIntrospector() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Creates a JAXBIntrospector object.
createJAXBProperties(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Build the set of properties used to create the JAXBContext based on the EntityManagerFactory that this PersistenceContext wraps
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Create the local command connection for this transport in a naming service and return it.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSPublishingTransportManager has only two connections: one local and one external.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
INTERNAL: JMSTopicTransportManager may have only two connections: one local and one external.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Create the local command connection for this transport in a naming service and return it.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Put the remote connection to local host in naming service and return the of the created remote connection
createLocalConnectionInJNDI() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Put the local command connection of this transport in JNDI and return it
createLocalConnectionInRegistry() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Put the local command connection of this transport in the Registry and return it
createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
INTERNAL: Build locate operator with 3 params i.e.
createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
INTERNAL: Build locate operator i.e.
createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is used.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMarshaller() - Method in class javax.xml.bind.JAXBContext
Create a Marshaller object that can be used to convert a java content tree into XML data.
createMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBMarshaller.
createMarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLMarshaller
createMarshaller(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
createMarshaller(PersistenceContext, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
 
createMinimalFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the minimal fetch group.
createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL:
createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL:
createMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Create multiple table insert order.
createMultipleTableInsertOrderFromComparison(int[][], int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method creates multipleTableInsertOrderFromComparison using comparison matrix created by createTableComparison(getTables()) method call.
createNamedQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a named query (in the Jakarta Persistence query language or in native SQL).
createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language named query.
createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createNativeQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNewDocument(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Creates a new Document and returns the root element of that document
createNewDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Creates a new Document and returns the root element of that document
createNewLevel(boolean, JsonBuilderRecord.Level, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
createNewLevel(boolean, T, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
createNode() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Instantiate an instance of the operator's node class.
createObject(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Either drop from the database directly or write the statement to a file.
createObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition object to create the schema entity on the database.
createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Create ObjectChangeSet through comparison.
createObjectGraph(Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createObjectGraph(Object, FieldsFilter) - Method in class org.eclipse.persistence.jpa.rs.util.ObjectGraphBuilder
Builds object graph for specified object using given filter.
createObjectGraph(String) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create this object.
createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Creates this sequence definition on the database.
createOrReplaceSequences(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Common implementor for createSequence and replaceSequence
createOrReplaceSequences(boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Common implementor for createSequence and replaceSequence, distinguishes between sequence tables and sequence objects
createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
Decides where the schema file (of the given namespace URI) will be written, and return it as a Result object.
createOutputRecord(EISInteraction, AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to create the appropriate type of record for the interaction.
createPlatformDefaultSequenceUndefined(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Use the key to create a EclipseLink primary key.
createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
 
createPrimaryKeyInstance(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the Id class or value from the object.
createPrimaryKeyInstanceFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the composite primary key class for the key object.
createPrimaryKeyInstanceFromPrimaryKeyValues(AbstractSession, int[], Object...) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the composite primary key class for the key object.
createProperties(DynamicClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Provide an initial set of properties for bootstrapping PersistenceContexts.
createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object.
createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
createQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a Jakarta Persistence query language statement.
createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language statement.
createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria delete query.
createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a criteria query.
createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria update query.
createQuery(Expression, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Expression for the entity class.
createQuery(Call) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Call.
createQuery(Call, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Call for the entity class.
createQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink DatabaseQuery.
createQuery(DatabaseQuery, EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink JPA query dynamically given a EclipseLink query.
createQueryByExample(Object) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using query by example.
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create a query key that links to the map key
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create a query key that links to the map key.
createQueryKeyForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create a query key that links to the map key
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create a query key that links to the map key
createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
 
createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
 
createReader(Unmarshaller, Class) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
 
createReader(Unmarshaller, Class) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
 
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
 
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonGeneratorResult
 
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
 
createRecordElement(String, Object, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Create the appropriate record element for the data value.
createRefAttribute(String, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create an attribute reference and add it to a given complex type.
createRefElement(String, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create an element reference and add it to a given particle.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
PUBLIC: Returns a remote session.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
PUBLIC: Returns a remote session.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
PUBLIC: Returns a remote session.
createRemoteSessionController() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManager
 
createRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
 
createResourceException(Object[], int) - Static method in exception org.eclipse.persistence.eis.EISException
 
createRoot() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
createRoot() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
INTERNAL
createSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create all the receiver's sequences on the database for all of the loaded descriptors.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createServerPlatform(DatabaseSession, String, ClassLoader) - Static method in class org.eclipse.persistence.platform.server.ServerPlatformUtils
Create an instance of ServerPlatform from parameters passed in.
createServerSession() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(int, int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(int, int, int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createSessionLog() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
 
createShellJAXBElementList(List<ReportItem>, Object) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Creates the shell jaxb element list.
createSQLFiles - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createTableComparison(List<DatabaseTable>, int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method creates a matrix that contains insertion order comparison for the tables.
createTableOrder(int, int, int[], int[][]) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method recursively puts indexes from 0 to nTables-1 into tableOrder according to tableComparison 2 dim array.
createTables(boolean, Collection<DynamicType>) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
createTables(boolean, DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
createTables(DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
Create the database tables for one or more entityTypes.
createTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager, boolean, boolean, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTranslationRecord(AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
Create a mapped input record for this interaction.
createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object that returns a tuple of objects as its result.
createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Creates an UnmarshalException from a SAXException.
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBUnmarshaller.
createUnmarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLUnmarshaller
createUnmarshaller(Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLUnmarshaller
createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a Result object.
createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
createUnmarshaller(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
createUnmarshalRecord(XMLDescriptor, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
INTERNAL
createValidator() - Method in class javax.xml.bind.JAXBContext
Deprecated.
since JAXB2.0
createValidator() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBValidator.
createValidator() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLValidator
createVector(Number, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
INTERNAL: given sequence = 10, size = 5 will create Vector (6,7,8,9,10)
createVectorAtNextVal(Number, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
INTERNAL: given sequence = 10, size = 5 will create Vector (10,11,12,13,14)
createWhereClauseForDeleteNullQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
createWhereClauseForDeleteQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
createXmlAbstractNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAbstractNullPolicy>}
createXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAccessMethods
createXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAccessMethods>}
createXmlAnyAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAnyAttribute
createXmlAnyAttribute(XmlAnyAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAnyAttribute>}
createXmlAnyElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAnyElement
createXmlAnyElement(XmlAnyElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAnyElement>}
createXmlAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAttribute
createXmlAttribute(XmlAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAttribute>}
createXmlBindings() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings
createXmlBindingsJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.JavaTypes
createXmlBindingsXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.XmlEnums
createXmlBindingsXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.XmlRegistries
createXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlClassExtractor>}
createXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElement
createXmlElement(XmlElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElement>}
createXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementRef
createXmlElementRef(XmlElementRef) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElementRef>}
createXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementRefs
createXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElementRefs>}
createXmlElements() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElements
createXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElements>}
createXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementWrapper
createXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlEnum
createXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlEnumValue
createXmlInverseReference(XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlInverseReference>}
createXmlIsSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlIsSetNullPolicy
createXmlIsSetNullPolicy(XmlIsSetNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlIsSetNullPolicy>}
createXmlIsSetNullPolicyIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlIsSetNullPolicy.IsSetParameter
createXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJavaTypeAdapter
createXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlJavaTypeAdapter>}
createXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJavaTypeAdapters
createXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJoinNodes
createXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlJoinNodes>}
createXmlJoinNodesXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJoinNodes.XmlJoinNode
createXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap
createXmlMapKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap.Key
createXmlMapValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap.Value
createXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlNullPolicy
createXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlNullPolicy>}
createXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlProperties>}
createXMLRecord(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
INTERNAL: Use the createRecord method on ObjectBuilder in case the root element is namespace qualified
createXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRegistry
createXmlRegistryXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRegistry.XmlElementDecl
createXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRootElement
createXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchema
createXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchemaType
createXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchemaTypes
createXmlSchemaXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchema.XmlNs
createXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<List<String>>}
createXmlTransformation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlTransformation
createXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlTransformation>}
createXmlTransformationXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
createXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlTransient
createXmlTransient(XmlTransient) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlTransient>}
createXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlType
createXmlValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlValue
createXmlValue(XmlValue) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlValue>}
createXmlVariableNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlVariableNode
createXmlVariableNode(XmlVariableNode) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlVariableNode>}
creationPrefix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
creationSuffix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
CriteriaBuilder - Interface in javax.persistence.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
Interface used to build general case expressions.
CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
Interface used to build coalesce expressions.
CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
Interface used to build in predicates.
CriteriaBuilder.SimpleCase<C,​R> - Interface in javax.persistence.criteria
Interface used to build simple case expressions.
CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
Used to specify how strings are trimmed.
CriteriaDelete<T> - Interface in javax.persistence.criteria
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
CriteriaQuery<T> - Interface in javax.persistence.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
CriteriaUpdate<T> - Interface in javax.persistence.criteria
The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API.
cType_ - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
CURRENT_DATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CURRENT_DATE'.
CURRENT_LOADER_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CURRENT_TIME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CURRENT_DATE'.
CURRENT_TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CURRENT_TIMESTAMP'.
currentAlias - Variable in class org.eclipse.persistence.expressions.Expression
 
currentContext - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
The current JPQLQueryContext is the context used for the current query or subquery.
currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current date.
currentDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current date on the database through expression.
currentDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_DATE.
currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_DATE.
currentDate() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_DATE.
CurrentDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function to obtain the current date on the database with date components only but without time components.
currentDateDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current date only on the database through expression.
currentDateOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
currentDateOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Create the current date operator for this platform.
currentDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
The Declaration being populated.
currentIndex - Variable in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
currentIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the current row index number
currentLoaderNotValid(ClassLoader) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
currentlyProcessedListeners - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
Non-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0
currentObject - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
 
currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current time.
currentTime() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current time only on the database through expression.
currentTime() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_TIME.
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIME.
currentTime() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIME.
CurrentTime - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function to obtain the current time on the database with time components only but without date components.
currentTimeOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current timestamp.
currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_TIMESTAMP.
currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIMESTAMP.
currentTimestamp() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIMESTAMP.
currentTimeStamp() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current timestamp on the database through expression.
currentTimeStamp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
Cursor - Class in org.eclipse.persistence.queries
Purpose: Abstract class for CursoredStream and ScrolableCursor
Cursor() - Constructor for class org.eclipse.persistence.queries.Cursor
INTERNAL: Default constructor.
Cursor(DatabaseCall, CursorPolicy) - Constructor for class org.eclipse.persistence.queries.Cursor
INTERNAL:
CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor"
CURSOR_INITIAL_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.initial-size"
CURSOR_PAGE_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.page-size"
CURSOR_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.size-sql"
CursoredStream - Class in org.eclipse.persistence.queries
Purpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.
CursoredStream() - Constructor for class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Initialize the state of the stream
CursoredStream(DatabaseCall, CursoredStreamPolicy) - Constructor for class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Initialize the state of the stream
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
CursoredStreamPolicy - Class in org.eclipse.persistence.queries
Purpose: Used to support cursored streams in a read query.
CursoredStreamPolicy() - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
default constructor
CursoredStreamPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
set the initial read size to match the page size
CursoredStreamPolicy(ReadQuery, int, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
 
CursoredStreamPolicy(ReadQuery, int, int, ValueReadQuery) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
 
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursorOutput - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
CursorPolicy - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all Cursor-related policy objects
CursorPolicy() - Constructor for class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: default constructor
CursorPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursorPolicy
INTERNAL:
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(CursoredStreamPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return remote cursor stream.
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return remote scrollable cursor
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Returns remote cursor stream
CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
customize(ClassDescriptor) - Method in interface org.eclipse.persistence.config.DescriptorCustomizer
Customize the provided descriptor.
customize(Session) - Method in interface org.eclipse.persistence.config.SessionCustomizer
 
customize(Session) - Method in class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
 
Customizer - Annotation Type in org.eclipse.persistence.annotations
The Customizer annotation is used to specify a class that implements the org.eclipse.persistence.config.DescriptorCustomizer interface and is to run against an entity's class descriptor after all metadata processing has been completed.
CustomPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: Defines a user defined partitioning policy.
CustomPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
customQueryAndReturningPolicyFieldConflict(String, String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
CustomServerPlatform - Class in org.eclipse.persistence.platform.server
INTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
CustomServerPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.CustomServerPlatform
INTERNAL: Default Constructor: JTA is disabled until a transaction controller class is set.

D

DailyCacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A CacheInvalidationPolicy that allows objects to expire every day at a specific time.
DailyCacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Default constructor for Project XML if setters are not called to set expiry times, expiry time will be the time of day at which this object is instantiated.
DailyCacheInvalidationPolicy(int, int, int, int) - Constructor for class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
PUBLIC: Construct a daily policy that will allow objects to expire at a specific time of day.
data - Variable in class org.eclipse.persistence.queries.ComplexQueryResult
 
Database - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DATABASE_ACCESSOR_CONNECTION_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
DATABASE_ACCESSOR_NOT_CONNECTED - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
DATABASE_EVENT_LISTENER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.database-event-listener" property allows integration with a database event notification service.
DATABASE_MAPPING_COULD_NOT_BE_FOUND_FOR_ENTITY_ATTRIBUTE - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
databaseAccessorConnectionIsNull(DatabaseAccessor, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected(DatabaseAccessor) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseChangeNotificationType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
Allows configuration of database change event notification.
databaseChangeNotificationType() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) The database change notification mode.
DatabaseChangeNotificationType - Enum in org.eclipse.persistence.annotations
Configures what type of database change notification an entity/descriptor should use.
DatabaseEventListener - Interface in org.eclipse.persistence.platform.database.events
PUBLIC: Defines the API for integration with a database event notification service.
DatabaseEventListenerFactory - Interface in org.eclipse.persistence.jpa.rs.eventlistener
Provides a mechanism for plugging in database event listener creation.
DatabaseException - Exception in org.eclipse.persistence.exceptions
Purpose: Wrapper for any database exception that occurred through EclipseLink.
DatabaseException() - Constructor for exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseException(String) - Constructor for exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseException(SQLException) - Constructor for exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DatabaseException messages.
DatabaseExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
 
databaseField - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
databaseFields - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
DatabaseField pool (synchronized with above 'fieldMap')
DatabaseLogin - Class in org.eclipse.persistence.sessions
Purpose: Hold the configuration information necessary to connect to a JDBC driver.
DatabaseLogin() - Constructor for class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Create a new login.
DatabaseLogin(DatabasePlatform) - Constructor for class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Create a new login for the given platform.
DatabaseMapping - Class in org.eclipse.persistence.mappings
Purpose: Defines how an attribute of an object maps to and from the database
DatabaseMapping() - Constructor for class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Default constructor.
DatabaseMapping.WriteType - Enum in org.eclipse.persistence.mappings
 
databaseMappingCouldNotBeFoundForEntityAttribute(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Database mapping could not be found for entity attribute.
DatabaseObjectDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a database object for the purpose of creation and deletion.
DatabaseObjectDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
 
databasePlatform - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
the target database platform.
DatabasePlatform - Class in org.eclipse.persistence.platform.database
DatabasePlatform is private to EclipseLink.
DatabasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DatabasePlatform
Creates an instance of default database platform.
DatabaseQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all database query objects.
DatabaseQuery() - Constructor for class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Initialize the state of the query
DatabaseQuery.ParameterType - Enum in org.eclipse.persistence.queries
Used for parameter retreival in JPQL
DatabaseRecord - Class in org.eclipse.persistence.sessions
Purpose: Define a representation of a database row as field=>value pairs.
DatabaseRecord() - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Returns a record (of default size).
DatabaseRecord(int) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Returns a record of the given initial capacity.
DatabaseRecord(Vector, Vector) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Builds row from database result fields and values.
DatabaseRecord(Vector, Vector, int) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Builds row from database result fields and values.
DatabaseSession - Interface in org.eclipse.persistence.sessions
Purpose: Add login and configuration API to that of Session.
databaseType - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
databaseType() - Method in annotation type org.eclipse.persistence.annotations.Array
(Required) The database name of the database array structure type.
databaseType() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLParameter
(Optional) The database data-type for the paramter.
DatabaseType - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents the database specific data type, which may include size and scale.
DatabaseType(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Creates a new DatabaseType.
DatabaseType_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseTypeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
DatabaseTypeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
Creates a new DatabaseTypeFactory.
databaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
DatabaseTypeQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the database type.
DatabaseTypeQueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
Creates a new DatabaseTypeQueryBNF.
databaseURL - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
DataBindingException - Exception in javax.xml.bind
Exception that represents a failure in a JAXB operation.
DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
dataClass - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
Field type
dataClassName - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
 
dataFormat - Variable in class org.eclipse.persistence.eis.EISDescriptor
Define the type of data the descriptor maps to.
DATALINK_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DataModify - Static variable in class org.eclipse.persistence.config.QueryType
 
DataModifyQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class used for executing non selecting SQL strings.
DataModifyQuery() - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
DataModifyQuery(String) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
Warning: Allowing an unverified SQL string to be passed into this method makes your application vulnerable to SQL injection attacks.
DataModifyQuery(Call) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
dataObjectNotFromHelperContext() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to marshal a dataobject from a different HelperContext
DataPartitioningCallback - Interface in org.eclipse.persistence.platform.database.partitioning
PUBLIC: Defines the API for the integration with an external DataSources data partitioning support.
DataRead - Static variable in class org.eclipse.persistence.config.QueryType
 
DataReadQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform read using raw SQL.
DataReadQuery() - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the state of the query.
DataReadQuery(String) - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the query to use the specified SQL string.
DataReadQuery(Call) - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the query to use the specified call.
dataResults - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Stores temporary list of rows from parent batch query per batched mapping.
DataService - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
dataSource - Variable in class org.eclipse.persistence.sessions.JNDIConnector
 
datasourceLogin - Variable in class org.eclipse.persistence.sessions.Project
 
DatasourceLogin - Class in org.eclipse.persistence.sessions
Purpose: Hold the configuration information necessary to connect to a datasource.
DatasourceLogin() - Constructor for class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Create a new login.
DatasourceLogin(Platform) - Constructor for class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: Create a new login for the given platform.
DataStorage - Class in org.eclipse.persistence.jpa.rs
 
DataStorage() - Constructor for class org.eclipse.persistence.jpa.rs.DataStorage
 
dataType - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
dataType() - Method in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
(Optional) Specify the type stored on the database.
dataType() - Method in annotation type org.eclipse.persistence.annotations.TypeConverter
(Optional) Specify the type stored on the database.
DatatypeConverter - Class in javax.xml.bind
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - Interface in javax.xml.bind
The DatatypeConverterInterface is for JAXB provider use only.
dataTypeName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
dataValue() - Method in annotation type org.eclipse.persistence.annotations.ConversionValue
(Required) Specify the database value.
date - Variable in class org.eclipse.persistence.logging.SessionLogEntry
 
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new date using the JDBC syntax of a date.
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new date using the JDBC syntax of a date.
date(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new date using the JDBC syntax of a date.
DATE - javax.persistence.TemporalType
Map as java.sql.Date
DATE_FORMAT_STR - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
 
DATE_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
dateDifference() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
dateDifference(String, Date) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, Return the difference between the queried part of a date(i.e. years, days etc.)
dateDifference(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, Return the difference between the queried part of a date(i.e. years, days etc.)
DateDifference - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateFormat - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
Format use to print the current date/time.
dateName() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
dateName(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: return a string that represents the given part of a date.
DateName - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
datePart() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
datePart(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return an integer which represents the requested part of the date.
DatePart - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateTime - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
Determines whether the visited Expression is DateTime or not.
DateTime - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression represents a date or time.
DateTime(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTime
Creates a new DateTime.
DateTime_JDBCEscapeFormat_InvalidSpecification - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingCloseQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingOpenQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingRightCurlyBrace - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatetimeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time expression.
DatetimeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
Creates a new DatetimeExpressionBNF.
DateTimeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DateTimeFactory creates a new DateTime when the portion of the query to parse starts with CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP or with the JDBC escape format used for date/time/timestamp.
DateTimeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
Creates a new DateTimeFactory.
DateTimePrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time primary expression.
DateTimePrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
Creates a new DatetimePrimaryBNF.
DateTimeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This DateTimeStateObject represents a date or time.
DateTimeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeTimestampLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time/timestamp expression.
DateTimeTimestampLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
Creates a new DateTimeTimestampLiteralBNF.
DateTimeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
 
dateToString() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the date converted to the string value in the default database format.
dateToString() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
DateToString - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateToStringOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Build MySQL equivalent to TO_CHAR.
dateToStringOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Cloned from MySQLPlatform.java
dateType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Date}.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Date}.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Date.
DB2 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DB2Mainframe - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DB2MainframePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 Mainframe specific behavior.
DB2MainframePlatform() - Constructor for class org.eclipse.persistence.platform.database.DB2MainframePlatform
 
DB2Platform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 specific behavior.
DB2Platform() - Constructor for class org.eclipse.persistence.platform.database.DB2Platform
 
DB2ZPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 z/OS specific behavior.
DB2ZPlatform() - Constructor for class org.eclipse.persistence.platform.database.DB2ZPlatform
 
DBase - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DBasePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DBase specific behavior.
DBasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DBasePlatform
 
DBWS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DBWSException - Exception in org.eclipse.persistence.exceptions
PUBLIC: runtime exception for EclipseLink DBWS Service
DBWSException() - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String) - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Purpose:
DBWSExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
 
DBWSModel - Class in org.eclipse.persistence.dbws
PUBLIC: model object for eclipselink-dbws.xml descriptor file.
DBWSModel() - Constructor for class org.eclipse.persistence.dbws.DBWSModel
 
DBWSModelProject - Class in org.eclipse.persistence.dbws
 
DBWSModelProject() - Constructor for class org.eclipse.persistence.dbws.DBWSModelProject
 
dcl - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
DDL - org.eclipse.persistence.logging.LogCategory
 
DDL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DDL_BOTH_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "both" specifies that DDL will be written to file(s) and the database.
DDL_DATABASE_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "database" specifies that DDL will be written to the database.
DDL_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation" property allows the database schema to be generated on deployment.
DDL_GENERATION_INDEX_FOREIGN_KEYS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation.index-foreign-keys" property specifies if an index should be automatically generated for foreign key constraints.
DDL_GENERATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation.output-mode" property specifies if database schema should be generated on the database, to a file, or both.
DDL_SQL_SCRIPT_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "sql-script" specifies that DDL will be written to file(s).
deactivate() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
DEAD_CHECK_TIME - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
deadCheckTime - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
Dec - org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
DECIMAL_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DecimalMaxFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DecimalMaxFacet(String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
DecimalMinFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DecimalMinFacet(String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
declaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Indicates if the visited CollectionValuedPathExpression is found within a declaration expression.
Declaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of JPQLQueryDeclaration.
Declaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Creates a new Declaration.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the BNF of the declaration part of this clause.
declarationExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
The declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
DeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to visit the current query (which is either the top-level query or a subquery) and gathers the information from the declaration clause.
DeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Creates a new DeclarationResolver.
DeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.QualifyRangeDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.RootObjectExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor takes care to support a subquery defined as a "root" object.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the list of declarations declared in the declaration clause of the current query.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the list of declarations declared in the declaration clause of the current query.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the list of VariableDeclarationStateObject defining the variable declarations, which are mapping an entity to a variable or a collection-valued member to a variable.
declarations() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the list of declarations declared in the declaration clause of the current query.
DeclarationStateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
This defines the declaration portion of a query, which is the FROM clause of a query.
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
declaredType - Variable in class javax.xml.bind.JAXBElement
Java datatype binding for xml element declaration's type.
decode() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
decode(Map, String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the decodeableItems Map.
Decode - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
decorate(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Decorates this StateObject with the given decorator.
decorate(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Decorates this StateObject with the given decorator.
decrypt(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Security method called by the children classes
decryptPassword(String) - Method in interface org.eclipse.persistence.security.Securable
 
deepClone() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Clone the query, including its selection criteria.
deepClone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Clone the query, including its selection criteria.
deepMergeClone(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Merge the attributes of the clone into the unit of work copy.
deepRevertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert the object's attributes from the parent.
deepUnregisterObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
The constant used when the ordering is not specify.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant used when the ordering is not specify, the default is ascending ordering.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Used when the trim specification is not specified, by default it means the leading and trailing parts of the string will be trimmed.
DEFAULT - Static variable in class org.eclipse.persistence.config.BatchWriting
 
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheType
The default cache type is SoftWeak.
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheUsage
 
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
The default type is Exception.
DEFAULT - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
DEFAULT - Static variable in class org.eclipse.persistence.config.CommitOrderType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
 
DEFAULT - Static variable in class org.eclipse.persistence.config.FlushClearCache
 
DEFAULT - Static variable in class org.eclipse.persistence.config.LoggerType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ParameterDelimiterType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ParserType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default Suffix could be appended to some prefixes to form a property name setting the default for the persistence unit.
DEFAULT - Static variable in class org.eclipse.persistence.config.PessimisticLock
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.QueryType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultSetConcurrency
The default type is Updatable.
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultSetType
The default type is ScrollInsensitive.
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultType
The default type is Array.
DEFAULT - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DEFAULT - Static variable in class org.eclipse.persistence.config.TargetServer
 
DEFAULT - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
 
DEFAULT() - Constructor for class org.eclipse.persistence.oxm.annotations.XmlVariableNode.DEFAULT
 
DEFAULT_ANNOUNCEMENT_DELAY - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_APP_LOCATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default location in the file system to output DDL files.
DEFAULT_ASYNCHRONOUS_MODE - Static variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
DEFAULT_CALLBACK_NAME - Static variable in class org.eclipse.persistence.oxm.JSONWithPadding
 
DEFAULT_CHANNEL - Static variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
DEFAULT_CHAR_SIZE - Static variable in class org.eclipse.persistence.platform.database.PervasivePlatform
 
DEFAULT_CONNECTION_FACTORY - Static variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
DEFAULT_CONTEXT_FACTORY - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Default JNDI properties for remote access
DEFAULT_CREATE_JDBC_FILE_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default name of the DDL file which is used to create database tables.
DEFAULT_DDL_GENERATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The eclipselink.ddl-generation.output-mode parameter is configured to the default value of database.
DEFAULT_DEDICATED_CONNECTION_KEY - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_DEDICATED_CONNECTION_VALUE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_DROP_JDBC_FILE_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default name of the DDL file which is used to drop database tables.
DEFAULT_IIOP_URL_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_IIOP_URL_PROTOCOL - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_KEY_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.Property
 
DEFAULT_LOCK_MODE - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
DEFAULT_MULTICAST_GROUP - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Default value constants
DEFAULT_MULTICAST_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_NAME_TRANSFORMER - Static variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
DEFAULT_NAMING_SERVICE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_PACKAGE_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
DEFAULT_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_POOL - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
DEFAULT_REMOVE_CONNECTION_ON_ERROR_MODE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_RESOURCE_NAME - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_RESOURCE_NAME_IN_META_INF - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_ROOT_ELEMENT_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DEFAULT_SEQUENCE_NAME_ALREADY_USED_BY_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DEFAULT_SERVER_NAME_AND_VERSION - Static variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Answer "unknown" as a default for platforms that do not implement getModuleName()
DEFAULT_TARGET_NAMESPACE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify a default target namespace.
DEFAULT_TARGET_NAMESPACE_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.DEFAULT_TARGET_NAMESPACE
DEFAULT_TOPIC - Static variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
DEFAULT_TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.JavaLog
 
DEFAULT_URL_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_URL_PROTOCOL - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Defaults for RMI applications
DEFAULT_USER_NAME - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_VALIDATION_EVENT_HANDLER - Static variable in class org.eclipse.persistence.jaxb.JAXBContext
For JAXB 2 there is no explicitly defined default validation handler and the default event handling only terminates the operation after encountering a fatal error.
DEFAULT_VALUE_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.Property
 
DEFAULT_VARCHAR_SIZE - Static variable in class org.eclipse.persistence.platform.database.DatabasePlatform
 
DEFAULT_VERSION - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
A constant that points to the current release of EclipseLink, which is 2.6.
DEFAULT_VERSION - org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the default version used by the parsing system, which is always the latest version of the Java Persistence functional specification, which is version 2.0.
DEFAULT_XML_TYPE_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DefaultActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
DefaultActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
DefaultActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
defaultAttributeValue - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
defaultAttributeValueString - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
DefaultBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
defaultBuilder - Variable in class org.eclipse.persistence.queries.ModifyAllQuery
Provide a default builder so that it's easier to be consistent
defaultBuilder - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Provide a default builder so that it's easier to be consistent
defaultCacheIsolation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.isIsolated.
DefaultCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a ICaseExpressionStateObjectBuilder.
DefaultCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultCaseExpressionStateObjectBuilder
Creates a new DefaultCaseExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IConditionalExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
Creates a new DefaultConditionalExpressionStateObjectBuilder.
defaultConnectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ServerSession
 
defaultConnectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
The default connection pool is used for any unmapped values.
defaultConnectionPool() - Method in annotation type org.eclipse.persistence.annotations.ValuePartitioning
The default connection pool is used for any unmapped values.
DefaultConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.
DefaultConnector() - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with default settings The database URL will still need to be set.
DefaultConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with the specified settings.
DefaultContentAssistProposals - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of ContentAssistProposals which stores the valid proposals.
DefaultContentAssistProposals(JPQLGrammar, ContentAssistExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new DefaultContentAssistProposals.
DefaultContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.
DefaultContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
Creates a new DefaultContentAssistVisitor.
DefaultContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
The concrete instance that determines the return type of a function expression.
defaultDeleteObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultDeleteObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DefaultEclipseLinkJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined by the JPA 2.1 functional specification and the EclipseLink 2.6.
DefaultEclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultEclipseLinkJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultEclipseLinkJPQLQueryBuilder
Creates a new DefaultEclipseLinkJPQLQueryBuilder.
DefaultErrorHandler - Class in org.eclipse.persistence.platform.xml
INTERNAL: A default implementation of ErrorHandler that simply rethrows the SAXParseExceptions.
defaultEventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
DefaultGrammarValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.
DefaultGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
Creates a new DefaultGrammarValidator.
defaultIdentityMapClass - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapClass.
defaultIdentityMapSize - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapSize.
defaultIdValidation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.idValidation.
defaultInsertObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultInsertObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DefaultJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in the latest JPA functional specification.
DefaultJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryBuilder
Creates a new DefaultJPQLQueryBuilder.
DefaultJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
DefaultJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new DefaultJPQLQueryContext.
DefaultJPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new sub-DefaultJPQLQueryContext.
DefaultJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.
DefaultJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryFormatter
Creates a new DefaultJPQLQueryFormatter.
DefaultJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: DefaultJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. DefaultJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 1.0 or 2.x.
DefaultJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new DefaultJPQLQueryHelper.
DefaultJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new JPQLQueryHelper.
DefaultLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses an Expression and retrieves the "literal" value.
DefaultLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultLiteralVisitor
Creates a new DefaultLiteralVisitor.
defaultLog - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents the singleton SessionLog
DefaultLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
defaultManager - Static variable in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Store the default instance.
DefaultMappingCollector() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
 
DefaultMutator() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Add the defaultNamespace declaration
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
DefaultNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of INewValueStateObjectBuilder.
DefaultNewValueStateObjectBuilder(UpdateItemStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultNewValueStateObjectBuilder
Creates a new DefaultNewValueStateObjectBuilder.
defaultObjectValue() - Method in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
(Optional) Specify a default object value.
DefaultParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor calculates the type of an input parameter.
DefaultParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
Creates a new DefaultParameterTypeVisitor.
DefaultProblem - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of Problem.
DefaultProblem(StateObject, String, String[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Creates a new DefaultProblem.
defaultQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultQueryResultsCachePolicy - Variable in class org.eclipse.persistence.sessions.Project
Default value for query caching options for all named queries.
defaultReadAllQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadAllQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadOnlyClasses - Variable in class org.eclipse.persistence.sessions.Project
Holds the default set of read-only classes that apply to each UnitOfWork.
DefaultRefactoringDelta - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of RefactoringDelta which contains the TextEdit that were creating during the refactoring of a JPQL query.
DefaultRefactoringDelta(CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Creates a new DefaultRefactoringDelta.
DefaultRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultRemover() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable.DefaultRemover
 
defaultReportQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReportQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DefaultResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The default implementation of a ResolverBuilder, which follows the JPA functional specification.
DefaultResolverBuilder(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DefaultResolverBuilder
Creates a new DefaultResolverBuilder.
defaultRootElementNotSpecified(Descriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
defaultRootElementNotSpecified(XMLDescriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DefaultSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSelectExpressionStateObjectBuilder
Creates a new DefaultSelectExpressionStateObjectBuilder.
DefaultSemanticValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid.
DefaultSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator.BooleanTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a boolean literal to make sure the type is a Boolean.
DefaultSemanticValidator.NullValueVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.NumericTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a numeric literal to make sure the type is an instance of Number.
DefaultSemanticValidator.ResultVariableInOrderByVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.StringTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates that the Expression is a string primary and to make sure the type is String.
DefaultSemanticValidator.TypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
The basic validator for validating the type of an Expression.
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSequence - Class in org.eclipse.persistence.sequencing
Purpose: Reference to the default sequence.
DefaultSequence() - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
 
DefaultSequence(String) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
Create a new sequence with the name.
DefaultSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
Create a new sequence with the name and sequence pre-allocation size.
DefaultSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
 
defaultSequenceNameAlreadyUsedBySequence(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
defaultSession - Variable in class org.eclipse.persistence.sessions.factories.SessionManager
 
DefaultSessionLog - Class in org.eclipse.persistence.logging
Purpose: Default log used for the session when message logging is enabled.
DefaultSessionLog() - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
DefaultSessionLog(Writer) - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
DefaultSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
Creates a new DefaultSimpleSelectExpressionStateObjectBuilder.
defaultSourceTable - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Default source table that should be used with the default source fields of this mapping.
DefaultStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of BasicStateObjectBuilder, which provides support for creating a StateObject representation of any Expression.
DefaultStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
Creates a new DefaultStateObjectBuilder.
DefaultStringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An implementation of an Expression that wraps a string.
defaultTable - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultTableCreator - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
DefaultTableGenerator - Class in org.eclipse.persistence.tools.schemaframework
DefaultTableGenerator is a utility class used to generate a default table schema for a EclipseLink project object.
DefaultTableGenerator(Project) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Default constructor
DefaultTableGenerator(Project, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
This constructor will create a DefaultTableGenerator that can be set to create fk constraints
defaultTableName - Static variable in class org.eclipse.persistence.sequencing.TableSequence
Deprecated.
Use an empty string as a default sequence table name instead, that triggers usage of platform.getDefaultSequenceTableName() when the sequence is connected.
defaultTemporalMutable - Variable in class org.eclipse.persistence.sessions.Project
Define the default setting for configuring if dates and calendars are mutable.
DefaultTextEdit - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of a TextEdit, which contains the location of the change within the JPQL query (offset) and the old and new values.
DefaultTextEdit(int, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Creates a new DefaultTextEdit.
DefaultTimeout - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
DefaultTimeoutUnit - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
defaultTransactionManager - Static variable in class org.eclipse.persistence.transaction.JTATransactionController
 
DefaultUnmappedContentHandler - Class in org.eclipse.persistence.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
defaultUpdateObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultUpdateObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
 
defaultValue() - Method in annotation type javax.xml.bind.annotation.XmlElement
Default value of this element.
defaultValue() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
Default value of this element.
defaultWriter - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
Default writer to use if one is not specified.
DefaultXMLNameTransformer - Class in org.eclipse.persistence.jaxb
Class called to transform Java names to XML names.
DefaultXMLNameTransformer() - Constructor for class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
DEFERRED - org.eclipse.persistence.annotations.ChangeTrackingType
A DEFERRED change tracking policy defers all change detection to the UnitOfWork's change detection process.
DeferredChangeDetectionPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's change detection process.
DeferredChangeDetectionPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
 
DEFINED_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Notify a change in the defined property.
defineDynamicClass(String, byte[]) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Converts an array of bytes into an instance of class Class.
delayBetweenConnectionAttempts - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
Stores the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection in the case EclipseLink is attempting to retry a query.
delegate - Variable in class org.eclipse.persistence.indirection.IndirectList
Reduce type casting.
delegate - Variable in class org.eclipse.persistence.indirection.IndirectMap
Reduce type casting
delegateSequence - Variable in class org.eclipse.persistence.sequencing.NativeSequence
Allow sequencing to be delegated to another sequence if native sequencing is not supported.
delete() - Method in annotation type org.eclipse.persistence.annotations.QueryRedirectors
A Default Delete Object Query Redirector will be applied to any executing DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
delete(File) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
delete(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
delete(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
delete(Map<String, String>, String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Delete the given entity in JPA and commit the changes
Delete - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used for data modification events.
DELETE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE'.
DELETE_ALL_QUERY_SPECIFIES_OBJECTS_BUT_NOT_SELECTION_CRITERIA - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DELETE_FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE FROM'.
deleteAll(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
To delete all the entries matching the selection criteria from the table stored in the referenced descriptor
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Delete all the reference objects with a single query.
DeleteAll - Annotation Type in org.eclipse.persistence.annotations
A DeleteAll annotation is specified to indicate that when an relationship is deleted, it should use a delete all query.
DeleteAll - Static variable in class org.eclipse.persistence.config.QueryType
 
DeleteAll - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
deleteAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Delete all of the objects and all of their privately owned parts in the database.
deleteAllQuery - Variable in class org.eclipse.persistence.mappings.CollectionMapping
Used for delete all in m-m, dc and delete all optimization in 1-m.
DeleteAllQuery - Class in org.eclipse.persistence.queries
Purpose: Query used to delete a collection of objects.
DeleteAllQuery() - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC:
DeleteAllQuery(Class) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class specified.
DeleteAllQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class and the selection criteria specified.
deleteAllQuerySpecifiesObjectsButNotSelectionCriteria(ClassDescriptor, DatabaseQuery, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
DeleteAtIndex - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
deleteAtIndexQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used (only in case listOrderField !
deleteClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
DeleteClause - Class in org.eclipse.persistence.jpa.jpql.parser
This is the delete clause of the delete statement.
DeleteClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Creates a new DeleteClause.
DeleteClause_FromMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_MultipleRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMalformed - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete clause.
DeleteClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
Creates a new DeleteClauseBNF.
DeleteClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
DeleteClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DeleteClauseFactory creates a new DeleteClause when the portion of the query to parse starts with DELETE FROM.
DeleteClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
Creates a new DeleteClauseFactory.
DeleteClauseRangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a range variable declaration expression used by the DELETE clause, which accepts collection and aggregate expression, which is used by invalid queries.
DeleteClauseRangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
Creates a new DeleteClauseRangeVariableDeclarationBNF.
DeleteClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
DeleteClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the DELETE clause of the DELETE statement.
DeleteClauseStateObject(DeleteStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Creates a new DeleteClauseStateObject.
deleteInternal(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Delete the object and all of its privately owned parts from the database.
deleteObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Delete the object and all of their privately owned parts in the database.
DeleteObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Used for deleting objects.
DeleteObjectQuery() - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
DeleteObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
DeleteObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
deleteQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
deleteQuery - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
Query used for single row deletion.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
deleteSchema - Variable in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
 
deleteStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
DeleteStatement - Class in org.eclipse.persistence.jpa.jpql.parser
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Creates a new DeleteStatement.
DeleteStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete statement.
DeleteStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
Creates a new DeleteStatementBNF.
DeleteStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
DeleteStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DeleteStatementFactory creates a new DeleteStatement when the portion of the query to parse starts with DELETE FROM.
DeleteStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
Creates a new DeleteStatementFactory.
DeleteStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Creates a new DeleteStatementStateObject.
deletionStringFor(DatabaseAccessor) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the delete SQL string.
DEPLOY_FAILED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
DEPLOY_ON_STARTUP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.deploy-on-startup" property controls whether EclipseLink creates the persistence unit when the application starts up, or when the persistence unit is first actually accessed by the application.
deployFailed(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
depth - Variable in class org.eclipse.persistence.sequencing.Sequence
 
depth - Variable in class org.eclipse.persistence.sessions.CopyGroup
Policy depth that determines how the copy will cascade to the object's related parts
Derby - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DerbyPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Derby DBMS specific behavior.
DerbyPlatform() - Constructor for class org.eclipse.persistence.platform.database.DerbyPlatform
 
deref() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
Deref - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
DERIVED - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object is a derived path expression where the identification variable is declared in the super query, otherwise it's an entity name.
DERIVED_ID_CIRCULAR_REFERENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DerivedCollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a derived collection member declaration expression.
DerivedCollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
Creates a new DerivedCollectionMemberDeclarationBNF.
DerivedDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This DerivedDeclaration represents an identification variable declaration that was declared in the FROM clause of a SELECT subquery.
DerivedDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
Creates a new DerivedDeclaration.
derivedIdMapping - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
The id mapping this mapping derives.
DerivedPathIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
BNF: subselect_identification_variable_declaration ::= derived_path_expression [AS] identification_variable {join}*
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
derivesId - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Used by the CMP3Policy to see if this mapping should be used in processing pk classes for find methods
derivesId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Returns true if the mapping references a JPA ID attribute for the CMP3Policy and JPA ID classes.
derivesIdMappings - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
DESC - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant for 'DESC', which tells to order the items in descending ordering.
DESC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DESC'.
descending() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
descending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DESCENDING operator.
Descending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
descendingOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
describesNonPersistentSubclasses - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
descriptionOfNodeType() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Used in debug printing of this node.
descriptionOfNodeType() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Used for debug printing.
descriptor - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
descriptor - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
owner of the policy
descriptor - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
descriptor - Variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptor - Variable in class org.eclipse.persistence.history.HistoryPolicy
 
descriptor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
ClassDescriptor to which this mapping belongs to
descriptor - Variable in class org.eclipse.persistence.mappings.querykeys.QueryKey
 
descriptor - Variable in class org.eclipse.persistence.queries.DatabaseQuery
The descriptor cached on the prepare for object level queries.
DESCRIPTOR_CUSTOMIZER_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.descriptor.customizer." is a prefix for a property used to configure a DescriptorCustomizer.
DESCRIPTOR_FOR_INTERFACE_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_MUST_NOT_BE_INITIALIZED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DESCRIPTOR_NOT_FOUND_IN_PROJECT - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DESCRIPTOR_PROPERTY - Static variable in interface org.eclipse.persistence.dynamic.DynamicType
Property name used to store the EntityTypeImpl on each descriptor in its ClassDescriptor.properties.
DescriptorBasedDatabaseEventListener - Interface in org.eclipse.persistence.jpa.rs.eventlistener
Extends EclipseLink's database event listening capabilities by allowing a listener to subscribe to to change notifications from the database This listener also expands the interface to support subscription on a descriptor basis rather than the wholesale subscription provided by its superclass.
DescriptorCustomizer - Interface in org.eclipse.persistence.config
Customize a ClassDescriptor when the DescriptorCustomizer.customize(ClassDescriptor) method is called during the loading/population of the mappings.
DescriptorCustomizer - Interface in org.eclipse.persistence.sessions.factories
Deprecated.
replaced by org.eclipse.persistence.config.DescriptorCustomizer
descriptorCustomizerClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
JPA DescriptorCustomizer list stored here to preserve it when caching the project
DescriptorEvent - Class in org.eclipse.persistence.descriptors
Purpose: Encapsulate the information provided with descriptor events.
DescriptorEvent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DescriptorEvent(int, ObjectLevelModifyQuery) - Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Most events are trigger from queries, so this is a helper method.
DescriptorEvent(Object) - Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: All events require a source object.
DescriptorEventAdapter - Class in org.eclipse.persistence.descriptors
Purpose: Provides an empty implementation of DescriptorEventListener.
DescriptorEventAdapter() - Constructor for class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
descriptorEventHolders - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
DescriptorEventListener - Interface in org.eclipse.persistence.descriptors
Purpose: Used to support Java event listener event model on descriptors.
DescriptorEventManager - Class in org.eclipse.persistence.descriptors
Purpose: The event manager allows for a descriptor to specify that an object should be notified when a EclipseLink event occurs.
DescriptorEventManager() - Constructor for class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Returns a new DescriptorEventManager for the specified ClassDescriptor.
DescriptorException - Exception in org.eclipse.persistence.exceptions
Purpose: This exception is used for any problem that is detected with a descriptor or mapping.
DescriptorException(String) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
 
DescriptorException(String, DatabaseMapping) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DescriptorException messages.
DescriptorExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
 
descriptorForInterfaceIsMissing(String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptorIsAggregate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be an aggregate.
descriptorIsAggregateCollection() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be part of an aggregate collection.
descriptorIsForInterface() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be for an interface.
descriptorIsMissing(Class, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
descriptorIsMissing(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptorIsMissingForNamedQuery(Class, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
descriptorIsNormal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be normal.
descriptorMethodNames - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
descriptorMustBeNotInitialized(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
descriptorNotFoundInProject(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DescriptorQueryManager - Class in org.eclipse.persistence.descriptors
Purpose: The query manager allows for the database operations that EclipseLink performs to be customized by the application.
DescriptorQueryManager() - Constructor for class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Initialize the state of the descriptor query manager
descriptors - Variable in class org.eclipse.persistence.queries.DatabaseQuery
The list of descriptors this query deals with.
descriptors - Variable in class org.eclipse.persistence.sessions.Project
 
descriptorsLock - Variable in class org.eclipse.persistence.sessions.Project
Ensures that only one thread at a time can add/remove descriptors
descriptorType - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
deserialize(Object, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
destroy() - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
Destroy.
destroy() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Destroy current session manager instance.
destroyAllSessions() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Destroy all sessions held onto by this manager.
destroySession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Destroy the session defined by sessionName on this manager.
detach(Object) - Method in interface javax.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detach(Object) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Build a detached copy using a one-off UnitOfWork.
detach(Collection) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
 
DETACH - javax.persistence.CascadeType
Cascade detach operation
detectServerPlatform(AbstractSession) - Static method in class org.eclipse.persistence.platform.server.ServerPlatformUtils
 
DevelopmentServices - Class in org.eclipse.persistence.services
Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.
DevelopmentServices() - Constructor for class org.eclipse.persistence.services.DevelopmentServices
Default constructor
DevelopmentServices(Session) - Constructor for class org.eclipse.persistence.services.DevelopmentServices
Constructor
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
difference() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
difference(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return a value which indicates how much difference there is between two expressions.
Difference - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
DIFFERENT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<>'.
DifferentComparisonFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
DigitsFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DigitsFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
DIRECT_FIELD_NAME_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DIRECT_KEY_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DirectCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.
DirectCollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.)
DirectCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Default constructor.
DirectCollectionQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose:Represents a direct collection join query.
DirectCollectionQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
 
directConnect(Properties) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Connect directly - without using DriverManager.
DirectConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.
DirectConnector() - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with default settings (Sun JDBC-ODBC bridge).
DirectConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with the specified settings.
directField - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
The direct field name is converted and stored
directFieldNameNotSet(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
direction - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
Deprecated.
direction - Variable in class org.eclipse.persistence.queries.ReadAllQuery
 
direction() - Method in annotation type org.eclipse.persistence.annotations.StoredProcedureParameter
Deprecated. 
direction() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLParameter
(Optional) The direction of the stored procedure parameter.
Direction - Enum in org.eclipse.persistence.annotations
An enum that is used within the StoredProcedureParameter annotation.
directKeyNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
DirectMapMapping - Class in org.eclipse.persistence.mappings
Mapping for a collection of key-value pairs.
DirectMapMapping() - Constructor for class org.eclipse.persistence.mappings.DirectMapMapping
DirectMapCollectionMapping constructor
directMarshal(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL
directMarshal(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
directMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX or DOM Platform, this method is responsible for marshalling null values for the XML Direct Mapping.
directMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
directoryIsSubdirectory(File, File) - Static method in class org.eclipse.persistence.tools.PackageRenamer
Return true if directory2 is contained within directory1.
directoryIsSubdirectory(File, File) - Static method in class org.eclipse.persistence.utils.rename.PackageRenamer
Return true if directory2 is contained within directory1.
DirectQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define an alias to a database field.
DirectQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
 
DirectRead - Static variable in class org.eclipse.persistence.config.QueryType
 
DirectReadQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform a direct read.
DirectReadQuery() - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the state of the query.
DirectReadQuery(String) - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the query to use the specified SQL string.
DirectReadQuery(Call) - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the query to use the specified call.
DirectToFieldChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
DirectToFieldMapping - Class in org.eclipse.persistence.mappings
Purpose: Maps an attribute to the corresponding database field type.
DirectToFieldMapping() - Constructor for class org.eclipse.persistence.mappings.DirectToFieldMapping
Default constructor.
DirectToXMLTypeMapping - Class in org.eclipse.persistence.mappings.xdb
Purpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB.
DirectToXMLTypeMapping() - Constructor for class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
 
DISABLE_SECURE_PROCESSING - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
 
DISABLE_SELECTIVE - javax.persistence.SharedCacheMode
Caching is enabled for all entities except those for which Cacheable(false) is specified.
disableAllBindingExpression() - Static method in class org.eclipse.persistence.platform.database.DB2Platform
Create an ExpressionOperator that disables all parameter binding
disableAtLeast1BindingExpression() - Static method in class org.eclipse.persistence.platform.database.DB2Platform
Create an ExpressionOperator that requires at least 1 typed argument
disableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for cache hits on primary key read object queries to be disabled.
disableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for remote session cache hits on primary key read object queries to be disabled.
disableConversion - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
disableConversion() - Method in annotation type javax.persistence.Convert
Used to disable an auto-apply or inherited converter.
disableForeignKey - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
disableForeignKey() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
disableHits() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) Setting to true will force all queries to bypass the cache for hits but still resolve against the cache for identity.
disableJTA() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class at runtime.
disableJTA() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class at runtime.
disableRuntimeServices() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered to provide runtime services for my DatabaseSession at runtime.
disableRuntimeServices() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered to provide runtime services for my DatabaseSession at runtime.
discardConnections() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Remove all remote connections for its list and the local connection from JNDI or JMS Subsriber
disconnect() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Disconnect not required.
disconnect() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Disconnect the accessor only.
disconnect(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Disconnect the accessor only (this must be the write connection as the read is shared).
Disconnects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DiscoveryException - Exception in org.eclipse.persistence.exceptions
Instances of this exception are raised if a problem is detected during the discovery of a TopLink cluster.
DiscoveryException() - Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
 
DiscoveryException(String) - Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
 
DiscoveryExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConcurrencyException messages.
DiscoveryExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
 
discoveryManager - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Manages the detection of new services as they join the cluster
DiscoveryManager - Class in org.eclipse.persistence.sessions.coordination
Purpose: Detects new members of a logical EclipseLink cluster.
DiscoveryManager(String, int, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DiscoveryManager(String, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DiscoveryManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Constructors to create a discovery manager.
discriminator() - Method in annotation type org.eclipse.persistence.annotations.DiscriminatorClass
(Required) The discriminator to be stored on the database.
DISCRIMINATOR_COLUMN_NOT_SELECTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DiscriminatorClass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DiscriminatorClass - Annotation Type in org.eclipse.persistence.annotations
A DiscriminatorClass is used within a VariableOneToOne annotation.
discriminatorClasses() - Method in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) The list of discriminator types that can be used with this VariableOneToOne.
discriminatorColumn - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the column that will contain the value to determine the correct subclass to create if applicable.
discriminatorColumn() - Method in annotation type javax.persistence.EntityResult
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
discriminatorColumn() - Method in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) The discriminator column will hold the type indicators.
DiscriminatorColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DiscriminatorColumn - Annotation Type in javax.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
discriminatorColumnNotSelected(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
discriminatorType() - Method in annotation type javax.persistence.DiscriminatorColumn
(Optional) The type of object/column to use as a class discriminator.
discriminatorType() - Method in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
(Optional) The type of object/column to use as a class discriminator.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Disposes this "virtual" query BNF.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Disposes the internal data of this resolver.
disposeSubqueryContext() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Disposes this context, which is the current context being used by a subquery.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Disposes this context, which is the current context being used by a subquery.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes this context, which is the current context being used by a subquery.
dissableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This method is used to disable changetracking temporarily
dissableEventProcessing(Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used to disable changetracking temporarily
dissableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: This method is used to disable changetracking temporarily
distinct() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, This represents the distinct option inside an aggregate function.
distinct() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DISTINCT operator.
distinct() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
Distinct - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
DISTINCT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DISTINCT'.
DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Notifies the distinct property has changed.
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Notifies the visibility of the DISTINCT identifier has changed.
DISTINCT_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
distinctOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Fixes EclipseLink bug 402600 by making sure that the Distinct ExpressionOperator is set to print as DISTINCT&nbsp; (no parentheses, one trailing space), and fixes
distinctState - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Indicates if distinct should be used or not.
DistributedMerge - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DistributedSession - Class in org.eclipse.persistence.sessions.remote
Purpose: Super class to all remote client session's.
DistributedSession(int) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Create a blank session, used for proxy session.
DistributedSession(RemoteConnection) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Creates a DistributedSession.
divide() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DISTINCT operator.
divide(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
divide(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
divide(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x / y.
divide(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x / y.
divide(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x / y.
Divide - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
divideOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby requires that at least one argument be a known type
DIVISION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the division sign '/'.
DivisionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
DivisionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
Creates a new DivisionExpression.
DivisionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression / arithmetic_term
DivisionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DMS - org.eclipse.persistence.logging.LogCategory
 
DMS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DMSProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DMSProfilerClassName - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DO_NOT_PROCESS_XTOMANY_FOR_QBE - Static variable in class org.eclipse.persistence.config.SystemProperties
This property can be set to disable processing of X-Many relationship attributes for Query By Example objects.
DO_NOT_SEND_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
DO_NOT_SEND_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
document - Variable in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
DocumentPreservationPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
Purpose:Provides an interface for customizing how Documents are preserved.
DocumentPreservationPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
doesConform(Object, AbstractSession, AbstractRecord, int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Check if the object conforms to the expression in memory.
doesConform(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: New parameter added to doesConform for feature 2612601
doesExist(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Does exist.
doesExistQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
DoesExistQuery - Class in org.eclipse.persistence.queries
Purpose: This should only be used by the descriptor, this should not be executed directly.
DoesExistQuery() - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Initialize the state of the query .
DoesExistQuery(Object) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
DoesExistQuery(Call) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
doesNotRepresentAnObjectInTheQuery() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: There are cases (which we might want to eliminate?)
doesObjectExist(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if the object exists on the database or not.
doesRelationConform(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare the values in memory.
domainClass - Variable in class org.eclipse.persistence.tools.profiler.Profile
 
domHandler - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
DomHandler<ElementT,​ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.
domMethod - Static variable in class org.eclipse.persistence.eis.EISDOMRecord
Used for introspected DOM records.
domMethod - Variable in class org.eclipse.persistence.eis.EISPlatform
Used to reflectively provide XML record support as DOMRecord is not part of the JCA-CCI spec.
DOMPlatform - Class in org.eclipse.persistence.oxm.platform
INTERNAL:
DOMPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.DOMPlatform
 
DOMRecord - Class in org.eclipse.persistence.oxm.record
PUBLIC: Provides a Record/Map API on an XML DOM element.
DOMRecord - Interface in org.eclipse.persistence.eis
DOMRecord is an extension of the JCA Record interface that provides support for XML data.
DOMRecord() - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Default constructor.
DOMRecord(String) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name.
DOMRecord(String, String) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name get the namespace URI from the namespaceResolver.
DOMRecord(String, NamespaceResolver) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name get the namespace URI from the namespaceResolver.
DOMRecord(String, NamespaceResolver, Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
DOMRecord(String, Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
DOMRecord(Document) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the element.
DOMRecord(Element) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the element.
DOMRecord(Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
 
doNotCacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED:
DoNotCheckCache - Static variable in class org.eclipse.persistence.config.CacheUsage
Do not check the cache first, this is the default for JPA Queries.
DoNotCheckCache - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
doNotRedirect - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Can be set to true in the case there is a redirector or a default redirector but the user does not want the query redirected.
DONT_USE_DISTINCT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
dontAcquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query not to lock.
dontAllowNull() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: If all the fields in the database row for the aggregate object are NULL, then, by default, the mapping will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls).
dontAlwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: The descriptor is defined to not conform the results in unit of work in read query.
dontAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always refresh the cache if data is received from the database by any query.
dontAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
dontBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Do not Bind all arguments to any SQL statement.
dontBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not bind all arguments to any SQL statement.
dontBindUpdateAllQueryUsingTempTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 has issues with binding with temp table queries.
dontBindUpdateAllQueryUsingTempTables() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Returns true when invoked to indicate that parameter binding must not be used when working with temporary tables as part of an UPDATE query.
dontBindUpdateAllQueryUsingTempTables() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: In SQLServer local temporary table created by one PreparedStatement can't be used in another PreparedStatement.
dontCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not cache all prepared statements.
dontCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Don't cache the prepared statements, this requires full parameter binding as well.
dontCascade() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should not cascade relationships when copying the object(s)
dontCascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
PUBLIC: Disables delete cascading on the database, this is the default.
dontCascadeParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Do not cascade the query and its properties on the queries object(s) relationships.
dontCatchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't catching all the Descriptor Exceptions
dontCheckCache() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: This can be used to explicitly disable the cache hit.
dontCheckDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't checking the database tables and fields.
dontCheckInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't checking the InstantiationPolicy.
dontDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for cache hits on primary key read object queries.
dontDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for remote session cache hits on primary key read object queries.
dontDoMerge(Object, Object, MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return true if the merge should be bypassed.
dontLoadResultIntoSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Do not refesh/load into the selection object, this is the default.
dontLogMessages() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Turn off logging
dontLogProfile() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Set whether after each query execution the profile result should be logged.
dontMaintainCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set for the identity map (cache) to be ignored completely.
dontOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field).
dontOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Disable driver level data conversion optimization.
dontPerformValidation() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not referred after commit, ensures that objects from the parent cache are not referred in the unit of work cache.
dontReadSubclassesOnQueries() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor to only read instance of itself when queried.
dontRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRetrievePrimaryKeys() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Set if the query results should contain the primary keys or each associated object.
dontReturnSingleAttribute() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Don't simplify the result by returning the single attribute.
dontReturnSingleResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the first result.
dontReturnSingleValue() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
dontReturnWithoutReportQueryResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
dontUseBatchReading() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object should always be batch read on read all queries.
dontUseBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use batch writing.
dontUseByteArrayBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use parameter binding for large binary data.
dontUseClassNameAsIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor not to use the class' full name as the indicator.
dontUseDistinct() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
dontUseExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Do not use external connection pooling.
dontUseExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Let EclipseLink control transactions instead of some external transaction service such as JTS.
dontUseIndirection() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseIndirection() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseJDBCBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Indicate to EclipseLink that the JDBC driver does not support batch writing.
dontUseLazyConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A lazy connection only acquires a physical connection when a transaction is started and releases the connection when the transaction completes.
dontUseNativeSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use database-specific SQL grammar, as opposed to the JDBC standard grammar.
dontUseStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use streams to store large binary data.
dontUseStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not bind strings of any size.
DOT - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '.'.
DOUBLE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DOUBLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '"'.
DOUBLE_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a double.
DOUBLE_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DoubleEncapsulatedCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
doubleType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Double}.
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Double}.
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Double.
driver - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the instantiated Driver to speed up reconnects
driverClass - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the driver class to speed up reconnects
driverClassName - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
driverIs(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Return whether the specified driver is being used.
driverURLHeader - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
Drop - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drop the whole EntityManager cache.
DROP_AND_CREATE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop-and-create-tables" specifies that database tables should be dropped, then created.
DROP_JDBC_DDL_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.drop-ddl-jdbc-file-name" specifies the name of the DDL file which is used to drop database tables.
DROP_ONLY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop-tables" specifies that database tables should be dropped only.
dropConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
dropConstraints(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the table definition to drop the constraints from the table, this is normally done in two steps to avoid dependencies.
dropConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemas - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
dropDatabaseSchemas() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Iterate over the schemas that need to be dropped.
dropDefaultTables() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create the default table schema for the project this session associated with.
dropFromDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the object.
dropIndexes(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
Write the SQL drop index string to drop indexes if passed a writer, else delegate to a method that executes the string on the database.
DropInvalidate - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drops the whole EntityManager cache, on commit the classes that have at least one object updated or deleted are invalidated in the shared cache.
dropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the object.
dropObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition object to drop the schema entity from the database.
dropSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
dropSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
This will drop the database schemas if managing the database schemas.
dropTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop (delete) the table named tableName from the database.
dropTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
dropTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
dropTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
DTD_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
DTD_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLValidator
 
DTD_VALIDATION - Static variable in interface org.eclipse.persistence.platform.xml.XMLParser
 
dumpResults() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results to the session's log (System.out).
dumpTime - Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
dumpTime - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
DUPLICATE_ELEMENT_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
DUPLICATE_PARTITION_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DUPLICATE_PROPERTY_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
duplicateElementName(QName) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
duplicatePartitionValue(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
ValuePartitioning using the same value twice.
duplicatePropertyName(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
DURATION - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DYNAMIC_ENTITY_HAS_NULL_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_ENTITY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_PROPERTIES_MANAGER_CLASSNAME_SLASHES - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
dynamicClassLoader - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
DynamicClassLoader - Class in org.eclipse.persistence.dynamic
This custom ClassLoader provides support for dynamically generating classes within an EclipseLink application using byte codes created using a DynamicClassWriter.
DynamicClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a DynamicClassLoader providing the delegate loader and leaving the defaultWriter as DynamicClassWriter
DynamicClassLoader(ClassLoader, DynamicClassWriter) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a DynamicClassLoader providing the delegate loader and a default DynamicClassWriter.
DynamicClassLoader.EnumInfo - Class in org.eclipse.persistence.dynamic
 
DynamicClassWriter - Class in org.eclipse.persistence.dynamic
Write the byte codes of a dynamic entity class.
DynamicClassWriter() - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
 
DynamicClassWriter(Class<?>) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
 
DynamicClassWriter(String) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
Create using a loader and class name so that the parent class can be lazily loaded when the writer is used to generate a dynamic class.
DynamicEntity - Interface in org.eclipse.persistence.dynamic
DynamicEntity is the public interface for dealing with dynamic persistent objects.
DynamicEnumBuilder - Class in org.eclipse.persistence.dynamic
 
DynamicEnumBuilder(String, AbstractDirectMapping, DynamicClassLoader) - Constructor for class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
DynamicException - Exception in org.eclipse.persistence.exceptions
Custom exception type that provides information about failure cases encountered when using a GenericEntity with TopLink.
DynamicException(String) - Constructor for exception org.eclipse.persistence.exceptions.DynamicException
 
DynamicException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DynamicException
 
DynamicHelper - Class in org.eclipse.persistence.dynamic
A DynamicHelper provides some utility methods to simplify application development with dynamic types.
DynamicHelper(DatabaseSession) - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper
 
DynamicHelper.SessionCustomizer - Class in org.eclipse.persistence.dynamic
A SessionCustomizer which configures all descriptors as dynamic entity types.
DynamicIdentityPolicy - Class in org.eclipse.persistence.jpa.dynamic
Custom CMPPolicy to handle Object[].
DynamicIdentityPolicy() - Constructor for class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
 
DynamicJAXBContext - Class in org.eclipse.persistence.jaxb.dynamic
A specialized JAXBContext for marshalling and unmarshalling DynamicEntities.
DynamicJAXBContextFactory - Class in org.eclipse.persistence.jaxb.dynamic
DynamicJAXBContextFactory allows the user to create a DynamicJAXBContext without having realized Java classes available on the classpath.
DynamicJAXBContextFactory() - Constructor for class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
dynamicPersistenceContexts - Variable in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
 
DynamicSchemaManager - Class in org.eclipse.persistence.tools.schemaframework
Extended SchemaManager to handle the creation of tables for dynamic types.
DynamicSchemaManager(DatabaseSession) - Constructor for class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
DynamicType - Interface in org.eclipse.persistence.dynamic
An EntityType provides a metadata facade into the EclipseLink object-relational metadata (descriptors & mappings) with specific knowledge of the entity types being dynamic.
DynamicTypeBuilder - Class in org.eclipse.persistence.dynamic
The EntityTypeBuilder is a factory class for creating and extending dynamic entity types.
DynamicTypeBuilder(Class<?>, DynamicType, String...) - Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Create an EntityType for a new dynamic type.
DynamicTypeBuilder(DynamicClassLoader, ClassDescriptor, DynamicType) - Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Create an EntityTypeBuilder for an existing descriptor.
DynamicXMLMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
MetadataSource used in the creation of dynamic JAXB contexts for applications.
DynamicXMLMetadataSource(AbstractSession, String) - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXMLMetadataSource
 
DynamicXmlV2MetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
MetadataSource used in the creation of dynamic JAXB contexts for applications in JPARS v2.0.
DynamicXmlV2MetadataSource(AbstractSession, String) - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
Creates a new DynamicXmlV2MetadataSource.

E

EAGER - javax.persistence.FetchType
Defines that data must be eagerly fetched.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This method is called to update collection tables prior to commit.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method is called to update collection tables prior to commit.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Delete join tables before the start of the deletion process to avoid constraint errors.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Record deletion dependencies for foreign key constraints.
EclipseLink - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
ECLIPSELINK_1_0_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_OXM_XML_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.OXM_METADATA_SOURCE
ECLIPSELINK_PERSISTENCE_UNITS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This "eclipselink.persistenceunits" property specifies the set of persistence unit names that will be processed when generating the canonical model.
ECLIPSELINK_PERSISTENCE_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistencexml" property specifies the full resource name to look for the persistence XML files in.
ECLIPSELINK_PERSISTENCE_XML_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default resource location used to locate the persistence.xml configuration files.
EclipseLink_Product_Name - Static variable in class org.eclipse.persistence.services.RuntimeServices
 
ECLIPSELINK_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_SE_PUINFO - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.se-puinfo" property specifies a SEPersistenceUnitInfo that is used create an EntityManagerFactory.
ECLIPSELINK_SESSIONS_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
EclipseLinkActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
EclipseLinkActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
Creates a new EclipseLinkActualJPQLQueryFormatter.
EclipseLinkActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
Creates a new EclipseLinkActualJPQLQueryFormatter.
EclipseLinkAnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions including those defined by EclipseLink.
EclipseLinkAnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
EclipseLinkBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
Creates a new EclipseLinkBasicRefactoringTool.
EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
Creates a new EclipseLinkBasicRefactoringTool.
EclipseLinkClassWriter - Interface in org.eclipse.persistence.dynamic
 
EclipseLinkConditionalStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The EclipseLink extension over the basic support provided by IConditionalExpressionStateObjectBuilder.
EclipseLinkConditionalStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
Creates a new EclipseLinkConditionalStateObjectBuilder.
EclipseLinkContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This extension over the default content assist visitor adds the additional support EclipseLink provides.
EclipseLinkContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Creates a new EclipseLinkContentAssistVisitor.
EclipseLinkContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor adds support for the additional clauses provided by EclipseLink, such as the
EclipseLinkContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This subclass adds support for EclipseLink specific support.
EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkContentAssistVisitor.UnionClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
EclipseLinkDeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The EclipseLink implementation of DeclarationResolver that adds support for its additional support.
EclipseLinkDeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver
Creates a new EclipseLinkDeclarationResolver.
EclipseLinkDeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
EclipseLinkException - Exception in org.eclipse.persistence.exceptions
Purpose: Any exception raised by EclipseLink should be a subclass of this exception class.
EclipseLinkException() - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Return a new exception.
EclipseLinkException(String) - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: EclipseLink exception should only be thrown by EclipseLink.
EclipseLinkException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: EclipseLink exception should only be thrown by EclipseLink.
EclipseLinkExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
The ExpressionVisitor that adds support for the additional JPQL identifiers supported by EclipseLink that is not defined in the JPA function specification.
EclipseLinkGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
This validator adds EclipseLink extension over what the JPA functional specification had defined.
EclipseLinkGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Creates a new EclipseLinkGrammarValidator.
EclipseLinkGrammarValidator.InExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
 
EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
 
EclipseLinkJPQLGrammar1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.
EclipseLinkJPQLGrammar1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Creates a new EclipseLinkJPQLExtension1.
EclipseLinkJPQLGrammar2_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Creates a new EclipseLinkJPQLGrammar2_0.
EclipseLinkJPQLGrammar2_1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0 and the additional support provided by EclipseLink 2.1.
EclipseLinkJPQLGrammar2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Creates a new EclipseLinkJPQLGrammar2_1.
EclipseLinkJPQLGrammar2_2 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_2() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Creates a new EclipseLinkJPQLGrammar2_2.
EclipseLinkJPQLGrammar2_3 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_3() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Creates a new EclipseLinkJPQLGrammar2_3.
EclipseLinkJPQLGrammar2_4 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.4.
EclipseLinkJPQLGrammar2_4() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Creates a new EclipseLinkJPQLGrammar2_4.
EclipseLinkJPQLGrammar2_5 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.5.
EclipseLinkJPQLGrammar2_5() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Creates a new EclipseLinkJPQLGrammar2_5.
EclipseLinkJPQLGrammar2_5(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Creates a new EclipseLinkJPQLGrammar2_5.
EclipseLinkJPQLGrammar2_6 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.6.
EclipseLinkJPQLGrammar2_6() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Creates a new EclipseLinkJPQLGrammar2_6.
EclipseLinkJPQLGrammar2_6(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Creates a new EclipseLinkJPQLGrammar2_6.
EclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the release of the Java Persistence functional specification defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLQueryBuilder(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a new EclipseLinkJPQLQueryBuilder.
EclipseLinkJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
EclipseLinkJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
Creates a new EclipseLinkJPQLQueryContext.
EclipseLinkJPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
Creates a new EclipseLinkJPQLQueryContext.
EclipseLinkJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IJPQLQueryFormatter that adds support for formatting EclipseLink specific JPQL identifiers.
EclipseLinkJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryFormatter
Creates a new EclipseLinkJPQLQueryFormatter.
EclipseLinkJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: EclipseLinkJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. EclipseLinkJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 2.1 and it contains the additional support provided by EclipseLink.
EclipseLinkJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates a new EclipseLinkJPQLQueryHelper.
EclipseLinkJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates a new EclipseLinkJPQLQueryHelper.
EclipseLinkLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor traverses an Expression and retrieves the "literal" value.
EclipseLinkLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Creates a new EclipseLinkLiteralVisitor.
EclipseLinkLogRecord - Class in org.eclipse.persistence.logging
INTERNAL:
EclipseLinkLogRecord(Level, String) - Constructor for class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
EclipseLinkOwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
Creates a new EclipseLinkOwningClauseVisitor.
EclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor calculates the type of an input parameter.
EclipseLinkParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
Creates a new EclipseLinkParameterTypeVisitor.
EclipseLinkRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This refactoring tool add support for EclipseLink specific extension over the default implementation of JPQL defined in the Java Persistence functional specification.
EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
Creates a new EclipseLinkRefactoringTool.
EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
Creates a new EclipseLinkRefactoringTool.
EclipseLinkResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
An implementation of a ResolverBuilder that adds support for EclipseLink extension.
EclipseLinkResolverBuilder(EclipseLinkJPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Creates a new EclipseLinkResolverBuilder.
EclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
EclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSelectExpressionStateObjectBuilder
Creates a new EclipseLinkSelectExpressionStateObjectBuilder.
EclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.
EclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
Creates a new EclipseLinkSemanticValidator.
EclipseLinkSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
EclipseLinkSemanticValidator(JPQLQueryContext, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
Creates a new EclipseLinkSemanticValidator.
EclipseLinkSemanticValidatorExtension - Interface in org.eclipse.persistence.jpa.jpql
This extension provides additional support to semantic validation by adding support for non-JPA specific artifacts, such as database objects.
EclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
EclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSimpleSelectExpressionStateObjectBuilder
Creates a new EclipseLinkSimpleSelectExpressionStateObjectBuilder.
EclipseLinkStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of BasicStateObjectBuilder, which provides support based on the JPQL grammar defined in the Java Persistence functional specification and for the additional support provided by EclipseLink.
EclipseLinkStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Creates a new EclipseLinkStateObjectBuilder.
EclipseLinkStateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
The interface is used to traverse the StateObject hierarchy that represents a JPQL query as well as what EclipseLink adds on top of the basic grammar.
EclipseLinkVersion - Enum in org.eclipse.persistence.jpa.jpql
An enumeration listing the various releases of EclipseLink.
EIS_EXCEPTION - Static variable in exception org.eclipse.persistence.eis.EISException
 
EISAccessor - Class in org.eclipse.persistence.eis
EISAccessor is an implementation of the Accessor interface.
EISAccessor() - Constructor for class org.eclipse.persistence.eis.EISAccessor
Default Constructor.
EISCollectionChangeRecord - Class in org.eclipse.persistence.eis
INTERNAL: Capture the changes for an unordered collection as collections of adds and removes.
EISCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISCollectionChangeRecord(ObjectChangeSet, String, DatabaseMapping) - Constructor for class org.eclipse.persistence.eis.EISCollectionChangeRecord
Construct a ChangeRecord that can be used to represent the changes to an unordered collection.
EISCompositeCollectionMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.
EISCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
 
EISCompositeDirectCollectionMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.
EISCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
 
EISCompositeObjectMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.
EISCompositeObjectMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
 
EISConnectionSpec - Class in org.eclipse.persistence.eis
An EISConnectionSpec specifies how the javax.resource.cci.Connection is accessed.
EISConnectionSpec() - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with no settings.
EISConnectionSpec(String) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Context, String) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Context, Name) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Name) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISDescriptor - Class in org.eclipse.persistence.eis
An EISDescriptor defines the mapping from a JCA data structure to a Java object.
EISDescriptor() - Constructor for class org.eclipse.persistence.eis.EISDescriptor
Default constructor.
EISDirectMapping - Class in org.eclipse.persistence.eis.mappings
EIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type.
EISDirectMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISDirectMapping
 
EISDOMRecord - Class in org.eclipse.persistence.eis
An EISDOMRecord is a wrapper for a DOM tree.
EISDOMRecord() - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Default constructor.
EISDOMRecord(Record) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record.
EISDOMRecord(Record, Element) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record and DOM tree.
EISDOMRecord(Element) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from a DOM tree.
EISException - Exception in org.eclipse.persistence.eis
Use an EISException when any problem is detected while interacting with an EIS datasource
EISException(Exception) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISException(Exception, String) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISException(String) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EISException messages.
EISExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
 
EISInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction.
EISInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Default constructor.
EISLogin - Class in org.eclipse.persistence.eis
An EISLogin defines connection information and datasource properties.
EISLogin() - Constructor for class org.eclipse.persistence.eis.EISLogin
Default constructor.
EISLogin(Platform) - Constructor for class org.eclipse.persistence.eis.EISLogin
Constructor.
EISMappedRecord - Class in org.eclipse.persistence.eis
An EISMappedRecord acts as a Record wrapper.
EISMappedRecord(Map, EISAccessor) - Constructor for class org.eclipse.persistence.eis.EISMappedRecord
Create a database row wrapper for the record.
EISMapping - Interface in org.eclipse.persistence.eis.mappings
INTERNAL All mappings which can be added to org.eclipse.persistence.eis.EISDescriptor must implement this interface.
EISObjectPersistenceXMLProject - Class in org.eclipse.persistence.eis
INTERNAL:
EISObjectPersistenceXMLProject() - Constructor for class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
INTERNAL: Return a new descriptor project.
EISObjectPersistenceXMLProject(NamespaceResolverWithPrefixes) - Constructor for class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
EISOneToManyMapping - Class in org.eclipse.persistence.eis.mappings
An EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects.
EISOneToManyMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
 
EISOneToManyMappingHelper - Class in org.eclipse.persistence.eis.mappings
INTERNAL: Helper class to consolidate all the heinous comparing and merging code for the EIS one to many mappings.
EISOneToManyMappingHelper(EISOneToManyMapping) - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Constructor.
EISOneToOneMapping - Class in org.eclipse.persistence.eis.mappings
An EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object.
EISOneToOneMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
 
EISOrderedCollectionChangeRecord - Class in org.eclipse.persistence.eis
INTERNAL: Capture the changes for an ordered collection where the entire collection is simply replaced if it has changed.
EISOrderedCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISOrderedCollectionChangeRecord(ObjectChangeSet, String, DatabaseMapping) - Constructor for class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Construct a ChangeRecord that can be used to represent the changes to an ordered collection.
EISPlatform - Class in org.eclipse.persistence.eis
An EISPlatform defines any EIS adapter specific behavior.
EISPlatform() - Constructor for class org.eclipse.persistence.eis.EISPlatform
Default constructor.
EISSequence - Class in org.eclipse.persistence.eis
The EISSequence class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size.
EISSequence() - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISSequence(String) - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISSequence(String, int) - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISTransformationMapping - Class in org.eclipse.persistence.eis.mappings
EIS Transformation Mappings allow the creation of custom mappings where one or more fields in an EIS Record can be used to create the object to be stored in a Java class's attribute.
EISTransformationMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISTransformationMapping
 
EJB - org.eclipse.persistence.logging.LogCategory
 
EJB - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
EJB_CANNOT_LOAD_REMOTE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_CONTAINER_EXCEPTION_RAISED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_DESCRIPTOR_NOT_FOUND_IN_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_FINDER_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_FINDER_ON_HOME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_PLATFORM_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_PROJECT_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_SESSION_TYPE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_MUST_BE_IN_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_NO_SUCH_SESSION_SPECIFIED_IN_PROPERTIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_OR_METADATA - Static variable in interface org.eclipse.persistence.logging.SessionLog
Deprecated.
EJB_PRIMARY_KEY_REFLECTION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_SESSION_TYPE_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_TOPLINK_PROPERTIES_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbCannotLoadRemoteClass(Exception, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbContainerExceptionRaised(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbDescriptorNotFoundInSession(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The descriptor listed was not found in the session specified on the deployment descriptor.
ejbFinderException(Object, Throwable, Vector) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidHomeInterfaceClass(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidPlatformClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidProjectClass(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The project class specified in the sessions.xml file for the session specified on the toplink_session_name environment variable can not be found.
ejbInvalidSessionTypeClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not a valid type.
ejbMustBeInTransaction(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An attempt was made to create or remove a been outside of a transaction.
ejbPrimaryKeyReflectionException(Exception, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An incorrect primary key object is being used with a bean.
ejbSessionTypeClassNotFound(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not found using the default class loader.
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an element.
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
Element - Interface in javax.xml.bind
This is an element marker interface.
ELEMENT - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
ELEMENT_COLLECTION - javax.persistence.metamodel.Attribute.PersistentAttributeType
Element collection
ELEMENT_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an element collection mapping.
elementAt(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
ElementCollection - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ElementCollection - Annotation Type in javax.persistence
Specifies a collection of instances of a basic type or embeddable class.
elementDataTypeName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
This is the "data type" associated with each element in the nested collection.
ElementDeclaration - Class in org.eclipse.persistence.jaxb.compiler
An ElementDeclaration object is used to represent the information that is associated with a global element in XML.
ElementDeclaration(QName, JavaClass, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Create a new ElementDeclaration.
ElementDeclaration(QName, JavaClass, String, boolean, Class) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Create a new ElementDeclaration and set the scope.
elementExistsInParticle(String, String, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for determining if an element already exists in a given typedefparticle.
elementFormDefault - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
 
elementFormDefault() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Namespace qualification for elements.
elements() - Method in class org.eclipse.persistence.indirection.IndirectList
 
elements() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
elements() - Method in class org.eclipse.persistence.queries.ReportQueryResult
OBSOLETE: Return an enumeration of the result values.
elements() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Allow for the cache to be iterated on.
ELSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'ELSE'.
ELSE_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the StateObject representing the else expression that follows the ELSE identifier has changed.
ElseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a else expression specified in the case expression.
ElseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
Creates a new ElseExpressionBNF.
embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
Embeddable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Embeddable - Annotation Type in javax.persistence
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
EMBEDDABLE - javax.persistence.metamodel.Type.PersistenceType
Embeddable class
EMBEDDABLE_ASSOCIATION_OVERRIDE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDABLE_ATTRIBUTE_NAME_FOR_CONVERT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDABLE_ATTRIBUTE_OVERRIDE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAssociationOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAttributeNameForConvertNotFound(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAttributeOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EmbeddableMapping - Interface in org.eclipse.persistence.mappings
INTERNAL Common interface to those mappings that are used to map JPA Embedded objects
EmbeddableType<X> - Interface in javax.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Embedded - Annotation Type in javax.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EMBEDDED - javax.persistence.metamodel.Attribute.PersistentAttributeType
Embeddable class attribute
EMBEDDED - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an embedded mapping.
EMBEDDED_ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an embedded ID mapping.
EMBEDDED_ID_AND_ID_ANNOTATIONS_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDED_ID_CLASS_HAS_NO_ATTRIBUTES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EmbeddedId - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EmbeddedId - Annotation Type in javax.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
embeddedIdAndIdAnnotationFound(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddedIdHasNoAttributes(Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
emf - Variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
The EntityManagerFactory used to interact using JPA
EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EMPTY'.
EMPTY_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty array.
EMPTY_CHAR_ARRAY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EMPTY_NODE - org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
 
EMPTY_NODE - org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
 
EMPTY_NODE - org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
Write out an empty node.
EMPTY_STRING - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant for an empty string.
EMPTY_STRING_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty String array.
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
emptyCollection - Variable in class org.eclipse.persistence.oxm.record.JsonRecord.Level
 
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Handle marshal of an empty collection.
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Handle marshal of an empty collection.
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Handle marshal of an empty collection.
EmptyCollectionComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression tests whether or not the collection designated by the collection-valued path expression is empty (i.e, has no elements).
EmptyCollectionComparisonExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Creates a new NullComparisonExpression.
EmptyCollectionComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EmptyCollectionComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an empty collection comparison expression.
EmptyCollectionComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
Creates a new EmptyCollectionComparisonExpressionBNF.
EmptyCollectionComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression tests whether or not the collection designated by the collection-valued path expression is empty (i.e, has no elements).
EmptyCollectionComparisonExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
EmptyCollectionComparisonExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
EmptyCollectionComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
emptyCollectionGenerated - Variable in class org.eclipse.persistence.oxm.record.JsonRecord.Level
 
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Used when an empty complex item should be written
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Used when an empty complex item should be written
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
EmptyIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
An EmptyIterable is just that.
EmptyIterator - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
A null instance of an Iterator.
emptyNodeRepresentsNull - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
 
emptyNodeRepresentsNull() - Method in annotation type org.eclipse.persistence.oxm.annotations.XmlIsSetNullPolicy
 
emptyNodeRepresentsNull() - Method in annotation type org.eclipse.persistence.oxm.annotations.XmlNullPolicy
 
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Used when an empty simple value should be written
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Used when an empty simple value should be written
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
ENABLE_SELECTIVE - javax.persistence.SharedCacheMode
Caching is enabled for all entities for Cacheable(true) is specified.
enableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This method is used to enable changetracking temporarily
enableEventProcessing(Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used to enable changetracking temporarily
enableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: This method is used to enable changetracking temporarily
enableRuntimeServices() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: enableRuntimeServices(): Configure the receiver such that JMX/MBeans will be registered to provide runtime services for my DatabaseSession at runtime.
encapsulated - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
Determines whether the visited Expression is being encapsulated or not.
encapsulatedExpressionInvalidKey(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the message key for the problem describing that the encapsulated expression is invalid.
encapsulatedExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the length of the encapsulated expression.
encapsulatedExpressionMissingKey(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the message key for the problem describing that the encapsulated expression is missing.
EncapsulatedExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
 
EncapsulatedIdentificationVariableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression represents an identification variable that maps a Map property, either the key, the value or a Map.Entry).
EncapsulatedIdentificationVariableExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
Creates a new MapEntryIdentificationVariableExpression.
EncapsulatedIdentificationVariableExpression_NotMapValued - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EncapsulatedIdentificationVariableExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that is wrapped by a function.
EncapsulatedIdentificationVariableExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
EncapsulatedIdentificationVariableExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
encoder - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
encoder - Variable in class org.eclipse.persistence.oxm.record.WriterRecord
 
ENCODING - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
encrypt(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Security method.
encryptPassword(String) - Method in interface org.eclipse.persistence.security.Securable
 
END - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'END'.
END_FROM - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
END_FROM_ID - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
endAddingToConstructorItem() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Used in conjunction with beginAddingConstructorArguments to signal that expressions should no longer be be added to the collection used in the constructor.
endCallback() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
This method is used to inform the MarshalRecord that it is done receiving element events that are part of a collection.
endDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
Event that is called at the end of processing the document.
endDocument() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Recieve notification that a document is being ended.
endDocument() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
 
endDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
endElement(String, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that an element is being ended.
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
endEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
endEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endFields - Variable in class org.eclipse.persistence.history.HistoryPolicy
 
EndingQueryPositionBuilder(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
EndingQueryPositionBuilder(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
endOperationProfile() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: End call
endOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
Profile the operation.
endOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: End the operation timing.
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that the scope of this namespace declaration has ended.
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL: override so we don't iterate over namespaces when endPrefixMapping doesn't do anything
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endsWith(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the query ends with the given suffix and the end position is the end of the range for testing.
endsWithComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a comma, which means the last Expression is a "null" expression.
endsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Determines whether the path ends with a dot or not.
endsWithIgnoreCase(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the query ends with the given suffix and the end position is the end of the range for testing.
endsWithSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a space, which means the last Expression is a "null" expression.
endUnmappedElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endValue - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
endValue() - Method in annotation type org.eclipse.persistence.annotations.RangePartition
The String representation of the range start value.
endValueName - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
ENFORCE_TARGET_SERVER - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property can be set to override target server platform set by the Java EE container with the one either set in persistence.xml or auto detected.
ensureCapacity(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
ensureNotLoggedIn() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Make sure that the DatabaseSession has not logged in yet.
entering(String, String, InputStream) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(SessionLog, String, String, InputStream) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(SessionLog, String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entireWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word starting at the current position.
entireWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word starting at the given position.
entities() - Method in annotation type javax.persistence.SqlResultSetMapping
Specifies the result set mapping to entities.
entities() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Returns the collection of possible abstract schema types.
entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
Entity - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
ENTITY - javax.persistence.metamodel.Type.PersistenceType
Entity
ENTITY_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ENTITY_NOT_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ENTITY_NOT_IDEMPOTENT - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ENTITY_RESOLVER_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
ENTITY_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the entity state object property has changed.
ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ENTITY_TYPE - javax.persistence.metamodel.Bindable.BindableType
Entity type
ENTITY_TYPE - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the entity type name only.
ENTITY_TYPE_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Notifies the entity type name property has changed.
entityClass - Variable in class org.eclipse.persistence.queries.EntityResult
 
entityClass() - Method in annotation type javax.persistence.EntityResult
The class of the result.
entityClassName - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the class name of result
entityClassNotFound(String, ClassLoader, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
entityEventListener - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
entityEventManagers - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a entity expression.
EntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
Creates a new EntityExpressionBNF.
entityFetchGroup - Variable in class org.eclipse.persistence.queries.FetchGroup
Caches the EntityFetch group for this FetchGroup
EntityGraph<T> - Interface in javax.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
entityHasNullType(DynamicEntity) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
The DynamicEntity has a null type indicating an illegal state of the entity.
entityIsNotIdempotent(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Entity is not idempotent.
EntityListener - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
entityListenerEventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
entityListenerEventManagers - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityManagerProperties - Class in org.eclipse.persistence.config
The class defines EclipseLink properties' names for use at the EntityManager level.
EntityManagerProperties() - Constructor for class org.eclipse.persistence.config.EntityManagerProperties
 
EntityManagerSetupException - Exception in org.eclipse.persistence.exceptions
 
EntityManagerSetupException() - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupException(String) - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EntityManagerSetupException messages.
EntityManagerSetupExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
 
EntityNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
Creates a new EntityNameRenamer.
EntityNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
Creates a new EntityNameRenamer.
entityNames() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the name of the all entities that are present in the context of a persistence unit.
entityNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the name of the all entities that are present in the context of a persistence unit.
entityNotFound(String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Entity not found.
entityNotFoundException(String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A DynamicEntity could not be found
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a entity or value expression.
EntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
Creates a new EntityOrValueExpressionBNF.
entityResolver - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Used to store the entity resolver to validate the XML schema when parsing.
EntityResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver retrieves the type for an abstract schema name (entity name).
EntityResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Creates a new EntityResolver.
EntityResource - Class in org.eclipse.persistence.jpa.rs.resources
Entity resource.
EntityResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
Use EntityResource instead.
EntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
EntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
EntityResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification.
EntityResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EntityResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to an entity result.
EntityResult(Class) - Constructor for class org.eclipse.persistence.queries.EntityResult
 
EntityResult(String) - Constructor for class org.eclipse.persistence.queries.EntityResult
 
EntityTransaction - Interface in javax.persistence
Interface used to control transactions on resource-local entity managers.
entityTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
entityTransactionWithJTANotAllowed() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
entityType - Variable in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
The type being configured for dynamic use or being created/extended
entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new entity type literal.
entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new entity type literal.
entityType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new entity type literal.
EntityType<X> - Interface in javax.persistence.metamodel
Instances of the type EntityType represent entity types.
EntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the TYPE expression.
EntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
Creates a new EntityTypeExpressionBNF.
EntityTypeLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression wraps the name of an entity type.
EntityTypeLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Creates a new EntityTypeLiteral.
EntityTypeLiteral_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntityTypeLiteral_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntityTypeLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the entity type literal.
EntityTypeLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
Creates a new EntityTypeLiteralBNF.
EntityTypeLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This factory creates an EntityTypeLiteral, which wraps an entity name.
EntityTypeLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
Creates a new EntityTypeLiteralFactory.
EntityTypeLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject wraps the name of an entity type.
EntityTypeLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Creates a new EntityTypeLiteralStateObject.
EntityTypeLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Creates a new EntityTypeLiteralStateObject.
entityTypeNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
entityTypeNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
JPQLException Entity Type Not Found
entityTypeNotFound2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
entityTypeNotFound2(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
entry() - Method in interface javax.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
ENTRY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ENTRY'.
EntryExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the ENTRY operator is a path expression.
EntryExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
Creates a new EntryExpression.
EntryExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This EntryExpressionFactory creates a new EntryExpression when the portion of the query to parse starts with ENTRY.
EntryExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
Creates a new EntryExpressionFactory.
entryExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
EntryExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the Map.Entry) of a Map.
EntryExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Creates a new EntryExpressionStateObject.
EntryExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Creates a new EntryExpressionStateObject.
entrySet() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
entrySet() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC:
entrySet() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Returns a set of the keys.
EntrySet() - Constructor for class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
 
ENUM - org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Indicates the only class type allowed is an enum type.
ENUM_CLASS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ENUM_CONSTANT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
enumClassNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
enumConstant() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible enum constant names.
enumConstant() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible enum constant names.
enumConstantNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to get a non-existant enum constant from an enum class.
EnumConstantRenamer(IManagedTypeProvider, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
Creates a new ClassNameRenamer.
EnumConstantRenamer(IManagedTypeProvider, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
Creates a new ClassNameRenamer.
enumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
Returns the list of enum constants that have been filtered.
Enumerated - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a enum expression.
EnumExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
Creates a new EnumExpressionBNF.
EnumInfo(String) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
enumInfoRegistry - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
enumLiteral(Enum<? extends Enum<?>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new enum literal.
enumLiteral(Enum<? extends Enum<?>>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new enum literal.
EnumLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an enumeration constant expression.
EnumLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
Creates a new EnumLiteralBNF.
EnumLiteralResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver retrieves the type for an enum constant.
EnumLiteralResolver(Resolver, IType, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
Creates a new EnumLiteralResolver.
EnumPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an enum primary expression.
EnumPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
Creates a new EnumPrimaryBNF.
enumType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Enum}.
enumType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
The IType representing the enum type.
enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Enum}.
enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Enum.
EnumType - Enum in javax.persistence
Defines mapping for enumerated types.
EnumTypeConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.
EnumTypeConverter(DatabaseMapping, Class, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.
EnumTypeConverter(DatabaseMapping, String) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way expects that you will provide the conversion values separately.
EnumTypeConverter(DatabaseMapping, String, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.
EnumTypeInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
EnumTypeInfo(Helper, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
EnumTypeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject wraps the name of an Enum constant.
EnumTypeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EnumTypeStateObject(StateObject, Enum<? extends Enum<?>>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EnumTypeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EnumVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
equal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
 
equal(boolean) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(byte) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(char) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(double) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(float) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(int) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(long) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(short) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
equal(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value.
equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression) - Method in class org.eclipse.persistence.expressions.Expression
Returns an expression that compares if the receiver's value is equal to the other value.
equal(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
Equal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Comparison operators
EQUAL - org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
 
EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '='.
equalNameAndSize(Sequence, Sequence) - Static method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Used in equals.
equalNamespaceResolvers - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
 
equalOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
DB2 z/OS requires that at least one argument be a known type
equalOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby requires that at least one argument be a known type
equalOuterJoin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize the outer join operator Note: This is merely a shell which is incomplete, and so will be replaced by the platform's operator when we go to print.
equalOuterJoin(Object) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return an expression representing an outer join comparison
equalOuterJoin(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return an expression representing an outer join comparison
EqualOuterJoin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
equals(Object) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
equals(Object) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
equals(Object) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
equals(Object) - Method in class org.eclipse.persistence.eis.EISSequence
 
equals(Object) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Return if the operator is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.history.AsOfClause
INTERNAL: Return if the as of is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
equals(Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
equals(Object) - Method in class org.eclipse.persistence.oxm.XMLField
 
equals(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Compare if the two results are equal.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.NativeSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.QuerySequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.Sequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
equals(Object) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
 
equals(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
equals(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether the given type represents the same Java type thank this one.
equals(ReportQueryResult) - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Used in testing to compare if results are correct.
equalsIgnoreCase(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
equalsIgnoreCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
error(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Error
error(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Error
error(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Handle errors.
error(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
error(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ERROR_ACCESSING_EXTERNALIZABLEDELEGATOR - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_BEGINNING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_BINDING_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_BINDING_TO_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_CLOSING_PERSISTENCE_XML - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_COMMITTING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_CREATE_URL - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
ERROR_CREATING_DATAOBJECT_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_DATAOBJECT_FOR_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_DYNAMICJAXBCONTEXT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_CREATING_FIELD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_CREATING_INITIAL_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_JGROUPS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_JMS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_LOCAL_JMS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_OC4J_JGROUPS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_PROPERTY_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_DECRYPTING_PASSWORD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_DEFINING_PROPERTY_INVALID_NAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE_INVALID_NAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE_NO_NAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DESERIALIZE_REMOTE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_DISCOVERING_IP_ADDRESS - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_DOING_JNDI_LOOKUP - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_ENCRYPTING_PASSWORD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_GETTING_HOST_NAME - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_OBJECTNAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_GETTING_SERVERPLATFORM - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_GETTING_TRANSACTION_STATUS - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_IN_INVOCATION - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
ERROR_IN_SESSION_XML - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_IN_SETUP_OF_EM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
ERROR_INACTIVE_UOW - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_INSTANTIATING_ACCESSOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_INSTANTIATING_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_CLASS_FOR_QUERY_HINT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_DATA - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_SCHEMA_PLATFORM - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INSTANTIATING_UNMAPPED_CONTENTHANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INVALID_DOCUMENT - Static variable in exception org.eclipse.persistence.exceptions.JSONException
 
ERROR_INVOKING_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_INVOKING_CHARACTER_ESCAPE_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INVOKING_ID_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INVOKING_NAMESPACE_PREFIX_MAPPER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_JOINING_MULTICAST_GROUP - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_LOOKING_UP_LOCAL_HOST - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_LOOKING_UP_REMOTE_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_MAKING_WLS_REFLECTIVE_CALL - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_MARKING_TRANSACTION_FOR_ROLLBACK - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_ENTITY_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_OBTAINING_CONTEXT_FOR_JNDI - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_OBTAINING_TRANSACTION_MANAGER - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_OCCURED_IN_AMENDMENT_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ERROR_PARSING_MAPPING_FILE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_PERFORMING_WLS_LOOKUP - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PREALLOCATING_SEQUENCE_NUMBERS - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_PROCESSING_CHARACTER_ESCAPE_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_PROCESSING_ID_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_PROCESSING_IMPORT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROCESSING_INCLUDE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROCESSING_NAMED_QUERY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_PROCESSING_PREFIX_MAPPER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_PROCESSING_REMOTE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_PROCESSING_XPATH - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROPAGATING_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_READING_BLOB_DATA - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_RECEIVED_JMS_MESSAGE_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_RECEIVING_ANNOUNCEMENT - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_RECEIVING_JMS_MESSAGE - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_RESOLVING_ENTITY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_RESOLVING_XML_SCHEMA - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_RESPONSE_LABEL - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
ERROR_RETRIEVE_DB_METADATA_THROUGH_JDBC_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_ROLLING_BACK_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_SENDING_ANNOUNCEMENT - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_SENDING_CONNECTION_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
PUBLIC: Creates a CommunicationException.
ERROR_SENDING_MESSAGE - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_SETTING_SCHEMAS - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_TRANSACTION_IS_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_UNBINDING_LOCAL_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorAccessingExternalizableDelegator(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL:
errorAccessingSetMethodOfEntity(Class, String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
errorBeginningExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorBindingConnection(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorBindingToExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorClosingPersistenceXML(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorCode - Variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
 
errorCommittingExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorCreateURLForFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
errorCreatingDataObjectForClass(Exception, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a dataObject with a type with the given interface
errorCreatingDataObjectForType(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a dataObject with a type with the given uri and name
errorCreatingDynamicJAXBContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This is a general exception, thrown if a problem was encountered during DynamicJAXBContext creation.
errorCreatingFieldAccessor(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
errorCreatingJGroupsConnection(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingJMSConnection(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingLocalJMSConnection(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingOc4jJGroupsConnection(String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingPropertyAccessor(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
errorCreatingWLSInitialContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorDecryptingPassword(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorDefiningPropertyInvalidName(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type with property of invalid name.
errorDefiningType() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to define a type
errorDefiningTypeInvalidName(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type with invalid name.
errorDefiningTypeNoName() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type without a name
errorDeserializeRemoteCommand(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorDiscoveringLocalHostIPAddress(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorEncryptingPassword(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorGettingExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorGettingExternalTransactionStatus(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorGettingHostName(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorGettingServerPlatform() - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorGettingWLSObjectName(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorInInvocation(Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorInSessionsXML(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: The session named "name" could not be found in the Sessions.XML
errorInSetupOfEM() - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
errorInstantiatedClassForQueryHint(Exception, DatabaseQuery, Class, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
errorInstantiatingAccessorFactory(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occured while trying to instantiate an instance of the user specified AccessorFactory
errorInstantiatingClass(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingConversionValueData(String, String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingConversionValueObject(String, String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingSchemaPlatform(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInstantiatingUnmappedContentHandler(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvalidDocument(Exception) - Static method in exception org.eclipse.persistence.exceptions.JSONException
 
errorInvokingAccessor(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
errorInvokingCharacterEscapeHandler(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingFromStringMethod(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingIDResolver(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingPrefixMapperMethod(String, Object) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingWLSMethodReflectively(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorJMSMessageIsNull() - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorJoiningMulticastGroup(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorLookingUpLocalHost(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorLookingUpRemoteConnection(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorMarkingTransactionForRollback(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorObtainingContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorObtainingTransactionManager(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorOccuredInAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
errorParsingMappingFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorPerformingWLSLookup(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorPreallocatingSequenceNumbers() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorProcessingCharacterEscapeHandler(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorProcessingIDResolver(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorProcessingImport(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when processing an import during xsdhelper.define
errorProcessingInclude(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when processing an include during xsdhelper.define
errorProcessingNamedQuery(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorProcessingPrefixMapper(String, Object) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorProcessingRemoteCommand(String, String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorProcessingXPath(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception processing an xpath during xmlhelper.load
errorReadingBlobData() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorReceivingAnnouncement(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorReceivingJMSMessage(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorResolvingSchema(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
errorResolvingXMLSchema(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ErrorResponse - Class in org.eclipse.persistence.jpa.rs.exceptions
 
ErrorResponse() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Instantiates a new error response.
ErrorResponse(String, String, String) - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Instantiates a new error response.
ErrorResponseMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ErrorResponse class available to JAXB context.
ErrorResponseMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ErrorResponseMetadataSource
 
errorRetrieveDbMetadataThroughJDBCConnection() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorRollingBackExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorSendingAnnouncement(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorSendingConnectionService(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorSendingMessage(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorSerializeOrDeserialzeCommand(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorSettingSchemas(Exception, Object[]) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorUnbindingLocalConnection(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorUsingPrimaryKey(Object, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
escape(char[], int, int, boolean, Writer) - Method in interface org.eclipse.persistence.oxm.CharacterEscapeHandler
Perform character escaping and write the result to the output.
escape(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Converts the escape characters contained in the given CharSequence to their literal representation.
escape(String, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Converts the characters that are reserved in an XML document the given string may have into their corresponding references (escape characters) using the character entity reference.
ESCAPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ESCAPE'.
ESCAPE_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the escape character property has changed.
EVENT - org.eclipse.persistence.logging.LogCategory
 
EVENT - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
eventCode - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
The code of the descriptor event being raised.
eventCode - Variable in class org.eclipse.persistence.sessions.SessionEvent
The code of the event being raised.
eventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
eventManager - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
 
eventMethods - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
eventNames - Static variable in class org.eclipse.persistence.descriptors.DescriptorEvent
Event names for toString()
eventSelectors - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
evict(Class) - Method in interface javax.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evict(Class, Object) - Method in interface javax.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class, Object, boolean) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets the object of the class and id to be invalid in the cache.
evict(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets an Object to be invalid in the cache.
evict(Object, boolean) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets an Object to be invalid in the cache.
evictAll() - Method in interface javax.persistence.Cache
Clear the cache.
exactMatch - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Determines whether the string representation of any given StateObject should reflect the exact string that was parsed: true will use every bit of information contained in the corresponding Expression to perfectly match what was parsed; false will only match the case sensitivity of the JPQL identifiers.
EXAMPLE_AND_REFERENCE_OBJECT_CLASS_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
exampleAndReferenceObjectClassMismatch(Class, Class, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
Oct 18, 2000 JED Added this method and exception value
except() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXCEPT operator.
except(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except expression with the subquery.
except(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except expression with the subquery.
except(ReportQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Except the query results with the other query.
Except - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
EXCEPT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXCEPT'.
exceptAll() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXCEPT ALL operator.
exceptAll(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except all expression with the subquery.
exceptAll(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except all expression with the subquery.
ExceptAll - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
exception - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
exception(String, Object[], Throwable) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exception
exception(SessionLog, String, Object[], Throwable) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exception
Exception - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object an exception is thrown.
EXCEPTION - org.eclipse.persistence.annotations.OrderCorrectionType
Don't correct, throw QueryException with error code QueryException.LIST_ORDER_FIELD_WRONG_VALUE Example: a list of three objects: in the data base: {null, objectA}; {2, objectB}, {5, ObjectC}; read into application - exception.
EXCEPTION_ACCESSING_PRIMARY_KEY_INSTANCE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
EXCEPTION_BUILDING_PERSISTENCE_UNIT_NAME - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_CONFIGURING_EM_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EXCEPTION_CREATING_ARCHIVE_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_CREATING_DOCUMENT_BUILDER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_CREATING_SAX_PARSER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_CREATING_XML_READER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_DURING_NAME_TRANSFORMATION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
EXCEPTION_DURING_SCHEMA_GEN - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_HANDLER_CLASS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.exception-handler" property allows an ExceptionHandler to be specified.
EXCEPTION_IN_PROXY_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
EXCEPTION_IN_SETUP_OF_EM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
EXCEPTION_LOADING_CLASS - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_DIRECTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_JAR - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_VALIDATION_GROUP_CLASS - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_NO_SOURCE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_NO_TARGET_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_OBTAINING_REQUIRED_BEAN_VALIDATOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_OPEN_LOGGING_FILE - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_OPENING_ORM_XML - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_OPENNING_ARCHIVE - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_PROCESSING_PERSISTENCE_UNIT - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_PROCESSING_PERSISTENCE_XML - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_READING_XML_DOCUMENT - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_SEARCHING_FOR_ENTITIES - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SEARCHING_FOR_PERSISTENCE_RESOURCES - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SETTING_SCHEMA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_WEAVING - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_WHILE_LOADING_CONSTRUCTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
EXCEPTION_WHILE_READING_MAP_KEY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
EXCEPTION_WHILE_USING_CONSTRUCTOR_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
EXCEPTION_WITH_NAME_TRANSFORMER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
exceptionAccessingPrimaryKeyInstance(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
exceptionConfiguringEMFactory(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
exceptionCreatingArchiveFactory(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionCreatingDocumentBuilder(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionCreatingSAXParser(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionCreatingXMLReader(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionDuringNameTransformation(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred during transformation to an xml name
exceptionDuringSchemaGeneration(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred during schema generation.
exceptionHandler - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
Allow exception in before/after completion to be wrapped.
ExceptionHandler - Interface in org.eclipse.persistence.exceptions
Exception handler can catch errors that occur on queries or during database access.
exceptionInSetupOfEM(Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
exceptionLoadingClassWhileInitializingValidationGroups(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingClassWhileLookingForAnnotations(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromDirectory(File, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromJar(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromUrl(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingORMXML(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
ExceptionMessageGenerator - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Utility class to generate exception messages using ResourceBundles.
ExceptionMessageGenerator() - Constructor for class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
 
exceptionObtainingRequiredBeanValidatorFactory(Throwable) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionOccurred(Exception) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Exception occurred.
exceptionOpeningArchive(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
exceptionPerformWeaving(Exception, Object) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
exceptionProcessingPersistenceUnit(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionProcessingPersistenceXML(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionReadingXMLDocument(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
ExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EclipseLinkException messages.
ExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ExceptionResource
 
exceptionSearchingForEntities(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionSearchingForPersistenceResources(ClassLoader, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionSettingSchemaSource(URL, URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionStore - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Stores any exceptions that occurred to provide all the exceptions up front if the load fails.
exceptionWhileInitializingConstructor(Exception, DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
An exception was thrown while initializing the constructor from the class.
exceptionWhileReadingMapKey(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
exceptionWhileUsingConstructorExpression(Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
An exception was throwing while using a ReportQuery with a constructor expression
exceptionWithNameTransformerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get a new instance of the transformer class.
exceptOperator() - Static method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Create the EXCEPT operator, MINUS in Oracle.
EXCESSIVE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
excessivePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EXCL_FIELDS_PARAM_NAME - Static variable in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
 
EXCLUDE - org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilterType
 
EXCLUDE_ECLIPSELINK_ORM_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.exclude-eclipselink-orm" property configures the exclusion of an EclipseLink ORM mapping file for a specific persistence unit.
excludeDefaultListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
excludeDefaultListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeDefaultMappings - Annotation Type in org.eclipse.persistence.annotations
Specifies default mappings (those that are not explicitly decorated in XML or using annotations)should be omitted.
excludeDefaultPrimitiveValues() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Ignores attributes set to the default value for their primitive type.
excludeSuperclassListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
excludeSuperclassListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
excludeValue(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(byte) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(char) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(double) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(float) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(int) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to be an excluded value will be ignored in a Query By Example.
excludeValue(long) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(short) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
EXCLUSIVE_CONNECTION - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.exclusive-connection"
EXCLUSIVE_CONNECTION_IS_LAZY - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Determines when write connection is acquired lazily.
EXCLUSIVE_CONNECTION_IS_LAZY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.exclusive-connection.is-lazy" property specifies when write connection is acquired lazily.
EXCLUSIVE_CONNECTION_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Determines when reads are performed through the write connection.
EXCLUSIVE_CONNECTION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.exclusive-connection.mode" property specifies when reads are performed through the write connection.
You can set this property while creating either an EntityManagerFactory (either in the map passed to the createEntityManagerFactory method, or in the persistence.xml file), or an EntityManager (in the map passed to the createEntityManager method).
EXCLUSIVE_CONNECTION_NO_LONGER_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ExclusiveConnectionMode - Class in org.eclipse.persistence.config
This property could be specified while creating either EntityManagerFactory (createEntityManagerFactory or persistence.xml) or EntityManager (createEntityManager); the latter overrides the former.
ExclusiveConnectionMode() - Constructor for class org.eclipse.persistence.config.ExclusiveConnectionMode
 
exclusiveMode - Variable in class org.eclipse.persistence.sessions.server.ConnectionPolicy
This attribute is used by the ServerSession to determine if a client session with an exclusive connection should be built and how the exclusive connection should be used.
excusiveConnectionIsNoLongerAvailable(DatabaseQuery, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
execute() - Method in interface javax.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
INTERNAL: Execute the cursored select and build the stream.
execute() - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Execute the cursored select and build the stream.
execute() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
INTERNAL: Execute the cursored select and build the stream.
execute() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Execute ant task.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query.
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Avoid super to have logging occur after possible manual auto-commit.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Execute the call on the correct connection accessor.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Execute the call on the correct connection accessor.
executeCommit() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Perform an insert.
executeCommit() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Perform an update.
executeCommit() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Perform an insert.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Perform an update.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Execute the query
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DataModifyQuery
INTERNAL: Perform the work to execute the SQL call.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Execute the query.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Perform the work to delete a collection of objects.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Perform the work to delete an object.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return if the object exists on the database.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Executes the prepared query on the datastore.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Execute the query.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: Executes the prepared query on the datastore.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL: Issue the SQL to the database and then merge into the cache.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeDeleteAll(AbstractSession, AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Delete all queries are executed specially to avoid cloning and ensure preparing.
executeEvent(int, ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Execute a descriptor event for the specified event code.
executeEvent(int, ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Execute a descriptor event for the specified event code.
executeEvent(DESCRIPTOR_EVENT) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
 
executeEvent(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Execute the given selector with the event as argument.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Override query execution where Session is a UnitOfWork.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: This method has to be broken.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL: Override query execution where Session is a UnitOfWork.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: All have done is move code from UnitOfWork.internalExecuteQuery
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Execute the query in the unit of work.
executeInUnitOfWorkObjectLevelModifyQuery(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Code was moved from UnitOfWork.internalExecuteQuery
executeInUnitOfWorkObjectLevelModifyQuery(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: This code was moved from UnitOfWork.internalExecuteQuery.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNonCursor() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: The results are *not* in a cursor, build the collection.
executeNonSelectingCall(Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the call on the database.
executeNonSelectingSQL(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the non-selecting (update/DML) SQL string.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Executes the prepared query on the datastore.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Executes the prepared query on the datastore.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query building the objects directly from the database result-set.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query building the objects directly from the database result-set.
executeQuery(String) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
Execute the database query.
executeQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Execute the database query.
executeQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the database query.
executeQuery(DatabaseQuery, List) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the results from executing the database query.
executeQuery(DatabaseQuery, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the results from executing the database query.
executeQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Execute the database query.
executeSelectingCall(Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the call on the database and return the result.
executeSQL(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the selecting SQL string.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface javax.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.Command
INTERNAL: If the CommandProcessor is a EclipseLink session then this method will get executed.
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: This method will be invoked by the RCM only when the CommandProcessor is a TopLink session.
executionSession - Variable in class org.eclipse.persistence.queries.Cursor
The root session that executed the call for the query.
executionSession - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Only used after the query is cloned for execution to store the execution session under which the query was executed.
executionTime - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
Used to set the read time on objects that use this query.
ExistenceChecking - Annotation Type in org.eclipse.persistence.annotations
The ExistenceChecking annotation is used to specify the type of checking EclipseLink should use when determining if an entity is new or existing.
existencePolicy - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine existence check policy.
ExistenceType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ExistenceChecking annotation.
EXISTING_QUERY_TYPE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
existingDirectoryFromPrompt() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
existingQueryTypeConflict(DatabaseQuery, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
exists() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXISTS operator.
exists(boolean, SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
exists(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
exists(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a sub query expression.
Exists - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
EXISTS - org.eclipse.persistence.annotations.BatchFetchType
This uses an SQL EXISTS and a sub-select in the batch query instead of a join.
EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXISTS'.
ExistsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An EXISTS expression is a predicate that is true only if the result of the subquery consists of one or more values and that is false otherwise.
ExistsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Creates a new ExistsExpression.
ExistsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the exists expression.
ExistsExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
Creates a new ExistsExpressionBNF.
ExistsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExistsExpressionFactory creates a new ExistsExpression when the portion of the query to parse starts with EXISTS.
ExistsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
Creates a new ExistsExpressionFactory.
existsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ExistsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An EXISTS expression is a predicate that is true only if the result of the subquery consists of one or more values and that is false otherwise.
ExistsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
existsNode() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the existsNode expression operator
existsNode(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, gets the number of nodes returned by the given xpath expression returns 0 if there are none
ExistsNode - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
exiting(String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(String, String, PersistenceContext, Object, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(SessionLog, String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(SessionLog, String, String, PersistenceContext, Object, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
exp(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Exp - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
EXPECTED_PROXY_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
expectedCharFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedCharFound(String, int, int, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedOrderableOrderByItem - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedOrderableOrderByItem(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedProxyPropertyNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Proxy property corresponding to the specified proxy type was not found.
expiry() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) Expire cached instance after a fix period of time (ms).
expiryTime - Variable in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
 
expiryTimeOfDay() - Method in annotation type org.eclipse.persistence.annotations.Cache
(Optional) Expire cached instance a specific time of day.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
The Expression being visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
The CollectionExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
The NullExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
The CollectionValuedPathExpression that was visited; null if he was not.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
The StateFieldPathExpression that was visited; null if it was not.
expression - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
The IdentificationVariable used to define the abstract schema name from either the UPDATE or DELETE clause.
expression - Variable in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionVisitor
 
expression - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
The Expression that will help to determine the type of the input parameter.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
The CollectionExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
The Expression used to determine if it follows an invalid fragment or not.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
The invalid Expression, which is either UnknownExpression or BadExpression.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
The NotExpression if it is the Expression being visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
The RangeVariableDeclaration if it was visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
The ResultVariable if it was visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
The subquery Expression if it's the first clause visitor.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
The Expression being visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
The Expression that is the beginning of a query.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
The CollectionExpression that was visited, otherwise null.
Expression - Class in org.eclipse.persistence.expressions
Purpose: Define an object-level representation of a database query where clause.
Expression<T> - Interface in javax.persistence.criteria
Type for query expressions.
Expression - Interface in org.eclipse.persistence.jpa.jpql.parser
This is the root interface of the parsed tree representation of a JPQL query.
Expression() - Constructor for class org.eclipse.persistence.expressions.Expression
Base Expression Constructor.
EXPRESSION_DOES_NOT_SUPPORT_PARTIAL_ATTRIBUTE_READING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ExpressionBuilder - Class in org.eclipse.persistence.expressions
Purpose: Allow for instances of expression to be created.
ExpressionBuilder() - Constructor for class org.eclipse.persistence.expressions.ExpressionBuilder
PUBLIC: Create a new ExpressionBuilder.
ExpressionBuilder(Class) - Constructor for class org.eclipse.persistence.expressions.ExpressionBuilder
ADVANCED: Create a new ExpressionBuilder representing instances of the argument class.
expressionDoesNotSupportPartialAttributeReading(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
An ExpressionFactory is responsible to parse a portion of JPQL query which starts with one of the factory's JPQL identifiers.
ExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
Creates a new ExpressionFactory.
expressionFactoryForIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the ExpressionFactory that is responsible for creating the Expression object that represents the given JPQL identifier.
expressionFor(Expression) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base.
expressionFor(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and a single argument.
expressionForArguments(Expression, List) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and arguments.
expressionForArguments(Expression, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Deprecated.
expressionForWithBaseLast(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and a single argument.
ExpressionMath - Class in org.eclipse.persistence.expressions
Purpose: This class mirrors the java.lang.Math class to allow mathimetical function support within expressions.
ExpressionMath() - Constructor for class org.eclipse.persistence.expressions.ExpressionMath
 
expressionNotSupported - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expressionNotSupported(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
ExpressionOperator - Class in org.eclipse.persistence.expressions
Purpose: ADVANCED: The expression operator is used internally to define SQL operations and functions.
ExpressionOperator() - Constructor for class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Create a new operator.
ExpressionOperator(int, Vector) - Constructor for class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Create a new operator with the given name(s) and strings to print.
ExpressionRegistry - Class in org.eclipse.persistence.jpa.jpql.parser
This registry contains the necessary information used by Hermes parser.
ExpressionRegistry() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Creates the only instance of ExpressionRegistry.
expressions - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
The unique Expression that was visited or the children of CollectionExpression.
ExpressionTools - Class in org.eclipse.persistence.jpa.jpql
A utility class containing various methods related to the Hermes parser.
ExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
This interface is used to traverse the JPQL parsed tree.
ExpressionVisitorWrapper - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor wraps another ExpressionVisitor and delegates all its calls to it (the delegate).
ExpressionVisitorWrapper(ExpressionVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
Creates a new ExpressionVisitorWrapper.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extendDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create or extend the default table schema for the project this session associated with.
EXTENDED - javax.persistence.PersistenceContextType
Extended persistence context
EXTENDED - javax.persistence.PessimisticLockScope
In addition to the behavior for PessimisticLockScope.NORMAL, element collections and relationships owned by the entity that are contained in join tables will be locked if the javax.persistence.lock.scope property is specified with a value of PessimisticLockScope.EXTENDED.
extendPessimisticLockScope() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Extends pessimistic lock scope.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Called if shouldExtendPessimisticLockScopeInSourceQuery is true.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Called if shouldExtendPessimisticLockScopeInTargetQuery() is true.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.
extendTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create or extend the tables on the database.
extendTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates/extends the tables on the database.
extendTablesAndConstraints(SchemaManager, DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
 
EXTERNAL_BINDINGS_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
ExternalConnectionPool - Class in org.eclipse.persistence.sessions.server
Purpose: This subclass is intended to be used with external connection pools.
ExternalConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ExternalConnectionPool
PUBLIC: Build a new external connection pool.
ExternalConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ExternalConnectionPool
PUBLIC: Build a new external connection pool.
ExternalTransactionController - Interface in org.eclipse.persistence.sessions
Purpose: Interface for external transaction management.
externalTransactionControllerClass - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
externalTransactionControllerClass: This is a user-specifiable class defining the class of external transaction controller to be set into the DatabaseSession
externalTransactionControllerNotNullWarning() - Method in class org.eclipse.persistence.platform.server.CustomServerPlatform
INTERNAL: externalTransactionControllerNotNullWarning(): When the external transaction controller is being initialized, we warn the developer if they have already defined the external transaction controller in some way other than subclassing ServerPlatformBase.
externalTransactionControllerNotNullWarning() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: externalTransactionControllerNotNullWarning(): When the external transaction controller is being initialized, we warn the developer if they have already defined the external transaction controller in some way other than subclassing ServerPlatformBase.
externalTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
extract() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
extract(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Extract the date part from the date/time value.
extract(Any) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
extract(Any) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
Extract - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
EXTRACT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXTRACT'.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract the batch key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Extract the key field values from the specified row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the foreign key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Extract the foreign key value from the source row.
extractClassFromRow(Record, Session) - Method in class org.eclipse.persistence.descriptors.ClassExtractor
Extract/compute the class from the database row and return the class.
extractClassFromRow(Record, Session) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
INTERNAL Extract/compute the class from the database row and return the class.
extractDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The first table in the tables is always treated as default.
extractDefaultTable() - Method in class org.eclipse.persistence.eis.EISDescriptor
Aggregates use a dummy table as default.
extractDefaultTable() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Aggregates use a dummy table as default.
extractDefaultTable() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Aggregates use a dummy table as default.
ExtractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The EXTRACT function extracts a date part from a date/time value.
ExtractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Creates a new ExtractExpression.
ExtractExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingDatePart - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the EXTRACT function.
ExtractExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
Creates a new ExtractExpressionBNF.
ExtractExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExtractExpressionFactory creates a new ExtractExpression when the portion of the query to parse starts with EXTRACT.
ExtractExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
Creates a new TrimExpressionFactory.
extractExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
extractFields(boolean, boolean, ClassDescriptor, List<DatabaseField>, Set<DatabaseField>) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return if the expression is not a valid primary key expression and add all primary key fields to the set.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query
extractKeyFromReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the key value from the reference object.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Extract the source primary key value from the reference direct row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Extract the source primary key value from the relation row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Extract the source primary key value from the relation row.
extractKeyRowFromReferenceObject(Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Build and return a database row that contains a foreign key for the specified reference object.
extractNestedExpressions(List<Expression>, ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Extract the nested attribute expressions that apply to this mapping.
extractNestedNonAggregateExpressions(List<Expression>, ExpressionBuilder, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Extract the nested attribute expressions that apply to this mapping.
extractOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Derby does not support EXTRACT, but does have YEAR, MONTH, DAY, etc.
extractOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Derby does not support EXTRACT, but does have DATEPART.
extractOperator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Derby does not support EXTRACT, but does have DATEPART.
extractPartitionValueForPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
INTERNAL: If persist should be partitioned, extra value from object.
extractPrimaryKeyRowForSourceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeysForReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysFromRealReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeyValues(boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Extract the primary key from the expression into the row.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Extract the correct query result from the transporter.
extractResultFromBatchQuery(ReadQuery, CacheKey, AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.
extractResultFromBatchQuery(ReadQuery, CacheKey, AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.
extractSourceKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Extract the source primary key value from the target row.
extractValue() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the extractValue expression operator
extractValue(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, extracts a value from an XMLType field
ExtractValue - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
extractValues(boolean, boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Extract the primary key from the expression into the row.
extractXml() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the extract expression operator
extractXml(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, extracts a secton of XML from a larget XML document
ExtractXml - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 

F

Facet - Interface in org.eclipse.persistence.jaxb.compiler.facets
 
FACET - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
FacetVisitor<R,​P> - Interface in org.eclipse.persistence.jaxb.compiler.facets
Visitor for Facet.
factory - Variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
FACTORY_CLASS_WITHOUT_FACTORY_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
FACTORY_METHOD_NOT_DECLARED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
FACTORY_METHOD_OR_ZERO_ARG_CONST_REQ - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryClass - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
factoryClass() - Method in annotation type javax.xml.bind.annotation.XmlType
Class containing a no-arg factory method for creating an instance of this class.
factoryClassWithoutFactoryMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
factoryMethod() - Method in annotation type javax.xml.bind.annotation.XmlType
Name of a no-arg factory method in the class specified in factoryClass factoryClass().
factoryMethodNotDeclared(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethodOrConstructorRequired(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
fail(String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Throws an Assert.AssertException immediately.
FAILED_TO_INSTANTIATE_LOGGER - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_SERVER_PLATFORM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_TEMP_CLASSLOADER - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_LOAD_PROJECT_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
FAILED_WHILE_PROCESSING_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateLogger(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateServerPlatform(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateTemporaryClassLoader(Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Reflective call with doPrivileged to create temporary classloader instance failed.
failedToLoadProjectClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToLoadProjectXml(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToLoadTag(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToParseXML(String, int, int, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToParseXML(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedWhileProcessingProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failover() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: The connection pool is dead fail over to the fail-over pool.
FAILOVER_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
failoverConnectionPools - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
failoverFailed(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FALSE - Static variable in class org.eclipse.persistence.config.HintValues
 
FALSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FALSE'.
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
FALSE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
FAST_TABLE_CREATOR - Static variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Allow table creator to occur "fast" by just deleting all the rows.
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FATAL_ERROR_OCCURRED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Handle fatal errors.
fatalError(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
fatalErrorOccurred(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
FEATURE_NOT_SUPPORTED_IN_JDK_VERSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
featureIsNotAvailableInRunningJDKVersion(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
FeatureResponseBuilder - Interface in org.eclipse.persistence.jpa.rs.features
Common interface for all response builders.
FeatureResponseBuilderImpl - Class in org.eclipse.persistence.jpa.rs.features
Response builder used in JPARS 1.0 and earlier versions.
FeatureResponseBuilderImpl() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
 
FeatureSet - Interface in org.eclipse.persistence.jpa.rs.features
This interface represents a set of JPARS features.
FeatureSet.Feature - Enum in org.eclipse.persistence.jpa.rs.features
 
FeatureSetPreV2 - Class in org.eclipse.persistence.jpa.rs.features
The legacy initial feature set.
FeatureSetPreV2() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
 
FeatureSetV2 - Class in org.eclipse.persistence.jpa.rs.features
Feature set for service version 2.0.
FeatureSetV2() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
 
fetch() - Method in annotation type javax.persistence.Basic
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type javax.persistence.ElementCollection
(Optional) Whether the collection should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type javax.persistence.ManyToMany
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type javax.persistence.ManyToOne
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type javax.persistence.OneToMany
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type javax.persistence.OneToOne
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.eclipse.persistence.annotations.BasicCollection
Deprecated.
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.eclipse.persistence.annotations.BasicMap
Deprecated.
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.eclipse.persistence.annotations.Transformation
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch(String) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
Fetch<Z,​X> - Interface in javax.persistence.criteria
Represents a join-fetched association or attribute.
FETCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.join-fetch"
FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
A constant for 'FETCH'.
FETCH_FORWARD - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a forward direction; first-to-last.
FETCH_GROUP - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group"
FETCH_GROUP_ATTRIBUTE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.attribute"
FETCH_GROUP_ATTRIBUTE_NOT_MAPPED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_GROUP_DEFAULT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.default"
FETCH_GROUP_HAS_UNMAPPED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_HAS_WRONG_REFERENCE_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_HAS_WRONG_REFERENCE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_LOAD - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.load"
FETCH_GROUP_NAME - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.name"
FETCH_GROUP_NOT_SUPPORT_ON_PARTIAL_ATTRIBUTE_READING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_GROUP_NOT_SUPPORT_ON_REPORT_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_REVERSE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The order in which rows in a result set will be processed is unknown.
FetchAttribute - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
FetchAttribute - Annotation Type in org.eclipse.persistence.annotations
A fetch attribute is specified within a fetch group and is used as a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
fetchedAttributes - Static variable in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
fetchGroup - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
FetchGroup specified on this query.
FetchGroup - Class in org.eclipse.persistence.queries
A FetchGroup is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
FetchGroup - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
FetchGroup - Annotation Type in org.eclipse.persistence.annotations
A fetch group is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
FetchGroup() - Constructor for class org.eclipse.persistence.queries.FetchGroup
 
FetchGroup(String) - Constructor for class org.eclipse.persistence.queries.FetchGroup
 
FETCHGROUP_VALID_ONLY_IF_FETCHGROUP_MANAGER_IN_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupAttributeNotMapped(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupHasUnmappedAttribute(AttributeGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that doesn't have corresponding mapping.
fetchGroupHasWrongReferenceAttribute(FetchGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that references nested fetch group but the corresponding mapping is either not ForeignReferenceMapping or does not have reference descriptor.
fetchGroupHasWrongReferenceClass(FetchGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that references nested fetch group but target class does not support fetch groups..
fetchGroupManager - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
FetchGroupManager - Class in org.eclipse.persistence.descriptors
Purpose: The fetch group manager controls the named fetch groups defined at the descriptor level.
FetchGroupManager() - Constructor for class org.eclipse.persistence.descriptors.FetchGroupManager
Constructor
FetchGroupMonitor - Class in org.eclipse.persistence.tools.profiler
Purpose: Provide a very simple low overhead means for measuring fetch group field usage.
FetchGroupMonitor() - Constructor for class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
fetchGroupName - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Name of FetchGroup stored in the FetchGroupManager of the reference class' descriptor or any of its parent descriptors.
fetchGroupNotDefinedInDescriptor(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupNotSupportOnPartialAttributeReading() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupNotSupportOnReportQuery() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FetchGroups - Annotation Type in org.eclipse.persistence.annotations
A FetchGroups annotation allows the definition of multiple FetchGroup.
FetchGroupTracker - Interface in org.eclipse.persistence.queries
Purpose: The fetch group tracker interface provides a set of APIs which the domain object must implement, in order to take advantage of the EclipseLink fetch group performance enhancement feature.
fetchGroupValidOnlyIfFetchGroupManagerInDescriptor(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FetchParent<Z,​X> - Interface in javax.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
fetchSize - Variable in class org.eclipse.persistence.queries.ReadQuery
Used to set statement fetch size
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
field - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
 
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
DatabaseField which this mapping represents.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The aggregate objects are stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
This is the field holding the nested collection.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
The aggregate object is stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.structures.NestedTableMapping
A ref is always stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.structures.ReferenceMapping
A ref is always stored in a single field.
field - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
DatabaseField stores the field name with case and delimiting information.
Field - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
FIELD - javax.persistence.AccessType
Field-based access is used.
FIELD - javax.xml.bind.annotation.XmlAccessType
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by XmlTransient.
FIELD - org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
 
FIELD_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_LEVEL_LOCKING_NOTSUPPORTED_OUTSIDE_A_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FIELD_NAME_NOT_SET_IN_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_TRANSFORMER_CLASS_INVALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldClassification - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
fieldClassification - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
fieldClassificationClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
 
fieldClassificationName - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
fieldClassificationName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
FieldDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a database field definition for creation within a table.
FieldDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int, int) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, String) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
fieldIsNotFromDescriptor(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
fieldIsNotPresentInDatabase(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldLevelLockingNotSupportedWithoutUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
fieldMap - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Used to track the field definition: keyed by the database field object, and valued by the field definition.
fieldName - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
fieldNameNotSetInMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
FieldNameRenamer(IManagedTypeProvider, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
Creates a new AttributeNameRenamer.
FieldPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: FieldPartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.
FieldPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldPartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldPartitioningPolicy(String, boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the FieldResult structure as defined by the EJB 3.0 Persistence specification.
FieldResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
FieldResult - Annotation Type in javax.persistence
Used in conjunction with the EntityResult annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class.
FieldResult(String, String) - Constructor for class org.eclipse.persistence.queries.FieldResult
 
FieldResult(String, DatabaseField) - Constructor for class org.eclipse.persistence.queries.FieldResult
 
fieldResults - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the list of FieldResult
fields - Variable in class org.eclipse.persistence.descriptors.CacheIndex
 
fields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
fields - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Fields associated with the mappings are cached
fields - Variable in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
fields - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
fields - Variable in class org.eclipse.persistence.queries.Cursor
The fields expected in the result set.
fields - Variable in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
fields - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
fields - Variable in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
 
fields() - Method in annotation type javax.persistence.EntityResult
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
fields() - Method in annotation type org.eclipse.persistence.annotations.Struct
(Optional) Defines the order of the fields contained in the database structure type.
fields() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.OracleObject
(Required) Defines the fields in the record type.
fields() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord
(Required) Defines the fields in the record type.
FIELDS_FILTERING - org.eclipse.persistence.jpa.rs.features.FeatureSet.Feature
 
FIELDS_FILTERING_BOTH_PARAMETERS_PRESENT - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
FIELDS_PARAM_NAME - Static variable in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
 
FieldsFilter - Class in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Filter for fields filtering (projection) feature.
FieldsFilter(FieldsFilterType, String) - Constructor for class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
 
fieldsFilteringBothParametersPresent() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Both fields and excludeFields parameters are present in request.
FieldsFilteringValidator - Class in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Fields filtering feature validator/processor.
FieldsFilteringValidator(UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
Creates the validator.
FieldsFilterType - Enum in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Type of fields filter.
FieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An abstract superclass of some implementations of the OptimisticLockingPolicy interface.
FieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.FieldsLockingPolicy
PUBLIC: Create a new field locking policy.
fieldsNotFromDescriptor_DefaultTable - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
contains all default table the returning fields that are either unmapped or mapped supplied with types.
fieldsNotFromDescriptor_OtherTables - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
contains all the other tables returning fields that are either unmapped or mapped supplied with types.
fieldToAttributeValues - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
fieldToTransformers - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
The TransformerClassNames are converted into instances of FieldTransformer
fieldTransformationMethod - Variable in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
fieldTransformations - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
Stores field name and the class name of a FieldTransformer in a vector to preserve order
FieldTransformer - Interface in org.eclipse.persistence.mappings.transformers
PUBLIC: This interface is used by the Transformation Mapping to build the value for a specific field.
FieldTransformerAdapter - Class in org.eclipse.persistence.mappings.transformers
Purpose: Provides an empty implementation of FieldTransformer.
FieldTransformerAdapter() - Constructor for class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
 
fieldTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
FILE_ERROR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FILE_PATH_MISSING_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
FileBasedProjectCache - Class in org.eclipse.persistence.jpa.metadata
Purpose: Support serializing/deserializing a project representing application metadata to/from a file.
FileBasedProjectCache() - Constructor for class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
 
fileError(IOException) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
fileName - Variable in class org.eclipse.persistence.logging.DefaultSessionLog
The filename associated with this DefaultSessionLog, if it is being written out to a file
filePathMissingException(String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
FileUtil - Class in org.eclipse.persistence.tools.file
INTERNAL: Purpose: Provide common file I/O utilities
FileUtil() - Constructor for class org.eclipse.persistence.tools.file.FileUtil
 
filter - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
The Filter used to filter out either the collection type properties or the non- collection type properties.
filter - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
The Filter that will filter the various type of IMappings based on the location of the of the path expression within the JPQL query.
filter(Expression, Object, SpatialParameters) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
PUBLIC: Return an Expression for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
Filter<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.filter
A filter is used to determine if a value can be "accepted" or "rejected".
FILTER - org.eclipse.persistence.expressions.spatial.SpatialParameters.QueryType
 
filter1 - Variable in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
The first Filter used to accept the value.
filter2 - Variable in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
The second Filter used to accept the value.
FINAL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
finalException(Vector) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
finalize() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Finalize.
finalize() - Method in class org.eclipse.persistence.queries.Cursor
Close in case not closed.
finalize() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Close the schema writer when the schema manger is garbage collected
finalizeProperties() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Perform any final generation and/or validation operations on TypeInfo properties.
find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface javax.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
find(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
find(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
find(Map<String, String>, String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
find(Map<String, String>, String, Object, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
findAbstractSchemaName(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
findAttribute(String, String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
findAttribute(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
findAttributeInternal(String, String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
findChild(CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Handles a special case for a compound identifier like 'IS EMPTY' or 'IS NOT EMPTY'.
findClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic class if a ClassWriter is registered for the provided className.
findFallBackExpressionFactory(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieve the ExpressionFactory from the given JPQLQueryBNF by following the path of fallback JPQLQueryBNFs and then returns the ExpressionFactory from the leaf JPQLQueryBNF.
findFiles(String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
findGroup(DESCRIPTOR) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
findGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.AttributeGroup
 
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
findInputParameters(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves all the InputParameters with the given parameter name.
findInternal(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the IManagedType for the given identification variable.
findMethod(int) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
Find the method corresponding to the event selector.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findRangeVariableDeclaration(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Retrieves the RangeVariableDeclaration that defines the entity name and identification variable for the given UpdateClause.
findVirtualIdentificationVariable(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the IdentificationVariable that defines the identification variable for either a DELETE or an UPDATE query.
fine(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
fine(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a fine level message needs to be logged.
fine(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Fine
fine(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Fine
FINE - org.eclipse.persistence.logging.LogLevel
Fine logging level.
FINE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINE_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINE_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged fine
finer(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
finer(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a finer level message needs to be logged.
FINER - org.eclipse.persistence.logging.LogLevel
Finer logging level.
FINER - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINER_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINER_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged finer
finest(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
finest(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a finest level message needs to be logged.
finest(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Finest
finest(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Finest
FINEST - org.eclipse.persistence.logging.LogLevel
Finest (the most detailed) logging level.
FINEST - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINEST_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINEST_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged finest
finishLevel() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
finishLevel() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
finishLevel() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
FirebirdPlatform - Class in org.eclipse.persistence.platform.database
 
FirebirdPlatform() - Constructor for class org.eclipse.persistence.platform.database.FirebirdPlatform
 
fireListChangeEvent(IListChangeEvent<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
 
firePropertyChanged(String, Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Notifies the IPropertyChangeListeners that have been registered with the given property name that the property has changed.
firePropertyChanged(String, Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Notifies the IPropertyChangeListeners that have been registered with the given property name that the property has changed.
first() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the first row in the result set
FIRST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FIRST'.
FIRST_PRIMARY_KEY - Static variable in class org.eclipse.persistence.queries.ReportQuery
 
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
firstCommaMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
FirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
firstElement() - Method in class org.eclipse.persistence.indirection.IndirectList
 
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstResult - Variable in class org.eclipse.persistence.queries.ReadQuery
Used to start query results at a specific result
fixAttributeValue(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: An object has been serialized from the server to the remote client.
fixAttributeValue(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
An object has been serialized from the server to the remote client.
FixedMimeTypePolicy - Class in org.eclipse.persistence.oxm.mappings
 
FixedMimeTypePolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
FixedMimeTypePolicy(String) - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
FixedMimeTypePolicy(String, DatabaseMapping) - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: An object has been serialized from the server to the remote client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
flatUnionFetchGroups(FetchGroup, FetchGroup, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Union two fetch groups as EntityFetchGroups.
FLOAT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
FLOAT_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a float.
FLOAT_TYPE - org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
floatType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Float}.
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Float}.
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Float.
floor() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
floor(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Floor - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
flush() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
 
flush() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
 
flush() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
 
FLUSH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.flush"
FLUSH_CLEAR_CACHE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Defines EntityManager cache behavior after a call to flush method followed by a call to clear method.
FLUSH_CLEAR_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.flush-clear.cache" property defines EntityManager cache behavior after a call to flush method followed by a call to clear method.
FlushClearCache - Class in org.eclipse.persistence.config
FlushClearCache persistence property defines modes of cache handling after em.flush call followed by em.clear call.
FlushClearCache() - Constructor for class org.eclipse.persistence.config.FlushClearCache
 
FlushModeType - Enum in javax.persistence
Flush mode setting.
flushOnExecute - Variable in class org.eclipse.persistence.queries.DatabaseQuery
 
FollowingClausesVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
 
FollowingClausesVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
followingInvalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Determines whether the visited Expression is preceded by an invalid expression.
FollowingInvalidExpressionVisitor(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
 
FOOT - org.eclipse.persistence.expressions.spatial.SpatialParameters.Units
 
FORCE_DROP - Static variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Allow replacing of table to force the drop, this may require several passes.
FORCE_WEAK - org.eclipse.persistence.config.ReferenceMode
Same as weak reference except Objects that can not be changed tracked (Deferred Change Detection) will not be prevented from being garbage collected.
forceBatchStatementExecution - Variable in class org.eclipse.persistence.queries.ModifyQuery
 
forceBatchStatementExecution() - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Returns if this query has been set to flush on execution.
forceInitializationOfSelectionCriteria - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
This is a way (after cloning) to force the initialization of the selection criteria
forceUpdate - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
 
forceUpdateToVersionField(Object, boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Set optimistic read lock on the object.
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
forEach(Consumer<? super E>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
forEach(Consumer<? super E>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
FOREIGN_KEYS_DEFINED_INCORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
foreignKey() - Method in annotation type javax.persistence.AssociationOverride
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the joinColumns element when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.CollectionTable
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the joinColumns element when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.JoinColumn
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.JoinColumns
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.JoinTable
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the joinColumns element when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.MapKeyJoinColumn
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.MapKeyJoinColumns
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
(Optional) Used to specify or control the generation of a foreign key constraint for the primary key join column when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.PrimaryKeyJoinColumns
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
foreignKey() - Method in annotation type javax.persistence.SecondaryTable
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the pkJoinColumns element when table generation is in effect.
ForeignKey - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ForeignKey - Annotation Type in javax.persistence
Used to specify the handling of foreign key constraints when schema generation is in effect.
ForeignKeyConstraint - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a foreign key from one table to another.
ForeignKeyConstraint() - Constructor for class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
ForeignKeyConstraint(String, String, String, String) - Constructor for class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
foreignKeyDefinition - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
foreignKeyDefinition() - Method in annotation type javax.persistence.ForeignKey
(Optional) The foreign key constraint definition.
foreignKeyFieldName - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
foreignKeyFields - Variable in class org.eclipse.persistence.mappings.ObjectReferenceMapping
Keeps track of which fields are foreign keys on a per field basis (can have mixed foreign key relationships).
foreignKeyGroupingElement - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
The grouping-element field.
foreignKeyMap - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
foreignKeysDefinedIncorrectly(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
foreignKeyValuesForCaching - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
Stores a set of FK fields that will be cached to later retrieve noncacheable mappings
ForeignReferenceMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for relationship mappings
ForeignReferenceMapping() - Constructor for class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
ForeignReferenceQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define an alias to a foreign object.
ForeignReferenceQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
 
format(String, Object[]) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Return the formatted message for the given exception class and error number.
format(LogRecord) - Method in class org.eclipse.persistence.logging.LogFormatter
Format the given LogRecord.
format(LogRecord) - Method in class org.eclipse.persistence.logging.XMLLogFormatter
Format the given message to XML.
formatIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
Formats the given JPQL identifier, if it needs to be decorated with more information.
formatIdentifier(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Formats the given JPQL identifier, if it needs to be decorated with more information.
formatMessage(SessionLogEntry) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the formatted message based on the information from the given SessionLogEntry.
FormattedOutputStreamRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.
FormattedOutputStreamRecord() - Constructor for class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
 
FormattedWriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.
FormattedWriterRecord() - Constructor for class org.eclipse.persistence.oxm.record.FormattedWriterRecord
 
Forward - Static variable in class org.eclipse.persistence.config.ResultSetType
The rows in a result set will be processed in a forward direction; first-to-last.
ForwardOnly - Static variable in class org.eclipse.persistence.config.ResultSetType
The type for a ResultSet object whose cursor may move only forward.
FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
foundSimpleValueForNonDataTypeProperty(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when the value should be a dataObject and it's not
fqClassnameToDescriptor - Variable in class org.eclipse.persistence.dynamic.DynamicHelper
 
FREE_METADATA - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.memory.free-metadata" property configures the JPA internal deployment metadata to be released after deployment.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(Class<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Object, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
from(CompositeData) - Static method in class org.eclipse.persistence.services.ClassSummaryDetailBase
Create an instance of the model specific class out of an associated CompositeData instance
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(EntityType<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
From<Z,​X> - Interface in javax.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FROM'.
FROM - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
FROM_ID - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
fromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
FromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClause
Creates a new FromClause.
FromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the from clause.
FromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
Creates a new FromClauseBNF.
FromClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
FromClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
 
FromClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This FromClauseFactory creates a new FromClause when the portion of the query to parse starts with FROM.
FromClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
Creates a new FromClauseFactory.
FromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
 
FromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
 
FromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Creates a new FromClauseStateObject.
fromCode(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Returns enumeration value by version number as it appears in URI.
fromConstant(Object, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
fromExpression(Expression) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
fromExpression(Expression, Class<T>) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
fromLiteral(String, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
FROMSTRING_METHOD_ERROR - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
FromSubqueryResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver wraps a subquery that is used as the "root" object in a query's declaration.
FromSubqueryResolver(Resolver, JPQLQueryContext, SimpleSelectStatement) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Creates a new FromSubqueryResolver.
FromSubqueryResolver.VirtualManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This IManagedType represents a virtual managed type where its content will be derived from the subquery.
FromSubqueryResolver.VirtualMapping - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This virtual IMapping wraps one of the select items.
FromSubqueryResolver.VirtualMappingBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor will traverse the SELECT clause and create virtual mappings for the state field path expressions and any expression aliased with a result variable.
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
 
fromValue(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
 
fromValue(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
 
Full - Static variable in class org.eclipse.persistence.config.CacheType
A Soft cache holds all objects read by the application.
FULL - org.eclipse.persistence.annotations.CacheType
Provides full caching and guaranteed identity.
FULL_PRIMARY_KEY - Static variable in class org.eclipse.persistence.queries.ReportQuery
Specifies whether to retrieve primary keys, first primary key, or no primary key.
fullyMergeEntity - Variable in class org.eclipse.persistence.descriptors.CachePolicy
This flag controls how the MergeManager should merge an Entity when merging into the shared cache.
FullyQualifyPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor makes sure that all path expressions are fully qualified with a "virtual" identification variable if the range variable declaration does not define one.
FullyQualifyPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
FUNC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNC', which is an EclipseLink specific identifier that was added in version 2.1.
function(String, Class<T>, Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for the execution of a database function.
function(String, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
FUNCTION - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to create a function, it has some parameters and returns a value.
FUNCTION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNCTION', part of JPA 2.1.
FUNCTION_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Notifies the function name property has changed.
FunctionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression adds support to call native database functions.
FunctionExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FuncExpression.
FunctionExpression(AbstractExpression, String, FunctionExpressionFactory.ParameterCount, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FunctionExpression.
FunctionExpression_HasExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingFunctionName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MoreThanOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the EclipseLink's function expression.
FunctionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
Creates a new FunctionExpressionBNF.
FunctionExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This FunctionExpressionFactory creates a new FunctionExpression when the portion of the query to parse starts with an identifier related to a SQL function.
FunctionExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory(String, FunctionExpressionFactory.ParameterCount, String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory.ParameterCount - Enum in org.eclipse.persistence.jpa.jpql.parser
The number of parameters a FunctionExpression can have.
functionExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
FunctionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
FunctionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
FunctionExpressionStateObject(StateObject, String, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
functionId - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Id used to generate unique local functions.
FunctionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters of a function expression.
FunctionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
Creates a new FunctionItemBNF.
functionName - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
Name of the function the interaction describes.
functionName() - Method in annotation type org.eclipse.persistence.annotations.NamedStoredFunctionQuery
(Required) The name of the stored function.
functionName() - Method in annotation type org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery
(Required) The name of the stored procedure.
FunctionOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
FunctionsReturningDatetimeBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a date/time value.
FunctionsReturningDatetimeBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
Creates a new FunctionsReturningDatetimeBNF.
FunctionsReturningNumericsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a numeric value.
FunctionsReturningNumericsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
Creates a new FunctionsReturningNumericsBNF.
FunctionsReturningStringsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a string value.
FunctionsReturningStringsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
Creates a new FunctionsReturningStringsBNF.

G

ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
GeneralCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a general case expression.
GeneralCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
Creates a new GeneralCaseExpressionBNF.
GeneralIdentificationExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ValueExpressionFactory creates a general identification variable, which is either with the identifier KEY or VALUE and then checks the existence of a path expression.
GeneralIdentificationExpressionFactory(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
Creates a new GeneralIdentificationExpressionFactory.
GeneralIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a general identification variable expression.
GeneralIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
Creates a new GeneralIdentificationVariableBNF.
generalParsingException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
generalParsingException(String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Create an exception to wrap a general parsing exception
generalParsingException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Create an exception to wrap a general parsing exception
generalParsingException2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
generate() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generate() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the creator class, output the java source code to the stream or file.
GENERATE - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
 
generateAmendmentClass(Writer, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: Generate an amendment class that will set up the descriptors to use these stored procedures.
generateAnyAttributeMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyCollectionMapping(Property, Descriptor, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyObjectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateBinaryDataCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateBinaryMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCompositeCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCompositeObjectMapping(Property, Descriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCreatorClass() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
Return a class definition object representing the code to be generated for the table creator.
generateDefaultTableCreator() - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the EclipseLink project object.
generateDeleteStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the delete stored procedure for this descriptor
generateDescriptor(JavaClass, CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDescriptorForJAXBElementSubclass(JavaClass, CoreProject, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectEnumerationMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
GeneratedValue - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateEnumCollectionMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateFilteredDefaultTableCreator(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the EclipseLink project object, and perform the table existence check through jdbc table metadata, and filter out tables which are already in the database.
generateFKConstraints - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
When this flag is 'false' EclipseLink will not attempt to create fk constraints.
generateInsertStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the insert stored procedure for this descriptor
generateJsonSchema(SchemaOutputResolver, Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
generateMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate a mapping for a given Property.
generateMappingForReferenceProperty(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings(TypeInfo, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate mappings for a given TypeInfo.
generateMappingStoredProcedures(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the mapping stored procedures for this descriptor.
generateNestedFunction(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL: Generate the nested function to convert the PLSQL type to its compatible SQL type.
generateNestedFunction(ComplexDatabaseType, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL: Generate the nested function to convert the PLSQL type to its compatible SQL type.
generateObjectStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the object level stored procedure based on the passed in query
generateOneToManyMappingDeleteAllProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the delete all stored procedure for this mapping
generateOneToManyMappingProcedures(OneToManyMapping, DatabaseQuery, Map, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates all the stored procedures for this mapping
generateOneToManyMappingReadProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read all stored procedure for this mapping
generateProject() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateProject(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, List<ElementDeclaration>, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateProjectClass() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
Return a class definition object representing the code to be generated for the project and its descriptors.
generateReadAllStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read all stored procedure for this descriptor
generateReadStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read stored procedure for this descriptor
generateSchema() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSchema(String, Map) - Static method in class javax.persistence.Persistence
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>, SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
Generates the schema documents for this context.
generateSchema(SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Generate a Schema for this JAXBContext
generateSchema(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Generate a Schema for this JAXBContext
generateSchemaFiles(String, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSchemaFiles(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSequenceStoredProcedures(Project) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the select and update stored procedures for this project.
generateStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the stored procedure for this query.
generateStoredProcedure(DatabaseQuery, List, AbstractRecord, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the stored procedure for this query using the row passed in for the check prepare.
generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: generates all the stored procedures using the schema manager.
generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: generates all the stored procedures to the writer using the schema manager outputDDLToWriter(Writer).
generateStoredProceduresAndAmendmentClass(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProceduresAndAmendmentClass(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateTransformationMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate an XMLTransformationMapping based on a given Property.
generateUpdateStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the update stored procedure for this descriptor
generateWrapperClass(String, String, boolean, QName) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateXMLCollectionReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLCollectionReferenceMapping and add it to the descriptor.
generateXMLObjectReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLObjectReferenceMapping and add it to the descriptor.
GenerationType - Enum in javax.persistence
Defines the types of primary key generation strategies.
generator() - Method in annotation type javax.persistence.GeneratedValue
(Optional) The name of the primary key generator to use as specified in the SequenceGenerator or TableGenerator annotation.
Generator - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
Generator(JavaModelInput) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor creates a Helper using the JavaModelInput instance's JavaModel.
Generator(JavaModelInput, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor will process and apply the given XmlBindings as appropriate.
Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor creates a Helper using the JavaModelInput instance's JavaModel and a map of javaclasses that were generated from Type objects.
Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor will process and apply the given XmlBindings as appropriate.
GenericQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
A generic JPQLQueryBNF can be used to manually create a new BNF without having to create a concrete instance.
GenericQueryBNF(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GenericQueryBNF
Creates a new GenericQueryBNF.
GenericSemanticValidatorHelper - Class in org.eclipse.persistence.jpa.jpql.tools
An implementation of SemanticValidatorHelper that uses JPQLQueryContext to return the required information and Hermes SPI.
GenericSemanticValidatorHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Creates a new GenericSemanticValidatorHelper.
GenericSemanticValidatorHelper.IdentificationVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
GenericTypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This generic implementation of ITypeHelper wraps ITypeHelper and delegates the calls to it.
GenericTypeHelper(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Creates a new GenericTypeHelper.
get() - Method in annotation type org.eclipse.persistence.annotations.VirtualAccessMethods
(Optional) The name of the getter method to use for the virtual property This method must take a single java.lang.String parameter and return a java.lang.Object.
get(int) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
get(int, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
get(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the value for given item name.
get(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the object cached in the identity map or null if it could not be found.
get(String) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced attribute.
get(String) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(String) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
Return the persistence value for the given property as the specified type.
get(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
get(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that wraps the attribute or query key name.
get(String) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
Gets the.
get(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Add the field-value pair to the row.
get(String) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the value for given item name.
get(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that wraps the attribute or query key name.