- 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(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Abs - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- abs() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ABS'.
- 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
-
- 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
-
- absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Moves the cursor to the given row number in the result set
- 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
.
- 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
-
- AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- 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
.
- 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
-
- 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() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
-
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.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
.
- 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
-
- AbstractExternalizableDelegator - Class in org.eclipse.persistence.sdo
-
- AbstractExternalizableDelegator() - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
-
- AbstractExternalizableDelegator(Object) - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
-
- 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
-
- 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
-
- AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T extends AbstractSingleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
-
- 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
.
- AbstractHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Abstract class for SDO helper delegators.
- AbstractHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
-
- AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
-
- 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
.
- 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
.
- 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, 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(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
-
- 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
-
- 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
-
- 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
-
- 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
.
- 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
-
- 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
-
- 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.
- AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Creates a new AbstractSemanticValidator
.
- AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- 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
-
- AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- 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
- 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
-
- 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
-
- 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() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
-
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.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
-
- 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
-
- 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
-
- 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
.
- ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- 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(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
-
Determines whether the specified object is "accepted" by the filter.
- accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
-
Determines whether the specified object is "accepted" by the filter.
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- 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.
- 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
-
- 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
-
- acos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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(String) - Method in interface org.eclipse.persistence.sessions.server.Server
-
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(ConnectionPolicy) - 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(Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
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(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 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(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a deferred lock on the object.
- acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the deferred lock.
- 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.glassfish.GlassfishTransactionController11
-
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.jboss.JBossTransactionController11
-
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
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController11
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController11
-
INTERNAL:
Obtain and return the JTA 1.1 TransactionSynchronizationRegistry
on this platform.
- acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.jboss.JBossTransactionController11
-
INTERNAL:
Obtain and return the JTA 1.1 TransactionSynchronizationRegistry
on this platform.
- acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
INTERNAL:
Obtain and return the JTA 1.1 TransactionSynchronizationRegistry
on this platform.
- acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController11
-
INTERNAL:
Obtain and return the JTA 1.1 TransactionSynchronizationRegistry
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(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.
- 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(ReferenceMode) - 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 interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return a unit of work for this 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 variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
- 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 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- add(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- 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(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Add the specified element to the original list.
- add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Add the specified object to the original list.
- add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Add the field-value pair to the document.
- 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(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- 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(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Add is not support for scrollable cursors.
- add(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- add(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- add(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- add(Object, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- add(int, Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Inserts the specified element at the index position in this list.
- add(int, Object, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- add(int, int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(int, String, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(String, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- add(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- 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(DatabaseField) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- addAdditionalField(Expression) - 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
-
- addAggregateObjectMapping(String, DynamicType, boolean) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- 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, String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Add an alias to identifier pair to the alias Map for the current
application.
- addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Add an alias for the descriptor.
- addAliasName(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Assign a unique string to a type, which belongs to same uri, among types.
- 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(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
-
- addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
- addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- addAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- addAll(int, Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- addAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Appends all of the currentElements in the specified Collection to the end of this list,
in the order that they are returned by the specified Collection's Iterator.
- addAll(Collection, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
Appends all of the currentElements in the specified Collection to the end of this list,
in the order that they are returned by the specified Collection's Iterator.
- addAll(int, Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Inserts all of the currentElements in the specified Collection into this list, starting at the
specified position.
- addAll(int, Collection, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- 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, 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, DatabaseQuery.ParameterType) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Add the argument named argumentName.
- 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, 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.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, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- 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(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.
- addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argumentValue.
- addArgumentValues(List) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argumentValues to the query.
- 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
-
- addAscendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in ascending order
- 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.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
-
- 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, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add an attribute and the corresponding list of AttributeGroups.
- 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() - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
-
- 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(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.
- addAttribute(String, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
Add the attribute with joining.
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
-
- addAttribute(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
-
- 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, 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, CoreAttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
- addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
- 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 org.eclipse.persistence.jaxb.ObjectGraph
-
- addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
Add an AttributeNode attribute 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.
- addBaseType(SDOType) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- 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
-
- addBatch(PreparedStatement) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: This gets called on each iteration to add parameters to the batch
Needs to be implemented so that it returns the number of rows successfully modified
by this statement for optimistic locking purposes (if useNativeBatchWriting is enabled, and
the call uses optimistic locking).
- 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(CacheIndex) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Add the cache index to the descriptor's cache settings.
- addCacheIndex(String...) - 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.
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- 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(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
-
- addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- 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, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(List<XMLField>, Class, 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.XMLChoiceCollectionMapping
-
- addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, String) - 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.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.XMLChoiceObjectMapping
-
- addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- 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.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- 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
-
- 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
-
- addCMPPolicyLines(NonreflectiveMethodDefinition, CMPPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- 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.
- 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(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Connection are pooled to share and restrict the number of database connections.
- addConnectionPool(String, Login, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Add the connection pool.
- 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(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
-
- 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)
- addDeclaredProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(Property, int) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(SDOProperty, int) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- 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.
- addDescendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in descending order.
- 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.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(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- addDescriptors(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- addDescriptors(List) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- 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(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Add the descriptors to the session.
- addDescriptors(Project) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Add the descriptors to the session from the Project.
- addDescriptors(Collection, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Add the descriptors to the session.
- addDescriptors(Project, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Merge the descriptors from another project into this one.
- addDescriptorToProject(Project) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- addDirectCollectionMapping(String, String, String, Class<?>, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- 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, 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.descriptors.ClassDescriptor
-
PUBLIC:
Add a direct to field mapping to the receiver.
- addDirectMapping(String, Class<?>, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addDirectMapping(String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC: Add a direct 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) - 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.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
-
- addDynamicClasses(DynamicClassLoader, String, DynamicType) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- 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.
- 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:
- addEntity() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- 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
-
- 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.
- 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(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Add a named fetch group to the descriptor
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- 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(DatabaseField) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
- addField(DatabaseField, boolean, boolean, boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- 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(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- addField(String, DatabaseType) - 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(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- 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, 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.TableDefinition
-
PUBLIC:
Add the field to the table.
- addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the type to a nested type.
- addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table.
- 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.TypeDefinition
-
PUBLIC:
Add the field to the type.
- 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.TypeDefinition
-
PUBLIC:
Add the field to the type to a nested type.
- 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(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.
- 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
-
- 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(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.
- addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- 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(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.
- addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- 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.
- addFind(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'find' link.
- 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.
- 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.
- 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(OneToOneMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- addForeignKeyFieldToSourceTargetTable(OneToManyMapping) - 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(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.
- 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.
- addForeignReferenceMappingLines(NonreflectiveMethodDefinition, String, ForeignReferenceMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- 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
-
- addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
INTERNAL:
- addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
INTERNAL:
- addGlobalProperty(QName, Property, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
- 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
-
- addHistoryPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - 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
-
- addHistoryPolicyLines(NonreflectiveMethodDefinition, HistoryPolicy, 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
-
- 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.
- 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
-
- 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.
- addInterface(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Allow subclasses to add additional interfaces to the dynamic entity.
- addInterfaceLines(NonreflectiveMethodDefinition, InterfacePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- 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(Object) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Adds the item.
- 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(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- 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, List) - 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.
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
An additional criteria can be specified at the Entity or MappedSuperclass
level.
- additionalCriteria - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- AdditionalCriteria - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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
-
- addJavaConversion(Class, QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
Add a Java to XML Conversion pair entry
- addJavaFieldToXmlEnumValuePair(String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
Add a Java field name to XmlEnumValue pair.
- addJavaFieldToXmlEnumValuePair(boolean, String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
Add a Java field name to XmlEnumValue pair.
- 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.
- 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
-
- 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
-
- 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.
- 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
-
- addListener(SESSION_EVENT_LISTENER) - Method in class org.eclipse.persistence.core.sessions.CoreSessionEventManager
-
PUBLIC:
Add the event listener to the session.
- 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.
- 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.
- addLogger(String, String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Add Logger to the categoryloggers.
- 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
-
- 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(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
-
- addMappingLines(NonreflectiveMethodDefinition, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addMappings() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- 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.
- addMappingToOwner(boolean, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- 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.
- 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
-
- addMonths() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add an moved change set.
- addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addMtomAttachment(DataHandler, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- addMtomAttachment(byte[], int, int, String, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- 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.
- addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String, 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.queries.StoredProcedureCall
-
PUBLIC:
Define the 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, 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.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.
- 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.
- 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.
- addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- 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, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(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.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.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.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.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.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.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.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.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.
- 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, 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.
- addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, Class) - 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.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.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.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.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.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.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedPlsqlStoredFunctionQuery() - 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
-
- addNamedPlsqlStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- 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
-
- 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
-
- addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Add the given namespace uri and prefix to the global namespace resolver.
- addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Add the given namespace uri and prefix to the global namespace resolver.
- addNamespace(String, String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Add the given namespace uri and prefix to the global namespace resolver.
- 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.
- 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
-
- 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
-
- 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
-
- addOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Add the open content property into all 3 data structures.
- addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
-
- addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Add an operator to the global 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.
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- 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, 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.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
-
- addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- 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.
- addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Add the value partition.
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- 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
-
- 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(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
-
- 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.
- 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
.
- 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(String, Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Put a Property in the Map of Properties for this TypeInfo.
- 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
-
- addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Add the query to the descriptor queries with the given name
- addQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Add the query to the session queries
- addQuery(String, DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Add the query to the session queries with the given name.
- 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
-
- addRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- 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
-
- addResultsToList(Object, List) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Convenience method that will add the provided object to the 'results' list
if the object is non-null.
- 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.
- 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(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.
- addSession(String, Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
ADVANCED:
add an named session to the hashtable.
- addSettingWithoutModifyingDataObject(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Add a setting to the list at the specified index.
- addSettingWithoutModifyingDataObject(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- addSettingWithoutModifyingDataObject(Property, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- 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(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Used to define a statement level query.
- 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.
- 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
-
- addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
- 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) - 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.Subgraph
-
Used to add a node of 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(DataHandler) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addSwaRefAttachment(DataHandler) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- addSwaRefAttachment(byte[], int, int) - 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.
- addText(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- addText(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- 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
-
- 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
-
- addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- addType(SDOType) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- 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, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- 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, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the argument to the stored procedure for the index argument.
- 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.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.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, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedInOutputArgument(String) - 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.
- 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.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.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) - 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.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.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.
- 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, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedOutputArgument(String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- 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, 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) - 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.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.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.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(Expression, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
PUBLIC:
Adds the update (SET) clause to the query.
- addUpdate(String, 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.
- addUpdate(String, 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:
- 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
-
- addValueToSettings(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- 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
-
- addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- addWrappersToProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
- 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, Object, Object, boolean, 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.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(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.
- 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.
- afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- 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 org.eclipse.persistence.jaxb.JAXBMarshalListener
-
- afterMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- afterTranslateCustomQuery(List, List<Integer>) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL:
Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
- afterTranslateCustomQueryUpdateParameter(DatabaseField, int, Integer, List, List<Integer>) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL:
Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
-
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
-
- afterUnmarshal() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Ensure that each Setting in the settings list is also present
in the valuesToSettings map
- 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
-
- 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
- aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
-
- aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
-
Visibility reduced from [public] in 2.1.0.
- aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOType
-
- alias - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- 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 variable in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- 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(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(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(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(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(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- all(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- All - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- all() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the ALL operator.
- 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_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.
- 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.
- 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
-
- 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
-
- 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
-
- allOrderedFields - Variable in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
- 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_ZERO_ID - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- ALLOWED_DESERIALIZATION_CLASS_NAMES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
List of the classes allowed to deserialize in SDO
- 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).
- 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.
- 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
-
- allWeightNouns - Variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- allWeightSensors - Variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- 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 - 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.
- alwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- alwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- 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
-
- AN_EXCEPTION_OCCURRED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- and(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that is the boolean logical combination of both expressions.
- And - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Logical operators
- and() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the AND operator.
- AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AND'.
- AND_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- 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
-
- AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
Creates a new AndExpressionFactory
.
- 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
-
- 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
-
- AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
-
- ANTLR - Static variable in class org.eclipse.persistence.config.ParserType
-
Deprecated.
- 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(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(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(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(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(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- any(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- Any - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- any() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the ANY operator.
- 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_NAMESPACE_LOCAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- ANY_NAMESPACE_TARGETNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- ANY_TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XML String names and QName constants missing from org.eclipse.persistence.oxm.XMLConstants
- ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ANY_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ANY_URI_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- anyAttributeOnNonMap(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- 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
-
- 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
- appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- 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.oracle.Oracle9Platform
-
INTERNAL:
Appends an Oracle specific Timestamp with timezone and daylight time
elements 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, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL:
Append the database field definition string to the table creation statement.
- 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.
- 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.
- 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.oracle.Oracle9Platform
-
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.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(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.
- appendToDDLWriter(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- appendTranslationParameter(Writer, ParameterExpression, DatabasePlatform, AbstractRecord) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL:
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- 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.
- APPINFO - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- APPINFO_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- APPINFO_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- APPINFO_SOURCE_ATTRIBUTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Name of source attribute on appinfo
- 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
-
- ApplicationAccessWLS - Class in org.eclipse.persistence.sdo.helper
-
INTERNAL:
This class using WLS classed to get unique application ID.
- ApplicationAccessWLS() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
-
Create and initialize.
- ApplicationResolver - Class in org.eclipse.persistence.sdo.helper
-
This class provides a means for the user to return application-specific
information, such as the application name, which will be used when the
logic in SDOHelperContext fails.
- ApplicationResolver() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationResolver
-
- 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.
- applyFunction(Object, List) - 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.
- areCollectionsEqualAsSets(Collection, Collection) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
Compares two Collections as sets (ignoring the order of the elements).
- areEquals(JavaClass, Class) - 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.AnnotationsProcessor
-
Compares a JavaModel JavaClass to a Class.
- areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- 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.
- areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Compares a JavaModel JavaClass to a Class.
- areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
- 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.
- ARG - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- 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
-
- 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(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 - 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
-
- 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.
- 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
.
- 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
.
- 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 - 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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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 - Static variable in class org.eclipse.persistence.queries.DataReadQuery
-
An Object[] of values is returned for each row.
- 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(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 method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the AS operator.
- 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"
- 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 variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Ordering operators
- ascending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the ASCENDING operator.
- Ascii - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- ascii() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- asciiValue() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the single character strings ascii value.
- 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
-
- asin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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() - Constructor for class org.eclipse.persistence.history.AsOfClause
-
- AsOfClause(Date) - 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(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(Expression) - Constructor for class org.eclipse.persistence.history.AsOfClause
-
- AsOfClause(AsOfClause) - Constructor for class org.eclipse.persistence.history.AsOfClause
-
- 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(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(Number) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
-
- AsOfSCNClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
-
- AsOfSCNClause(long) - 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.
- AssociationOverride - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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(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
-
- atan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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
-
- atan2Operator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Build operator.
- atan2Operator() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
Build operator.
- 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
- ATTACHMENT_MARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ATTACHMENT_UNMARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- AttachmentMarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
-
INTERNAL:
- AttachmentMarshallerAdapter(AttachmentMarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- 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 - Static variable in class org.eclipse.persistence.config.ResultType
-
A List of the first selected value is returned.
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- 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(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- attribute(XPathFragment, NamespaceResolver, 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.MarshalRecord
-
Receive notification of an attribute.
- 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.NodeRecord
-
INTERNAL:
- attribute(String, String, String, 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(String, String, String, 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(String, String, String, 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(String, String, String, 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(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(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- 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
-
- 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
-
- attributeAccessor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Wrapper to store the reference objects.
- 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
-
- attributeClass - Variable in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- 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
-
- 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
-
- 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(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
-
- AttributeGroup() - 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
-
- AttributeMimeTypePolicy - Class in org.eclipse.persistence.sdo.helper
-
- AttributeMimeTypePolicy(String) - Constructor for class org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
-
- 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
- attributeNameNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- AttributeNode - Interface in org.eclipse.persistence.jaxb
-
Represents an AttributeNode of an entity 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.
- 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.
- 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 - 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).
- 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 variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- average() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the AVERAGE operator.
- AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AVG'.
- 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
-
- 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
-
- Cache - Annotation Type in org.eclipse.persistence.annotations
-
The Cache annotation is used to configure the EclipseLink object cache.
- Cache - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CACHE - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- CACHE - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- 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
-
"jakarta.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
-
"jakarta.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"
- 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 interface org.eclipse.persistence.sessions.SessionProfiler
-
- cacheHits - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- CacheIndex - Annotation Type in org.eclipse.persistence.annotations
-
Allow a cache index to be define.
- CacheIndex - Class in org.eclipse.persistence.descriptors
-
Purpose:
Define a secondary index on the cache.
- CacheIndex() - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
-
- CacheIndex(DatabaseField[]) - 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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CacheIndexes - Annotation Type in org.eclipse.persistence.annotations
-
Allow a set of cache indexes to be define on an Entity.
- cacheIndexes - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- 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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CacheInterceptor - Class in org.eclipse.persistence.sessions.interceptors
-
Purpose: Define a class through which Cache access can be
intercepted.
- 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 - Enum in org.eclipse.persistence.annotations
-
Configures what type of Id value is used to store the object in the cache.
- cacheKeyType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
Allow cache key type to be configured.
- CacheMisses - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- cacheMisses - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- cacheNotSupportedWithEmbeddable(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CacheNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- 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.
- cachePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- 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:
- 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.
- 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 - Enum in org.eclipse.persistence.annotations
-
The CacheType enum is used with the Cache annotation for a persistent class.
- CacheType - Class in org.eclipse.persistence.config
-
Cache type persistence property values.
- CacheType() - Constructor for class org.eclipse.persistence.config.CacheType
-
- 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.
- CacheUsage - Class in org.eclipse.persistence.config
-
Cache usage hint values.
- CacheUsage() - Constructor for class org.eclipse.persistence.config.CacheUsage
-
- cacheUsage - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow for the cache usage to be specified to enable in-memory querying.
- 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.
- 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() - 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.
- callbackName - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- 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.
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
-
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.
- 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.
- 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 jakarta.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 jakarta.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.oracle.Oracle9Platform
-
INTERNAL:
Indicates whether this Oracle platform can unwrap Oracle connection.
- 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
-
- 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 - Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeAllParts - 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).
- CascadeByMapping - Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeByMapping - 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.
- 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, Set) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Cascade discover and persist new objects during commit.
- 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, 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, 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, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Cascade discover and persist new objects during commit.
- 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.
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
Define the foreign key defined by the relationship to cascade the delete on the database.
- cascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
PUBLIC:
Enables delete cascading 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, boolean) - 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.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, boolean) - 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.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, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
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, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Cascade remove 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
- 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 - Class in org.eclipse.persistence.config
-
Cascade policy hint values.
- CascadePolicy() - Constructor for class org.eclipse.persistence.config.CascadePolicy
-
- cascadePolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Policy that determines how the query will cascade to its object's parts.
- CascadePrivateParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadePrivateParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- 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.
- 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, boolean) - 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.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, 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) - 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, 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) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
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
- 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
- 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.
- 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'.
- CaseCondition - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- 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.
- 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.
- 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
-
- CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
Creates a new CaseExpressionFactory
.
- 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
.
- 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.
- 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.
- 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 method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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
-
- 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
-
- 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 "jakarta.persistence.bean.manager
" property is used to set
CDI BeanManager when available
- 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
-
- ceil() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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.
- 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
-
- CHANGESUMMARY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- CHANGESUMMARY_REF - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Names for attributes available on ChangeSummary
- CHANGESUMMARY_UNSET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define an interface for any object that wishes to use attribute change tracking.
- 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.
- ChangeTracking - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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 - 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.
- CHARACTER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- 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.sdo.SDOConstants
-
- CHARACTER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- 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 - Interface in org.eclipse.persistence.oxm
-
Provide an interface to allow for custom character escaping behaviour.
- characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
-
- characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- CharacterObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterObjectWrapperImpl
-
- 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(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- 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.JSONWriterRecord
-
- characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification of character data.
- 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(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- characters(CharSequence) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- characters(char[], int, int) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- 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}.
- CharacterWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterWrapperImpl
-
- CharIndex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- charIndex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- CharLength - 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)
- 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
-
- CheckCache - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
-
- 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
-
- checkCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
The cache will be checked only if the query contains exactly the primary key.
- 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 - 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
-
- 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.
- 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 - 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
-
- 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.
- 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
-
- 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.
- 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(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
To check that tables and fields are present in database
- checkDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method is used to check the database tables.
- 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(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Ensure that the descriptor has been set.
- 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.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(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(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.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.
- 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, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Check if the table exists by issuing a query.
- checkTableExists(TableDefinition) - 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
-
- 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
-
- children() - Method in interface org.eclipse.persistence.jpa.jpql.parser.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.
- 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
-
- childrenTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- childrenTablesJoinExpressions - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- 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
-
- chr() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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 - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- 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
-
- ClassBuffer - Class in org.eclipse.persistence.sdo.helper
-
Purpose: This class maintains information about a generated class and its corresponding interface
- ClassBuffer(SDOClassGeneratorListener) - Constructor for class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- 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.
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
A ClassExtractor allows for a user defined class indicator in place of
providing a discriminator column.
- ClassExtractor - Class in org.eclipse.persistence.descriptors
-
Purpose:
Abstract class to allow complex inheritance support.
- ClassExtractor() - Constructor for class org.eclipse.persistence.descriptors.ClassExtractor
-
- classExtractor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- 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 - 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.
- 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_EJB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
A classloader toString containing (.wrappers) means we are running from a local ejb container client
- CLASSLOADER_OC4J_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
A classloader toString containing (oc4j:) means we are running from an 4 levels up from an ejb container
- CLASSLOADER_WEB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
A classloader toString containing (.web.) means we are running from a web container client
- className - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- className(String, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Return a valid Java class name or method name for a given string
- className(String, boolean, boolean, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Return a valid Java class name or method name for a given string
- 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
-
- 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(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- classNotFoundException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- 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
-
- 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(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.glassfish.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- 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(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.jboss.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- 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(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.weblogic.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- 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.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
-
- classWriters - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- clazz - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
-
- cleanup() - Method in class org.eclipse.persistence.tools.PackageRenamer
-
- 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(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
ADVANCED:
Resets the cache for only the instances of the given Class type.
- 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.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL:
Clears customization from connection.
- 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.sdo.helper.jaxb.JAXBList
-
- clear() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Removes all of the currentElements from this list.
- clear(boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- clear() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- CLEAR_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- 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
- clearConnectionCache() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL:
Clears connection's both implicit and explicit caches.
- clearConnectionData() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- 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.oracle.Oracle9Platform
-
INTERNAL:
Clears both implicit and explicit caches of OracleConnection
- 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(String) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Clear the named query results cache associated with the query name.
- clearQueryCache(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Clear all named query results cache associated with entity class.
- clearQueryCache() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Clear all the query caches
- clearQueryCache(ReadQuery) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Clear the query class associated with the passed-in read query.
- 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.
- 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.
- 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(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.
- 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.
- 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(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
-
- ClientSession(Project) - 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
-
- clone() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- 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(Map<ATTRIBUTE_GROUP, ATTRIBUTE_GROUP>, ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- 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(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- 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(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- clone() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
- 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() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Clone the policy
- clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
- 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.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.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.Oracle9Platform
-
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL:
Normally called only when customizer is in inactive state (isActive()==false)
and followed by setAccessor call on the clone.
- 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(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
- 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.sdo.helper.ListWrapper
-
Clone the ListWrapper.
- 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(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Clone the event manager for the new session.
- 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_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 - Annotation Type in org.eclipse.persistence.annotations
-
A CloneCopyPolicy is used to set an
org.eclipse.persistence.descriptors.copying.CloneCopyPolicy on an Entity.
- 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() - Constructor for class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
- CloneCopyPolicy - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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).
- 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 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() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- CLOSE - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- 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
-
- CloseExp - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- 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
-
- 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(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() - Method in class org.eclipse.persistence.expressions.Expression
-
- Coalesce - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- coalesce() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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
-
- 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
-
- CodeWriter - Interface in org.eclipse.persistence.sdo.helper
-
Purpose:This interface can be implemented and used in conjunction with SDOClassGenerator
to write the generated source as desired.
- 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.
- 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_REMOVE_EVENT_WITH_NO_INDEX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CollectionChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define a change event for collection types.
- 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, 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.
- 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
-
- CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
-
Creates a new CollectionExpressionVisitor
.
- 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.
- 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
.
- CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CollectionMemberDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
Creates a new CollectionMemberDeclarationExpressionFactory
.
- 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
-
- CollectionMemberExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
Creates a new CollectionMemberExpressionFactory
.
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
Deprecated.
- CollectionTable - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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}.
- 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, 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(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
.
- collectionValuedPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- 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.
- 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
- 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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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 - 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_RESULT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- 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.
- ColumnResult - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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(DatabaseField) - Constructor for class org.eclipse.persistence.queries.ColumnResult
-
- ColumnResult(String) - 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
- COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for ','.
- 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 - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Define a pluggable conversion interface that can be supplied
by the application
- commandConverter - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Used for converting commands between EclipseLink Command and app command formats
- 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 - 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.
- commandProcessor - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Invoked to process a command when it is received from the cluster
- 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 org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Commit the unit of work to its parent.
- 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(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- 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(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(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(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(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 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(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() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Commit the active database transaction.
- commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Commit a transaction externally.
- 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(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.
- commonj.sdo.impl - package commonj.sdo.impl
-
- 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
-
- 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, 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.
- compareLists(List, List) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
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
- 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
-
- 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
-
- ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
Creates a new ComparisonExpressionFactory
.
- 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
-
- 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
-
- 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.
- 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(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(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(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
INTERNAL
- compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
INTERNAL
- COMPOUND_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- 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
.
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- compute(A) - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService
-
- 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(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the concatenation of the two string values.
- Concat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- concat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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
-
- ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- 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
-
- 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_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.
- 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 - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- 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_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(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(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, 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 - 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
-
- 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.
- 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 class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
-
INTERNAL:
In case "proxytype" property is specified connects using proxy connection,
otherwise calls its superclass.
- 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() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Connect not required.
- 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() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Startup the server session, also startup all of the connection pools.
- CONNECT - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- 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 - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- connection - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- 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.
- ConnectionInUse - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- ConnectionManagement - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- ConnectionNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- 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 - 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, 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, 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.
- 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
-
- 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 - Interface in org.eclipse.persistence.sessions
-
Purpose:
Define an interface for supplying TopLink with a Connection
to
a JDBC database.
- connector - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Provide a little flexibility for connecting to a database
- Connects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
Connect with the specified properties and return the Connection.
- 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.
- constantName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
- 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_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
-
- 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.
- 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
-
- 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
-
- ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
Creates a new ConstructorExpressionFactory
.
- 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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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() - 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.
- constructQuery(EntityManager, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- 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
-
- CONTAINMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- 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(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- contains(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- 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(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(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- containsKey(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Check if the field is contained in the row.
- 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.
- 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(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.
- 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
-
- 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
-
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
A ConversionValue annotation is used within an ObjectTypeConverter.
- ConversionValue - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- conversionValueStrings - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
- Convert - Annotation Type in org.eclipse.persistence.annotations
-
The Convert annotation specifies that a named converter should be used with
the corresponding mapped attribute.
- 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(Type, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert the specified value to an instance
of the specified type.
- convert(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert the specified value to an instance
of the specified property's type
.
- 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 interface org.eclipse.persistence.core.mappings.converters.CoreConverter
-
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
- 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, XMLUnmarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
-
- 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, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertDataValueToObjectValue(Object, Session) - 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 class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
Convert the value from XML as required during unmarshal
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- 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 - 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 - 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_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 - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ConverterClass<T extends jakarta.persistence.AttributeConverter<X,Y>,X,Y> - Class in org.eclipse.persistence.mappings.converters
-
A JPA attribute converter class wrapped with an EclipseLink converter.
- 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 - Annotation Type in org.eclipse.persistence.annotations
-
A Converters annotation allows the definition of multiple Converter.
- 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.
- converterToAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
-
- convertFromStringValue(String, Class) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Type, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Class, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertNodeToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
-
- convertObject(Object, Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Allow for conversion from the Oracle type to the Java type.
- convertObjectToValue(Property, Class) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- convertObjectToValue(Property, int, Class) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- convertObjectToValueByPath(String, Class, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
access the wanted values through path and convert it into required java class.
- 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.
- 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, XMLMarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
-
- 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, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertObjectValueToDataValue(Object, Session) - 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 class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
Convert the value as required during marshal.
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- 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.
- 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
-
- 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.
- 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
- convertToObject(Struct) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
-
- convertToStringValue(Object, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert to a String value based to the SDO type.
- 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
- convertToStruct(Object, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
-
- 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(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Convert a DatabaseField to an XMLField
- convertToXMLField(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- convertValue(Object, Class, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a value based to the appropriate type.
- 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:
- convertValueToClass(Property, Object, Class) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
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.
- copiedVersionFrom(Map) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- copies - Variable in class org.eclipse.persistence.sessions.CopyGroup
-
- copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return copy the passed entity using the passed AttributeGroup.
- copy() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- copy(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- copy(Object, Object) - 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() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
Get a shallow copy of the original ValueStore.
- copy() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- copy(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a deep copy of the DataObject tree:
Copies the dataObject and all its contained
DataObjects recursively.
- copy(DataObject, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a deep copy of the DataObject tree:
Copies the dataObject and all its contained
DataObjects recursively.
- copy() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- copy() - Method in interface org.eclipse.persistence.sdo.ValueStore
-
Get a shallow copy of the original ValueStore.
- 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, 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(InputStream, OutputStream) - 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
- copyElements() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
-
- copyElements() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
Shallow copy elements
- 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.
- copyHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
-
- copyHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
- copyInto(Object[]) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Allow for conversion from the Oralce type to the Java type.
- copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Copy the state into the new platform.
- 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
-
- CopyPolicy - Annotation Type in org.eclipse.persistence.annotations
-
A CopyPolicy is used to set an
org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity.
- 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.
- 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.
- copyShallow(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a shallow copy of the DataObject dataObject:
Creates a new DataObject copiedDataObject with the same values
as the source dataObject for each property where
property.getType().isDataType() is true.
- 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(String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- CoreAttributeGroup(String, String, boolean) - 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() - 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 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
-
- 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
-
- cos() - 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
-
- cosh() - 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
-
- cot() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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, Object, ConversionException) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- 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
-
- 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() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
This represents the aggregate function Average.
- Count - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Aggregate operators
- count() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the COUNT operator.
- count - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
-
- COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'COUNT'.
- 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
-
- 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
-
- CR - Static variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- cr() - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Convenience method - return a platform-specific line-feed.
- 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(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
A part of the facade over the JPA API.
- 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(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
-
Return a new DataObject of the specified Type.
- 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, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
-
Return an instance of an implementer of Archive that can process the URL provided
- 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
- createArguments(DatabaseQuery, String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- createArray(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Platforms that support java.sql.Array may override this method.
- 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 org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBBinder.
- 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() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLBinder
- 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
- createClass() - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
-
This is where the byte codes for the generic subclass are defined and the
class is created dynamically from them.
- 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(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(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.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
- createConnectionCustomizer(Accessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
- 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(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.
- 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(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.
- 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 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(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(Class<?>[], Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Unsupported Operation.
- 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(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(Type[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on the array of Type objects.
- 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(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.
- 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.
- createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
-
- createCopy(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- createCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Create a copy policy of the type passed in as a string.
- 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.
- createDataObject(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(String, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(int, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(Property, Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- 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 class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- createDocument() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Creates a new document.
- createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Creates an XMLDocument with the specified XML rootElement for the DataObject.
- createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- 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 class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- 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.
- createDynamicAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create an adapter for given className
- createDynamicAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
-
- 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.
- 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.jpa.rs.DynamicRestClassLoader
-
- createDynamicCollectionAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a collection adapter for given className
- createDynamicCollectionAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
-
- createDynamicJAXBContext(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.
- createDynamicReferenceAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a reference for given className
- createDynamicReferenceAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
-
- createElementsForTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- 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
- 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.
- 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) - 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.
- 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) - 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, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- createField(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
INTERNAL:
- createField(String) - Method in class org.eclipse.persistence.oxm.XMLContext
-
- createFullFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Returns clone of the full fetch group - contains all the attributes, no nesting.
- createGeneric(String, SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
-
- 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(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(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>) - 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(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(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>) - 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(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Constructs an
IndirectSet
containing the elements of the specified
collection.
- 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>) - 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(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to create the appropriate type of record for the 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.
- 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
-
- createJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createJavaTypeJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- 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 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 org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBMarshaller.
- 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
-
- createMarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLMarshaller
- 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.
- 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(String) - 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.
- 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
- 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(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(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using a EclipseLink DatabaseQuery.
- 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, 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, Class) - 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.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
-
- createResolvable() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create and return a new ExternalizableDelegator.Resolvable instance based
on this helper context.
- createResolvable(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create and return a new ExternalizableDelegator.Resolvable instance based
on this helper context and a given target.
- 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
- createRootNoun() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Create root noun for TopLink dms metrics.
- createRootObject(String, String) - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
- createRootObject(Type) - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Creates a new root data object of the specified type.
- 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
-
- 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
-
- createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Platforms that support java.sql.Struct may override this method.
- 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(DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
Create the database tables for one or more entityTypes.
- createTables(boolean, DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
- createTables(boolean, Collection<DynamicType>) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
- 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.
- createUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBUnmarshaller.
- createUnmarshaller(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
-
- 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
- createUnmarshalRecord(XMLDescriptor, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
INTERNAL
- 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
-
- createXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAnyAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAnyAttribute(XmlAnyAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAnyElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAnyElement(XmlAnyElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlAttribute(XmlAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlBindings() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlBindingsJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlBindingsXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlBindingsXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElement(XmlElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElementRef(XmlElementRef) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElements() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlInverseReference(XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlIsSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlIsSetNullPolicy(XmlIsSetNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlIsSetNullPolicyIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlJoinNodesXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlMapKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlMapValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- 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
-
- createXmlRegistryXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlSchemaXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlTransformation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlTransformationXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlTransient(XmlTransient) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- createXmlValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- 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
-
- createXmlVariableNode(XmlVariableNode) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
- creationPrefix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- creationSuffix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- 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
-
- currentDate() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
This gives access to the current date on the database through expression.
- 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.
- currentDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- 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.
- currentDateOperator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- currentElements - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
-
We are maintaining two pointers to potentially two ArrayList objects.
- 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 class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
This gives access to the current time only on the database through expression.
- 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.
- currentTime() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- currentTimeOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- currentTimeOperator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- 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 - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor"
- 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_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(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Used for closing cursored streams across RMI.
- 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(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Used for closing cursored streams across RMI.
- 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(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
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(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- 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(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(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(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(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 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(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Return the cursored stream size
- 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(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Return the cursored stream size
- 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(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
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(CursoredStreamPolicy, 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.corba.sun.CORBAConnection
-
INTERNAL:
Returns remote cursor stream
- 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(CursoredStreamPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return remote cursor stream.
- cursorSelectObjects(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return remote scrollable cursor
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- cursorSelectObjects(CursoredStreamPolicy, 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.iiop.RMIConnection
-
INTERNAL:
Returns remote cursor stream
- 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(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Returns remote cursor stream
- 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
- 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
-
- customize() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL:
Applies customization to connection.
- 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.
- GDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GDAY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- 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, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Create an exception to wrap a general parsing exception
- generalParsingException(String) - 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 - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
- generate(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Generate an XML Schema Declaration (XSD) from Types.
- generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Generate an XML Schema Declaration (XSD) from Types.
- generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- generate(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- generate(Reader) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, String, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, CodeWriter, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Reader, CodeWriter, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, String, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, CodeWriter, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(Source, CodeWriter, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(CodeWriter, List) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
-
Method to generate an XSD.
- generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
-
Method to generate an XSD.
- generate(List, SchemaLocationResolver) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
- 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() - 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() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Generate the project class, output the java source code to the stream or file.
- 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.
- 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<DatabaseField, DatabaseField>, 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(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(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(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
- 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(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.
- 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<DatabaseField>, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the stored procedure for this query.
- generateStoredProcedure(DatabaseQuery, List<DatabaseField>, 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(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() - 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.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.
- 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
.
- GEQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- 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(DatabaseField) - 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, boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that wraps the attribute or query key name.
- get(int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- get(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- get(String) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
-
Gets the.
- get(String, URI, String, Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
-
- get(String, URI, String, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Gets existing persistence context or create new based on given parameters if it doesn't exist.
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- get(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Add the field-value pair to the row.
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Retrieve the value for the field.
- get(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the value for given item name.
- get(String) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the value for given item name.
- get(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- get(int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- get(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
When accessing values corresponding to properties of DataObject by path base accessors,
the accessed getters will pass informations to this method to process information and
acquire wanted values.
- get(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- get(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- get(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- get(Property) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- get(Property) - Method in class org.eclipse.persistence.sdo.SDOType
-
- get(Property) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- 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_METHOD_RETURN_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- getAboutToDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
bug 251180 - Missing method org.eclipse.persistence.descriptors.DescriptorEventManager#setAboutToDeleteSelector
- getAboutToInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getAboutToUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getAbstractSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying database session
- getAbstractSession() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Return the AbstractSession required to log to the non-platform EclipseLink log.
- getAccessor(String, AbstractSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL:
Return an accessor from the pool for the session.
- getAccessor() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Return the accessor.
- getAccessor() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the accessor.
- getAccessor() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the accessor associated with the cursor.
- getAccessor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the accessor.
- getAccessor() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
This should normally not be used, getAccessors() should be used to support partitioning.
- getAccessor() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Return the appropriate accessor.
- getAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getAccessors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the accessors.
- getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the low-level database accessors.
- getAccessors() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the write connections if in a transaction.
- getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the connections to use for the query execution.
- getAccessorTree() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Returns sequencingCallback for the current active external transaction.
- getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Returns sequencingCallback for the current active external transaction.
- getActiveSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method returns the current session to the requester.
- getActiveSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the active session for the current active external (JTS) transaction.
- getActiveThread() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Return the active thread.
- getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Return the active unit of work for the current active external transaction.
- getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the active unit of work for the current active external (JTS) transaction.
- getActiveUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active unit of work for the current external transaction.
- getActualAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual ALL
found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualAndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual AND identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual AS identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the actual AS identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualBetweenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has the actual
case that was used.
- getActualCaseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual CASE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualDeleteIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual DELETE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualElseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual ELSE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualEmptyIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual EMPTY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualEndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual END identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualEscapeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual ESCAPE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual SELECT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual AS OF identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the actual CONNECT BY identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the actual NEW identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the actual GROUP BY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual IN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual IN found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualLikeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual LIKE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualMemberIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual MEMBER identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual Not found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual NULL found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual null
ordering identifier found in the string representation of
the JPQL query, which has the actual case that was used.
- getActualOfIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual OF identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual ordering identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualRegexpIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the actual REGEXP found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualScnIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual SCN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualSetIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual SET found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualSpecificationIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual specification identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualThenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual THEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualTimestampIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual TIMESTAMP identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the generic type if it was set (collection or array item type) otherwise return the
type of this property
- getActualTypeArguments() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the "actual" type from a parameterized type.
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the "actual" type from a parameterized type.
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getActualUpdateIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual UPDATE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the generic type if it was set (collection or array item type) otherwise return the
type of this property
- getActualWhenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual WHEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getAdaptedJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the adapted java type.
- getAdaptedJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the adapted java type name.
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getAdapters() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- getAddedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return if the collection has any elements added that have been deferred to instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the new collection of
the elements that were added.
- getAddIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the new collection of
the elements that were added.
- getAdditional() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return any additional information about this field to be given when the table is created.
- getAdditionalAggregateCollectionKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
additionalAggregateCollectionKeyFields are 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
- getAdditionalFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Returns the join expression that should be appended to all of the descriptors expressions
Contains any multiple table or inheritance dependencies
- getAdditionalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return a Map of property names to list of properties.
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalSelectionCriteriaForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This is used to map the primary key field names in a multiple table descriptor.
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query.
- getAdditionalTablesForJoinQuery() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalWritableMapKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return a list of fields that are written by map keys
Used to determine if there is a multiple writable mappings issue
- getAdditonal() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
-
ADVANCED:
This method returns the Map that contains the added values to the collection
and their corresponding ChangeSets.
- getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
-
ADVANCED:
This method returns the collection of Primitive Objects that were added to the collection.
- getAdds() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the added stuff.
- getAdds() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements added to the new collection.
- getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the objects added to the collection.
- getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements added to the new collection.
- getAffinityPolicy() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- getAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getAggregateQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of aggregate queries.
- getAggregateQuery(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the aggregate query clone for the mapping.
- getAggregateRow(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
return the aggregate Record with the primary keys from the source table and target table
- getAggregateToSourceFieldAssociations() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return a collection of the aggregate to source field associations.
- getAggregateToSourceFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the hashtable that stores aggregate field name to source fields.
- getAlias() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the alias
- getAlias(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a sub-select in the from clause.
- getAliasDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns the alias descriptors hashtable.
- getAliasedViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getAliasNames() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Return a list of alias names for this Property.
- getAliasNames() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
ADVANCED:
Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
- getAllChangeSets() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns a reference to the collection.
- getAllChildClassIndicators() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Stores class indicators for all child and children's children.
- getAllChildDescriptors() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns all the child descriptors, even descriptors for subclasses of
subclasses.
- getAllChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns all the child descriptors, even descriptors for subclasses of
subclasses.
- getAllChildDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Recursive subroutine of getAllChildDescriptors.
- getAllClasses() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects registered.
- getAllColumnNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllColumnNames(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary list of rows from parent batch query per batched mapping.
- getAllDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getAllFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the fields which include all child class fields.
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Get all the fields for the map key.
- getAllFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
ADVANCED:
Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
- getAllItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getAllManagers() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
ADVANCED:
Return all session managers.
- getAllNonPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getAllNonPrimaryKeyFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
filter the fields based on the passed in table.
- getAllObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects registered.
- getAllObjectsForAbstractClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class and all of its subclasses.
- getAllObjectsForAbstractClass(Class, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class and all of its subclasses.
- getAllObjectsForClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class.
- getAllOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Return the map of all operators.
- getAllowingNull(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression that wraps the attribute or query key name.
- getAllQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the pre-defined queries for the descriptor.
- getAllSchemas() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getAllSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields which include all child class fields.
- getAllSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields which include all child class fields.
- getAllSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Lists the database fields that should be read by the query using the policy, in case all inherited objects are read using outer joining.
- getAllTableNames() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of tables available in a catalog.
- getAllTableNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
all tables for reference class plus childrenTables
- getAllWeightNouns() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getAllWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getAmendmentClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the amendment class.
- getAmendmentClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return amendment class name, used by the MW.
- getAmendmentMethodName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the amendment method.
- getAndPrepareModifyQueryForInsert(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
setup the modifyQuery for post insert/update and pre delete
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getAnnotation(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Returns a either a dynamic proxy instance that allows an element
to be treated as an annotation (for JOT), or a Java annotation
(for Reflection), or null if the specified annotation does not
exist.
- getAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getAnnotation(JavaAnnotation, Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
If this JavaPackage
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getAnnotation(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get an annotation of type annotationClass if it's present on the AnnotatedElement
elem.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType is a JavaClassImpl instance
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
Assumes JavaType is a JavaClassImpl instance
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
If this JavaClass
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
If this JavaField
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
If this JavaMethod
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Return a Java Annotation
representation of the given JavaAnnotation
.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
If this JavaPackage
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotationHelper() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the Annotations
for this JavaClass
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Return all of the Annotations
for this JavaPackage
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get all annotations that exist on the AnnotatedElement elem
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the Annotations
for this JavaClass
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Return all of the Annotations
for this JavaField
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Return all of the Annotations
for this JavaMethod
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Return all of the Annotations
for this JavaPackage
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Representing parameter level annotations that should be applied to this
type.
- getAnnotationsProcessor() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getAnnouncementDelay() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the amount of time in millis that the service should wait between the time
that this Remote Service is available and a session announcement is sent out
to other discovery managers.
- getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getAnonymousTypes() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
- getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the name of the XmlAnyAttribute property, if one is set.
- getAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the name of the XmlAnyElement property, if one is set.
- getAnyMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getAppinfo(Type, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Return the appinfo declared for this Type and source.
- getAppinfo(Property, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Return the content of the appinfo declared for this Property and source.
- getAppinfo(Type, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getAppinfo(Property, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getAppInfoElements() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getAppInfoElements() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getAppInfoMap() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getAppInfoMap() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getApplicationName() - Method in interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
-
INTERNAL:
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Lazy initialize the application name by
first checking for a persistence.xml property override and then
deferring to a default name in the absence of a platform override of this function
- getApplicationName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName(ClassLoader) - Method in class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
-
Gets a unique application name.
- getApplicationName() - Method in class org.eclipse.persistence.sdo.helper.ApplicationResolver
-
Return the application name for the currently executing application.
- getApplicationName() - Method in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
-
Return the applicationName value.
- getApplicationName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
The argument names for the input record.
- getArgumentParameterTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Used to calculate parameter types in JPQL
- getArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument fields or values to the interaction that map into the input record.
- getArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The arguments are the values in order of occurance in the record.
- getArguments(List<PLSQLargument>, Integer) - Static method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL
- getArguments() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the PLSQL arguments.
- getArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the arguments for use with the pre-defined query option
- getArguments() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- getArgumentTypeNames() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentTypeNames for use with the pre-defined query
option These are used pre-initialization to construct the argumentTypes
list.
- getArgumentTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentTypes for use with the pre-defined query
option
- getArgumentTypes() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getArgumentValues() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentValues for use with argumented queries.
- getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the arithmetic sign this expression is actually representing.
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map for which array class (by name) corresponds to which generated class
- getAsOfClause() - Method in class org.eclipse.persistence.expressions.Expression
-
Answers the past time the expression is explicitly as of.
- getAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
representing the
AS OF clause.
- getAsOfClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Answers the past time this query is as of.
- getAsOfClause() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
ADVANCED:
Answers the past time this session is as of.
- getAsOfClause() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Answers the past time this session is as of.
- getAsOfClauseRecursively() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
For Flashback: If this expression is not already as of some timestamp
gets the clause from the base expression.
- getAssignmentString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Used for stored function calls.
- getAssignmentString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL Used for stored function calls.
- getAttachmentAsByteArray(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentAsByteArray(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
- getAttachmentAsDataHandler(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentAsDataHandler(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getAttribute() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
Returns the name of the attribute this ChangeRecord Represents
- getAttributeAccessor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
ADVANCED: Return the attributeAccessor.
- getAttributeAccessor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Return the attributeAccessor.
- getAttributeBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getAttributeClass() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Return the class type of the attribute.
- getAttributeClass() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Return the class type of the attribute.
- getAttributeClass() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
Return the return type of the method accessor.
- getAttributeClassification() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC: The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the class name of the attribute type.
- getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the class name of the attribute type.
- getAttributeConverter() - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
- getAttributeElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the class each element in the object's
collection should be converted to, before the collection
is inserted into the object.
- getAttributeElementClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getAttributeExpressions() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return all attributes specified for batch reading.
- getAttributeFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the attributeFormDefault property.
- getAttributeGroup(String) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Returns the attribute group corresponding to the name provided.
- getAttributeGroup(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAttributeGroups() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
ADVANCED:
Returns the attribute groups for this Descriptor.
- getAttributeGroups() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAttributeGroups() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
List of named AttributesGroups that will be copied to the session at initialization time.
- getAttributeMethodName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Return the attribute transformation method name.
- getAttributeName() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
INTERNAL:
Return the attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC:
Return the name of the attribute set in the mapping.
- getAttributeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getAttributeName() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getAttributeName() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getAttributeName() - Method in interface org.eclipse.persistence.jaxb.AttributeNode
-
- getAttributeName() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL:
Return the attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Return the name of the attribute set in the mapping.
- getAttributeName() - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- getAttributeName() - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Return the mapping's attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.queries.FieldResult
-
- getAttributeNames() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
returns the attributes of this managed type that are included in the
sub-graph
- getAttributePrefix() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
The value that will be prepended to all keys that are mapped to an XML
attribute.
- getAttributes() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getAttributes() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Return the cached local (only) batch read attribute names.
- getAttributesToAlwaysInclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Attributes to always consider even if set to null
or an excluded
value like 0
or false
.
- getAttributeToFieldValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the attribute to field mapping.
- getAttributeTransformationMethod() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- getAttributeTransformer() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
The attributeTransformer stores an instance of the class which implements
AttributeTransformer.
- getAttributeTransformerClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the attribute transformer's class.
- getAttributeTransformerClassName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the attribute transformer class name
- getAttributeValue(Object, AbstractSession, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Allows for subclasses to convert the attribute value.
- getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Return the appropriate attribute value.
- getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Return the appropriate attribute value.
- getAttributeValueFromObject(Object) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Return the attribute value from the object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the value of an attribute which this mapping represents
for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Return the attribute value from the object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute which this mapping represents for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the value of an attribute which this mapping represents for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Check for write-only, one-way transformation.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
Gets the value of an instance variable in the object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
Gets the value of an instance variable in the object.
- getAttributeValueWithClonedValueHolders(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the attribute value from the reference object.
- getAvailableConnectionPools() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return the available Connection pools within this Server Session
- getAvailableConnectionPools() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return the available Connection pools within this Server Session
- getBackupClone() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Return the backup clone of the object from the unit of work.
- getBaseExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- getBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getBaseSchemaLocation() - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- getBaseURI() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the base uri.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing and sp defs.
- getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for batch writing and sp defs.
- getBatchedMappings() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return any mappings that are always batched.
- getBatchEndString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing and sp defs.
- getBatchEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchFetchPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the batch fetch policy for configuring batch fetching.
- getBatchFetchType() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the type of batch fetching to use for all queries for this class if configured.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary map of batched objects.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return temporary map of batched objects.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return temporary map of batched objects.
- getBatchReadAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return all attributes specified for batch reading.
- getBatchRowCountAssignString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBatchRowCountDeclareString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBatchRowCountReturnString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBeanValidationHelper() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Returns BeanValidationHelper.
- getBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getBidirectionalTargetAccessor() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the AttributeAccessor that is used to get and set the value of the
container on the target object.
- getBidirectionalTargetAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the backpointer attribute on the target object.
- getBidirectionalTargetContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
- getBidirectionalTargetGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the method to be used when accessing the value of the
back pointer on the target object of this mapping.
- getBidirectionalTargetSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the method to be used when setting the value of the
back pointer on the target object of this mapping.
- getBigDecimal(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBigDecimal(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBigDecimal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBigInteger(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBigInteger(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBigInteger(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBinder(Binder) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Binder.
- getBindings() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getBoolean(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBoolean(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBoolean(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBooleanGetMethodName(String, String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Return a valid Java get method name for a given string.
- getBoundExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the unique identifier of the BNF for the lower and upper bound expressions.
- getBuildDate() - Static method in class org.eclipse.persistence.Version
-
- getBuilder() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the expression builder which is the ultimate base of this expression, or
null if there isn't one (shouldn't happen if we start from a root)
- getBuilder() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Return the expression builder which is the ultimate base of this expression, or
null if there isn't one (shouldn't happen if we start from a root)
- getBuildNumber() - Static method in class org.eclipse.persistence.Version
-
- getBuildRevision() - Static method in class org.eclipse.persistence.Version
-
- getBuildTime() - Static method in class org.eclipse.persistence.Version
-
- getBuildType() - Static method in class org.eclipse.persistence.Version
-
- getBuiltInType(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
- getByIndex(int) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the indexed value from result.
- getBypassChildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getBypassParentSubExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getByte(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getByte(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getByte(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBytes(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBytes(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getBytes(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getCachedConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
Return the currently cached connection to the external connection pool
- getCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the cached SQL call for the expression query.
- getCachedJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getCachedUpdateCalls(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the cached update SQL call based on the updated fields.
- getCacheIndex(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the cache index for the field names.
- getCacheIndexes() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClassName() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the CacheInvalidationPolicy for this descriptor
For uninitialized cache invalidation policies, this will return a NoExpiryCacheInvalidationPolicy
- getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the query cache invalidation policy.
- getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Controls how the Entity instances will be cached.
- getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Controls how the Entity instances will be cached.
- getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the cache key (with object) for the primary key.
- getCacheKeyForLock(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the cache key (with object) for the primary key.
- getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
Return what cache key type to use to store the object in the cache.
- getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what cache key type to use to store the object in the cache.
- getCachePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the cache policy.
- getCacheSize() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Return the cache size.
- getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Get a value indicating the type of cache synchronization that will be used on objects of
this type.
- getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get a value indicating the type of cache synchronization that will be used on objects of
this type.
- getCacheTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
ADVANCED:
By default concurrency is optimized and the cache is not locked more than required during reads or writes,
This allows for virtual concurrent reading and writing and should never cause any problems.
- getCacheType() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Return the type of the cache used for the index.
- getCacheType() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the type of the cache used for the query results.
- getCacheType() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getCacheTypeFor(Class) - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
getCacheTypeFor: Give a more UI-friendly version of the cache type
- getCacheUsage() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Return the cache usage for this query.
- getCacheUsage() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the cache usage.
- getCall() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the call that caused the exception.
- getCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
OBSOLETE: Return the call for this query.
- getCallbackName() - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The callback name that should me marshalled with the object
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
Return call header for the call string.
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
Return call header for the call string.
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return call header for the call string.
- getCallString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the string for the call
- getCascadeLockingPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getCascadePolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the cascade policy.
- getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
CASE operand.
- getCategoryLoggers() - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return catagoryloggers
- getCaughtExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method returns the vector which adds all the Descriptors Exceptions.
- getCCIConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return the CCI connection to the EIS resource adapter.
- getChangedAttributeNames() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method will return a collection of the names of attributes changed in an object.
- getChangedDataObjects() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns a list consisting of all the
data objects
that have been changed while
logging
.
- getChangedMapKeys() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the stuff whose Map keys have changed.
- getChangedMapKeys() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the objets whose Map keys have changed.
- getChangedObject() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateChangeRecord
-
ADVANCED:
This method is used to return the ObjectChangeSet representing the changed Aggregate.
- getChangedValues() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateCollectionChangeRecord
-
ADVANCED:
Return the values representing the changed AggregateCollection.
- getChanges() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns a reference to the collection of changes within this changeSet.
- getChangeSet() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Returns the Object changeSet if available
- getChangeSet(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
-
INTERNAL:
Return the changes to be applied
- getChangesForAttributeNamed(String) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
Returns the change record for the specified attribute name.
- getChangeSummary() - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Returns the change summary
associated with this data graph.
- getChangeSummary() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getChangeSummary(ChangeSummary) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of ChangeSummary.
- getChangeSummaryProperty() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getChangeType() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return the change type
- getChannel() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the service channel for this command manager.
- getChannel() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the service channel for this command manager.
- getChannel() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Return the logical channel that this service subscribes to
- getChar(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getChar(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getChar(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getCharacterEscapeHandler() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return this Marshaller's CharacterEscapeHandler.
- getCharacters() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getCheckCacheFirst() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
- getCheckDatabaseIfInvalid() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
- getChild(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Retrieves the child
Expression
at the given position.
- getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return all the immediate child descriptors.
- getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return all the child descriptors.
- getChildRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getChildren() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getChildrenCollectorVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getChildrenJoinExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
all expressions from childrenTablesJoinExpressions ANDed together
- getChildrenTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
if reads subclasses, all tables for all read subclasses (indirect included).
- getChildrenTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
join expression for each child table, keyed by the table
- getChildUnmarshalRecord(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the choice properties set on this property.
- getClass(Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClass(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class
.
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class'
name.
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class
.
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class'
name.
- getClass(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Look-up the given entity name in the EntityManagerFactory and return the class
is describes
- getClass(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
-
Return the wrapped class corresponding to the SDO type.
- getClassBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getClassDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source descriptor of the event.
- getClassDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor specified for the class.
- getClassDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the class.
- getClassDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the object's class.
- getClassDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the descriptor for the alias.
- getClassesInSession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return those Class Names that have identity Maps in the Session.
- getClassesInSession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return those Class Names that have identity Maps in the Session.
- getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return all the classExtractionMethod
- getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Return all the classExtractionMethod
- getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
PUBLIC:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extractor can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the ClassExtractor class name.
- getClassForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getClassForJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- getClassIndicatorAssociations() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the class indicator associations for XML.
- getClassIndicatorAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the class indicator associations for XML.
- getClassIndicatorField() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns field that the class type indicator is store when using inheritance.
- getClassIndicatorField() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns field that the class type indicator is store when using inheritance.
- getClassIndicatorFieldName() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
PUBLIC:
Return the class indicator field name.
- getClassIndicatorFieldName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return the class indicator field name.
- getClassIndicatorMapping() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the association of indicators and classes using specified ConversionManager
- getClassIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the association of indicators and classes using specified ConversionManager
- getClassIndicatorValue() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns value of the abstract class indicator for the Java class.
- getClassIndicatorValue(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns the indicator field value for the given class
If no abstract indicator mapping is specified, use the class name.
- getClassInstance(Class) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
Return a new instance of the class provided.
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- getClassLoader() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Returns this JavaModel's
ClassLoader
.
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Returns this JavaModel's
ClassLoader
.
- getClassLoader() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getClassLoader(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Answer the classloader to use to create an EntityManager.
- getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
The class-loader returned form this call will be used when loading the
EclipseLink configuration.
- getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Return the class loader that should be used to find the resource.
- getClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- getClassName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getClassName() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getClassName() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the fully qualified class name that will be used to retrieve the constructor.
- getClassName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getClassName() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCE:
This method returns the class Name that this changeSet Represents.
- getClassName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the name of class to be generated.
- getClassName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the name of class to be generated.
- getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the mapping from class name to indicator, used by MW.
- getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the mapping from class name to indicator, used by MW.
- getClassNamesForWeaving() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns all classes in this project that are needed for weaving.
- getClassNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassSummaryDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session.
- getClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session.
- getClassSummaryDetailsArray() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide a list of instance of ClassSummaryDetail containing information about all
classes in the session.
- getClassSummaryDetailsArray() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide a list of instance of ClassSummaryDetail containing information about all
classes in the session.
- getClassSummaryDetailsUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilterArray(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide a list of instance of ClassSummaryDetail containing information about the
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilterArray(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide a list of instance of ClassSummaryDetail containing information about the
classes in the session whose class names match the provided filter.
- getClassToConvertTo() - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
PUBLIC:
Return the class to convert to.
- getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map containing which Class (by name) corresponds to which generated class.
- getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassType() - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
returns the type of this sub-graph if it was used to extend a superclass
sub-graph definition.
- getClassType(Session) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCE:
This method returns the class type that this changeSet Represents.
- getClassWriter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getClassWriters() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getClazz() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
-
Gets the value of the clazz property.
- getClearStatementCacheMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the method for the WebLogic connection clearStatementCache method.
- getClientSession(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the client session.
- getClonedField() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
If there are any fields associated with this expression, return them
- getCMPPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the cmp descriptor that holds cmp specific information.
- getCode() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
-
Returns the version as in appears in URI.
- getCodeWriter() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map for which collection class (by Type) corresponds to which generated class
- getCollectionContentType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionValuedPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression
representing the collection member, which is declared by an
identification variable.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression
representing the collection-valued path expression.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression
that represents the collection-valued path expression.
- getCollectionValuedPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getCollectionWrapperBuilder() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Getter for the collectionWrapperBuilder property with lazy initialization.
- getColumn() - Method in class org.eclipse.persistence.queries.ColumnResult
-
- getColumn() - Method in class org.eclipse.persistence.queries.FieldResult
-
- getColumnInfo(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getColumnResults() - Method in class org.eclipse.persistence.queries.ConstructorResult
-
Return the columns result of this constructor result.
- getCommandConverter() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the converter instance used to convert between TopLink Command
objects and an application command format.
- getCommandConverter() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the converter instance used to convert between EclipseLink Command
objects and an application command format.
- getCommandManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
PUBLIC:
Return the CommandManager that will invoke this CommandProcessor to process
a command, and can be used to send remote commands out to other
CommandProcessors in the cluster.
- getCommandManager() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
ADVANCED:
Return the CommandManager that allows this session to act as a
CommandProcessor and receive or propagate commands from/to the
EclipseLink cluster.
- getCommandManager() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the manager that allows this processor to receive or propagate commands from/to TopLink cluster
- getCommandProcessor() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the command processor that processes commands received from the cluster.
- getCommandProcessor() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- getCommitOrder() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return the commit order.
- getCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL:
Return the socket that will be used for the multicast.
- getComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the comparison operator, which is either '=', '>', '>=', '<', '<=' or '<>'.
- getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Oracle ARRAY types don't have a compatible type like PL/SQL
types do, so we will use the type name
- getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
Oracle STRUCT types don't have a compatible type like PL/SQL
types do, so we will use the type name
- getComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
-
Return the Map
of method name/value pairs for this proxy
instance.
- getComponents() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Not supported.
- getComponentType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
is an array type, return the type of the
array components.
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
If this JavaClass
is an array type, return the type of the
array components.
- getCompositor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getConcreteSubclassCalls() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass calls.
- getConcreteSubclassJoinedMappingIndexes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass joined mapping indexes.
- getConcreteSubclassQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass queries.
- getConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the expression representing the composition of the conditional expressions.
- getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
-
Check the provided map for an object with the given name.
- getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
Check the provided map for an object with the given name.
- getConfiguredSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
CONNECT BY clause.
- getConnectByExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getConnection() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- getConnection() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the connection that generated the log entry.
- getConnection(AbstractSession, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
This method is used to unwrap the oracle connection wrapped by
the application server.
- getConnection(AbstractSession, Connection) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL: This method is used to unwrap the oracle connection wrapped by
the application server.
- getConnectionAffinityContext() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- getConnectionDetails() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Provide the details of my connection information.
- getConnectionDetails() - Method in interface org.eclipse.persistence.sessions.Connector
-
INTERNAL:
Provide the details of my connection information.
- getConnectionDetails() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
Provide the details of my connection information.
- getConnectionDetails() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Provide the details of my connection information.
- getConnectionFactory() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the jakarta.resource.cci.ConnectionFactory.
- getConnectionFactoryURL() - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC:
Return the JNDI URL for the managed connection factory for the JCA adapter connecting to.
- getConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
ADVANCED:
This method will return the connection policy that was used during the
acquisition of this client session.
- getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
PUBLIC:
Return the connection pool to pin queries to.
- getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the connection pool to use for this partition.
- getConnectionPool() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Return the connection pool to use for sequencing.
- getConnectionPool(String) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the pool by name.
- getConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the pool by name.
- getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
PUBLIC:
Return the list of connection pool names to replicate queries to.
- getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
PUBLIC:
Return the list of connection pool names to replicate queries to.
- getConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Connection are pooled to share and restrict the number of database connections.
- getConnectionPoolType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return connection pool type.
- getConnectionPoolType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return connection pool type.
- getConnectionsAvailable() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
returns the connections currently available for use in the pool
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
INTERNAL:
Forward to custom policy
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
INTERNAL:
Get a connection from each pool.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
INTERNAL:
Get a connection from each pool.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the jakarta.resource.cci.ConnectionSpec.
- getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISLogin
-
Return the connector.
- getConnectionsToExternalServices() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
In case there's no external connection attempts to create one.
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
-
INTERNAL:
In case there's no external connection attempts to create one,
if that's successful then (in case there is no local connection, too)
attempts to create local connection in a separate thread.
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Returns clone of the original map.
- getConnectionString(Accessor) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified connection information.
- getConnectionString() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the JDBC connection string.
- getConnectionString() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
Return the JDBC connection string.
- getConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
Return a list of the connections that are being used.
- getConnectionToLocalHost() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Return a remote connection to this service
- getConnectionUserName() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Returns user name retrieved from JDBC connection.
- getConnector() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
ADVANCED:
Return the connector that will instantiate the connection.
- getConstraint() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return any constraint of this field.
- getConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for constraint deletion.
- getConstraintDependencies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
- getConstraintDescriptor() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getConstraintsMap() - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper
-
Lazy getter for constraintsOnClasses property.
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
Returns constraint violations stored in the underlying
JAXBBeanValidator
instance.
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Returns constraint violations stored in the underlying
JAXBBeanValidator
instance.
- getConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getConstructor() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Return the constructor.
- getConstructorArgTypes() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- getConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the constructor items aggregated into a single expression and separated by commas or
a single expression.
- getConstructorMappings() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Return the mappings for the items.
- getConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the JavaConstructors
for this JavaClass.
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the JavaConstructors
for this JavaClass
.
- getConstructors(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constructors for the given type.
- getContainer() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerInstance(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getContainerInstance(ContainerValue, boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getContainerPolicy() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns the receiver's containerPolicy.
- getContainerPolicy() - Method in interface org.eclipse.persistence.mappings.ContainerMapping
-
PUBLIC:
Return the mapping's container policy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getContainerPolicy() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
PUBLIC:
Return the query's ContainerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Return the query's container policy.
- getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the containerType property.
- getContainingType() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns the containing type of this Property.
- getContainmentProperty() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getContentHandler() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
Return the ContentHandler that the object will be marshalled to.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.BeanValidationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JPARSExceptionResource
-
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JSONExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ServerPlatformExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
- getContents() - Method in class org.eclipse.persistence.jpa.rs.logging.i18n.LoggingLocalizationResource
-
- getContext() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the JNDI Context that can supplied the named ConnectionFactory.
- getContext(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Helper method to get a naming context.
- getContext() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the JNDI Context that can supplied the named DataSource.
- getContextProperty() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the context property for this table per tenant policy.
- getContexts(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
-
- getContexts(HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
-
Deprecated.
- getContextsInternal(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
-
Produces a response containing a list of available persistence contexts.
- getController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Return the controller.
- getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Return the controller.
- getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Return the controller.
- getConversionCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getConversionCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getConversionManager() - Method in class org.eclipse.persistence.eis.EISPlatform
-
The platform holds its own instance of conversion manager to allow customization.
- getConversionManager() - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
-
- getConversionManager() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Return the converter on the mapping.
- getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
Return the converter on the mapping.
- getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getCopies() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Get the session.
- getCopyHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the CopyHelper instance for this helper context.
- getCopyHelper(CopyHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of CopyHelper.
- getCopyPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the copy policy.
- getCopyPolicyClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the name of a Class that implements CopyPolicy
Will be instantiated as a copy policy at initialization times
using the no-args constructor
- getCount() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the total number of records in the current response.
- getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the total number of records in the current response.
- getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- getCreated() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return all created objects
- getCreatedXPaths() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 allows LIKE to be used to create temp tables, which avoids having to know the types.
- getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL temp table syntax, used for update-all, delete-all queries.
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the beginning of the SQL string to create a temporary table.
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL:
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the ending of the SQL string to create a temporary table.
Symfoware V10 requires table space name and number of concurrent users.
Maybe this will be implemented in the future, for now it invokes the
super class's method.
- getCreateViewString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL:
Used for view creation.
- getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the required output parameter token for the
specific platform.
- getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the required output parameter token for the
specific platform.
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getCreationPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Return the beginning of the sql create statement - the part before the name.
- getCreationSuffix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Return the end of the sql create statement - the part after the field list.
- getCurrentAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getCurrentChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
This method will calculate the changes for the UnitOfWork.
- getCurrentEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the EclipseLink log level that is changeable.
- getCurrentEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Answer the EclipseLink log level that is changeable.
- getCurrentElements() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
-
- getCurrentElements() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
Return a populated XMLRoot object.
- getCurrentSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getCurrentTime(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Whenever a historical record is logically deleted (updated) or inserted,
the end and start fields respectively will be set to this value.
- getCursorCode() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Return the code for preparing cursored output
parameters in a stored procedure
- getCursorSize() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCursorSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCustomClass() - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
- getCustomizationURIs() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL
Used by SQLCall.translate(..)
Typically there is no field translation (and this is default implementation).
- getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Used by SQLCall.translate(..)
The binding *must* be performed (NCHAR, NSTRING, NCLOB).
- getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL Used by SQLCall.translate(..) Typically there is no field
translation (and this is default implementation).
- getCycleDetectionStack() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL
- getData() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
PUBLIC:
Return the database rows for the query result.
- getDatabaseChangeNotificationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
Returns what type of database change notification an entity/descriptor should use.
- getDatabaseErrorCode() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This is the database error number.
- getDatabaseEventListener() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
Return the database event listener, this allows database events to invalidate the cache.
- getDatabaseField() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getDatabaseField() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getDatabaseField() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL:
Return the databasefield.
- getDatabaseMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL:
Return the mapping, casted a bit more generally.
- getDatabaseMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL:
Return the mapping, casted a bit more generally.
- getDatabaseName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database name is required when connecting to databases that support
multiple databases within a single server instance (e.g.
- getDatabasePlatform() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the database platform used by the DatabaseSession.
- getDatabasePlatform() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the database platform used by the DatabaseSession.
- getDatabaseQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getDatabaseQuery() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Return the cached database query for this query.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Return the database schema associated with this database object.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Return the schema associated with this table.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
Return the schema associated with this table sequence.
- getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying database session
- getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the DatabaseSession that the Factory will be using and
initializes it if it is not available.
- getDatabaseSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared database session from the EMF.
- getDatabaseSession() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
- getDatabaseSession() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
- getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
INTERNAL:
Recalculate the database strings each time this is called in
case one has been added.
- getDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the database type to cast to.
- getDatabaseTypeForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getDatabaseTypeForCode(String) - Static method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- getDataClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Returns the class type of the data value.
- getDataClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the name of the data type for the MW usage.
- getDataFactory() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the DataFactory instance for this helper context.
- getDataFactory(DataFactory) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of DataFactory.
- getDataFactoryDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- getDataFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Return the data format that the descriptor maps to.
- getDataGraph() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns the data graph
associated with this change summary or null.
- getDataGraph() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDataHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the DataHelper instance for this helper context.
- getDataHelper(DataHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of DataHelper.
- getDataObject(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDataObject(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDataObject(DataObject) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of DataObject.
- getDataObject() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getDataResults(DatabaseMapping) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return the remaining data results for the mapping.
- getDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary list of rows from parent batch query per batched mapping.
- getDataResults() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return all of the rows fetched by the query, used for 1-m joining.
- getDataSource() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the javax.sql.DataSource.
- getDatasourceCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the call for this query.
- getDatasourceCalls() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the calls for this query.
- getDatasourceLogin() - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC:
Return the login.
- getDatasourceLogin() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDataSourceName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.core.sessions.CoreLogin
-
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the database platform currently connected to.
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the database platform currently connected to.
- getDataTypeName() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Specify the data type name for the class of objects the descriptor maps.
- getDataTypesConvertedFrom(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Return the list of Classes that can be converted to from the passed in javaClass.
- getDataTypesConvertedTo(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Return the list of Classes that can be converted from to the passed in javaClass.
- getDate() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the date of the log entry.
- getDate(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDate(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDate(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDateFormat() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the date format to be used when printing a log entry date.
- getDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the date part that was parsed, it is used to extract a single part of a date/time,
such as year, month, day, your, etc.
- getDateString(Date) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified date and/or time information in string.
- getDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
that represents the declaration of this clause.
- getDeclarationExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getDeclareBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
DECLARE stanza header for Anonymous PL/SQL block
- getDeclaredAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
declares an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
If this JavaField
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Not supported.
- getDeclaredAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared Annotations
for this JavaClass
.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get all annotations that are defined directly on the AnnotatedElement
(excluding inherited annotations).
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Return all of the Annotations
for this JavaField
.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Not supported.
- getDeclaredClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return this JavaClass'
inner classes.
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return this JavaClass'
inner classes.
- getDeclaredConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaConstructor
for this JavaClass
.
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getDeclaredConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaConstructors
for this JavaClass
.
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaConstructors
for this JavaClass
.
- getDeclaredField(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaField
for this JavaClass
, identified
by fieldName
.
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaField
for this JavaClass
, identified
by fieldName
.
- getDeclaredFields() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaFields
for this JavaClass
.
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaFields
for this JavaClass
.
- getDeclaredMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType[] contains JavaClassImpl instances
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getDeclaredMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaMethods
for this JavaClass
.
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaMethods
for this JavaClass
.
- getDeclaredProperties() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getDeclaredProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getDeclaredPropertiesMap() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- getDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
Get the value from the wrapped POJO, wrapping in DataObjects as
necessary.
- getDeclaredProperty(int) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- getDeepCopies() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getDefault(DatabaseMapping) - Static method in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
-
PUBLIC: Returns the default hierarchy traversal direction for the
specified mapping.
For OneToOne mappings, source in parent object goes to target in
child object, collections are the opposite way.
- getDefault() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns the default value this Property will have in a data object
where the Property hasn't been set.
- getDefaultAttributeValue() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
PUBLIC:
The default value can be used if the database can possibly store additional values then those that
have been mapped.
- getDefaultCacheIsolation() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the project level default for class cache isolation;
- getDefaultConnectionPolicy() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- getDefaultConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- getDefaultConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Return the default connection pool used for any unmapped values.
- getDefaultConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the default connection pool.
- getDefaultConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the default connection pool.
- getDefaultConnector() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
INTERNAL:
Return the connector that will instantiate the java.sql.Connection.
- getDefaultDeleteObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default DeleteObjectQuery Redirector will be applied to any executing
DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
- getDefaultEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to default FetchGroup.
- getDefaultEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the default fetch group on the descriptor.
- getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return the descriptor-level default fetch group.
- getDefaultIdentityMapClass() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value for descriptor cache type.
- getDefaultIdentityMapSize() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value descriptor cache size.
- getDefaultIdValidation() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value for descriptor primary key validation.
- getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
PUBLIC:
Return the default initial context factory name for a specific CORBA orb.
- getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
- getDefaultInsertObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default InsertObjectQuery Redirector will be applied to any executing
InsertObjectQuery that does not have a redirector set directly on the query.
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
ADVANCED:
Return the default local URL for JNDI lookups
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
INTERNAL:
Overwrite super method and return the default local URL .
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL:
Return the default local URL for JNDI lookups
- getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the default timestamp locking filed java type, default is Timestamp.
- getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the default version locking filed java type, default is BigDecimal
- getDefaultLoggingLevel() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the system default log level.
- getDefaultManager() - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Lazy initialize the default instance.
- getDefaultPackageName() - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Get default package name when no targetNamespace URI exists.
This function follows the JSR-222 JAXB 2.0 algorithm from https://jaxb.dev.java.net/spec-download.html
- getDefaultPropertiesFileName() - Static method in class org.eclipse.persistence.tools.PackageRenamer
-
- getDefaultQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default Query Redirector will be applied to any executing object query
that does not have a more precise default (like the default
ReadObjectQuery Redirector) or a redirector set directly on the query.
- getDefaultQueryResultsCachePolicy() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the default values for query caching options for all named queries.
- getDefaultReadAllQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadAllQuery Redirector will be applied to any executing
ReadAllQuery that does not have a redirector set directly on the query.
- getDefaultReadObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadObjectQuery Redirector will be applied to any executing
ReadObjectQuery that does not have a redirector set directly on the query.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Returns the default set of read-only classes.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
CR#2751
Returns the set of read-only classes for the receiver.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get the default read-only classes from the server side.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get the default read-only classes from the server side.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultReferenceMode() - Method in interface org.eclipse.persistence.sessions.Session
-
Stores the default Session wide reference mode that a UnitOfWork will use when referencing
managed objects.
- getDefaultReportQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReportQuery Redirector will be applied to any executing
ReportQuery that does not have a redirector set directly on the query.
- getDefaultRootElement() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the default root element name for the ClassDescriptor
This value is stored in place of a table name
This value is mandatory for all root objects
- getDefaultRootElementField() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getDefaultRootElementType() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getDefaultSequence() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return the platform's default sequence.
- getDefaultSequence() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Get default sequence
- getDefaultSequenceTableName() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the table name used by TableSequence by default.
- getDefaultSequenceToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used only for writing the login into XML or Java.
- getDefaultSession() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the default session.
- getDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
The first table in the tables is always treated as default.
- getDefaultTableCreator(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Construct the default TableCreator.
- getDefaultTemporalMutable() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the default setting for configuring if dates and calendars are mutable.
- getDefaultTransactionManager() - Static method in class org.eclipse.persistence.transaction.JTATransactionController
-
- getDefaultTransactionSynchronizationRegistry() - Static method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
PUBLIC:
Get the default JTA 1.1 synchronization objects registry being used.
- getDefaultUpdateObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default UpdateObjectQuery Redirector will be applied to any executing
UpdateObjectQuery or UpdateAllQuery that does not have a redirector set directly on the query.
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
This will be set if XmlElementDecl has a defaultValue specified
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the defaultValue property.
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the defaultValue property.
- getDefaultWriter() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getDeferModificationsUntilCommit() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This can be used to control when changes to objects are submitted to the database
This is only applicable to TopLink's CMP implementation and not available within
the core.
- getDelayBetweenConnectionAttempts() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Returns the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection
in the case EclipseLink is attempting to retry a query, the default is 5000.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
-
Returns the delegate
ExpressionVisitor
that is receiving all the calls from this one.
- getDelegateObject() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the real collection object.
- getDelegateSequence() - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
Return the sequence delegate.
- getDeleteAllCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Delete all criteria is created with target foreign keys and source keys.
- getDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.
- getDeleteAtIndexQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete call.
- getDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression
representing the
DELETE clause.
- getDeleted() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return all deleted objects
- getDeletedObjects() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns the reference to the deleted objects from the changeSet
- getDeleteNullQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete query.
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- getDeleteSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete SQL string.
- getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getDeployedEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the EclipseLink log level at deployment time.
- getDeployedEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Answer the EclipseLink log level at deployment time.
- getDeployedSessionLog() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getDeployedSessionProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getDepth() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Return the cascade depth.
- getDerivedIdMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the maps id value
- getDerivesIdMappinps() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the derives id mappings.
- getDescribesNonPersistentSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Determines whether the descriptors using this inheritance policy
should be used as descriptors for subclasses of the classes they
describe if those subclasses do not have their own descriptor
e.g.
- getDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns the descriptor which the policy belongs to.
- getDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the descriptor to which this mapping belongs
- getDescriptor(Class) - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
PUBLIC:
Return the descriptor specified for the class.
- getDescriptor(Class) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return the descriptor specified for the class.
- getDescriptor(Object) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return the descriptor specified for the object's class.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
Return the descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source descriptor of the event.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the descriptor associated with this descriptor query manager
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Return the referenced descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns the descriptor which the policy belongs to.
- getDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns descriptor corresponding to the class owning the policy or its subclass - otherwise null.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Return the descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Return the owner of the policy.
- getDescriptor() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
get owning descriptor
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
- getDescriptor() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getDescriptor() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the descriptor that the problem was detected in.
- getDescriptor() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Only usable after the session and class have been set.
- getDescriptor() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Return the descriptor of the policy.
- getDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlDescriptor set on this TypeInfo.
- getDescriptor(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Lookup the descriptor for the given entity name.
- getDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the descriptor to which this mapping belongs
- getDescriptor() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
Return the descriptor.
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- getDescriptor(XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getDescriptor() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDescriptor(QName) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor with the default root mapping matching
the QName parameter.
- getDescriptor(XPathQName) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor with the default root mapping matching
the QName parameter.
- getDescriptor(Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getDescriptor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the descriptor assigned with the reference class
- getDescriptor() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the descriptor that this is the map for.
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the class.
- getDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the object's class.
- getDescriptorByGlobalType(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor mapped to the global type matching the
XPathFragment parameter.
- getDescriptorClass() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the class that this is the map for.
- getDescriptorCorrespondingTo(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the descriptor.
- getDescriptorCustomizerClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
DescriptorCustomizer is the JPA equivalent of an amendment method.
- getDescriptorEventHolders() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
used by JPA project caching to store DescriptorEventListener representations that can build the underlying
DescriptorEventListener and add it to the EventManager.
- getDescriptorEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor for the alias
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the descriptor for the alias.
- getDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the descriptor for class.
- getDescriptorForObject(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns descriptor for given object.
- getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Return a descriptor for the target of this mapping
- getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return a descriptor for the target of this mapping
For normal ObjectReferenceMappings, we return the reference descriptor.
- getDescriptorInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getDescriptorMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getDescriptorMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getDescriptorMetadataInternal(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- getDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the queryManager.
- getDescriptors() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return all registered descriptors.
- getDescriptors() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns descriptors from all sessions.
- getDescriptors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
This is here only for JPA queries and currently only populated for JPA
queries.
- getDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptors in a ClassDescriptors Map keyed on the Java class.
- getDescriptors() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
ADVANCED:
Return all registered descriptors.
- getDescriptors() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all registered descriptors.
- getDescriptorsByTable() - Method in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
INTERNAL:
Return the mapping of tables to descriptors.
- getDescriptorsMap() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getDescriptorStream() - Method in interface org.eclipse.persistence.jpa.Archive
-
- getDescriptorStream() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
-
- getDescriptorType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
return the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
- getDescriptorTypeValue() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This method is explicitly used by the XML reader.
- getDetail() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the detail.
- getDirectField() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the direct field.
- getDirectFieldName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the name of the field name in the reference table.
- getDirection() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getDirectKeyField() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
- getDirectoryFromEntryName(String) - Static method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
- getDiscoveryManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the discovery manager that manages membership in the EclipseLink cluster.
- getDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the discovery manager that detects the arrival of new cluster members
- getDiscriminatorColumn() - Method in class org.eclipse.persistence.queries.EntityResult
-
Returns the column name for the column that will store the value used to
determine the subclass type if applicable.
- getDistance() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getDistinctState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
If a distinct has been set the DISTINCT clause will be printed.
- getDocPresPolicy() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Return the document.
- getDocument() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Return the document.
- getDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets this XMLBinder's document preservation policy.
- getDocumentPreservationPolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the DocumentPreservationPolicy associated with this session
- getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLLogin
-
- getDoesExistCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does-exist call.
- getDoesExistField() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the write lock field or the first primary key field if not using locking.
- getDoesExistQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does exist query.
- getDoesExistSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does exist SQL string.
- getDOM() - Method in interface org.eclipse.persistence.eis.DOMRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Return the DOM.
- getDOM() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
Return the Node that the object will be marshalled to.
- getDOM() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Return the DOM.
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getDomainClass(Set<Class<?>>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Get first non java class if exists.
- getDomainClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getDomainClasses(Type) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
A convenience method to get the domain class (i.e.
- getDomainClassNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass.
- getDomHandler() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the domHandler property.
- getDomHandlerClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the DomHandler class name.
- getDoNotRedirect() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
This method is used in combination with redirected queries.
- getDouble(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDouble(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDouble(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getDriver() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return db driver class name.
- getDriver() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return db driver class name.
- getDriverClassName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver class is the name of the Java class for the JDBC driver being used
(e.g.
- getDriverClassName() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver class is the name of the Java class for the JDBC driver being used
(e.g.
- getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- getDriverVersion() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Return the driver version.
- getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
- getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
- getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Return the drop schema definition.
- getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return the drop schema definition.
- getDropSchemaWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Return the number of milliseconds after which the monitor results should be logged.
- getDynamicClassLoader() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getDynamicMetadataSource(AbstractSession, String) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getDynamicPersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Gets cached persistence context by its name and JPARS version.
- getDynamicType(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
Obtain a reference to the DynamicType
object for a given Java name.
- getEISPlatform() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return and cast the platform.
- getEJBQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the EJBQL string of the query.
- getEjbqlString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the EJBQL string for this call
- getElement() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getElementDataTypeName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Return the "data type" associated with each element
in the nested collection.
- getElementFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the elementFormDefault property.
- getElementName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the QName representing this element
- getElementName(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
-
- getElementRefsPropName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlElementRefs property name, if one has been set.
- getElementScope() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Indicates if a global element should be generated for this type.
- getElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
ELSE operand.
- getEmbeddable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the embeddable with the given type.
- getEmf() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the emf.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncoding() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
Gets the encoding for this document.
- getEncoding() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getEncoding() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- getEncoding() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- getEncoding() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the XML encoding of the document, or null if not specified.
- getEncryptedPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the encrypted (assumed) password used as the value to the
SECURITY_CREDENTIALS key in the cached context properties.
- getEnd() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEnd(int) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEndFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getEndFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEndPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem ends, inclusively.
- getEndValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the range end value.
- getEntityEventListener() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression
representing the entity expression.
- getEntityFetchGroup(Set<String>) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns entity fetch group corresponding to the passed set of attributes.
- getEntityFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns entity fetch group corresponding to the passed fetch group.
- getEntityFetchGroup(FetchGroupManager) - Method in class org.eclipse.persistence.queries.FetchGroup
-
INTERNAL:
Used to retrieve the EntityFetchGroup for this FetchGroup
- getEntityListenerEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getEntityManager(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Convert a JPA entityManager into a EclipseLink specific one.
- getEntityManager() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
return the EntityManager for this query
- getEntityManagerFactory(EntityManagerFactoryImpl) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Deprecated.
- getEntityManagerFactory(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.
- getEntityManagerFactory(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Given an EntityManager return the EntityManagerFactory that created it.
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
-
PUBLIC: This method is responsible for returning the object
representation of the object-relational mapping overrides.
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.MetadataSourceAdapter
-
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
This method is responsible for returning the object representation of the MetadataSource.
- getEntityMappingsReader(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
This method returns a Reader for an EclipseLink-ORM.xml.
- getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the entity with the given entity name.
- getEntityOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
-
- getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns entity resolver of the parser.
- getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- getEntityResolver() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getEntityResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns entity metadata if accepted media type is 'application/json' or entity schema if
accepted media type is 'application/schema+json'.
- getEntityRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing entity root:
http(s)://root:port/persistence/version/context/entity/entityName
- getEntityTable(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Returns the name of the primary table defined for the entity with the given name.
- getEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression
that represents the entity type that will be used to downcast
the type of the elements in the collection.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Returns the name of the entity type.
- getEntries() - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns an
Iterator
of the file entries.
- getEntry(String) - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns the InputStream for the given entry name.
- getEntryAsURL(String) - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns the URL for the given entry name.
- getEnum() - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- getEnumClass() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Get the class which was set as the enum class which contains the fromValue method.
- getEnumClass() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
- getEnumClassName() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Get the name of the enum class which contains the fromValue method.
- getEnumClassName() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
- getEnumConstant(String, String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
Returns the constant named constantName
from the enum class specified by enumName
.
- getEnumConstants(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constant names for the given
Enum
type.
- getEnumerationFacetsFor(EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getEqualityHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the EqualityHelper instance for this helper context.
- getEqualityHelper(EqualityHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of EqualityHelper.
- getErrorCode() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the exception error code.
- getErrorCode() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error code.
- getErrorDetails() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error details.
- getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLValidator
-
Get the error handler to be used during validation
- getErrorHandler() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns error handler of the parser.
- getErrorHandler() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- getErrorHandler() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getErrorPath() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error path.
- getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the escape character, which is either a single
character or an input parameter.
- getEventCode() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The code of the descriptor event being raised.
- getEventCode() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
The code of the session event being raised.
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- getEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
Returns the Listener objects that have been added.
- getEventManager() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getEventManager() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the event manager.
- getEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getEventManager() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the event manager.
- getEventMethods() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- getEventSelectors() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- getExampleObject() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
This method returns the current example object.
- getException() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the exception that caused the log entry.
- getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
- getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
- getExceptionHandler() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
- getExceptionList() - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- getExceptionStore() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
INTERNAL:
- getExclusiveMode() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Returns exclusive mode.
- getExecutableParameters() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getExecutableReturnValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionSession() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Returns the session the underlying call was executed on.
- getExecutionSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the execution session.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionTime() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the time this query actually went to the database
- getExistenceCheck() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
This method is explicitly used by the Builder only.
- getExistencePolicy() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the existence policy for this existence Query
- getExpiryTime() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Get the expiry time as a Calendar.
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
Get the next time when this object will become invalid
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Return the next expiry time.
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
Since this policy implements no expiry, this will always return NO_EXPIRY
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
INTERNAL:
Return the next expiry time.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the parsed tree representing the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the
Expression
that is encapsulated within parenthesis.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Returns the
Expression
representing the arithmetic primary.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the
Expression
representing the timestamp or change number.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Returns the
Expression
that was parsed but grammatically, it is not a valid location.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the expression to be tested for a range of values.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the
Expression
representing the relationship expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the
Expression
that represents the collection-valued path expression if it was
parsed.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression
that represents the state field path expression or type
discriminator.
- getExpression(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the deepest
Expression
for the given position.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the
Expression
representing the expression that is negated.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the expression being tested for being null
.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the
Expression
that represents the order by expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the child
Expression
where the position of the cursor is.
- getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Get the expression builder which should be used for this query.
- getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
REQUIRED:
Get the expression builder which should be used for this query.
- getExpressionExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the expression being tested by
the IN
expression.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the registered
ExpressionFactory
that was registered for the given unique
identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the registered
ExpressionFactory
that was registered for the given unique identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the
ExpressionFactory
that is associated with the given identifier, if the
given string is indeed a JPQL identifier.
- getExpressionFactoryIds() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifiers of the
ExpressionFactory
handled by this BNF rule,
which includes those from the children as well.
- getExpressionItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the items being tested against.
- getExpressionQueryCacheMaxSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the max size of the expression query cache for avoiding regenerated dynamic query SQL.
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getExpressionValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtension() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Returns the extension that gives access to non-JPA metadata artifacts, such as database tables
and columns.
- getExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Used for JTS integration.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.CustomServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
in the DatabaseSession
This is defined by the user via the 904 sessions.xml.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for SUN AS9.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for JBoss.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer null because this does not apply.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for Oc4j.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getExternalTransactionControllerClass() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
For this server platform.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
For this server platform.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_EJBEmbeddable_Platform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction
controller to use for WebSphere EJBEmbeddable.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_Liberty_Platform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction
controller to use for WebSphere Liberty.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of
external transaction controller to use for WebSphere.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of
external transaction controller to use for WebLogic.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of
external transaction controller to use for WebLogic.
- getFacets() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getFactoryClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the factoryClass property.
- getFactoryMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the factoryMethod property.
- getFactoryMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getFactoryMethodParamTypes() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getFailoverConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the list of connection pools to used if this pool database goes down.
- getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFs
can help to parse the query,
then it will fall back on this one.
- getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifier of the
ExpressionFactory
to use when the fall back BNF
ID is not
null
.
- getFeatureSet() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
-
Gets a
FeatureSet
related to this service version.
- getFetchGroup(String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return a pre-defined named fetch group.
- getFetchGroup(String, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Lookup the FetchGroup to use given a name and a flag taking into
consideration descriptor inheritance to ensure parent descriptors are
searched for named and default FetchGroup.
- getFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the fetch group set in the query.
- getFetchGroupManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the fetch group manager for the descriptor.
- getFetchGroupName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the fetch group name set in the query.
- getFetchGroupNonNestedFieldsSet() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the set of fields required in the select clause, for fetch group reading.
- getFetchGroupNonNestedFieldsSet(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the set of fields required in the select clause, for fetch group reading.
- getFetchGroups() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return the fetch group map: keyed by the group name, valued by the fetch group object.
- getFetchGroupSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for fetch group reading.
- getFetchGroupSelectionFields(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for fetch group reading.
- getFetchSize() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the fetchSize setting that this query will set on the JDBC Statement
NB - a value of zero means that no call to statement.setFetchSize() will be made.
- getField() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Return the field associated with this mapping if there is exactly one.
- getField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
Returns an equal field held by ReturningPolicy, or null.
- getField() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getField() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
get the field that stores sopObject in the database (sopField)
- getField(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a field in a data-level query.
- getField(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a field in a data-level query.
- getField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getField() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the field associated with this mapping if there is exactly one.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Return the field mapped by this mapping.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the field that holds the nested collection.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL:
The aggregate object is held in a single field.
- getField() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
INTERNAL:
Return the field for the query key.
- getField() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- getField(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Return the field the corresponds to the name.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the type of the field value to allow conversion from the database.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
ADVANCED:
Return the class type of the field value.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassificationName() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
- getFieldDefFromDBField(DatabaseField) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build a field definition object from a database field.
- getFieldElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the class each element in the database row's
collection should be converted to, before the collection
is inserted into the database.
- getFieldInfos() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
PUBLIC:
Return the name of the field mapped by the mapping.
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
PUBLIC:
Return the name of the field that holds the nested collection.
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
PUBLIC:
Return the name of the field mapped by the mapping.
- getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the name of the field that holds the nested collection.
- getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Name of the field this mapping represents.
- getFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
PUBLIC:
Return the field name for the query key.
- getFieldName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Return the name of the field this mapping represents.
- getFieldName() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
PUBLIC:
Return the name of the field this mapping represents.
- getFieldName(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL:
return the original field name based on the argument name.
- getFieldNames() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getFieldNameToMethodNameAssociations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Needed for backwards compatibility
- getFieldNameToMethodNames() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Required for reverse compatibility and test cases:
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getFieldResults() - Method in class org.eclipse.persistence.queries.EntityResult
-
Accessor for the internally stored list of FieldResult.
- getFieldResults() - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
- getFields() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Returns a vector of all the fields this mapping represents.
- getFields() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
- getFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the fields
- getFields() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
INTERNAL:
getFields() is sued internally in a few places, so try to make that work for mapped records.
- getFields() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getFields() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
-
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
-
Gets the fields.
- getFields() - Method in interface org.eclipse.persistence.jpa.rs.util.list.SingleResultQuery
-
Gets a list fields.
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
-
Gets the fields.
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- getFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns a vector of all the fields this mapping represents.
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Return a list of XMLFields based on the source XPath values
in the source-target key field associations list.
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
This should not be used, but added some support for it as
is called from some places such as sdk call used in the descriptor to define operation not supported,
may also be called from toplin in some places.
- getFields() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getFields() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
Return the record's fields defined as PLSQLargument.
- getFields() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the fields for the stream.
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
By default, return an empty NonSynchronizedVector
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields to compare based on the passed in
table.
- getFieldsToGenerateInsert(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToGenerateUpdate(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToMergeInsert() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToMergeUpdate() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldToAttributeValueAssociations() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return a collection of the field to attribute value associations.
- getFieldToAttributeValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the field to attribute mapping.
- getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getFieldToTransformers() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
- getFieldTransformations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Returns a Vector which stores fieldnames and the respective method/transformer names.
- getFieldType() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
Return the Java class type of the field value.
- getFieldType(Object) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL:
return the class corresponding to the passed in JDBC type.
- getFieldTypeDefinition(AbstractSession, Class, String) - Static method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Retrieve a database platform specific definition from session for
existing type instance or build a new one when type is null
.
- getFieldTypeDefinition(DatabasePlatform, Class, String) - Static method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Retrieve database platform specific field definition from database
specific platform handler for existing type or build a new one when type
is null
and type for type name could not be found.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Transform the object-level value into a database-level value
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Convert the object (attribute or property) value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
- getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL:
- getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFile() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getFileName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getFileURL(String, ClassLoader, SessionLog) - Static method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
- getFilter() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
-
- getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string
- getFirstResult() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the value that will be set for the firstResult in the returned result set
- getFixedValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getFlags() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- getFloat(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getFloat(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getFloat(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getFlushOnExecute() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: If executed against a RepeatableWriteUnitOfWork if this attribute
is true EclipseLink will write changes to the database before executing
the query.
- getForceUpdate() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Return true if descriptor is set to always update all registered objects of this type
- getForeignKeyDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getForeignKeyFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- getForeignKeyFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Returns the foreign key names associated with the mapping.
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey.
- getForeignKeyFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyGroupingElement() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Get the grouping element field on the mapping.
- getForeignKeyMap() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- getForeignKeyRows(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
- getForeignKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Returns the ForeignKeyConstraint list.
- getForeignKeysToPrimaryKeys() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return the appropriate map that maps the "foreign keys"
to the "primary keys".
- getForeignKeyValuesForCaching() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getFraction() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-
- getFragmentBuilder() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
FROM clause.
- getFromIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
and Class type of the given domainObject.
- getFromIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
and Class type as those specified.
- getFromIdentityMap(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
of the specified row (i.e.
- getFromIdentityMap(Object, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key and Class type
as specified.
- getFromIdentityMap(Record, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key of the specified
row and Class type.
- getFromIdentityMap(Expression, Class, Record) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Most major databases support a creator name scope.
- getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL:
Most major databases support a creator name scope.
- getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getFunction(int) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
This can be used for accessing user defined functions.
- getFunction(int, List) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
This can be used for accessing user defined functions that have arguments.
- getFunction(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting the argument.
- getFunction(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting the argument.
- getFunctionCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Used for stored function calls.
- getFunctionName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the function name of the interaction.
- getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getFunctionWithArguments(String, List) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting all of the arguments.
- getGeneratedBuffers() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- getGeneratedClassesToArrayClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getGeneratedClassesToCollectionClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getGeneratedGlobalAttributes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getGeneratedGlobalElements() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getGeneratedTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getGeneratedTypesByXsdQName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- getGenericInterfaces() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- getGenericReturnType(JavaMethod) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a given method's generic return type as a JavaClass.
- getGenericSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- getGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Gets the value of the getMethod property.
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the getMethod property.
- getGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getGetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
This method is invoked reflectively on the reference object to return the value of the
attribute in the object.
- getGetMethodReturnType() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- getGlobalElementDeclarations() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- getGlobalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Lazy load and return the map of global elements.
- getGlobalProperty(String, String, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns the Property defined by the named global element or attribute
in the targetNamespace uri, or null if not found.
- getGlobalProperty(QName, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- getGlobalProperty(String, String, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getGlobalProperty(QName, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getGlobalProperty(QName, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGroup(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Returns AttributeGroup corresponding to the passed (possibly nested)
attribute.
- getGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getGroup(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Returns AttributeGroup corresponding to the passed (possibly nested)
attribute.
- getGroup(String) - Method in class org.eclipse.persistence.queries.FetchGroup
-
Returns FetchGroup corresponding to the passed (possibly nested) attribute.
- getGroup(String) - Method in class org.eclipse.persistence.queries.LoadGroup
-
Returns LoadGroup corresponding to the passed (possibly nested) attribute.
- getGroup(String) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
Returns CopyGroup corresponding to the passed (possibly nested) attribute.
- getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
GROUP BY clause.
- getGroupByExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Return the group bys.
- getGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the
Expression
that represents the list of group by items if any was parsed.
- getGroupingElements() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Returns the list of grouping elements currently stored on the MarshalRecord
- getGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getHasMore() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Returns true if collection has more
- getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Returns true if collection has more
- getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
HAVING clause.
- getHavingExpression() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Return the Having expression.
- getHeader(String) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
-
Get one of the generic headers used for the exception's toString().
- getHeavyWeightNouns() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getHeavyWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getHelper(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the registered helper that was cached with the given id.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.DataObjectInputStream
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
-
Return the helperContext that this instance is associated with.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
INTERNAL:
Return the current helperContext associated with this delegate.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Return the current helperContext associated with this delegate.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBXMLHelper
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
INTERNAL:
Return the helperContext containing this copyHelper.
- getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDODataFactory
-
INTERNAL:
Return the helperContext that this instance is associated with.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
INTERNAL:
- getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
-
INTERNAL:
Return the helperContext containing this equalityHelper.
- getHelperContext() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
INTERNAL:
Return the helper context for a given key.
- getHelperContext(String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the local helper context associated with the given identifier, or
create one if it does not already exist.
- getHelperContext(String, ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the local helper context with the given identifier, or create
one if it does not already exist.
- getHelperContext(String, ClassLoader) - Method in interface org.eclipse.persistence.sdo.helper.SDOHelperContext.HelperContextResolver
-
Should return instance of HelperContext
.
- getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Return the helperContext that this instance is associated with.
- getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
Return the helperContext that this instance is associated with.
- getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
Return the helperContext that this instance is associated with.
- getHelperContext(HelperContext) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of HelperContext.
- getHelperContext() - Method in class org.eclipse.persistence.sdo.SDOResolvable
-
- getHelperContext() - Method in class org.eclipse.persistence.sdo.SDOType
-
Return the HelperContext object associated with this type.
- getHelperContextResolver() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Getter for HelperContextResolver
- getHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
representing the hierarchical query clause.
- getHintString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the current database hint string of the query.
- getHistoricalTables() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getHistoryPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return this descriptor's HistoryPolicy.
- getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Allow history support on the reference table.
- getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Allows history tracking on the m-m join table.
- getHistoryTableNames() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getHttpStatus() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the http status.
- getHttpStatusCode() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Gets the http status code.
- getId(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns the object's Id.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Returns the unique identifier of this ExpressionFactory
.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getId() - Method in enum org.eclipse.persistence.logging.LogCategory
-
Get logging category ID.
- getId() - Method in enum org.eclipse.persistence.logging.LogLevel
-
Get logging level ID.
- getId() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the Id for the result or null if not requested.
- getId() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the primary key for the object that this change set represents.
- getId() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Get the unique identifier for the service
- getId(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Extract and return the Id from the object.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the identification variable that starts the path expression, which can be a sample
identification variable, a map value, map key or map entry expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression
representing the identification variable, which maps the
collection-valued path expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression
that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the
Expression
that represents the identification variable.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the identifier for this expression that may include NOT and OF if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the identifier for this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the identifier this expression represents.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the enum constant that represents the identifier.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
-
Returns the actual JPQL composite identifiers identified by this enum constant.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the union identifier.
- getIdentifier() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the unique label for this HelperContext.
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Returns the JPQL identifiers that are supported by the
JPQL grammar
.
- getIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPQL identifiers that are supported by the BNF rule with the given unique
identifier.
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the JPQL identifiers that are supported by this BNF rule.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the JPA version in which the identifier was first introduced.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPA version in which the identifier was first introduced.
- getIdEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to primary key attribute(s).
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityMapAccessor() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
The IdentityMapAccessor is the preferred way of accessing IdentityMap functions
This will return an object which implements an interface which exposes all public
IdentityMap functions.
- getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the size of the identity map.
- getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the size of the identity map.
- getIDProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the TypeProperty 'idProperty'.
- getIDResolver() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Return this Unmarshaller's custom IDResolver.
- getIDResolver() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Return this Unmarshaller's custom IDResolver.
- getIdValidation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what types are allowed as a primary key (id).
- getImplClass() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getImplClassesToSDOType() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getImplClassesToSDOType() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getImplClassesToSDOType() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
- getImplClassName() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getImplementorDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Returns the implementor descriptor class.
- getImplementorDescriptorClassName() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Returns the implementor descriptor class name.
- getImplementorForType(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the implementor for a specified type
- getINClauseLimit() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getIndentationString() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Used to print things nicely in the testing tool.
- getIndex() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return the index of the change in the collection
- getIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getIndexForProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Convenience method that returns the index of the Setting
associated with a given property in the Settings list
- getIndexInDeclaredProperties() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getIndexInType() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getIndexNamePrefix(boolean) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used to allow platforms to define their own index prefixes
- getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField return the corresponding value from the document
- getIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getIndicatingNoEntry(DatabaseField, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getIndicatingNoEntry(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Retrieve the value for the field name.
- getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the mapping's indirection policy.
- getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the mapping's indirection policy.
- getInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInExpressionWithNestedArray() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInheritancePolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the inheritance policy.
- getInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression
that represents the list if items.
- getInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the context factory name used as the value to the INITIAL_CONTEXT_FACTORY
key in the cached context properties.
- getInitializedDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- getInitializer(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Return JPAInitializer corresponding to the passed classLoader.
- getInitiallyConformingIndex() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Conforming instances found in memory when building the result.
- getInitialNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the initial number of connections allowed.
- getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the threshold for the stream.
- getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Specifies the number of elements to be read initially into a cursored stream.
- getInitialValue() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
- getInitialValue() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
returns the initial locking value
- getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
returns the initial locking value
- getInlineMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getInMemoryQueryIndirectionPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Returns the InMemoryQueryIndirectionPolicy for this query
- getInMemoryQueryIndirectionPolicyState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Returns the InMemoryQueryIndirectionPolicy for this query
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL uses the INOUT keyword for this.
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses the INOUT keyword, as opposed to "IN OUT".
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This method is used to print the output parameter token when stored
procedures are called.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses IN prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputRecordName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the input record name.
- getInputResultPath() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
The input result path defines the root key for the MappedRecord that
the interaction argument is nested into.
- getInputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Return the root element name to use for the input DOM.
- getInputRow() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
INTERNAL:
Return the input database row.
- getInsertCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert call.
- getInsertObjectQuery(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Returns a clone of InsertObjectQuery from the ClassDescriptor's DescriptorQueryManager or a new one
- getInsertObjectQuery(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Returns a clone of InsertObjectQuery from the ClassDescriptor's DescriptorQueryManager or a new one
- getInsertQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert query.
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- getInsertSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert SQL string.
- getInstance() - Static method in class org.eclipse.persistence.jpa.config.RuntimeFactory
-
- getInstance() - Static method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
-
- getInstance() - Static method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the singleton instance of XMLPlatformContext.
- getInstance() - Static method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Returns the one and only instance of this singleton.
- getInstance() - Static method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
- getInstanceClass() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getInstanceClassName() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Returns the Java class name that this type represents.
- getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getInstanceProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getInstanceProperty(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getInstanceProperty(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- getInstantiationPolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Returns the instantiation policy.
- getInstantiationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the instantiation policy.
- getInt(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getInt(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getInt(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getInteger() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-
- getIntegrityChecker() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
Return Integrity Checker.
- getIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Returns the integrityChecker,the integrityChecker holds all the ClassDescriptor Exceptions.
- getInteractionSpec() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the JCA InteractionSpec that defines this EIS interaction.
- getInterfaceBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getInterfaceName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getInterfacePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the InterfacePolicy.
- getInterfacePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the InterfacePolicy.
- getInterfaces() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Interfaces the dynamic entity class implements.
- getInterfacesToSDOTypeHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getInterfacesToSDOTypeHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getInterfacesToSDOTypeHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
- getInternalException() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the internal native exception.
- getInternalExceptions() - Method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Return the collection of internal Exceptions.
- getInternalMax() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
returns the JPA max results that may have been set on a NamedQuery
- getInternalMWConfigObjects(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
This method is to be used to load config objects for the Mapping Workbench
only.
- getInternalMWConfigObjects(String, ClassLoader, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
This method is to be used to load config objects for the Mapping Workbench
only.
- getIntStatus(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Convenience method to return the int value of the transaction status.
- getInvalidateOnChange() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return if any change to any object of the query class should cause the query results to be invalidated.
- getInvalidationClasses() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
ADVANCED:
Return the set of classes that should trigger the query cached results to be invalidated.
- getInvalidationState() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getInvalidValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- getInverseReferencePropertyContainerClass() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertyGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertySetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getIsConcurrent() - Method in class org.eclipse.persistence.queries.LoadGroup
-
INTERNAL:
Return if the load group should load its relationships concurrently.
- getIsSetMethodName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
Gets the value of the isSetMethodName property.
- getIsSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
Gets the value of the isSetParameter property.
- getIsSetParameters() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetParameterTypes() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- getItem(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
Lookup the AttributeItem
for the provided attribute name or path.
- getItem(String[], boolean) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Locate the AttributeGroup where the leaf attribute in the path should be
applied to.
- getItem(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL:
Lookup the AttributeItem
for the provided attribute name or path.
- getItem(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
- getItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getItems() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
-
Gets the items.
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
-
Gets the items.
- getItems() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Return a Java Annotation
representation of this JavaAnnotation
.
- getJavaAnnotationClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Return the Java Class
of the Annotation
represented by this JavaAnnotation
.
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Gets the value of the javaAttribute property.
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
-
Gets the value of the javaAttribute property.
- getJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the javaAttributes property.
- getJavaClass() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Return the java class.
- getJavaClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the java class.
- getJavaClass() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getJavaClass(Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance created based the provided class.
- getJavaClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance created based on fully qualified
class name.
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL
Return the class for a given qualified XML Schema type
- getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL
- getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the class for a given qualified XML Schema type.
- getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
INTERNAL
- getJavaClassArray(Class...) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return array of JavaClass instances created based on the provided classes.
- getJavaClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
-
Returns this JavaModelInput's
array of JavaClasses
.
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
-
Returns this JavaModelInput's
array of JavaClasses
.
- getJavaClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the class name, used by the MW.
- getJavaClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the JavaClass name for this typeinfo.
- getJavaEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the javaEnum property.
- getJavaEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Gets the value of the javaEnumValue property.
- getJavaField(Field) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaLevel(int) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the corresponding java.util.logging.Level for a given TopLink level.
- getJavaMethod(Method) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the javaMethod property.
- getJavaModel() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Get this JavaClass'
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
-
Returns this JavaModelInput's
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Get this JavaClass'
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
-
Returns this JavaModelInput's
JavaModel
.
- getJavaModelClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Returns a Map
of this JavaModel's
JavaClasses
, keyed on class name.
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
-
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-
- getJavaStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
The javaType associated with this element.
- getJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes
-
Gets the value of the javaType property.
- getJavaType() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC:
- getJavaType() - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
-
- getJavaTypeAdapterClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the java type adapter class associated with the element
- getJavaTypeForProperty(SDOProperty) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
- getJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the name of the java type associated with this global element.
- getJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the javaTypes property.
- getJavaVariableAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the javaVariableAttribute property.
- getJavaWrapperTypeForSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getJavaWrapperTypeForSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getJavaWrapperTypeForSDOType(Type) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Returns this JavaModel's
JaxbClassLoader
, which
should be the parent ClassLoader
.
- getJAXBContext(JAXBContext) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of JAXBContext.
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getJAXBContext(Set<Class<?>>, Annotation[], MediaType, MultivaluedMap<String, ?>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Return the JAXBContext that corresponds to the domain class.
- getJAXBContext() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jAXB context.
- getJAXBContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
-
Return the JAXBContext.
- getJAXBDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jAXB descriptor for class.
- getJaxbElementClass() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance based on the @see jakarta.xml.bind.JAXBElement .
- getJAXBNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getJdbcConnectionDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return JDBCConnection detail information.
- getJdbcConnectionDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return JDBCConnection detail information.
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Return the JDBC type for the Java type.
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Return the JDBC type for the Java type.
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Sybase and SQL Anywhere do not support BLOB/CLOB but require LONGVARBINARY/LONGVARCHAR.
- getJDBCTypeForSetNull(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Return the JDBC type for the given database field to be passed to Statement.setNull
The Oracle driver does not like the OPAQUE type so VARCHAR must be used.
- getJdbcTypeName(int) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
Returns the type name corresponding to the jdbc type
- getJNDIConnectorLookupType() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: Get JNDIConnector lookupType value for this platform.
- getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
- getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the join association path expression.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the join expression for the relationship defined by the query key.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Join criteria is created to read target records (nested table) from the table.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Join criteria is created to read target records (nested table) from the table.
- getJoinedAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Convenience method for project mapping.
- getJoinedAttributeManager() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return join manager responsible for managing all aspects of joining for the query.
- getJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return if this relationship should always be join fetched.
- getJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the JOIN
expressions defined with this declaration, if supported.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the unique join (fetch join) or the list of joins (fetch joins) expression.
- getJPAQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed JPQL queries.
- getJPAQueries() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all pre-defined not yet parsed EJBQL queries.
- getJPATablePerTenantQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed JPQL queries to table per tenant
entities.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the Java Persistence this entity for which it was defined.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPQLParseCache() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the JPQL parse cache.
- getJPQLParseCacheMaxSize() - Method in class org.eclipse.persistence.sessions.Project
-
ADVANCED:
Return the JPQL parse cache max size.
- getJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLQueryBNFValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the JPQL string of the query.
- getJPQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the EJBQL string for this call
- getJsonArrayBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
-
- getJsonArrayBuilder() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- getJsonObjectBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
-
- getJsonObjectBuilder() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- getJsonStructure() - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
-
- getJsonTypeConfiguration() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Returns json type configuration.
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getKey() - Method in class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
-
INTERNAL:
Return the change type
- getKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Gets the value of the key property.
- getKey() - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Return the key.
- getKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
-
- getKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getKeyClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to get the object class from the key converter
if it is a TypeConversionConverter.
- getKeyClassFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getKeyConverter() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
Return the converter on the mapping.
- getKeyGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyName(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- getKeyName() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- getKeyType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getKeyType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Return the class of the key.
- getKnownCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getLastFieldIndex() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getLastUpdatedQueryId() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getLastXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Return the last XPathFragment.
- getLeafBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Lookup the descriptor for this item by traversing its expression recursively.
- getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Lookup the descriptor for this item by traversing its expression recursively.
- getLeafElementType() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getLeafElementType() - Method in class org.eclipse.persistence.oxm.XMLField
-
- getLeafMapping(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Lookup the mapping for this item by traversing its expression recursively.
- getLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression
that represents the first expression, which is before the
identifier.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLength() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getLength() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getLength() - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- getLevel() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getLevel(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getLevel(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
- getLevel(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
- getLevel() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the log level.
- getLevel(String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the log level; category is only needed where name space
is available.
- getLevel() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the request level of the log entry.
- getLevelIndex() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getLevelString() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getLevelString() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
- getLimit() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the limit.
- getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the limit.
- getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.CollectionProxy
-
- getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the links.
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the links.
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- getList() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Returns a list of links.
- getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.LinkList
-
- getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.QueryList
-
- getList(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getList(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getList(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getListClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-
- getListenerFactory() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Get the factory used to generate synchronization listeners.
- getListeners() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
PUBLIC:
The event listeners will receive all events raised by this session.
- getListOrderField() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Field holds the order of elements in the list in the db, requires collection of type List;
may be not null only in case isListOrderFieldSupported==true.
- getLiteralLabels() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can retrieve some information about various literal.
- getLoader() - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
-
Return the loader for loading the resource bundles.
- getLoader() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getLoader() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getLoader() - Method in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
-
Return the loader value.
- getLoader() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
Return the load group set in the query.
- getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the load group set in the query.
- getLobValueLimits() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
PUBLIC:
Return the BLOB/CLOB value limits on thin driver.
- getLobValueLimits() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
PUBLIC:
Return the BLOB/CLOB value limits on thin driver.
- getLobValueLimits() - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
PUBLIC: Return the BLOB/CLOB value limits on thin driver.
- getLocalContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Return the properties that will be used to create the initial context
for local JNDI access.
- getLocalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getLocalHostContext() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL:
Return the context used for looking up in local JNDI.
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Get the local name of the context root element.
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Get the local name of the context root element.
- getLocalName(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns the local name as declared in the XSD.
- getLocalName(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns the local name as declared in the XSD.
- getLocalName(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getLocalName(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getLocalName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- getLocalQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTENAL:
Return the query from the set of pre-defined queries with the given name and argument types.
- getLocalQueryByArgumentTypes(String, List) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the query from the set of pre-defined queries with the given name and argument types.
- getLocalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the location property.
- getLocationAccessor() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Returns this Descriptor's location accessor, if one is defined.
- getLockableMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns a reference to the mappings that must be traverse when locking
- getLockFields() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: Returns the lock fields
- getLockFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields based on the passed in table
- getLockFieldsByTable() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields
- getLockingClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
It is not exactly as simple as a query being either locking or not.
- getLockingMode() - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
-
PUBLIC:
Return locking mode.
- getLockMode() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC: Return the current locking mode.
- getLockModeType() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
returns the jakarta.persistence.LockModeType string value set on this query.
- getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
ADVANCED:
returns the LockOnChange mode for this policy.
- getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
ADVANCED:
returns the LockOnChange mode for this policy.
- getLog() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Returns the attunity adapter message log.
- getLog() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getLog() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the writer to which an accessor writes logged messages and SQL.
- getLogFilename() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the log filename.
- getLogFilename() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log filename.
- getLogger(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the Logger for the given category
- getLogin() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Return a DatabaseLogin to be used by separate sequencing connection(s).
- getLogin() - Method in class org.eclipse.persistence.sessions.Project
-
OBSOLETE:
Return the login, the login holds any database connection information given.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get login from the server side
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get login from the server side
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Return the login to use for this connection.
- getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the login used to create connections.
- getLogin() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getLogLevel(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log level
- getLogLevel(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the log level.
- getLogLevel() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the log level.
- getLogLevelProperty() - Method in enum org.eclipse.persistence.logging.LogCategory
-
Get log level property name for this logging category.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL:
Build the log string for the call.
- getLogString(Accessor) - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL:
Return a string appropriate for the session log.
- getLogString(Accessor) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the SQL string for this call.
- getLogString(Accessor) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
Return the SQL string for logging purposes.
- getLogType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
- getLogType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
- getLong(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getLong(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getLong(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getLongestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getLookupType() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
- getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the lower bound expression.
- getManagedType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the managed type by resolving the given
Expression
.
- getManager() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session manager for current context.
- getMapClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED: Allows the retrieval of the owning mapping for a particular
mapping.
- getMappedBy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getMappedClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Answer the mapped class.
- getMappedClassNamesUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
INTERNAL:
This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's
reference class names that match the provided filter.
- getMappedClassNamesUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's
reference class names that match the provided filter.
- getMappedSuperclass(String) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Use the Metadata key parameter to lookup the
Descriptor from the Map of mappedSuperclass descriptors
- getMappedSuperclassDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the Map of RelationalDescriptor objects representing mapped superclass parents
keyed by className of the metadata class.
- getMapping() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getMapping() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL:
Return the mapping.
- getMapping() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the mapping that the problem was detected in.
- getMapping() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getMapping() - Method in class org.eclipse.persistence.sdo.SDOSetting
-
- getMappingForAttributeName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the mapping associated with a given attribute name.
- getMappingNamed(Object, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the mapping with the given name.
- getMappingQueries() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Return the internally stored prepared mapping queries.
- getMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns mappings
- getMappingsGenerator() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getMappingsPostCalculateChanges() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Mappings that require postCalculateChanges method to be called
- getMappingsPostCalculateChangesOnDeleted() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Mappings that require mappingsPostCalculateChangesOnDeleted method to be called
- getMappingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type of the given mapping object.
- getMapsIdValue() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the mapped by id value
- getMarker() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the marker used for mark() & reset() operations.
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getMarshalledObject() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- getMarshalledObjectRootQName() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- getMarshaller(Marshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Marshaller.
- getMarshaller() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getMarshaller() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getMarshalListener() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getMarshalNullRepresentation() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
Get the enum that determines what XML to write when a null value is encountered.
- getMasks() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMatchingAttributeValueFromObject(AbstractRecord, Object, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
This is used to preserve object identity during a refreshObject()
query.
- getMatchingBackupAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
This is used to match up objects during an update in a UOW.
- getMatrixParameters(UriInfo, String) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Get a map of the matrix parameters associated with the URI path segment of the current request
In JPA-RS, things that user sets (such as parameters of named queries, etc.) are treated as matrix parameters
List of valid matrix parameters for JPA-RS is defined in MatrixParameters
- getMax() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- getMaxBatchWritingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Allow for the max batch writing size to be set.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: returns the maximum number of characters that can be used in a
field name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: returns the maximum number of characters that can be used in a
field name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the maximum number of single byte characters that can be used in
a field name on this platform, assuming DEFAULT_DSI_NAME=CODE is
specified in Symfoware's operating environment file for the system (see
Symfoware manual).
- getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: returns the maximum number of characters that can be used in a
foreign key name on this platform.
- getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL: returns the maximum number of characters that can be used in a
foreign key name on this platform.
- getMaximumCachedResults() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the maximum cached results.
- getMaxNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the maximum number of connections allowed.
- getMaxNumberOfNonPooledConnections() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the number of non-pooled database connections allowed.
- getMaxNumberOfNonPooledConnections() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the number of non-pooled database connections allowed.
- getMaxOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMaxPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Returns a maximum number of connections in sequencing connection pool
- getMaxResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMaxRows() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the limit for the maximum number of rows that any ResultSet can contain to the given number.
- getMaxSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
- getMaxSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the max size of a particular connection pool
- getMaxSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the max size of a particular connection pool
- getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
returns the maximum number of characters that can be used in a unique key
name on this platform.
- getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a unique key
name on this platform.
- getMBeanServer() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Return the MBeanServer to be used for MBean registration and deregistration.
This MBeanServer reference is lazy loaded and cached on the platform.
There are multiple ways of getting the MBeanServer
- getMBeanServer() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL:
Return the MBeanServer to be used for MBean registration and deregistration.
This MBeanServer reference is lazy loaded and cached on the platform.
There are multiple ways of getting the MBeanServer
- getMBeanSessionName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Remove JMX reserved characters from the session name
- getMediaType(String) - Static method in enum org.eclipse.persistence.oxm.MediaType
-
- getMediaType() - Method in enum org.eclipse.persistence.oxm.MediaType
-
- getMediaType() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Get the MediaType for this xmlMarshaller.
- getMediaType() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Get the MediaType for this xmlUnmarshaller.
- getMemberDatabaseSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the member DatabaseSessionImpl that maps cls in session broker.
- getMemberServerSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the member ServerSession that maps cls in session broker.
- getMemberSessionName(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the name of member session that maps cls.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This is the database error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
This method is used to print out all the descriptor exceptions.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getMessage() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
- getMessage() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the log entry's message.
- getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the arguments associate with the problem's message.
- getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the resource bundle key used to retrieve the localized message.
- getMessageTemplate() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getMetadataCatalog(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns metadata catalog.
- getMetadataRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing metadata-catalog root:
http(s)://root:port/persistence/version/context/metadata-catalog
- getMetadataSources() - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getMetamodelIdClassMap() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the Map of IdClass attribute lists keyed on owner class name.
- getMethod() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the clone method.
- getMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType[] contains JavaClassImpl instances
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the JavaMethod
for this JavaClass
, identified
by name
, with the signature matching args
.
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Gets the value of the method property.
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the method property.
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
- getMethod() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Returns the static method.
- getMethodBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getMethodClass() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Returns the class to execute the static method on.
- getMethodClassName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Returns the class to execute the static method on.
- getMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the clone method name.
- getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
- getMethodName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Returns the name of the static method.
- getMethodName(String, String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Return a valid Java get method name for a given string.
- getMethodParameterTypeDeclarations(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the list of type declarations representing the given constructor's parameter types.
- getMethodReturnTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- getMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the JavaMethods
for this JavaClass
.
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the JavaMethods
for this JavaClass
.
- getMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
-
The mime type will be obtained from the objects field/property that is
mapped to the XML attribute with name "contentType" and namespace URI
"http://www.w3.org/2005/05/xmlmime".
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
-
Return the default mime type for this policy.
- getMimeType(Object) - Method in interface org.eclipse.persistence.oxm.mappings.MimeTypePolicy
-
return a MIME type string
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
INTERNAL
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
INTERNAL
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
INTERNAL
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
INTERNAL
- getMimeType(Object) - Method in class org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
-
- getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- getMimeTypePolicy() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getMin() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- getMinimumTimeIncrement(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
Return a minimal time increment supported by the platform.
- getMinNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the minimum number of connections.
- getMinOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMinPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Returns a minimum number of connections in sequencing connection pool.
- getMinResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMinSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the min size of a particular connection pool
- getMinSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the min size of a particular connection pool
- getMixedContentMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getModified() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return all modified objects
- getModifiedDoms() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the Java language modifiers for this JavaClass
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the Java language modifiers for this JavaClass
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the Java language modifiers for this JavaConstructor
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the Java language modifiers for this JavaField
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the Java language modifiers for this JavaMethod
, encoded in an integer.
- getModifyRow() - Method in class org.eclipse.persistence.queries.ModifyQuery
-
INTERNAL:
Return the modify row
- getModuleName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
- getModuleName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getModuleName() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session
is associated with.
- getModuleName() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session
is associated with.
- getModuleName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getModuleName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getMonitorName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the name to use for the query in performance monitoring.
- getMoveIndexPairs() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes of the elements that were simply moved
within the collection.
- getMoveIndexPairs() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
ADVANCED:
Return the indexes of the elements that were simply moved
within the collection.
- getMoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements that were simply shuffled
within the collection.
- getMoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements that were simply shuffled
within the collection.
- getMulticastGroupAddress() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the host address of the multicast group.
- getMulticastPort() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the multicast port used for discovery.
- getMultipleFieldIdentifiers() - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
- getMultipleTableForeignKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultipleTableForeignKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the List of DatabaseTables in the order which INSERTS should take place.
- getMultipleTableJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
This is normally generated for descriptors that have multiple tables.
- getMultipleTablePrimaryKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Retun the multitenant policy
- getMultitenantPolicy() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
- getName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getName() - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
PUBLIC:
Return the name of the policy.
- getName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
Return the entity type's name.
- getName() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the name of the ConnectionFactory within the
JNDI Context.
- getName() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getName() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Return the name.
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the name of this JavaClass
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Returns the name of this JavaPackage
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the name of this JavaClass
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the name of this JavaConstructor
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the name of this JavaField
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the name of this JavaMethod
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Returns the name of this JavaPackage
.
- getName() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
Returns the name of the static EntityGraph.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the name property.
- getName() - Method in interface org.eclipse.persistence.jpa.config.DataService
-
- getName() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getName() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the name.
- getName() - Method in enum org.eclipse.persistence.logging.LogCategory
-
Get logging category name.
- getName() - Method in enum org.eclipse.persistence.logging.LogLevel
-
Get logging level name.
- getName() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC:
Return the name for the query key.
- getName() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
Return the name of the setting.
- getName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the name of the query
- getName() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
-
- getName() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
-
- getName() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns the name of the Property.
- getName() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getName() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- getName() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getName() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the name of the DataSource within the
JNDI Context.
- getName() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
get the name of the project.
- getName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the name of this pool.
- getName() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the name of the session.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Return the name of the object.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the name of the field.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Return the name.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- getNameFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getNameForFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getNameFromXPath(String, String, boolean) - Static method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
Convenience method that returns the field name for a given xml-path.
- getNames() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Lazily initialize and return the names of the items requested for use in each result object.
- getNames() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the names of report items, provided to ReportQuery.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the namespace property.
- getNameSpace() - Method in enum org.eclipse.persistence.logging.LogCategory
-
Get logger name space for this logging category.
- getNameSpace() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the name space of the log entry.
- getNamespaceInfo() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespaceInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getNamespaceInfoForNamespace(String, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getNamespacePrefixMapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
By default the JSON-binding will ignore namespace qualification.
- getNamespacePrefixMapper() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
- getNamespaceResolver() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Return the XML namespace resolver.
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the NamespaceResolver associated with this descriptor
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLField
-
Get the NamespaceResolver associated with this XMLField
- getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Return the NamespaceResolver
- getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Return the NamespaceResolver
- getNamespaceResolver() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Return the NamespaceResolver
- getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
INTERNAL:
Return the namespaceResolver to be used with this document.
- getNamespaceResolverForDescriptor(NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespaceSeparator() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
This character (default is '.') separates the prefix from the key name.
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNameSpaceString(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the name space for the given category from the map.
- getNamespaceUri() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Gets the value of the namespaceUri property.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Get the namespace URI for the context root element.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Get the namespace URI for the context root element.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getNamespaceURI(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getNamespaceURI(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns the namespace URI as declared in the XSD.
- getNamespaceURI(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns the namespace URI as declared in the XSD.
- getNamespaceURI(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getNamespaceURI(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
PUBLIC:
Return the only supported JNDI naming service type used to look up remote connections to other service instances.
- getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the type of naming service used to look up remote connections to other
service instances.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Return the catalog information through using the native SQL catalog
selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Not currently used.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can determine if an
Expression
represents a nested array.
- getNestedFieldTranslations() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the hashtable that stores the nested field translations.
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map.
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map
- getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Return the database type of the value contained in the collection type.
- getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
Return the database type of the value contained in the collection type.
- getNestedTypeField() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY fields, this field's type represents the type contained in the ARRAY.
- getNestLevel() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getNestTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getNewCollection() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements in the new collection.
- getNewCollection() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements in the new collection.
- getNewKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the key value that this object will be stored under in it's respective Map.
- getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Returns the new Timestamp value.
- getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method gets the write lock value from either the cache or
the object stored in the query.
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL:
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getNewTempClassLoader(PersistenceUnitInfo) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL:
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression
representing the new value, which is the new value of the property.
- getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
-
ADVANCED:
Returns the new value assigned during the change
- getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
-
ADVANCED:
Returns the new reference for this object
- getNextMappedSuperClass(JavaClass, Map<String, TypeInfo>, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- getNextObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getNextSequenceNumberValue(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the sequence number from the database.
- getNoAccessTypePropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getNode(Object, Node, AbstractSession, XMLDescriptor, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getNodeClass() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getNodeForObject(Object) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getNodeOrderingPolicy() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getNodeToReplace(Node) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the value of the noNamespaceSchemaLocation declaration
for the http://www.w3.org/2001/XMLSchema-instance namespace in the
root element, or null if not present.
- getNonAttributeXPathNode(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNonDeferredCreateTime() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This setting is only available for CMP beans that are not being deferred.
- getNonFetchJoinAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the attributes that must be joined, but not fetched, that is,
do not trigger the value holder.
- getNonFinalizedMappingURIs() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getNonFinalizedReferencingProps() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getNonNullNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getNonReferenceEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to non relational attributes
intersected with defaultFetchGroup.
- getNonReferenceEntityFetchGroup(boolean, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to non relational attributes
intersected with defaultFetchGroup.
- getNonTransientPropertiesInPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return all non-transient properties that exist in the propOrder array.
- getNormalAndHeavyWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getNormalHeavyAndAllWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getNormalWeightNouns() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getNormalWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getNounByType(String, Noun, int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Look for noun based on the given type and weight.
- getNoWaitString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 does not support NOWAIT.
- getNullableArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the list of arguments to check for null.
- getNullCapableValues() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the null ordering type.
- getNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Returns the null policy for this property.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
- getNullPolicy() - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
-
Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
- getNullRepresentationForXml() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Gets the value of the nullRepresentationForXml property.
- getNullValue() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- getNullValue() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- getNumberOfInstancesEffected() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getNumberOfItems() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getNumberOfNonPooledConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the current number of non-pooled connections in use.
- getNumberOfObjectsInAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will SUM and return the number of objects in all Identity Maps in the session.
- getNumberOfObjectsInAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will SUM and return the number of objects in all Identity Maps in the session.
- getNumberOfObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return the number of objects in a particular Identity Map
- getNumberOfObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return the number of objects in a particular Identity Map
- getNumberOfObjectsInIdentityMapSubCache(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return the number of objects in a particular Identity Map's
subcache.
- getNumberOfObjectsInIdentityMapSubCache(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return the number of objects in a particular Identity Map's
subcache.
- getNumberOfPersistentClasses() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will answer the number of persistent classes contained in the session.
- getNumberOfPersistentClasses() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will answer the number of persistent classes contained in the session.
- getNumberOfProperties() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
The current number of properties.
- getNumberVal() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
XMLType Function - gets a number value from an XMLType
- GetNumberVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getNumberVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Synanym for source.
- getObject() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
PUBLIC:
Return the object for which the problem was detected.
- getObject(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns the Object from the cache map with the id
and Class type.
- getObject() - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The Object that will be marshalled
- getObject() - Method in exception org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.MarshalSAXParseException
-
- getObject() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getObject(Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets the Java Object associated with the provided XML Node.
- getObject() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Return the object.
- getObject() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC:
Return the object required for modification.
- getObject() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return the object registered given its name.
- getObjectBuilder() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Return the object builder
- getObjectBuilder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the object builder
- getObjectBuilder(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getObjectBuilderForClass(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getObjectChangePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return this objects ObjectChangePolicy.
- getObjectChangePolicyInternal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return this objects ObjectChangePolicy and do not lazy initialize
- getObjectChangeSet() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC:
Return the ObjectChangeSet representing the object being changed
- getObjectChangeSetForClone(Object) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
Get ChangeSet for a particular clone
- getObjectClass() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance based on the @see java.lang.Object .
- getObjectClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Returns the class type of the object value.
- getObjectClass() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Get the Class of the elements of this collection's "sub-collection".
- getObjectClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the name of the object type for the MW usage.
- getObjectClassName() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Get the Class name of the elements of this collection's "sub-collection".
- getObjectCollection() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the internal object collection that stores the objects.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectEntityFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return FetchGroup held by the object.
- getObjectFactoryClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getObjectFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return FetchGroup held by the object.
- getObjectForNode(Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getObjectForNode(Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Get a timestamp value from a result set.
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Get a timestamp value from a result set.
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- getObjectFromRow(AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Deserialize the object from the value corresponding to the policy field, nullify that value, set the object into the row using setSopObject, also return it.
- getObjectGraphs() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getObjectName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getObjects() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
PUBLIC:
Return the objects that are to be deleted
- getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMapSubCacheAsMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMapSubCacheAsMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return a Map of the objects in a particular Identity Map's
subcache.
- getObjectsPerSecond() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getObjectValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Convert the field value to an attribute value.
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Allows for subclasses to convert the the attribute or property value.
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Allows for subclasses to convert the attribute value.
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL:
Get the attribute value for the given field value.
- getObjectValueWithoutClassCheck(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Same as getObjectValue method, but without checking fieldValue's class.
- getOffset() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the position of this
Expression
within its parent hierarchy.
- getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the position of this
Expression
within its parent hierarchy.
- getOffset() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the offset.
- getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the offset.
- getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getOldContainer(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns the value of the
container
data object
at the point when logging
began
.
- getOldContainer() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
- getOldContainers() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getOldContainmentProperty(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns the value of the
containment property
data object property
at the point when logging
began
.
- getOldContainmentProperty() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
- getOldKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the key value that this object was stored under in it's respective Map.
- getOldSequence(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns the value of the
sequence
for the data object
at the point when logging
began
.
- getOldSequences() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return a map of original sequences keyed on DataObject (cached values).
- getOldValue(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns a
setting
for the specified property
representing the property value of the given
dataObject
at the point when logging
began
.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateChangeRecord
-
ADVANCED:
If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true,
then return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true,
then return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
-
ADVANCED:
Return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
-
Return the old value of the object reference.
- getOldValues(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns a list of
settings
that represent the property values of the given
dataObject
at the point when logging
began
.
- getOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the
ON clause if present.
- getOnlyInstancesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Return the 'only instances expression'.
- getOpenContentProperties() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Return the Map of Open Content Properties
- getOpenContentProperties() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Return the Map of Open Content Properties
- getOpenContentProperties() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Return the Map of Open Content Properties
- getOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- getOpenContentProperty(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
Get the open Property with the specified uri and name, or null if
not found.
- getOpenContentProperty(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- getOpenContentProperty(Property) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- getOpenContentValues() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
INTERNAL:
- getOperation(Class) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
determines which operation to use for comparison.
- getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationStartTokenThreadLocal() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getOperationTime(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getOperationTimingsByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperator() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Most expression have operators, so this is just a convenience method.
- getOperator(int) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Create a new expression tree with the named operator.
- getOperator(int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
INTERNAL:
Return the operator.
- getOperator(Integer) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Lookup the operator with the given id.
- getOpposite() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns the opposite Property if the Property is bi-directional or null otherwise.
- getOppositePropName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- getOptimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the OptimisticLockingPolicy.
- getOptionalArguments() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return the list of optional arguments.
- getOptionName() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getOrDefault(Object, V) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression
representing the
ORDER BY clause.
- getOrderByExpressions() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the order by expression.
- getOrderByExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the order expressions for the query.
- getOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the
Expression
representing the list of items to order.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Aggregate order by all their fields by default.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the list of fields that should be used if this mapping is used in an order by.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return null if this mapping is used in an order by.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Relationships order by their target primary key fields by default.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Order by foreign key fields if a foreign key mapping (avoids joins).
- getOrderByQueryKeyExpressions() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return the ordering query keys.
- getOrderCorrectionType() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Specifies what should be done if the list of values read from listOrserField is invalid
(there should be no nulls, no duplicates, no "holes").
- getOrderedDescriptors() - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
INTERNAL:
Return the descriptors in the order added.
- getOrderedDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the descriptors in the order added.
- getOrderedFields() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Return the field order.
- getOrderedForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a vector of the foreign key fields in the same order
as the corresponding primary key fields are in their descriptor.
- getOrderedPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
- getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the ordering type.
- getOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
ORDER SIBLINGS BY clause.
- getOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getOrGeneratePrefixForNamespace(String, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Attempt to resolve the given URI to a prefix.
- getOriginalElements() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getOriginalGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getOriginalObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source object represents the object the event is being raised on,
some events also require a second object, for example the original object in a postClone.
- getOriginalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the list of original properties for this type info.
- getOriginalSequences() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return a map of original sequences keyed on DataObject.
- getOriginalSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getOriginalType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Get the original type of the property.
- getOriginalValueStores() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return the map of original ValueStores keyed on
- getOriginalVersionOfObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return the original version of the object(clone) from the parent's identity map.
- getOutputArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument names for the output record.
- getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument fields to the interaction that map into the output record.
- getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The output arguments in order of occurance in the record.
- getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the file name that the generate .java file will be output to.
- getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the file name that the generate .java file will be output to.
- getOutputParameterValue(CallableStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- getOutputParameterValue(CallableStatement, int, AbstractSession) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
- getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the path that the generate .java file will be output to.
- getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the path that the generate .java file will be output to.
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
This method is used to print the output parameter token when stored procedures are called
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getOutputResultPath() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
The output result path defines the root key for the MappedRecord that
the desired interaction result is nested into.
- getOutputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Return the root element name to use for the output DOM.
- getOutputStream() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getOutputStream() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getOutputStream() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
Return the OutputStream that the object will be marshalled to.
- getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the writer the output to.
- getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the writer the output to.
- getOverriddenLogStringForProperty(String) - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
-
INTERNAL: Return the overridden log string.
- getOwnedTables() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the tables that this node owns for purposes of table aliasing.
- getOwner() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
This method returns the ObjectChangeSet that references this ChangeRecord
- getOwner() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
Return the ServerSession that is the owner of this connection pool.
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the JavaClass
which contains this constructor.
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the JavaClass
which contains this field.
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the JavaClass
which contains this method.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a clause.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a clause.
- getOwningMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getOwningObject() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getOwningObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getOwningProp() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- getOwningStatementVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a statement.
- getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- getOxmConversionManager() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns conversion manager from session datasource platform.
- getPackage() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the JavaPackage
that this JavaClass
belongs to.
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the JavaPackage
that this JavaClass
belongs to.
- getPackageInfoForPackage(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPackageInfoForPackage(JavaPackage, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPackageLevelAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmladapter class for a given bound type class.
- getPackageLevelAdapterClass(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmladapter class for a given bound type class name.
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of XmlAdapters for this TypeInfo.
- getPackageLevelXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPackageName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the package name of this JavaClass
.
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the package name of this JavaClass
.
- getPackageName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the packageName property.
- getPackageName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getPackageName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the package name of class to be generated.
- getPackageName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the package name of class to be generated.
- getPackageNameFromURI(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Get default package name from a namespace URI.
This function follows the JSR-222 JAXB 2.0 algorithm from https://jaxb.dev.java.net/spec-download.html.
- getPackageToPackageInfoMappings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPacketTimeToLive() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Returns the number of hops the data packets of the session announcement will take before expiring.
- getPageableQuery(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets REST pageable query details by query name.
- getPageSize() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the number of items to be faulted in for the stream.
- getPageSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the page size for the stream.
- getPageSize() - Method in class org.eclipse.persistence.queries.CursorPolicy
-
Return the number of elements to be read into a cursored stream
when more elements are needed from the database.
- getParameter(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return an expression representing a parameter with the given name and type
- getParameter(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a parameter with the given name.
- getParameter(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a parameter with the given name.
- getParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter, which includes the identifier.
- getParameterCount() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the number of parameters a
FunctionExpression
can have, which will be during
validation.
- getParameterDelimiter() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the String used to delimit an SQL parameter.
- getParameterDelimiterChar() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the char used to delimit an SQL parameter.
- getParameterName() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter without the identifier.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameters() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getParameterString() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
build a String describing this set of parameters that can be used in conjunction with an Oracle Spatial function
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the array of parameters for this JavaConstructor
.
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the array of parameters for this JavaMethod
.
- getParameterValueFromDatabaseCall(CallableStatement, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- getParams() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getParent() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getParent() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getParent() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Gets the parent SessionBroker.
- getParent() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the parent.
- getParent() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Return the parent.
- getParentClass() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
PUBLIC:
Return the parent class.
- getParentClass() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return the parent class.
- getParentClass() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- getParentClass() - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
- getParentClass() - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
-
- getParentClassName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the parent class name.
- getParentClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- getParentClassName() - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
- getParentClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getParentDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the parent descriptor.
- getParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the parent descriptor.
- getParentDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Get the parent DescriptorQueryManager.
- getParentDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return all the parent descriptors.
- getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Returns the appropriate IdentityMap session for this descriptor.
- getParentInterfaceNames() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- getParentInterfaces() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return the list of parent interfaces.
- getParentRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getParentType() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getParser() - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
-
- getPartialAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the partial attributes to select.
- getPartialAttributeSelectionFields(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for patial attribute reading.
- getPartitionField() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return the database column or query parameter to partition queries by.
- getPartitionFieldName() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return the database column or query parameter to partition queries by.
- getPartitionId() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.GridLinkDataPartitioningCallback
-
- getPartitionId() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- getPartitionID() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: Get Partition ID.
- getPartitionID() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getPartitionID() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- getPartitioningCallback() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return callback.
- getPartitioningClasName() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- getPartitioningPolicies() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the map of partitioning policies, keyed by name.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the descriptor's partitioning policy.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the mapping's partitioning policy.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC:
Return the query's partitioning policy.
- getPartitioningPolicy(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the partitioning policies for the name.
- getPartitioningPolicy() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the session's partitioning policy.
- getPartitioningPolicyName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the name of the descriptor's partitioning policy.
- getPartitioningPolicyName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the name of the mapping's partitioning policy.
- getPartitionName() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
PUBLIC:
Return the range partitions.
- getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Return the value partitions.
- getPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the password used as the value to the SECURITY_CREDENTIALS key in
the cached context properties.
- getPassword() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Return the password.
- getPassword() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- getPasswordFromProperties(Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
INTERNAL:
Retrieve the password property from the supplied Properties object
- getPath(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the specified segment of the state field path.
- getPathFromAncestor(SDODataObject, SDODataObject, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
INTERNAL:
Get path for non-deleted DataObjects
ChangeSummary is not required and is set to null.
Assumptions:
target node is an ancestor of the source (this)
- getPathWithAtRemoved(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Convenience method that strips off '@' portion, if
one exists.
- getPathWithPrefixRemoved(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Convenience method that strips off 'ns0:' portion, if
one exists.
- getPatterns() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the pattern value.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression
that represents the pattern value.
- getPersistenceContext(String, String, URI, String, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence context.
- getPersistenceContextFactory(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactoryProvider
-
- getPersistenceContextNames() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
-
- getPersistenceContextNames() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Returns names of all currently cached persistence contexts.
- getPersistenceFactory() - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence factory.
- getPersistenceFactory(ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence factory.
- getPersistenceUnitInfo() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getPersistenceXMLLocation() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
- getPessimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Return the policy for bean pessimistic locking
- getPhaseEventForQuery(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Look for sensor for the name: TopLink_<sessionName>_<domainClass>_<queryClass>_<queryName>(if exist)_<operationName>(if exist).
- getPhaseEventStartToken() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getPingSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink will attempt to test a connection if it encounters an exception on the connection
when executing SQL.
- getPKClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getPKClassInstance() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getPl2SQLName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the conversion function name, generate the function if missing.
- getPlatform(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the platform for a particular class.
- getPlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the database platform specific information.
- getPlatform() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Return the database platform specific information.
- getPlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the database platform currently connected to.
- getPlatformClassName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the name of the database platform class.
- getPlatformOperatorName(int) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- getPlatformOperatorNames() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- getPlatformOperatorSelectors() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getPolicy() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- getPolicy() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the cursor policy.
- getPolicy() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- getPoolName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Return the pool name or null if not part of a pool.
- getPosition() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor in the query.
- getPosition(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor within the given
Expression
- getPosition() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the position of the stream inside the object collection.
- getPosition() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the position of the stream inside the object collection
- getPosition() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Retrieves the current cursor position (current row).
- getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getPostBuildSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is built
- getPostCloneSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is cloned
- getPostDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is deleted
- getPostInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is inserted
- getPostMergeSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is merged
- getPostRefreshSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is refreshed
- getPostUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is updated
- getPostWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is written
- getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
- getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getPreDeleteMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set of mappings that require early delete behavior.
- getPreDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is deleted
- getPredicateProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
INTERNAL:
Return the list of predicate properties.
- getPrefetchedCacheKeys() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
- getPrefix() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Gets the value of the prefix property.
- getPrefix(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getPrefix(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Return the prefix for the given uri, or generate a new one if necessary
- getPrefix(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Return the prefix for the given uri, or generate a new one if necessary
- getPrefix(String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Return the prefix for the given uri, or generate a new one if necessary
- getPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getPrefixBytes(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPrefixes(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getPrefixesForFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getPrefixForFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPrefixForNamespace(String, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getPrefixForNamespace(String, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getPrefixForNamespace(Schema, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getPreInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is inserted
- getPrePersistSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before the create operation is applied to an object
- getPreRemoveSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before the remove operation is applied to an object
- getPreUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is updated
- getPreviousLevel() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- getPreviousObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getPreWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is written
- getPrimaryKey(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
-
- getPrimaryKey() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the primaryKey.
- getPrimaryKey() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Get the primary key for the query
- getPrimaryKeyDescriptor() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return the descriptor for whichever side of the
relation has the "primary key".
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Return the names of all the primary keys.
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the names of all the primary keys.
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getPrimaryKeyFields() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Return all the primary key fields
- getPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the primary key fields
- getPrimaryKeyForObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
- getPrimaryKeyForObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
- getPrimaryKeyIdValidations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what types are allowed in each primary key field (id).
- getPriority() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
-
- getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
- getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
- getProblemInstance() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the problem instance.
- getProblemType() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the problem type.
- getProcedureArgument(String, Object, Integer, StoredProcedureCall, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Obtain the platform specific argument string
- getProcedureArgument(String, Object, Integer, StoredProcedureCall, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- getProcedureArgument(String, Object, Integer, StoredProcedureCall, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getProcedureArgumentNames() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
The if the names are provide the order is not required to match the call def.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses ":" as prefix for procedure arguments.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp defs.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for sp defs.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for sp defs.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for stored procedure defs.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
MySQL does not use the AS token.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not use the AS token.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Used for stored procedure defs.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Used for stored procedure defs.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL requires BEGIN.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive requires BEGIN in a procedure statement.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Used for sp calls.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure definitions.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
INTERNAL:
Used for stored procedure calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for stored procedure calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses CALL or EXECUTE not CALL PROCEDURE or EXECUTE PROCEDURE
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure calls.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for stored procedure defs.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Used for stored procedure defs.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL requires END.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive requires END in a procedure statement.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Used for sp calls.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure definitions.
- getProcedureName() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Return the name of the store procedure on the database.
- getProcedureOptionList() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
DB2 on Z uses ":" as prefix for procedure arguments.
- getProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
Packages can contain sets of procedures.
- getProduct() - Static method in class org.eclipse.persistence.Version
-
- getProfiler() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the profiler.
- getProfiles() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
Return the profiles logged in this profiler.
- getProfileTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getProfileTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getProfileWeight() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the DMS sensor weight
- getProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the DMS sensor weight
- getProfileWeight() - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Return DMS sensor weight(DMS)
- getProfileWeight() - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Return DMS sensor weight(DMS)
- getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Return current TopLink dms weight.
- getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Return the level of profiling.
- getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getProfilingType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to get the type of profiling.
- getProfilingType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to get the type of profiling.
- getProject() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the project.
- getProject() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the project to generate from.
- getProject() - Static method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Cache the creation and initialization of the Session XML mapping project.
- getProject() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the project.
- getProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the user defined properties.
- getProperties() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Returns the adapter specific properties.
- getProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of Properties for this TypeInfo.
- getProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
used as a temporary store for custom SDK usage
- getProperties() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return a properties object for a given instance of the
XMLMarshaller.
- getProperties() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support for use by mappings.
- getProperties() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getProperties() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperties() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
ADVANCED:
This method will return the collection of custom properties set on the Connection
policy.
- getProperties() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Allow for user defined properties.
- getProperties() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Additional properties may be added to the event.
- getPropertiesArray() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertiesNames() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
The current names of properties.
- getProperty(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the descriptor property associated the given String.
- getProperty(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Returns the adapter property associated the given name.
- getProperty(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a property with the given name.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
Get a property from the JAXBMarshaller.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Get a property from the JAXBMarshaller.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- getProperty(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Allow user defined properties.
- getProperty(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support used by mappings to store temporary stuff in
the query.
- getProperty(String) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the value stored in the properties Map for a given
name, or null if an entry for name does not exist.
- getProperty() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
INTERNAL:
- getProperty() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- getProperty(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getProperty(Property) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of Property.
- getProperty(int) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getProperty(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getProperty() - Method in class org.eclipse.persistence.sdo.SDOSetting
-
Returns the property of the setting.
- getProperty(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
- getProperty(String) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getProperty(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperty(String) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperty(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
Search for and return the user defined property from this client session, if it not found then search for the property
from parent.
- getProperty(Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Returns the property associated with the corresponding key.
- getProperty(String) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Returns the user defined property.
- getProperty(String) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Additional properties may be added to the event.
- getPropertyIndex(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropertyInternal(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getPropertyInternal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Get the value of the property (open-content or declared)..
- getPropertyList() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropertyMapFromArrayList(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getPropertyName() - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
INTERNAL:
- getPropertyNames() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
-
PUBLIC: This method is responsible for returning additional persistence
unit property overrides.
- getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
PUBLIC: This method is responsible for returning additional persistence
unit property overrides.
- getPropertyPath() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyType(int) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropertyType(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropertyTypeName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- getPropertyTypeURI() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- getPropertyValues() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getPropertyValues() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the propOrder property.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the persistence provider name.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the persistence provider name.
- getProviderUtil() - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProxy(Map<String, Object>, Class<A>, ClassLoader, ConversionManager) - Static method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
-
This is the preferred way to obtain an instance of a dynamic proxy.
- getPseudoDefault() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Return the wrapped initial value for the primitive numeric (when not defined)
See p.45 of Java Spec 4th edition.
- getPseudoDefault() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- getPseudoDefault() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
-
- getPublicMemberPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getQName() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getQNameForProperty(Property, String, JavaHasAnnotations, NamespaceInfo, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which QName corresponds to which declared class.
- getQNamesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getQualified(String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- getQualifiedFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
PUBLIC:
Return the qualified field name for the query key.
- getQualifiedJavaTypeName(String, String) - Static method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Prepends a package name to a given java type name, if it is not already present.
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaPackage
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the fully-qualified name of this JavaClass
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Returns the fully-qualified name of this JavaPackage
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the fully-qualified name of this JavaClass
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Returns the fully-qualified name of this JavaPackage
.
- getQualifiedTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getQualifiedXPath(String, boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getQualifier() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- getQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Most major databases support a creator name scope.
- getQualifier() - Static method in class org.eclipse.persistence.Version
-
- getQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the pre-defined queries for the descriptor.
- getQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
List of queries that upon initialization are copied over to the session
- getQueries() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all pre-defined queries.
- getQueriesMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getQueriesMetadata(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getQueriesMetadataInternal(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The query causing the event.
- getQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the query name from the set of pre-defined queries
If only one query exists with this name, it will be returned.
- getQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the query from the set of pre-defined queries with the given name and argument types.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This method returns the databaseQuery.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
PUBLIC:
Return the query in which the problem was detected.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the query in which the problem was detected.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the
Expression
representing the unioned query.
- getQuery() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the query associated with the stream.
- getQuery() - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Return the query.
- getQuery() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
INTERNAL:
Return the query.
- getQuery() - Method in class org.eclipse.persistence.queries.JPQLCall
-
Back reference to query, unfortunately required for events.
- getQuery(String, Vector, boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return the query from the session pre-defined queries with the given name and argument types.
- getQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Was PUBLIC: customer will be redirected to
Session
.
- getQuery(String, Vector) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
- getQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the query from the session pre-defined queries with the given name.
- getQuery(String, List) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the query from the session pre-defined queries with the given name.
- getQuery() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Some events may have a query associated with them (pre/postExecuteQuery).
- getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the query arguments used in the original query when exception is thrown
- getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the query argements used in the original query when exception is thrown
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- getQueryBNF() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- getQueryByExamplePolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
When using Query By Example, an instance of QueryByExamplePolicy is used to customize the query.
- getQueryClass() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getQueryClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getQueryExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
return a collection of expressions if PK's are used.
- getQueryFromParent(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
CR#3711: Check if the class for this descriptor has a parent class.
- getQueryId() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
This method is used to get the time in millis that this query is being executed at.
- getQueryKeyNamed(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the query key with the specified name
- getQueryKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the query keys.
- getQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the queryManager.
- getQueryManager(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getQueryMechanism() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the mechanism assigned to the query
- getQueryMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getQueryMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getQueryMetadataInternal(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getQueryNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass_queryClass_queryName (if exist).
- getQueryOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.QueryResource
-
- getQueryParameters(UriInfo) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Get the URI query parameters of the current request
In JPA-RS, predefined attributes (such as eclipselink query hints) are treated as query parameters
List of valid query parameters for JPA-RS is defined in QueryParameters
- getQueryPrimaryKey() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the primary key stored in this query if there is one
This is overridden by subclasses that actually hold a primary key
- getQueryPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Return the primary key stored in this query
- getQueryResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns query metadata if accepted media type is 'application/json' or entity schema if
accepted media type is 'application/schema+json'.
- getQueryResults(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResults(AbstractSession, boolean) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResults(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResultsCachePolicy() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the QueryResultsCachePolicy for this query.
- getQueryRetryAttemptCount() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the number of attempts EclipseLink should make to re-connect to a database and re-execute
a query after a query has failed because of a communication issue.
- getQueryRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing query root:
http(s)://root:port/persistence/version/context/query/queryName
- getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression
representing the query, which is either a
SELECT, a
DELETE or an
UPDATE clause.
- getQueryString() - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
PUBLIC:
Return the query string.
- getQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL:
Return the query string.
- getQueryTimeout() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the number of seconds queries will wait for their Statement to execute.
- getQueryTimeout() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the number of seconds the driver will wait for a Statement
to execute to the given number of seconds.
- getQueryTimeoutUnit() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- getQueryTimeoutUnit() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the unit of time the driver will wait for a Statement to
execute.
- getQueryType() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the
Expression
representing the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the variable declaration, which is the abstract schema name and the identification
variable.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression
representing the range variable declaration.
- getRawName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the raw name of this JavaClass
.
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the raw name of this JavaClass
.
- getReadAllCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read-all call.
- getReadAllQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read query.
- getReadAllQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getReadAllSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read SQL string.
- getReadAllSubclassesView() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- getReadAllSubclassesViewName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- getReadConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Handles allocating connections for read queries.
- getReadConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the read connection pool.
- getReader() - Method in class org.eclipse.persistence.tools.PackageRenamer
-
- getReadLogin() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the login for the read connection.
- getReadObjectCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read-object call.
- getReadObjectQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read query.
- getReadObjectSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read SQL string.
- getReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Returns the set of read-only classes in this UnitOfWork.
- getReadQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Get custom read query from query manager.
- getReadQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Get custom all read query from query manager.
- getReadQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Get custom single object read query from query manager.
- getReadSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this object.
- getReadSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the session corresponding to this class.
- getReadSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the session corresponding to this XMLDescriptor.
- getReadTime() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
INTERNAL:
Return the current value of the Read Time variable
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute unwrapping value holders if required.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the attribute value from the reference object.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Returns the real attribute value from the reference object's attribute value.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Object reference must unwrap the reference object if required.
- getRealAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute unwrapping value holders if required.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute, unwrapping value holders if necessary.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Return the attribute value from the specified object,
unwrapping the value holder if necessary.
- getRecord() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Return the record that is associated with some events,
such as postBuild, and aboutToUpdate.
- getRecord() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Return the JCA adapter record.
- getRecord() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Return the wrapped record.
- getRecord() - Method in interface org.eclipse.persistence.sessions.changesets.TransformationMappingChangeRecord
-
ADVANCED:
This method is used to access the changes of the fields in a transformation mapping.
- getRecord() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getRecordConverter() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return the record converter.
- getRecordFactory() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return the RecordFactory.
- getRecordName() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- getRecordShortDescription() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- getRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the query redirector.
- getRedirectorForQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the query redirector.
- getRef(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Get the ref for the object.
- getReference(Class, Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
Get an instance, whose state may be lazily fetched.
- getReferenceClass() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
PUBLIC:
Returns the reference class
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
This cannot be used with direct collection mappings.
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Returns the reference class.
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the reference class of the relationship.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Return the reference class for this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Return the reference class of the query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Used by MW.
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the reference class name.
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the reference class name of the relationship.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: return the name of the reference class.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the name of the reference class for this query
Note: Although the API is designed to avoid requirement of classes being on the classpath,
this is not a user defined query type, so it is ok to access the class.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Return the name of the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Return the reference class for a query
Note: Although the API is designed to avoid classpath dependencies for the MW, since the object
is specified at runtime, this will not be an issue.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the reference class of the query.
- getReferencedByTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getReferencedElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the list of referenced elements.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
for inheritance purpose
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
For inheritance purposes.
- getReferenceDescriptor(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Since aggregate object mappings clone their descriptors, for inheritance the correct child clone must be found.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
There is none on direct collection.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Get the descriptor for this mapping
This method is potentially called when this mapping is used as a map key and
will return null since direct mappings do not have reference descriptors.
- getReferenceDescriptor() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Get the descriptor for the Map Key
- getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getReferencedXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Gets the value of the referencedXmlPath property.
- getReferenceFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the fields used to build the aggregate object.
- getReferenceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the reference key field names associated with the mapping.
- getReferenceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the reference key fields.
- getReferenceManagedType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the reference managed type from the given relationship mapping.
- getReferenceObjectKeys(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
get reference object keys
- getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
The ReferenceResolver that is leveraged by key based mappings.
- getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getReferenceTable() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the direct table.
- getReferenceTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the reference table.
- getReferenceTableName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the name of the reference table
- getReferenceTableQualifiedName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the qualified name of the reference table.
- getRefValue(Ref, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Overrides DatabasePlatform method.
- getRegexp() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- getRegister() - Method in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
INTERNAL:
Return the database register.
- getRegisteredObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return the registered objects.
- getRelationFieldForTargetField(DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return the relation field for the target field.
- getRelationshipPartner(Map<String, String>, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the relationship partner.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartnerAttributeName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Use this method retrieve the relationship partner attribute name of this bidirectional Mapping.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return the relation table associated with the mapping.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Return RelationTable.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the relation table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return the relation table associated with the mapping.
- getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Returns RelationTableMechanism that may be owned by the mapping.
- getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Returns RelationTableMechanism that may be owned by the mapping,
that allows to configure the mapping to use relation table (just like ManyToManyMapping).
- getRelationTableName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the relation table name associated with the mapping.
- getRelationTableName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the relation table name associated with the mapping.
- getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the relation table qualified name associated with the mapping.
- getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the relation table qualified name associated with the mapping.
- getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
Return the remaining life of this object
- getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
Return the remaining life of this object
Override the default implementation.
- getRemainingValidTime(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the remaining life of the given Object.
- getRemoteCommandManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
- getRemoteConnection() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the remote connection.
- getRemoteContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Return the cached properties that will be used to create the initial context
when doing remote JNDI lookups.
- getRemoteHostContext(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Return the context used for looking up in the JNDI space of the specified remote URL.
- getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the size of the remote identity map.
- getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the size of the remote identity map.
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the remote session controller
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the remote session controller
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the remote session controller
- getRemovedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return if the collection has any elements removed that have been deferred to instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemoveIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the old collection of
the elements that were removed.
- getRemoveIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the old collection of
the elements that were removed.
- getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
-
ADVANCED:
This method returns the Map that contains the removed values from the collection
and their corresponding ChangeSets.
- getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
-
ADVANCED:
This method returns the collection of Primitive Objects that were removed to the collection.
- getRemoves() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the removed stuff.
- getRemoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements removed from the old collection.
- getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the removed objects.
- getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements removed from the old collection.
- getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
PUBLIC:
Return if write queries should be replicated.
- getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
-
PUBLIC:
Return if write queries should be replicated.
- getReportItems() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- getReportQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getRepositoryName() - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
Used by getEntityMappings when creating the XMLEntityMappings as a way of describing where it was read from.
- getRequestId() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the request id.
- getResolvedType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the JavaClass
representing the type of this JavaField
.
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns this JavaMethod's
return type.
- getResource() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getResourceName() - Method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- getResourceName() - Method in exception org.eclipse.persistence.exceptions.StaticWeaveException
-
- getResourceName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Returns the resource name we are trying to load.
- getResourcePath() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
INTERNAL:
Will return the the resource name with full path of the resource file.
- getResponseBuilder(FeatureSet.Feature) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getResponseMediaType(HttpHeaders) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
-
- getRestrictionBase() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getResult() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
-
Return the unmarhalled document.
- getResult() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
-
Returns the object that was unmarshalled from the SAX events.
- getResult() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
PUBLIC:
Return the result of the query.
- getResult() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Some events may have a result associated with them (pre/postExecuteQuery).
- getResultCollection() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Non-standard method to return results of a ReadQuery that has a containerPolicy
that returns objects as a collection rather than a List
- getResultCursor() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Non-standard method to return results of a ReadQuery that uses a Cursor.
- getResultKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL:
Return the unique key for this result
- getResults() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the results.
- getResults() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
-
Accessor for the internally stored list of ColumnResult.
- getResultSet() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the result set (cursor).
- getResultSetConcurrency() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetConcurrency specifies if the resultset is updatable.
- getResultSetType() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetType specifies if the resultset is sensitive to changes made by others.
- getResultType() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
Return the result type to be configured, MAP, ARRAY, VALUE, ATTRIBUTE (MAP is the default, DatabaseRecord).
- getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression
representing the result variable.
- getReturnFieldsToGenerateInsert() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return fields used to build insert statement.
- getReturnFieldsToGenerateUpdate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return fields used to build update statement.
- getReturnFieldsToMergeInsert() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return fields used in to map into entity for insert.
- getReturnFieldsToMergeUpdate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return fields used in to map into entity for update.
- getReturningPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return returning policy from current descriptor and from mappings
- getReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return returning policy.
- getReturnType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns this JavaMethod's
return type.
- getReturnType() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Return the return type.
- getReturnTypeForWriteTransformationMethod(String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getReturnTypeForWriteTransformationMethodTransformer(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseJMSTopicPublisher() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
flag used to toggle between j2EE/JMS spec compliant behavior and legacy behavior.
- getReverseDeletedMap() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression
that represents the second expression, which is after the
identifier.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot(String, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing application root:
http(s)://root:port/persistence/version/context
- getRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing application root:
http(s)://root:port/persistence/version/context
- getRootBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getRootBeanClass() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getRootClass() - Method in class org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
-
Returns the root class of the schema to be generated.
- getRootDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method returns the root descriptor for for this descriptor's class heirarchy.
- getRootElementName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getRootElementName() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the name of the root element.
- getRootElementNamespaceUri() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getRootElementURI() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the targetNamespace URI for the root element.
- getRootEntity() - Method in class org.eclipse.persistence.queries.FetchGroup
-
INTERNAL:
- getRootMarshalRecord() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- getRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression
that represents the "root" object.
- getRootObject() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns the ChangeSummary root DataObject - the object from which
changes are tracked.
- getRootObject() - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Returns the root data object
of this data graph.
- getRootObject() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getRootObject() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the root DataObject for the XMLDocument.
- getRootParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the root parent descriptor
- getRootSchema() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getRootSetting(Setting) - Static method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Get the root Setting for a given Setting.
- getRootURL() - Method in interface org.eclipse.persistence.jpa.Archive
-
- getRuntimeServicesMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Return the cached server specific services MBean
- getSchema() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the schema property.
- getSchema() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getSchema(Source, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
Return a Schema for the given Source object.
- getSchema(Source, SchemaResolverWrapper, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
Return a Schema for the given Source object.
- getSchemaContext() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Get the path to the simple/complex type definition, element or group to
be referenced in the schema
- getSchemaContext() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
Returns the path to be traversed for validation purposes.
- getSchemaContextAsQName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getSchemaContextAsQName(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
INTERNAL:
- getSchemaFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- getSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getSchemaLocation() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the value of the schemaLocation declaration
for the http://www.w3.org/2001/XMLSchema-instance namespace in the
root element, or null if not present.
- getSchemaName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSchemaProject() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- getSchemaReference() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the SchemaReference associated with this descriptor
- getSchemaResolver() - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
-
Return the SchemaResolver for this wrapper instance.
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
INTERNAL:
Indicates the schema type to be used during marshal
- getSchemaType(XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a QName representation the schema type for a given XMLField, if
applicable.
- getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLField
-
Return the schema type associated with this field
- getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the first schema type in the list of schema types
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Return the schema type (as QName) based on a given JavaClass.
- getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
- getSchemaTypeInfo() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Return the Map of SchemaTypeInfo instances.
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getSchemaTypeOrNullFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getSchemaTypes() - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the list of schema types
- getScope() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the scope property.
- getScopeClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the scope class associated with this element.
- getSDOClassGeneratorListener() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- getSdoType() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getSDOTypeFromXSDType(QName) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
A function to access the values stored in sdoToXSDTypes HashMap
- getSDOTypeFromXSDType(QName) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getSDOTypeFromXSDType(QName) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- getSdoTypeName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression
that represents the second expression.
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the second expression.
- getSecurableObjectHolder() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the encryption securable holder.
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- getSelectClause() - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
The select clause is the select statement that is mapped into the view.
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the
Expression
representing the select items.
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression
representing the select expression.
- getSelectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns the set of fields that should be selected to build this mapping's value(s).
- getSelectFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the set of fields that should be selected to build this mapping's value(s).
- getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
This syntax does no wait on the lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
INTERNAL:
Used for pessimistic locking in DB2.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for pessimistic locking in DB2.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
WITH LOCK is required on FB to hold the lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Informix seems to like this syntax instead of the OF * syntax.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for pessimistic locking.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Temporary workaround to avoid joined queries with FOR UPDATE
in them
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware supports "for update" for row locking.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL:
Used for pessimistic locking.
- getSelectForUpdateWaitString(Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getSelectionCriteria() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the selection criteria stored in the mapping selection query.
- getSelectionCriteria() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the selection criteria of the query.
- getSelectionCriteriaClone() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
The clone of the selection criteria is needed for in-memory conforming
each object read from the Cursor.
- getSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields
- getSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields
- getSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Lists the database fields that should be read by the query using the policy.
- getSelectionFields() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- getSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields selected by the query.
- getSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return Id of the object to be selected by the query.
- getSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return the selection object of the query.
- getSelectionQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the read query associated with the mapping.
- getSelectionQueryContainerPolicy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Get the container policy from the selection query for this mapping.
- getSelectionQueryContainerPolicy() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Get the container policy from the selection query for this mapping.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelector() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Return the selector id.
- getSelectQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- getSelectTables() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns the table(s) that should be selected to build this mapping's value(s).
- getSelectTables() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the table(s) that should be selected to build this mapping's value(s).
- getSensorByName(String) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Return dms sensor which created by pre-defined TopLink metrics.
- getSensorName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass_queryClass_queryName (if exist)_operationName (if exist).
- getSeparators() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getSequence() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the descriptor's sequence.
- getSequence(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getSequence(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getSequence(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getSequence() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getSequence(Sequence) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of Sequence.
- getSequence(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Get sequence corresponding to the name
- getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
PUBLIC:
Return the name of the only field of this table
- getSequenceNameFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceNumberField() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Get sequence number field
- getSequenceNumberFieldName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get sequence number field name
- getSequenceNumberName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get sequence number name
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequencePreallocationSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Method returns the value of the Sequence Preallocation size
- getSequencePreallocationSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method returns the value of the Sequence Preallocation size
- getSequences() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Returns a map of sequence names to Sequences (may be null).
- getSequencesToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used only for writing the login into XML or Java.
- getSequenceTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
Return the database table for the sequence.
- getSequenceTableIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableName(Session) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This returns the Sequence Table's qualified name, without delimiting.
- getSequenceTableName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableQualifiedName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequencing() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return the Sequencing object used by the session.
- getSequencing() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the Sequencing object used by the session.
- getSequencing() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the Sequencing object used by the session.
- getSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
Return sequencingCallback corresponding to the passed session.
- getSequencingControl() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Return SequencingControl which used for sequencing setup and
customization including management of sequencing preallocation.
- getSequencingHome() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PROTECTED:
Session broker doesn't have SequencingHome.
- getSequencingServer() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return SequencingServer object owned by the session.
- getSerializedObjectPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getSerializer() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the serialize used for this converter.
- getSerializer() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the Serializer to use for serialization of commands.
- getSerializer() - Method in interface org.eclipse.persistence.sessions.Session
-
Return the Serializer to use by default for serialization.
- getSerializerClassName() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the class name of the serializer.
- getSerializerPackage() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the package used for XML and JSON serialization JAXBContext.
- getServerLog() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
- getServerLog() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
- getServerName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The server name is the name of the database instance.
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
PUBLIC: getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getServerNameAndVersion() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name
and version
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name
and version
- getServerPlatform() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Return the serverPlatform that identifies the application server
- getServerPlatform() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Answer the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...).
- getServerPlatform() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Marked internal as this is not customer API but helper methods for
accessing the server platform from within other sessions types
(i.e.
- getServerPlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the server platform currently used.
- getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying server session
- getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the ServerSession that the Factory will be using and
initializes it if it is not available.
- getServerSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared server session from the EMF.
- getServerSession() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jpa server session.
- getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.Command
-
PUBLIC:
Return the service identifier of the service where the command originated
- getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Return the service info that identifies this service instance
- getServiceVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets JPARS version.
- getSession() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The session in which the event is raised.
- getSession() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getSession() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the session.
- getSession() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return a Session outside of a transaction and null within a transaction.
- getSession() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getSession() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Get the session that owns this SessionLog.
- getSession() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the session that generated the log entry.
- getSession() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getSession() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getSession(int) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
XMLContext xmlContext = new XMLContext("path0:path1");
DatabaseSession session = xmlContext.getSession(0); // returns session for path0
- getSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this object.
- getSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this class.
- getSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this XMLDescriptor.
- getSession() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the handle to the session
- getSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the current session.
- getSession() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Return the session.
- getSession() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Return the manager's session.
- getSession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, Object) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, using the classloader of the Object specified.
- getSession(String, String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, in the file specified.
- getSession(String, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, in the file specified, using the class loader to find the resource.
- getSession(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(XMLSessionConfigLoader, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the XMLSessionConfigLoader.
- getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader.
- getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader.
- getSession(XMLSessionConfigLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader, using the loading options provided on the loader.
- getSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
-
- getSession() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
The session in which the event is raised.
- getSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Get the session for this session event manager
- getSession() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getSession() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getSession() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getSession() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getSession() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the manager's session.
- getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying session broker
- getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the SessionBroker that the Factory will be using and
initializes it if it is not available.
- getSessionBroker(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared session broker from the EMF.
- getSessionEventListener(AbstractSession) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
Returns SessionEventListener
related to this version.
- getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
Returns SessionEventListener
related to this version.
- getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
Returns SessionEventListener
related to this version.
- getSessionForClass(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the session to be used for the class.
- getSessionForName(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the session by name.
- getSessionForQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Answers the session to be used for the given query.
- getSessionLog() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- getSessionLog() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the session log to which an accessor logs messages and SQL.
- getSessionName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the name of the session local to this descriptor.
- getSessionName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the name of the session that the query should be executed
under.
- getSessionName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the name of the EclipseLink session this MBean represents.
- getSessionName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Answer the name of the EclipseLink session this MBean represents.
- getSessionName() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
- getSessionName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Returns the name of the Session in the sessions XML file desired to be loaded.
- getSessionName() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- getSessionNamesByClass() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return sessions indexed by class, each class can only have one default session.
- getSessions() - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the EclipseLink session used to marshal.
- getSessions() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
Return a hashtable on all sessions.
- getSessionsByName() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return sessions indexed by name.
- getSessionString(Session) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the current session including the type and id.
- getSessionString() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- getSessionType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the type of the EclipseLink session this MBean represents.
- getSessionType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Answer the type of the EclipseLink session this MBean represents.
- getSessionTypeString() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Returns the type of session, its class.
- getSessionXMLPath() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
- getSetClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Gets the value of the setMethod property.
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the setMethod property.
- getSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
This method is invoked reflectively on the reference object to set the value of the
attribute in the object.
- getSetMethodParameterType() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- getSettings() - Method in interface org.eclipse.persistence.oxm.sequenced.SequencedObject
-
- getSettings() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getSettings() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getSharedSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Helper method that looks up the singleton session and ensure that
if the application has been hot-deployed it gets a fresh version of the
server.
- getSharedSession(boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Used in place of getSharedSession() when the calling application needs
access to the session prior to login or it wishes to force the session
configuration to be re-loaded an applied.
- getShort(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getShort(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getShort(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getShortestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Returns the internal tri-state value of shouldBindParameters
used far cascading these settings
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldCacheAllStatements() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Returns if statements should be cached or not
- getShouldCacheAllStatements() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Returns if statements should be cached or not
- getShouldCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldLogMessages() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to determine if messages should be logged by the session
- getShouldLogMessages() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to determine if logging is turned on
- getShouldLogPerformanceProfiler() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to determine if we should be logging when using the Performance Profiler
- getShouldLogPerformanceProfiler() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method indicates if Performance profile should be logged
- getShouldOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldProfilePerformance() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return if profiling is turned on or not
- getShouldProfilePerformance() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if profiling is turned on or not
- getShouldTrimStrings() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getSimpleType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSingleValueToWriteForUnion(XMLUnionField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a single QName representation for a given XMLUnionField, if applicable.
- getSingleValueToWriteForUnion(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- getSize() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return the batch fetch size.
- getSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the number of CacheKeys in the IdentityMap.
- getSize(Class, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the number of actual objects of type myClass in the IdentityMap.
- getSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the size of the field, this is only required for some field types.
- getSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the maximum size of the array.
- getSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the size of a particular connection pool
- getSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the size of a particular connection pool
- getSizeQuery() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Return the query used to read the size.
- getSkipCount() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- getSourceClassName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getSourceDir() - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
-
Gets the sourceDir variable.
- getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- getSourceForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Return the source foreign key fields.
- getSourceForeignKeysToTargetKeys() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Sets the target foreign key fields.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the source key names associated with the mapping
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the source key fields.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the source key fields associated with the mapping.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the source key fields.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the source key fields associated with the mapping.
- getSourceKeysToTargetForeignKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the source/target key fields.
- getSourceMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
- getSourceMethodName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getSourceObject() - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
PUBLIC:
Return the object for which the problem was detected.
- getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the source relation key field names associated with the mapping.
- getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the source relation key field names associated with the mapping.
- getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the source relation key fields associated with the mapping.
- getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the source relation key fields associated with the mapping.
- getSourceTable() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the source table.
- getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a collection of the source to target field value associations.
- getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Return a list of source-target xmlfield pairs.
- getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Gets the foreign key fields.
- getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Returns the source keys to target keys fields association.
- getSourceToTargetQueryKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Return a collection of the field to query key associations.
- getSourceToTargetQueryKeyNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Returns the source keys to target keys fields association.
- getSpatialExpression(int, Expression, Object, String) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
-
INTERNAL:
A utility method to build a SpatialExpression
- getSpecialOperations() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
The special operations to use in place of equal
.
- getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the specification which specifies how to trim the string.
- getSQL2PlName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the conversion function name, generate the function if missing.
- getSqlCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getSqlCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- getSQLResultMapping() - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL:
Return the SQLResultSetMapping this SQLResult is part of.
- getSQLResultSetMapping() - 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
- getSQLResultSetMapping(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Get a named SQLResultSetMapping from this project.
- getSQLResultSetMappingName() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
Return the result set mapping name.
- getSQLResultSetMappingNames() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
Return the result set mapping name.
- getSQLResultSetMappings() - 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
- getSQLStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the SQL statement of the query.
- getSQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the SQL string of the query.
- getSQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the SQL string for this call.
- getSQLStrings() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the SQL strings of the query.
- getSqlTypeName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY and STRUCT fields, this is the user defined type for the field.
- getStart() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStart(int) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStartFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Answers the name of the start field.
- getStartFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStartPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem starts.
- getStartStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getStartValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the range start value.
- getStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
START WITH clause.
- getStartWithExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getStateFieldPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the actual representation of the parsed information.
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression
representing the state field path expression, which is the
property that should get updated.
- getStateFieldPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStatement() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Return the statement that expression is for.
- getStatement() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the Statement.
- getStatementCacheSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Returns the statement cache size.
- getStatementCacheSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Returns the statement cache size.
- getStatementCacheSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
If prepared statement caching is used, return the cache size.
- getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
The statements are the SQL lines of code.
- getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The statements are the SQL lines of code in procedure.
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses ":" as prefix for procedure parameters.
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getString(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getString(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getString(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getStringBindingSize() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Return the size of strings after which will be bound into the statement
- getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Return the size of strings after which will be bound into the statement
- getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the size of strings after which will be bound into the statement
If we are not using a DatabaseLogin, or we're not using string binding,
answer 0 (zero).
- getStringBindingSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the size of strings after which will be bound into the statement
If we are not using a DatabaseLogin, or we're not using string binding,
answer 0 (zero).
- getStringBindingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the string expression.
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression
that represents the string expression.
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getStringFromAppInfoElement(Element) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- getStringVal() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
XMLType Function - gets a string value from an XMLType
- GetStringVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getStringVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getStructConverters() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns structure converter class names that would be set on the databasePlatform instance
This is used to avoid the platform instance changing at login.
- getStructName() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC:
- getStructName() - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
-
- getStructureName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
This is required for ObjectArrayMapping which defines a name for the collection type.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Return the structure name of the nestedTable.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
INTERNAL:
Return the name of the structure.
- getSubclassDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
use aggregate in inheritance
- getSubClassGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Gets the value of the subgraph property.
- getSubquerySelectItemCalculator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that checks if the visited expression is a subquery or not.
- getSubSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the sub-size of the field.
- getSubstitutableElements() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
The list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
- getSubstitutableElements() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- getSubstitutionHead() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
If this element has a substitutionGroup this will be set.
- getSubstitutionHeadName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the substitutionHeadName property.
- getSubstitutionHeadNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the substitutionHeadNamespace property.
- getSubTypes() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the super class of this JavaClass
.
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the super class of this JavaClass
.
- getSuperClassOverride() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getSuperType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the superType property.
- getSupplementDetailString(SessionLogEntry) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the supplement detail information including date, session, thread, connection,
source class name and source method name.
- getSupportedFeatureSet() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the supported feature set.
- getSupportedNonServerSessionProperties() - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- getSupportedProperties() - Static method in class org.eclipse.persistence.config.EntityManagerProperties
-
- getSystemChangeNumberQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
PUBLIC:
The query to select the current system change number
from Oracle.
- getTable(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Checks if table name exists with the current descriptor or not.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTable(String) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTable(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the new database table associated with this tenant.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the new database table associated with this tenant.
- getTable(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a table in a data-level query.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a table in a data-level query.
- getTable() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- getTableAliases() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the aliases used.
- getTableCreationSuffix() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
- getTableCreationSuffix() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- getTableCreationSuffix() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Get the String used on all table creation statements generated from the DefaultTableGenerator
with a session using this project (DDL generation).
- getTableCreator() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the table creator to generate from.
- getTableDefFromDBTable(DatabaseTable) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build a table definition object from a database table object
- getTableDefinitions() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Return the tables.
- getTableExistsQuery(TableDefinition) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Returns query to check whether given table exists.
- getTableExistsQuery(TableDefinition) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Returns query to check whether given table exists.
- getTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getTableIndexes() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTableInfo(String, String, String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of tables available in a catalog.
- getTableName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the name of the descriptor's first table.
- getTableName() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Return the name of the descriptor's first table.
- getTableName(DatabaseTable, String) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTableName(DatabaseTable, String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the tenant table name.
- getTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTableNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the table names.
- getTableNames() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Return the table names.
- getTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the TablePerClassPolicy.
- getTableQualifier() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the qualifier for the all of the tables referenced by EclipseLink.
- getTableQualifier() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return the qualifier for the all of the tables.
- getTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the tables.
- getTables() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
INTERNAL:
This method returns a vector which holds all the tables of database
- getTableSequence() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
- getTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Used in case descriptor has additional tables:
each additional table mapped to an expression joining it.
- getTarget() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
-
- getTargetFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Return the target foregin key field names associated with the mapping.
- getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target foreign key field names associated with the mapping.
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Return the source foreign key fields.
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the target foregin key fields associated with the mapping
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target foreign key fields.
- getTargetForeignKeysToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target/source key fields.
- getTargetForeignKeyToSourceKeys() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- getTargetIdenttyMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the instance of the IdentityMap that this intercpetor is wrapping.
- getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the target key field names associated with the mapping.
- getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the target key field names associated with the mapping.
- getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the target keys associated with the mapping.
- getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the target keys associated with the mapping.
- getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns list of primary key fields from the reference descriptor.
- getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Primary keys of targetForeignKeyTable.
- getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the target relation key field names associated with the mapping.
- getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the target relation key field names associated with the mapping.
- getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the target relation key fields associated with the mapping.
- getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the target relation key fields associated with the mapping.
- getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Gets the target foreign key fields.
- getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Returns the target keys to source keys fields association.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager
Used with MapKeyContainerPolicy to abstract getting the target version of a source key
- getTemporaryCachedQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Get results from the remporary cache.
- getTempSession() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Overrides the superclass implementation to return a new DatabaseTable
with no DatabaseTable.getTableQualifier().
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp calls.
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
- getTenantDiscriminatorFields() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getTenantDiscriminatorFieldsKeyedOnContext() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getTerminationStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression
representing the expression following the identifier
THEN.
- getThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getThread() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the thread that was active when the log entry was generated.
- getThreadPool() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: Return the thread pool, initializing if required.
- getThreadPoolSize() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
Return the thread pool size.
- getThreadPoolSize() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
Return the thread pool size.
- getThreadString(Thread) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified thread information.
- getTimeConnectionEstablished() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a long indicating the exact time in Milliseconds that the
session connected to the database.
- getTimeConnectionEstablished() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return a long indicating the exact time in Milliseconds that the
session connected to the database.
- getTimePerObject() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
Access do not support millisecond well, truncate the millisecond from the timestamp
- getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Answer the timestamp from the server.
- getTIMESTAMPLTZFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Get a TIMESTAMPLTZ value from a result set.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
This method returns the query to select the timestamp from the server for
DB2.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
This method returns the query to select the timestamp from the server
for Derby.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
This method returns the query to select the timestamp
from the server for MySQL.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
This method returns the query to select the SYSTIMESTAMP as TIMESTAMPTZ
from the server for Oracle9i.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for Oracle.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: This method returns the query to select the timestamp from the
server for Postgres.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for SQLServer.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for Sybase.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This method returns the query to select the timestamp
from the database.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
PUBLIC:
TimesTen uses the Oracle syntax for getting the current timestamp.
- getTIMESTAMPTZFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Get a TIMESTAMPTZ value from a result set.
- getTimeToLive() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
PUBLIC:
Return the time-to-live specified for this policy.
- getTitle() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the title.
- getTopic(Context) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
- getTopicConnectionFactory(Context) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
- getTopicConnectionFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Return the JMS Topic Connection Factory Name for the JMS Topic connections.
- getTopicHostUrl() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Return the URL of the machine on the network that hosts the JMS Topic.
- getTopicName() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
PUBLIC:
Return the topic name that this TransportManager will be connecting to.
- getTopLinkProject() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getTopLinkProject() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getTopLinkProject() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getTotalNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Return the total number of connections currently in use.
- getTotalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getTrackedAttributeName() - Method in interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
-
PUBLIC:
Return the Attribute name this collection is mapped under.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTransaction() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransaction() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active external transaction object, or null if
none is active.
- getTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active external transaction for the calling thread, or null if
none is currently active for this thread.
- getTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return the active external transaction, or null if none is currently
active for this thread.
- getTransactionController() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the transaction isolation setting for the connection.
- getTransactionKey() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransactionKey(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionKey_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionKey_impl(Object) - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionKey_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
PUBLIC:
Return the transaction manager used to control the JTA transactions.
- getTransactionStatus() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the transaction status.
- getTransactionStatus_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the transaction status.
- getTransactionStatus_impl() - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
INTERNAL:
Return the transaction status as an object.
- getTransactionStatus_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return the transaction status as an object.
- getTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
PUBLIC:
Return the synchronization objects registry used to control the JTA 1.1 transactions.
- getTransformationRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getTransformer() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Gets the value of the transformerClass property.
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the transformerClass property.
- getTransformerHelper() - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getTransformerPropertyBuilder(Property, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Returns TransformerPropertyBuilder which builds properties from xml transformers.
- getTransientCompatibleAnnotations() - Static method in class org.eclipse.persistence.annotations.TransientCompatibleAnnotations
-
PUBLIC:
Return a list of classnames of annotations that are compatible with the jakarta.persistence.Transient
annotation.
- getTranslatedSQLString(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: This can be used to access a queries translated SQL if they
have been prepared, (i.e.
- getTranslatedSQLStrings(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: This can be used to access a queries translated SQL if they
have been prepared, (i.e.
- getTranslationRow() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Gets the translation row the query was executed with, used for incremental
conforming.
- getTranslationRow() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the row for translation
- getTransportManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the transport manager that manages sending and receiving of remote commands.
- getTransportManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the character used for trimming the string.
- getTxManagerFactoryClass() - Method in class org.eclipse.persistence.transaction.was.WebSphereEJBEmbeddableTransactionController
-
- getTxManagerFactoryClass() - Method in class org.eclipse.persistence.transaction.was.WebSphereLibertyTransactionController
-
- getTxManagerFactoryClass() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
-
- getTxManagerFactoryMethod() - Method in class org.eclipse.persistence.transaction.was.WebSphereEJBEmbeddableTransactionController
-
- getTxManagerFactoryMethod() - Method in class org.eclipse.persistence.transaction.was.WebSphereLibertyTransactionController
-
- getTxManagerFactoryMethod() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
-
- getType() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getType(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
Lookup the dynamic type for an alias.
- getType(ClassDescriptor) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getType(DynamicEntity) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
-
Provide access to the entity's type.
- getType() - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- getType() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Return the type of function.
- getType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getType(JavaField) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Returns a JavaClass instance wrapping the provided field's resolved
type.
- getType() - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
-
Get the Type associated with this JAXBTypeElement
- getType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
The type to be bound.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the type property.
- getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Returns the;@link IType} of the given Java type.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Returns the way this visitor retrieves the literal value.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type by resolving the given
Expression
.
- getType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type defined for the Java member.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the class with the given fully qualified name.
- getType() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
-
- getType() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Indicates if the schema reference references a simple type definition,
complex type definition, element, or group.
- getType() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
Indicates if the schema reference references a simple type definition,
complex type definition, element or group
- getType() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return the batch fetch type, (JOIN, IN, EXISTS).
- getType(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
Return the Type specified by typeName with the given uri,
or null if not found.
- getType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
Return the Type for this interfaceClass or null if not found.
- getType(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getType() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
-
- getType(Class) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
-
Return the SDO type corresponding to the wrapped class.
- getType(String, String) - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Returns the type
with the given the URI
,
or contained by the resource at the given URI,
and with the given name
.
- getType() - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- getType(Type) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of Type.
- getType() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns the type of the Property.
- getType() - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
-
- getType() - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
-
- getType() - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
-
- getType() - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
-
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type of the field.
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the type of the field.
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the type of the field.
- getTypeDeclaration(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type declaration for the given
Expression
's type.
- getTypeDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type definition of the field.
- getTypedField(FIELD) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
searches first descriptor than its ReturningPolicy for an equal field
- getTypedField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
searches first descriptor than its ReturningPolicy for an equal field
- getTypedField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getTypedField(StringTokenizer) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getTypeField() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
- getTypeFieldName() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
This method returns the name of the typeField of the mapping.
- getTypeForImplClass(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getTypeForImplClass(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getTypeForImplClass(Class) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
- getTypeForImplementor(Class) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the type for a specified implementor
- getTypeForSimpleJavaType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Used to determine which SDO Type corresponds the given Java simple type
- getTypeForSimpleJavaType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getTypeForSimpleJavaType(Class) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- getTypeFromAdapterClass(JavaClass, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
If adapter class is null return null If there is a marshal method that
returns something other than Object on the adapter class return the
return type of that method Otherwise return Object.class
- getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the helper that gives access to the most common class metadata.
- getTypeHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the TypeHelper instance for this helper context.
- getTypeHelper(TypeHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of TypeHelper.
- getTypeHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getTypeIndicatorNameTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the typeIndicatorName translation
Used by the Mapping Workbench to avoid classpath dependencies
- getTypeIndicatorTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the type indicators.
- getTypeInfoClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeInfos() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeInfosForPackage(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Convenience method for returning all of the TypeInfo objects for a given
package name.
- getTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo
- getTypeMappingInfosToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfosToSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfoToAdapterClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfoToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which TypeMappingInfo corresponds to which QName.
- getTypeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
Returns the name of the type this group represents
- getTypeName(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the fully qualified class name of the given type.
- getTypeName() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getTypeName() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type name of the field.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the type of the field.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the type of the field.
- getTypePropertiesIsSetStatus() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
INTERNAL:
- getTypePropertyValues() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
INTERNAL:
- getTypeQName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getTypes(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getTypes(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getTypesHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- getTypesHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getTypesHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- getTypesInternal(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the size of the element field, this is only required for some field types.
- getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the size of the element field, this is only required for some field types.
- getTypeStrings() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which Type corresponds to which QName.
- getTypeToTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getUnaryTableSequence() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
- getUnconvertedProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Used to store un-converted properties, which are subsequenctly converted
at runtime (through the convertClassNamesToClasses method.
- getUnconvertedProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Used to store un-converted properties, which are subsequenctly converted
at runtime (through the convertClassNamesToClasses method.
- getUnformattedMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
- getUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression
representing the
UNION clauses.
- getUnionExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return any union expressions.
- getUnionUnpartitionableQueries() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return if queries that do not contain the partition field should be sent
to every database and have the result unioned.
- getUniqueConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for unique constraint deletion.
- getUniqueKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getUnit() - Method in interface org.eclipse.persistence.jpa.config.DataService
-
- getUnitOfWork() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return the transactional UnitOfWork during the transaction and null
outside of the transaction.
- getUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
Return the unit of work cache isolation setting.
- getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the unit of work cache isolation setting.
- getUnitOfWorkChangeSet() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Returns the currentChangeSet from the UnitOfWork.
- getUnits() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getUnitsOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the hashtable keyed on the external transaction objects with values
that are the associated units of work.
- getUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression
that may contain a portion of the query that could not be
parsed, this happens when the query is either incomplete or malformed.
- getUnmappedFields() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method returns any of the fields that are not mapped in
the object.
- getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getUnmarshalContext() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshaller(Unmarshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Unmarshaller.
- getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getUnmarshallerHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getUnmarshallerHandler() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- getUnmarshalListener() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- getUnmarshalNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshalRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getUnquotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the string literal without the single quotes.
- getUnsetOCProperties(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return a List containing all open content properties that were unset
- getUnsetOCPropertiesMap() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return the entire HashMap of lists of open content properties that were unset
keyed on dataObject
- getUnsetProps(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- getUOWChangeSet() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method is used to return the parent ChangeSet.
- getUOWCloneForObjectChangeSet(ObjectChangeSet) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns the Clone for a particular changeSet
- getUpdateAllFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Return true if descriptor is set to update all fields for an object of this
type when an update occurs.
- getUpdateAtIndexQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getUpdateCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update call.
- getUpdateCallCacheSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the size of the update call cache.
- getUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getUpdateClauses() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Return the updates stored for an update all query
- getUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression
representing the single update item or the collection of update items.
- getUpdateQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update query.
- getUpdateQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- getUpdateSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update SQL string.
- getUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the upper bound expression.
- getUri() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- getUri() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- getUri() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- getURI() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getURI() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- getURL() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
A URL which referenes the Schema.
- getUrl() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the URL for this command manager.
- getUrl() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the URL for this command manager.
- getURL() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Return the URL for the service
- getURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the JDBC URL.
- getURLString() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- getUsage() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getUseDescriptorsToValidateInheritedObjects() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
return if we should use the descriptor inheritance to determine
if an object can be returned from the identity map or not.
- getUserDefinedSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getUserJavaTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getUserName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the user name used as the value to the SECURITY_PRINCIPAL key in the
cached context properties.
- getUserName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The user name is the database login name.
- getUserName() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the Map of user-defined properties.
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of user-defined properties.
- getUserXMLTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getUsesBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method will return if batchWriting is in use or not.
- getUsesBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if batchWriting is in use or not.
- getUsesBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Shows if Byte Array Binding is turned on or not
- getUsesEclipseLinkProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method answers true if EclipseLink Performance Profiling is on.
- getUsesEclipseLinkProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method answers true if EclipseLink Performance Profiling is on.
- getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if batchWriting is in use or not.
- getUsesNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesNativeSQL() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesStringBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getValidationEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
-
Return the ValidationEventHandler associated with this JAXBErrorHandler.
- getValidationLevel() - 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.
- getValidationMode() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns validtion mode of the parser.
- getValidationMode() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- getValidationMode() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getValue(Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getValue() - Method in class org.eclipse.persistence.history.AsOfClause
-
PUBLIC:
The past time represented by the receiver.
- getValue() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
PUBLIC:
Return the wrapped object.
- getValue() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
PUBLIC:
Return the value.
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the value property.
- getValue() - Method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
Returns the actual identifier associated with the constant.
- getValue() - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Return the value.
- getValue() - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
PUBLIC:
Return the value of the constant.
- getValue() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- getValue() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getValue() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
-
- getValue(int) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getValue() - Method in class org.eclipse.persistence.sdo.SDOSetting
-
Returns the value of the setting.
- getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Get a value from an object based on an XPath statement.
- getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Query the object model based on the corresponding XML document.
- getValueClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to get the object class from the value converter
if it is a TypeConversionConverter.
- getValueConverter() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getValueConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getValueConverter() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL:
Conversion not supported.
- getValueConverter() - Method in class org.eclipse.persistence.queries.DirectReadQuery
-
PUBLIC:
Return the converter on the query.
- getValueFromRecord(String, MappedRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Retrieves the field value from the record.
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ColumnResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
INTERNAL:
This method is a convenience method for extracting values from results/
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord) - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecordForMapping(DatabaseRecord, DatabaseMapping, FieldResult, DatabaseRecord) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL:
This method is for processing all FieldResults for a mapping.
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
extract and return the appropriate value from the
specified remote value holder
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Extract and return the appropriate value from the
specified remote value holder.
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Extract and return the appropriate value from the
specified remote value holder.
- getValueGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getValueHolder() - Method in interface org.eclipse.persistence.indirection.IndirectContainer
-
PUBLIC:
This is used by the indirection policy to build the
UOW clone of the container.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the valueHolder.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Return the valueHolder.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the valueHolder.
- getValues() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
INTERNAL:
getValues() is sued internally in a few places, so try to make that work for mapped records.
- getValues(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Retrieve the value for the field name.
- getValues(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField, return the corresponding values from the document
- getValues(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValues() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
This should not be used, but added some support for it as
is called from some places such as sdk call used in the descriptor to define operation not supported,
may also be called from TopLink in some places.
- getValuesIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField, return the corresponding values from the document
- getValuesIndicatingNoEntry(DatabaseField, boolean, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesToExclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Decides which attributes to ignore based on the values they are set to.
- getValuesToSettings() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToWrite(Object, Object, XMLRecord, XMLField, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getValueToWrite(QName, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a string representation of a given value, based on a given schema type.
- getValueToWrite(QName, Object, ConversionManager) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the valueType property.
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the valueType property.
- getValueType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Return the class of the value.
- getValueWrapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
The key that will correspond to the property mapped with @XmlValue.
- getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableName() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the identification variable name that is defining either the abstract schema name
or the collection-valued path expression
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the identification variable, which has been changed to be upper case.
- getVariables() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The variables are the names of the declared variables used in the procedure.
- getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVectorOfFieldsToGenerate(int, DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the method for the WebSphere JDBC connection wrapper vendorConnection.
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
Return the method for the WebLogic JDBC connection wrapper vendorConnection.
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the method for the WebLogic JDBC connection wrapper vendorConnection.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Returns the real version this constant represents.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Returns the real version this constant represents.
- getVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the version as it appears in URI.
- getVersion() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
Gets the XML Version for this document.
- getVersion() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getVersion() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- getVersion() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- getVersion() - Static method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the EclipseLink version.
- getVersion() - Static method in class org.eclipse.persistence.Version
-
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the number of version difference between the two states of the object.
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the number of versions different between these objects.
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return the number of versions different between these objects.
- getVersionMapping() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Returns the mapping that will be used to access the version value from an object.
- getVersionString() - Static method in class org.eclipse.persistence.Version
-
Returns version
String
containing three part version number
and build qualifier.
- getViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getVirtualAttributeMethods() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the list of virtual methods sets for this Entity.
- getVirtualIdentificationVariableFinder() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getVPDClearIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD clear identifier query.
- getVPDCreationFunctionString(String, String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier function.
- getVPDCreationPolicyString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier policy.
- getVPDDeletionString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier policy deletion.
- getVPDIdentifier() - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
Return the single identifier.
- getVPDIdentifier() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the VPD identifier for this project.
- getVPDLastIdentifierClassName() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the name of the last class to set a VPD identifiers.
- getVPDSetIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD set identifier query.
- getWaitTimeout() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the WAIT timeout value of pessimistic locking query.
- getWaitTimeout() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the time in milliseconds to wait for a available connection.
- getWaitTimeoutUnit() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- getWebLogicConnectionClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the class (interface) for the WebLogic JDBC connection wrapper.
- getWebsphereConnectionClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the class (interface) for the WebSphere JDBC connection wrapper.
- getWebsphereUtilClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the class (interface) for the WebSphere JDBC connection wrapper.
- getWeight() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the weight of the mapping, used to sort mappings to ensure that
DirectToField Mappings get merged first
- getWeight() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the weight of the mapping, used to sort mappings to ensure that
DirectToField Mappings get merged first
- getWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
WHEN clauses.
- getWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression
representing the conditional predicate of the clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWithAllSubclassesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Return the Expression which gets all subclasses.
- getWordType() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
- getWorkingCopyMethod() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the workingCopyClone method.
- getWorkingCopyMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the workingCopyClone method name.
- getWrappedCacheKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
If a Wrapper subclasses this CacheKey this method will be used to unwrap the cache key.
- getWrapper(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the wrapper object from the cache key associated with the given primary key,
this is used for EJB2.
- getWrapper() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- getWrapperPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the WrapperPolicy for this descriptor.
- getWrappersHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- getWrappersHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- getWrappersHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- getWrapperTypes() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
- getWriteConnection() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the connection to be used for database modification.
- getWriteConnections() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the map of write connections.
- getWriteLockField() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the write lock field.
- getWriteLockField() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the write lock field.
- getWriteLockFieldName() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return the field name of the field that stores the write lock value.
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return an expression that updates the write lock
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Retrun an expression that updates the write lock
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object.
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object
- getWriteLockValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method is used to return the lock value of the object this changeSet represents.
- getWriteLockValue(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Extracts and returns the write lock value from the identity map through the given Object.
- getWriteLockValue(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Extracts the write lock value from the identity map through the passed in primaryKey and Class type.
- getWriteLockValue(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the write lock value from the cache key associated to the primarykey.
- getWriteLockValue() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getWriter() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- getWriter() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the writer to which an accessor writes logged messages and SQL.
- getWriter() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
Return the Writer that the object will be marshalled to.
- getWriter() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getWriter() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getWriter() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
Return the Writer that the object will be marshalled to.
- getWriter(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getWriter() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getWriterFilename() - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
For the given writer, return it's associated filename.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlAccessOrder for this TypeInfo.
- getXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlAccessorOrder property.
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlAccessorOrder property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Gets the value of the xmlAccessorType property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlAccessorType property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlAccessorType property.
- getXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlAccessType for this TypeInfo.
- getXMLBinder() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in interface org.eclipse.persistence.jaxb.metadata.MetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.MetadataSourceAdapter
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXMLMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ErrorResponseMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ItemLinksMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaLangMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaMathMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaUtilMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkV2MetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultCollectionMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListItemMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SimpleHomogeneousListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryResultMetadataSource
- getXmlBindingsFromProperties(Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Convenience method for processing a properties map and creating a map of
package names to XmlBindings instances.
- getXmlBindingsModelContext() - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
The method will load the eclipselink metadata model and return the
corresponding JAXBContext
- getXmlClassExtractor() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlClassExtractor property.
- getXMLContext() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Return the XMLContext associated with this JAXBContext.
- getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return the instance of XMLContext that was used to create this instance
of XMLMarshaller.
- getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Return the instance of XMLContext that was used to create this instance
of XMLUnmarshaller.
- getXmlContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getXmlContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getXmlContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getXMLContextState() - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLContextState that represents the XMLContexts
stateful information.
- getXmlConversionManager() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getXmlConversionManager() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getXmlConversionManager() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlCustomizer class name set on this TypeInfo, or null if none
is set.
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlCustomizer property.
- getXmlDescriptor() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
INTERNAL
Returns the Descriptor associated with this TypeMappingInfo.
- getXmlDescriptor() - Method in class org.eclipse.persistence.sdo.SDOType
-
- getXmlDescriptor(QName) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the class indicator field name for this type info.
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlDiscriminatorNode property.
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the value of the class indicator field for the java-type
associated with this type info.
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlDiscriminatorValue property.
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Returns the xml-element as a Element
which represents the
parameter level annotations that should be applied to this type.
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlElement property.
- getXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Gets the value of the xmlElementDecl property.
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlElementNillable property.
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlElementNillable property.
- getXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlElementRef property.
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the List of XmlElementRef(s) for this Property.
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlElementRefs property.
- getXmlElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlElements object set for this Property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlElementWrapper set on this property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlElementWrapper property.
- getXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums
-
Gets the value of the xmlEnum property.
- getXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlEnums property.
- getXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the xmlEnumValue property.
- getXmlEnumValues() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getXMLEventWriter() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- getXMLField() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- getXMLHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the XMLHelper instance for this helper context.
- getXMLHelper(XMLHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of XMLHelper.
- getXMLHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getXMLInputFactory() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
- getXmlInverseReference() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlInverseReference property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the xmlJavaTypeAdapter set on this Property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlJavaTypeAdapter set on this Type.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapters
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlJavaTypeAdapters property.
- getXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the xmlJoinNode property.
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlJoinNodes for this property.
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlJoinNodes property.
- getXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the list of XmlJoinNodes for this Property, if any.
- getXmlKeyProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the list of XmlKey property entries.
- getXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlMap property.
- getXmlMapping() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getXMLMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getXmlMarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getXmlMarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getXmlMarshaller() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Return the mimeType specified on this element.
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlMimeType property.
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlMimeType property.
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedAttributeNode property.
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the xmlNamedAttributeNode property.
- getXmlNamedObjectGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraphs
-
Gets the value of the xmlNamedObjectGraph property.
- getXmlNamedObjectGraphs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNamedObjectGraphs property.
- getXmlNamedSubclassGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedSubclassGraph property.
- getXmlNamedSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedSubgraph property.
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XMLNameTransformer used when converting Java names to XML names
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNameTransformer property.
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlNameTransformer property.
- getXMLNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getXMLNode(Object) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets the XML Node associated with the provided object.
- getXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the xmlNs property.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return XmlNullPolicy for this TypeInfo.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNullPolicy property.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlNullPolicy property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the xpath for this property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlPath property.
- getXMLPlatform() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the XMLPlatform based on the toplink.xml.platform System property.
- getXMLPlatformClass() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the implementation class for the XMLPlatform.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlProperties property.
- getXmlProperty() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
-
Gets the value of the xmlProperty property.
- getXMLReader() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlReadTransformer property.
- getXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlRegistries property.
- getXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries
-
Gets the value of the xmlRegistry property.
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlRootElement set on this TypeInfo.
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlRootElement property.
- getXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchema property.
- getXMLSchema() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns XML Schema of the parser.
- getXMLSchema() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- getXMLSchema() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaTypes
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchemaTypes property.
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the List of XmlSeeAlso class names for this TypeInfo.
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlSeeAlso property.
- getXMLStreamWriter() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- getXmlTagName() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Root element name associated with this type;
- getXMLToJavaTypeMap() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a map of default Java types to XML types.
- getXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlTransformation set on this property.
- getXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlType set on this TypeInfo.
- getXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlType property.
- getXMLType(Class) - Method in class org.eclipse.persistence.oxm.XMLField
-
Return the qualified XML Schema type for a given class
- getXMLType(Class, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
-
- getXMLTypeFactory() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Lazy initialization of xmlTypeFactory allows to avoid loading xdb-dependent
class XMLTypeFactoryImpl unless xdb is used.
- getXMLUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getXmlUnmarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- getXmlUnmarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- getXmlUnmarshaller() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- getXmlValueFieldForSimpleContent(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXmlValueFieldForSimpleContent(TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXMLVersion() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the XML version of the document, or null if not specified.
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlVirtualAccessMethods property.
- getXmlWriteTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlWriteTransformer property.
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
-
Get the XPath String associated with this Mapping
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.XMLField
-
Returns the xpath statement associated with this XMLField
- getXPath() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getXPathFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- getXPathForElement(String, QName, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXPathForField(Property, NamespaceInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Maintain a direct pointer to the first XPathFragment.
- getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getXPathNode() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getXQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
PUBLIC:
Return the XQuery string.
- getXSDHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Return the XSDHelper instance for this helper context.
- getXSDHelper(XSDHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
-
Return the EclipseLink implementation of XSDHelper.
- getXSDHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- getXsdLocalName() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Returns the local name of the Property.
- getXsdLocalName() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Returns the local name of the Property.
- getXsdType() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- getXsdType() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- getXSDTypeFromSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
A function to access the values stored in xsdToSDOType HashMap
- getXSDTypeFromSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- getXSDTypeFromSDOType(Type) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- Glassfish - Static variable in class org.eclipse.persistence.config.TargetServer
-
- GlassfishPlatform - Class in org.eclipse.persistence.platform.server.glassfish
-
PUBLIC:
This is the concrete subclass responsible for representing Glassfish server behavior.
- GlassfishPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL:
Default Constructor: All behavior for the default constructor is inherited
- GlassfishPlatformDetector - Class in org.eclipse.persistence.platform.server.glassfish
-
- GlassfishPlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
-
- GlassfishRuntimeServices - Class in org.eclipse.persistence.services.glassfish
-
Purpose: Provide a dynamic interface into the EclipseLink Session.
- GlassfishRuntimeServices() - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
PUBLIC:
Default Constructor
- GlassfishRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
PUBLIC:
Create an instance of GlassfishRuntimeServices to be associated with the provided session
- GlassfishRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
Create an instance of GlassfishRuntimeServices to be associated with the provided locale
The user must call setSession(Session) afterwards to define the session.
- GlassfishTransactionController - Class in org.eclipse.persistence.transaction.glassfish
-
Purpose: TransactionController implementation for Glassfish JTA
- GlassfishTransactionController() - Constructor for class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
-
- GlassfishTransactionController11 - Class in org.eclipse.persistence.transaction.glassfish
-
Purpose: TransactionController implementation for Glassfish JTA
- GlassfishTransactionController11() - Constructor for class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController11
-
- GLOBAL_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- globalHelperContext - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- globalPropertyNotFound() - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when trying to find a global property during an unmarshal
- GlobalRef() - Constructor for class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- GMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GMONTH_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GMONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GMONTHDAY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GREATER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>'.
- GREATER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>='.
- greaterThan(byte) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(char) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(double) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(float) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(long) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receiver's value is greater than the other value.
- greaterThan(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- greaterThan(short) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- GreaterThan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- greaterThanEqual(byte) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(char) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(double) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(float) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(long) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(short) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- GreaterThanEqual - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- Greatest - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- greatest() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- greatest() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
Build FB equivalent to GREATEST(x, y)
FB: CASE WHEN x >= y THEN x ELSE y END
- greatest() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL:
Build HSQL equivalent to GREATEST(x, y)
HSQL: CASE WHEN x >= y THEN x ELSE y
- greatest() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the greatest of two values.
Builds Symfoware equivalent to GREATEST(x, y).
Symfoware: CASE WHEN x >= y THEN x ELSE y END
- GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- GridLinkDataPartitioningCallback - Class in org.eclipse.persistence.platform.database.oracle.ucp
-
PUBLIC:
Integrates with WebLogic GirdLink's data affinity support.
- GridLinkDataPartitioningCallback() - Constructor for class org.eclipse.persistence.platform.database.oracle.ucp.GridLinkDataPartitioningCallback
-
- group - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- GROUP - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
- GROUP_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'GROUP BY'.
- groupByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- GroupByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The GROUP BY construct enables the aggregation of values according to the properties of an
entity class.
- GroupByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Creates a new GroupByClause
.
- GroupByClause_GroupByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the group by clause.
- GroupByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
Creates a new GroupByClauseBNF
.
- GroupByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- GroupByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
Creates a new GroupByClauseFactory
.
- groupByExpressions - Variable in class org.eclipse.persistence.queries.ReportQuery
-
Expressions representing fields to be used in the GROUP BY clause.
- GroupByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a group by item expression.
- GroupByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
Creates a new GroupByItemBNF
.
- GroupByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
GroupByItemFactory
is responsible to return the right expression and to support
invalid expression as well.
- GroupByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
Creates a new GroupByItemFactory
.
- GROUPING_ELEMENT_REQUIRED - Static variable in exception org.eclipse.persistence.eis.EISException
-
- groupingElementRequired() - Static method in exception org.eclipse.persistence.eis.EISException
-
- GT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- GT_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- GYEAR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GYEAR_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GYEARMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- GYEARMONTH_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ICONST - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- Id - Static variable in class org.eclipse.persistence.config.CommitOrderType
-
Updates and deletes are ordered by the object's id.
- Id - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
The unique identifier of this InExpressionExpressionBNF
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
The unique identifier of this InternalConcatExpressionBNF
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
The unique identifier for this InternalOrderByItemBNF
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
The unique identifier of this InternalOrderByItemFactory
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFetchBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
-
The unique identifier of this BNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
-
The unique identifier of this LiteralBNF
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
The unique identifier of this TreatExpressionBNF
.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- id() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
-
- id() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
-
- ID_ALREADY_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- ID_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
open content property to be set when defining a Type via a DataObject for reference relationships
- ID_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
open content property to be set when defining a Type via a DataObject for reference relationships
- ID_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ID_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ID_RESOLVER - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
The name of the property used to specify a custom IDResolver class, to
allow customization of ID/IDREF processing.
- ID_VALIDATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.id-validation
" property defines
which primary key components values are considered invalid.
- idAlreadySet(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception should be used when an attempt is made to set an ID property
when one has already been set.
- IdentificationVariable - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable is a valid identifier declared in the FROM clause of a query.
- IdentificationVariable(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Creates a new IdentificationVariable
.
- IdentificationVariable(AbstractExpression, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Creates a new IdentificationVariable
.
- IdentificationVariable_EntityName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_Duplicate - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_NotDeclared - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_ReservedWord - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable expression.
- IdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
Creates a new IdentificationVariableBNF
.
- IdentificationVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable is a valid identifier declared in the FROM clause of a query.
- IdentificationVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Creates a new IdentificationVariableDeclaration
.
- IdentificationVariableDeclaration_JoinsEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclaration_JoinsHaveComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclaration_MissingRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable declaration expression.
- IdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
Creates a new IdentificationVariableDeclarationBNF
.
- IdentificationVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This IdentificationVariableDeclarationFactory
handles parsing the JPQL fragment
within the FROM
clause.
- IdentificationVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
-
Creates a new IdentificationVariableDeclarationFactory
.
- IdentificationVariableFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- IdentificationVariableFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
-
Creates a new IdentificationVariableFactory
.
- identifier(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- identifier(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
- identifier(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- IdentifierRole - Enum in org.eclipse.persistence.jpa.jpql.parser
-
A role describes the purpose of the JPQL identifier.
- identifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Returns the JPQL identifiers handled by this factory.
- IDENTITY_MAP_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- IdentityMapAccessor - Interface in org.eclipse.persistence.sessions
-
PUBLIC:
IdentityMapAccessor provides the public interface into all functionality associated with
EclipseLink's cache.
- identityMapClass - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- identityMapNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- identityMapSize - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- IdHelper - Class in org.eclipse.persistence.jpa.rs.util
-
EclipseLink helper class used for converting composite key values passed into
JAX-RS calls as query or matrix parameters into a value that can be used in a
find.
- IdHelper() - Constructor for class org.eclipse.persistence.jpa.rs.util.IdHelper
-
- IDREF - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- IDREF_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- IDREFS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- IDREFS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- idRelationshipCircularReference(HashSet) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- IDResolver - Class in org.eclipse.persistence.jaxb
-
IDResolver can be subclassed to allow customization of the ID/IDREF processing of
JAXBUnmarshaller.
- IDResolver() - Constructor for class org.eclipse.persistence.jaxb.IDResolver
-
- IDResolver - Class in org.eclipse.persistence.oxm
-
IDResolver can be subclassed to allow customization of the ID/IDREF processing of
XMLUnmarshaller.
- IDResolver() - Constructor for class org.eclipse.persistence.oxm.IDResolver
-
- IdValidation - Enum in org.eclipse.persistence.annotations
-
IdValidation configures which id values are considered valid when loading
from the database.
- idValidation - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Allow zero primary key validation to be configured.
- ifNull(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function return a specific value if item returned from the
query is null.
- ifNull() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- ignoreAttributesForNil - Variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
This state flag determines how we unmarshal xsi:nil nodes when there
are other attributes (other than xsi:nil) present.
- ignoreAttributesForNil() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- ignoreBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Session's shouldBindAllParameters() defines whether to bind or
not (default setting)
- ignoreCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Session's shouldCacheAllStatements() defines whether to cache or
not (default setting)
- ignoreDatabaseException - Variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
- ignoreIndirectionExceptionReturnConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- ignoreIndirectionExceptionReturnNotConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- IgnoreNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
-
INTERNAL:
- IgnoreNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
-
- ignoreType - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Used to ignore the type when calculating it.
- ILL_FORMED_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- ILLEGAL_ACCESS_WHILE_CLONING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ILLEGAL_DYNAMIC_CLASSWRITER - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- ILLEGAL_PARENT_CLASSNAME - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- ILLEGAL_STATE_XML_UNMARSHALLER_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- ILLEGAL_TABLE_NAME_IN_MULTIPLE_TABLE_FOREIGN_KEY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ILLEGAL_USE_OF_GETFIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- ILLEGAL_USE_OF_GETTABLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- ILLEGAL_USE_OF_MAP_IN_DIRECTCOLLECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ILLEGAL_VALIDATION_MODE - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
-
- illegalAccesstWhileGettingValueThruInstanceVaraibleAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalAccessWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileGettingValueThruInstanceVariableAccessor(String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalArgumentWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalContainerClass(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- illegalDynamicClassWriter(DynamicClassLoader, String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
A
DynamicClassWriter
was attempted to be instantiated with a null
loader or invalid parentClassName.
- illegalLoggingLevel(String) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
-
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
- illegalOperationForUnitOfWorkLifecycle(int, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- illegalParentClassName(String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
A null or empty string was provided as the parent class for a dynamic
class being registered for creation.
- illegalStateXMLUnmarshallerHandler() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- illegalTableNameInMultipleTableForeignKeyField(ClassDescriptor, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- illegalUseOfGetField(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- illegalUseOfGetTable(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- illegalUseOfMapInDirectCollection(DirectCollectionMapping, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- illegalValidationMode(String, String) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
-
- illFormedExpression(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- implementorDescriptor - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- implementorDescriptorClassName - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- in(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(char[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(double[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(float[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(int[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(long[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(short[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(Collection) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- in(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- in(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- In - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- in() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the IN operator.
- IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IN'.
- IN - Static variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- IN_CACHE - Static variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
- IN_CANNOT_BE_PARAMETERIZED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- IN_OBJECT - Static variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
- INACTIVE_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- inactiveUnitOfWork(UnitOfWorkImpl) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
-
- inActiveUnitOfWork(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- inCannotBeParameterized(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- INCLUDE_DESCRIPTOR_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.session.include.descriptor.queries
"
property configures whether to enable the copying of all descriptor named
queries to the session to be usable from the entity manager.
- includeAllValues() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Considers all mapped attributes in the example object as meaningful in a
Query By Example.
- includeTenantCriteria - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
- INCOMPATIBLE_DYNAMIC_CLASSWRITERS - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- incompatibleDuplicateWriters(String, EclipseLinkClassWriter, EclipseLinkClassWriter) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
- INCOMPLETE_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INCOMPLETE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- incompleteJoinColumnsSpecified(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- incompletePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- INCORRECT_CLASS_FOR_OBJECT_COMPARISON - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INCORRECT_COLLECTION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INCORRECT_DATE_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- INCORRECT_DATE_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- INCORRECT_G_DAY_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_G_MONTH_DAY_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_G_MONTH_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_G_YEAR_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_G_YEAR_MONTH_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INCORRECT_NUMBER_OF_XMLJOINNODES_ON_XMLELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INCORRECT_QUERY_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INCORRECT_SIZE_QUERY_FOR_CURSOR_STREAM - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INCORRECT_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- INCORRECT_TIMESTAMP_DATE_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- INCORRECT_TIMESTAMP_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- INCORRECT_TIMESTAMP_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectClassForObjectComparison(Expression, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- incorrectCollectionPolicy(DatabaseMapping, Class, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- incorrectDateFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- incorrectDateTimeFormat(String, Class) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- incorrectDateTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- incorrectGDayFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectGMonthDayFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectGMonthFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectGYearFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectGYearMonthFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectKeyParameterType() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- incorrectLoginInstanceProvided(Class) - Static method in exception org.eclipse.persistence.eis.EISException
-
- incorrectLoginInstanceProvided() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- incorrectNumberOfXmlJoinNodesOnXmlElements(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: There is a different number of XmlElements and XmlJoinNodes entries in a given
XmlElementsJoinNodes.
- incorrectQueryObjectFound(DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- incorrectSizeQueryForCursorStream(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- incorrectTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- incorrectTimestampDateTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectTimestampFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- incorrectTimestampTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
-
- incorrectValueParameterType() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- incorrectValueParameterTypeForOxmXmlKey() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- incrementDelete(DeleteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementExpiry() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Update the expiry time to be the day after the current day.
- incrementIndexInType() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- incrementInsert(WriteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementNumberOfItems() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- incrementProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
Log the profile event.
- incrementReadAllHits(ReadAllQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementReadAllMisses(ReadAllQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementReadObjectHits(ReadObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementReadObjectMisses(ReadObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementUpdate(WriteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- incrementWriteLockValue(Number) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Timestamp versioning should not be able to do this.
- incrementWriteLockValue(Number) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Adds 1 to the value passed in.
- INDENT_STRING - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
The Constant INDENT_STRING.
- indentationString - Variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- Index - Annotation Type in org.eclipse.persistence.annotations
-
Allow a database INDEX to be define when generating DDL.
- index - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
index is the location of the change in the collection
- index() - Method in class org.eclipse.persistence.expressions.Expression
-
- Index - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- INDEX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INDEX'.
- INDEX_REQUIRES_COLLECTION_MAPPING_WITH_LIST_ORDER_FIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INDEX_REQUIRES_QUERY_KEY_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- IndexDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow for indexes to be created.
- IndexDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- INDEXED - Static variable in class org.eclipse.persistence.eis.EISDescriptor
-
- IndexedInteraction - Class in org.eclipse.persistence.eis.interactions
-
Defines the specification for a call to a JCA interaction that uses indexed records.
- IndexedInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
Default constructor.
- Indexes - Annotation Type in org.eclipse.persistence.annotations
-
Allow a set of database indexes to be define on an Entity.
- indexes - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- IndexExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The INDEX function returns an integer value corresponding to the position of its argument
in an ordered list.
- IndexExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
Creates a new IndexExpression
.
- IndexExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_WrongVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- IndexExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
-
Creates a new IndexExpressionFactory
.
- indexExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- indexObjectInCache(CacheKey, AbstractRecord, Object, ClassDescriptor, AbstractSession, boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Index the object by index in the cache using its row.
- indexObjectInCache(CacheKey, Object, ClassDescriptor, AbstractSession, boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Index the object by index in the cache using the object.
- indexObjectInCache(ObjectChangeSet, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Index the object by index in the cache using its changeSet.
- indexOf(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the integer index of the substring within the source string.
- indexOf(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- indexOf(Object, int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- indexOf(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Retrieves the index of the given Expression
.
- indexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- indexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- indexOnlyAllowedOnVariable - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- indexOnlyAllowedOnVariable(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- indexRequiresCollectionMappingWithListOrderField(Expression, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- indexRequiresQueryKeyExpression(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- INDIRECT_CONTAINER_INSTANTIATION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- IndirectCollection<E,C> - Interface in org.eclipse.persistence.indirection
-
Purpose:
Common interface to indirect collections.
- IndirectCollectionsFactory - Class in org.eclipse.persistence.indirection
-
Provides factory methods to create JDK specific implementation
of particular type of
IndirectCollection
.
- IndirectCollectionsFactory() - Constructor for class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
- IndirectCollectionsFactory.IndirectCollectionsProvider - Interface in org.eclipse.persistence.indirection
-
- IndirectContainer<C> - Interface in org.eclipse.persistence.indirection
-
Purpose:
Define an interface for a Container that can also act as an EclipseLink
"indirection" object; i.e.
- indirectContainerInstantiationMismatch(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INDIRECTION_POLICY - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cache-usage.indirection-policy"
- indirectionPolicy - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Implements indirection behavior
- indirectionPolicy - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
Implements indirection behaviour
- IndirectList<E> - Class in org.eclipse.persistence.indirection
-
IndirectList allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
- IndirectList() - Constructor for class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
Construct an empty IndirectList so that its internal data array
has size 10
and its standard capacity increment is zero.
- IndirectList(int) - Constructor for class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
Construct an empty IndirectList with the specified initial capacity and
with its capacity increment equal to zero.
- IndirectList(int, int) - Constructor for class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
Construct an empty IndirectList with the specified initial capacity and
capacity increment.
- IndirectList(Collection<? extends E>) - Constructor for class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
Construct an IndirectList containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- IndirectList_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
- IndirectMap<K,V> - Class in org.eclipse.persistence.indirection
-
IndirectMap allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
- IndirectMap() - Constructor for class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Construct a new, empty IndirectMap with a default
capacity and load factor.
- IndirectMap(int) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Construct a new, empty IndirectMap with the specified initial capacity
and default load factor.
- IndirectMap(int, float) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Construct a new, empty IndirectMap with the specified initial
capacity and load factor.
- IndirectMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Construct a new IndirectMap with the same mappings as the given Map.
- IndirectMap_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
- IndirectSet<E> - Class in org.eclipse.persistence.indirection
-
IndirectSet is an example implementation of the Set protocol that
allows a domain class to take advantage of TopLink Indirection
without having to declare its instance variable as a ValueHolderInterface.
- IndirectSet() - Constructor for class org.eclipse.persistence.indirection.IndirectSet
-
Construct an empty IndirectSet.
- IndirectSet(int) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
-
Construct an empty IndirectSet with the specified initial capacity.
- IndirectSet(int, float) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
-
Construct an empty IndirectSet with the specified initial capacity and
load factor.
- IndirectSet(Collection<? extends E>) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
-
Construct an IndirectSet containing the elements of the specified collection.
- IndirectSet_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
- InExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The state field path expression must have a string, numeric, or enum value.
- InExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Creates a new InExpression
.
- InExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_InvalidItemCount - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemInvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingInItems - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an in expression.
- InExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
Creates a new InExpressionBNF
.
- InExpressionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF describes the expression being tested by the IN
expression.
- InExpressionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
Creates a new InExpressionExpressionBNF
.
- InExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
-
Creates a new InExpressionFactory
.
- InExpressionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the items of an IN expression.
- InExpressionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
Creates a new InExpressionItemBNF
.
- InExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionVisitor
-
- InExpressionWithNestedArrayVisitor(EclipseLinkGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
-
- info(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- INFO - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- info(String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
This method is called when a info level message needs to be logged.
- INFO_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- INFO_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Represents prefix to logged info
- Informix - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- Informix11 - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- Informix11Platform - Class in org.eclipse.persistence.platform.database
-
An
InformixPlatform
that fixes many EclipseLink bugs
related to Informix support.
- Informix11Platform() - Constructor for class org.eclipse.persistence.platform.database.Informix11Platform
-
- InformixPlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides Informix specific behavior.
- InformixPlatform() - Constructor for class org.eclipse.persistence.platform.database.InformixPlatform
-
- infos - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
-
Stores an object of type Info for every call to any of addField..
- Inheritance - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- INHERITANCE_OUTER_JOIN - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.inheritance.outer-join"
- INHERITANCE_WITH_MULTIPLE_TABLES_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- inheritancePolicy - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
- InheritancePolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: Allows customization of an object's inheritance.
- InheritancePolicy() - Constructor for class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Create a new policy.
- InheritancePolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Create a new policy.
- inheritanceWithMultipleTablesNotSupported() - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- inIndex - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- INIT - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- init() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- Initcap - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- initcap() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- InItemsVisitor(AbstractSemanticValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.InItemsVisitor
-
- INITIAL_CONNECTIONS - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- initialCapacity - Variable in class org.eclipse.persistence.indirection.IndirectList
-
Store initial size for lazy init.
- initialCapacity - Variable in class org.eclipse.persistence.indirection.IndirectMap
-
Store initial size for lazy init.
- initialCapacity - Variable in class org.eclipse.persistence.indirection.IndirectSet
-
Store initial size for lazy init.
- initializationStage - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- initialize(MAPPING, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
-
PUBLIC:
Allow for any initialization.
- initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Allow the inheritance properties of the descriptor to be initialized.
- initialize(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL:
initialize the Policy
- initialize(AbstractSession, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL:
initialize the Policy
- initialize(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
INTERNAL:
initialize the Policy
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Initialize the mappings as a separate step.
- initialize(DescriptorQueryManager, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Initialize the query manager specific to the descriptor type.
- initialize(ClassDescriptor, Session) - Method in class org.eclipse.persistence.descriptors.ClassExtractor
-
Allow for any initialization.
- initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
Initialize the CMPPolicy settings.
- initialize(Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
Do nothing by default.
- initialize(Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Validate and build the methods.
- initialize(Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Allow for any initialization or validation required.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
Configure inherited selectors.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Post initialize the mappings
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL: Initialize the fetch groups.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
It is responsible for initializing the policy;
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Initialize the inheritance properties of the descriptor once the mappings are initialized.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Set the vector to store parent interfaces.
- initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
Allow initialization with the descriptor.
- initialize(ClassDescriptor, Session) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Setup the default classExtractionMethod, or if one was specified by the user make sure it is valid.
- initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
INTERNAL:
Initialize the policy.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
INTERNAL:
Default the connection pools to all pools if unset.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL:
Initialize the policy.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
INTERNAL:
Default the connection pools to all pools if unset.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
INTERNAL:
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: It is responsible for initializing the policy;
- initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
initialize the policy
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
Initialize the mappings as a separate step.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
It is responsible for initializing the policy;
- initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
-
PUBLIC:
Required: Lets the policy perform initialization.
- initialize(DescriptorQueryManager, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL:
Initialize the query manager specific to the descriptor type.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
Initialize a HistoryPolicy.
- initialize(int, float) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
Initialize the instance.
- initialize(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
Initialize the instance.
- initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
-
INTERNAL:
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
INTERNAL:
Set the enum class.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Initializes this JPQL grammar.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Instantiates the only instance of various API used by the parser.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
Initialize the log to be backward-compatible with the original TopLink
log.
- initialize(Writer) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
Initialize the log.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
For aggregate collection mapping the reference descriptor is cloned.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Initialize the reference descriptor.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
For an aggregate mapping the reference descriptor is cloned.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Initialize the state of mapping.
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL:
Set the mapping.
- initialize(DatabaseMapping, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
-
PUBLIC:
Allow for any initialization.
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL:
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the mapping.
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL:
Set the mapping.
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Set the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Allow for initialization of properties and validation.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Initialize and validate the mapping properties.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Initialize and validate the mapping properties.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Initialize the state of mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Initialize mappings
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Initialize the mapping.
- initialize(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
INTERNAL:
Initialize any information in the receiver that requires its descriptor.
- initialize(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
Initialize any information in the receiver that requires its descriptor.
- initialize(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Initialize
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Auto-Default orderedFields to fields
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractTransformationMapping) - Method in interface org.eclipse.persistence.mappings.transformers.AttributeTransformer
-
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
-
- initialize(AbstractTransformationMapping) - Method in interface org.eclipse.persistence.mappings.transformers.FieldTransformer
-
Initialize this transformer.
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
-
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
INTERNAL:
Initilizes the transformer.
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(Context) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
INTERNAL
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL:
The mapping is initialized with the given session.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
INTERNAL:
Initialize the mapping.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Register a ReferenceResolver as an event listener on the session,
if one doesn't already exist.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- initialize(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- initialize(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
-
- initialize(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Allow subclasses to perform initialization if required.
- initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Initialize the mappings as a separate step.
- initialize() - Method in class org.eclipse.persistence.oxm.XMLField
-
- initialize(Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- initialize(ClassDescriptor, AbstractSession) - Method in interface org.eclipse.persistence.platform.database.events.DatabaseEventListener
-
Initialize the descriptor to receive database change events.
- initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
Initialize the descriptor to receive database change events.
- initialize(ReportQuery) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Looks up mapping for attribute during preExecute of ReportQuery
- initialize(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
INTERNAL:
- initialize(DataObject) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
Perform any post-instantiation integrity operations that could not be done during
ValueStore creation.
Since the dataObject reference passed in may be bidirectional or self-referencing
- we cannot set this variable until the dataObject itself is finished instantiation
- hence the 2-step initialization.
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
- initialize(ClassLoader) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
-
Override the default helpers/factories, replacing them
with JAXB aware ones where necessary.
- initialize(DataObject) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
Initialize the value store with its associated DataObject.
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
-
- initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
-
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- initialize(ClassLoader) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
The underlying helpers for this instance will be instantiated
in this method.
- initialize(DataObject) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
Perform any post-instantiation integrity operations that could not be done during
ValueStore creation.
Since the dataObject reference passed in may be bidirectional or self-referencing
- we cannot set this variable until the dataObject itself is finished instantiation
- hence the 2-step initialization.
- initialize() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- initialize() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Initialize the remote command manager.
- initialize() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
INTERNAL:
Initialize default properties for RMI.
- initialize() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
Initialize default properties.
- initialize() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Initialize the remote command manager.
- initialize() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL:
Initialize default properties for RMI.
- initialize() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Initialize default properties.
- initialize(String, String, String) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL:
Initialize the connector with the specified settings.
- initialize(Class, String, Session) - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
-
- initialize(Class, String, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
-
- initialize(Class, String, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
-
- initialize() - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Initialize EclipseLink noun tree(DMS)
- initialize() - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Initialize EclipseLink noun tree(DMS)
- initialize() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Initialize TopLink noun tree by default (DMSConsole.getSensorWeight())
- initialize() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- initialize() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- initializeAddTargetQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize addTargetQuery.
- initializeAggregateFunctionOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This initialized method is used exclusively for inheritance.
- initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL: This is needed by regular aggregate descriptors * but not by
EIS aggregate descriptors.
- initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
This is needed by regular aggregate descriptors (because they require review);
but not by XML aggregate descriptors.
- initializeAllIdentityMaps() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to clear the contents of all identity maps.
- initializeAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to clear the contents of all identity maps.
- initializeAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to initialize the identity maps in the session.
- initializeAllIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Resets the entire Object cache.
- initializeAllWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Build dms ALL weight sensors for TopLink dms metrics.
- initializeApplicationNameAndModuleName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Get the applicationName and moduleName from the application server.
- initializeApplicationNameAndModuleName() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
Deprecated.
- initializeAttributes(Class) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Allow any initialization to be performed with the descriptor class.
- initializeAttributes(Class) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Allow any initialization to be performed with the descriptor class.
- initializeAttributes(Class) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
Set get and set method after creating these methods by using
get and set method names
- initializeAttributes(Class) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
Set get and set method after creating these methods by using
get and set method names
- initializeAttributeTransformer(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Convert the attribute transformer class name into an AttributeTransformer
If the old-style method name in set, then use a MethodBasedAttributeTRansformer
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeCacheInvalidationPolicy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Potentially override the cache invalidation behavior
- initializeChangeOrderTargetQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Initialize changeOrderTargetQuery.
- initializeChangeOrderTargetQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Initialize changeOrderTargetQuery.
- initializeChangeOrderTargetQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize changeOrderTargetQuery.
- initializeChildInheritance(ClassDescriptor, AbstractSession, HashMap<DatabaseField, DatabaseField>, HashMap<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
For aggregate mapping the reference descriptor is cloned.
- initializeChildInheritance(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
For an aggregate mapping the reference descriptor is cloned.
- initializeClassExtractor(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Setup the default classExtractionMethod, or if one was specified by the user make sure it is valid.
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- initializeConversions(Class) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
- INITIALIZED - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- initializeDefaultBuilder() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Initialize the expression builder which should be used for this query.
- initializeDefaultBuilder() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Initialize the expression builder which should be used for this query.
- initializeDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Initialize the delete all query.
- initializeDeleteAllQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Initialize delete all query.
- initializeDeleteAllQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
Initialize delete all query.
- initializeDeleteAllQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
Initialize delete all query.
- initializeDeleteAllQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Initialize the delete all query.
- initializeDeleteAtIndexQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeDeleteNullQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeDeleteQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeDeleteQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
- initializeDeleteQuery(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Initialize delete query.
- initializeDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- initializeDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- initializeDescriptor(XMLDescriptor) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
- initializeDescriptors() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Allow each descriptor to initialize any dependencies on this session.
- initializeDirectField(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
The field name on the reference table is initialized and cached.
- initializeEJB30EventManagers() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
- initializeExtendPessipisticLockScope(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Initialize extendPessimisticLockeScope and lockRelationTableQuery (if required).
- initializeExternalTransactionController() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: initializeExternalTransactionController(): Populate the DatabaseSession's
external transaction controller with an instance of my transaction controller class.
- initializeExternalTransactionController() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: initializeExternalTransactionController(): Populate the DatabaseSession's
external transaction controller with an instance of my transaction controller class.
- initializeField(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
unless the field is already initialized by parent descriptor, add the field to the owning descriptor and set field's type
- initializeFieldClassification(Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the field classification through searching the fields map.
- initializeFieldToTransformers(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Convert the field names and their corresponding method names to
DatabaseFields and Methods.
- initializeForeignKeys(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
The foreign keys primary keys are stored as database fields in the hashtable.
- initializeForeignKeys(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
The foreign keys primary keys are stored as database fields in the map.
- initializeForeignKeys(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
The foreign key names and their primary keys are converted to DatabaseField and stored.
- initializeForeignKeysWithDefaults(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
The foreign keys primary keys are stored as database fields in the map.
- initializeFromParent(CachePolicy, ClassDescriptor, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Allow the inheritance properties of the descriptor to be initialized.
- initializeFunctionOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- initializeHeavyWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Build dms HEAVY weight sensors for TopLink dms metrics.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Registers the JPQL identifiers support by this
JPQLGrammar
.
- initializeIdentityMap(String) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to clear the contents of a particular identity map.
- initializeIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to clear the contents of a particular identity map.
- initializeIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to initialize the identity maps specified by className.
- initializeIdentityMap(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Resets the identity map for only the instances of the given Class type.
- initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Set up the IdentityMapManager.
- initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Set up the IdentityMapManager.
- initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set up the IdentityMapManager.
- initializeIdentityMaps(String[]) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to initialize the identity maps specified by the Vector of classNames.
- initializeIdentityMaps(String[]) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to initialize the identity maps specified by the Vector of classNames.
- initializeIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Resets the entire local Object cache.
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Reset the cache on the server-side session.
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
- initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Reset the cache on the server-side session.
- initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Reset the cache on the server-side session.
- initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
- initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
- initializeInsertQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
Initialize insert query.
- initializeInsertQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
Initialize insert query.
- initializeInsertQuery(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Initialize insert query.
- initializeIsUsedToSetPrimaryKey() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- initializeListOrderField(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Initializes listOrderField.
- initializeListOrderField(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Initializes listOrderField.
- initializeListOrderFieldTable(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Initializes listOrderField's table, does nothing by default.
- initializeListOrderFieldTable(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Initializes listOrderField's table.
- initializeLockRelationTableQuery(AbstractSession, ForeignReferenceMapping, Expression) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Initialize lockRelationTableQuery.
- initializeLogicalOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- initializeManager() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
Initialize the singleton session manager.
- initializeMapContainerPolicy(AbstractSession, MapContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- initializeMapContainerPolicy(AbstractSession, MapContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- initializeMappings() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- initializeMappings() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- initializeMethod(DatabaseQuery) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Set the method.
- initializeMultipleTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Rebuild the multiple table primary key map.
- initializeNamespaces(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Get the XMLDescriptor associated with this Type or generate a new one.
- initializeNormalWeightSensors() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Build dms NORMAL weight sensors for TopLink dms metrics.
- initializeNounTree(int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Initialize TopLink noun tree based on dms weight.
- initializeOnlyInstancesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Initialize the expression to use to check the specific type field.
- initializeOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- initializeOptimisticLocking() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Potentially override the optimistic locking behavior
- initializeParentInheritance(ClassDescriptor, ClassDescriptor, AbstractSession, HashMap<DatabaseField, DatabaseField>, HashMap<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
For aggregate mapping the reference descriptor is cloned.
- initializeParentInheritance(ClassDescriptor, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
For an aggregate mapping the reference descriptor is cloned.
- initializePlatformOperatorNames() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Initialize any platform-specific operators.
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Allow the use of XMLType operators on this platform.
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Initialize any platform-specific operators
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Initialize Symfoware platform-specific operators.
- initializePlatformOperators() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Initialize any platform-specific operators
- initializePlatformOperatorSelectors() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- initializePreallocated() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Removes all preallocated sequencing objects.
- initializePreallocated(String) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Removes all preallocated sequencing objects for the given sequence name.
- initializePrimaryKeyFields(Class, AbstractSession) - Method in class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
-
- initializePrivateOwnedCriteria() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Selection criteria is created with source foreign keys and target keys.
- initializePrivateOwnedCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Selection criteria is created with source foreign keys and target keys.
- initializeProperties(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Initialize the descriptor properties such as write lock and sequencing.
- initializeProperties() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
It is responsible for initializing the policy;
- initializeProperties() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
It is responsible for initializing the policy properties;
- initializeQuerySpecificDefaultBuilder() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Initialize the expression builder which should be used for this query.
- initializeQuerySpecificDefaultBuilder() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Initialize the expression builder which should be used for this query.
- initializeQueryTimeout(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Initialize the queryTimeout to:
NoTimeout: If queryTimeout is DefaultTimeout, either directly or via inheritance.
- initializeRecord(Mapping) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- initializeRecord(Mapping) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- initializeReferenceDescriptor(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Initialize and set the descriptor for the referenced class in this mapping.
- initializeReferenceDescriptor(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Initialize the cloned reference descriptor with table names and primary keys
- initializeReferenceDescriptor(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
There is no reference descriptor
- initializeReferenceDescriptor(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Initialize and set the descriptor for the referenced class in this mapping.
- initializeReferenceDescriptor(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Initialize and set the descriptor for the referenced class in this mapping.
- initializeReferenceDescriptorAndField(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- initializeReferenceDescriptorAndField(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- initializeReferenceDescriptorAndField(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- initializeReferenceDescriptorAndField(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- initializeReferenceKeys(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
The reference keys on the reference table are initialized
- initializeReferenceTable(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
Set the table qualifier on the reference table if required
- initializeRelationOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- initializeRelationTable(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the table qualifier on the relation table if required
- initializeRemoveAllTargetsQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize removeAllTargetsQuery.
- initializeRemoveTargetQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize removeTargetQuery.
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Selection criteria is created with source foreign keys and target keys.
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Selection criteria is created with source foreign keys and target keys.
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Selection criteria is created with target foreign keys and source keys.
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Selection criteria is created to read target records (nested table) from the table.
- initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Selection criteria is created with source foreign keys and target keys.
- initializeSelectionCriteriaAndAddFieldsToQuery(Expression) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Selection criteria is created to read target records from the table.
- initializeSelectionQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
The selection query is initialized
- initializeSelectionQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
A subclass should implement this method if it wants non default behavior.
- initializeSelectionStatement(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeSelectionStatement(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
- initializeSequencing() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
ADVANCED:
Creates sequencing object for the session broker.
- initializeSequencing() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
ADVANCED:
Creates sequencing object for the session.
- initializeSequencing() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
was ADVANCED:
Creates sequencing object for the session.
- initializeSequencingListeners() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Initializes sequencing listeners.
- initializeSequencingListeners() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Initializes sequencing listeners.
- initializeServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: initializeServerNameAndVersion(): Talk to the relevant server class library, and get the server name
and version
Default is "unknown"
- initializeServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
INTERNAL: Set the WLS version number through reflection.
- initializeSourceForeignKeysToTargetKeys() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
- initializeSourceKeys(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
The source keys are initialized
- initializeSourceKeys(ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
All the source key field names are converted to DatabaseField and stored.
- initializeSourceKeysWithDefaults(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
If a user does not specify the source key then the primary keys of the source table are used.
- initializeSourceKeysWithDefaults(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
If a user does not specify the source key then the primary keys of the source table are used.
- initializeSourceRelationKeys(ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
All the source relation key field names are converted to DatabaseField and stored.
- initializeTables(AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
INTERNAL:
This method is used to get all the database tables and add them into a vector.
- initializeTargetForeignKeysToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Verify, munge, and hash the target foreign keys and source keys.
- initializeTargetForeignKeyToSourceKeys(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
The foreign keys and the primary key names are converted to DatabaseFields and stored.
- initializeTargetForeignKeyToSourceKeysWithDefaults(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
The foreign keys and the primary key names are converted to DatabaseFields and stored.
- initializeTargetKeys(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
All the target key field names are converted to DatabaseField and stored.
- initializeTargetKeysWithDefaults(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
If a user does not specify the target key then the primary keys of the target table are used.
- initializeTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Initialize targetForeignKeyTable and initializeTargetPrimaryKeyFields.
- initializeTargetRelationKeys(ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
All the target relation key field names are converted to DatabaseField and stored.
- initializeTypeStrings() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- initializeUpdateAtIndexQuery(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- initializeUpdateListOrderQuery(AbstractSession, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
- initializeWithAllSubclassesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Initialize the expression to use for queries to the class and its subclasses.
- initiallyConformingIndex - Variable in class org.eclipse.persistence.queries.Cursor
-
Conforming instances found in memory when building the result.
- initialNumberOfConnections - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- initialReadSize - Variable in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
- initialValue - Variable in class org.eclipse.persistence.sequencing.Sequence
-
- initIdentitySequences(Session, String) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
-
INTERNAL:
Initialize platform specific identity sequences.
- initNonReferenceEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
- initObject(Class, String) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
INTERNAL:
TODO: clean up the exception handling.
- initOrRebuildSelectQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Used by DirectMapMapping to rebuild select query.
- initOrRebuildSelectQuery() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Rebuild select query.
- initSpy() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
This method is useful for standalone TopLink application
Initialize DMS, should be called once and should be called before any other DMS calls.
- initTableSchema(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build tables/fields information into the table creator object from a EclipseLink descriptor.
- initTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Populate the map of which Type corresponds to which QName.
- initUsingApplicationAccess() - Method in class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
-
Initializes ApplicationAccess.
- initUsingCic() - Method in class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
-
Initializes CIC.
- initWrapperTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- InMemoryArchive - Class in org.eclipse.persistence.jpa.rs.util
-
This archive is designed for use with dynamic persistence units
it is built with a stream that allows it to read a persistence.xml file and creates a fake base URL
based the classpath location of the InMemoryArchive class
- InMemoryArchive(InputStream) - Constructor for class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
-
- InMemoryQueryIndirectionPolicy - Class in org.eclipse.persistence.queries
-
Purpose:
Provide a means of controlling the behavior of in-memory and conforming queries
that access un-instantiated indirection objects in processing the query against cached objects.
- InMemoryQueryIndirectionPolicy() - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- InMemoryQueryIndirectionPolicy(int) - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- InMemoryQueryIndirectionPolicy(int, ObjectLevelReadQuery) - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- inMemoryQueryIndirectionPolicy - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Used to determine behavior of indirection in in-memory querying and conforming.
- INNER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER'.
- INNER_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER JOIN'.
- INNER_JOIN - Static variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Specify any INNER join on a join fetch.
- INNER_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER JOIN FETCH'.
- INOUT - Static variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- INOUT_CURSOR_ARGUMENTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- inoutCursorArgumentsNotSupported() - Static method in exception org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL:
Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- INPUT_UNSUPPORTED_MSG_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
-
- inputParameter - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The
InputParameter
for which its type will be searched by visiting the query.
- InputParameter - Class in org.eclipse.persistence.jpa.jpql.parser
-
Either positional or named parameters may be used.
- InputParameter(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Creates a new InputParameter
.
- InputParameter_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_MissingParameter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_Mixture - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_NotInteger - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_SmallerThanOne - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_WrongClauseDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameterBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a input parameter.
- InputParameterBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
Creates a new InputParameterBNF
.
- inputRecordName - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Name to pass to the input record creation.
- inputResultPath - Variable in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
- inputRootElementName - Variable in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
The root element name to use for the input DOM.
- inputRow - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Holds database row of input values.
- INSERT - Static variable in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- Insert - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- insert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Insert privately owned parts
- insert(Any, CORBARemoteSessionController) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
-
- insert(Any, Transporter) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
-
- INSERT_ORDER_CHILD_BEFORE_PARENT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INSERT_ORDER_CONFLICTS_WITH_MULTIPLE_TABLE_FOREIGN_KEYS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_THREE_OR_MORE_TABLES - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_TWO_TABLES - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- insertableFields - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Keep track of which fields are insertable and updatable.
- insertAddedObjectEntry(ObjectLevelModifyQuery, Object, Map) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
An object was added to the collection during an update, insert it.
- insertElementAt(E, int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- insertIntoRelationTable(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Insert into relation table.
- insertObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Insert the object and all of its privately owned parts into the database.
- InsertObjectQuery - Class in org.eclipse.persistence.queries
-
Purpose:
Used for inserting new objects into the database.
- InsertObjectQuery() - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
-
PUBLIC:
Default constructor.
- InsertObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
-
PUBLIC:
Create an insert query with the object being inserted.
- InsertObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
-
PUBLIC:
Create an insert query with the custom call.
- insertOrderChildBeforeParent(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- insertOrderConflictsWithMultipleTableForeignKeys(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- insertOrderCyclicalDependencyBetweenThreeOrMoreTables(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- insertOrderCyclicalDependencyBetweenTwoTables(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- insertQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- insertQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
Used for insertion for m-m and dc, not used in 1-m.
- insertQuery - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
-
Used for insertion.
- insertSubClass(CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
This method will insert the group into the entity hierarchy just below this AttributeGroup.
- insertTargetObjects(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Write the target objects if the cascade policy requires them to be written first.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the singleton instance of the default implementation of
JPQLGrammar
which
provides support for the JPQL grammar defined in the JPA 1.0 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the singleton instance of the default implementation of
JPQLGrammar
which
provides support for the JPQL grammar defined in the JPA 2.0 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the singleton instance of the default implementation of
JPQLGrammar
which
provides support for the JPQL grammar defined in the JPA 2.1 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
-
Returns the singleton instance of this NullFilter
.
- INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- instance - Static variable in class org.eclipse.persistence.sessions.serializers.JavaSerializer
-
- InstanceClassConverter - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A converter used in conjunction with sdoJava:instanceClass
The customClass on the converter must be set and that class must have
a Constructor that takes a String argument and a toString method.
- InstanceClassConverter() - Constructor for class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
- instanceOf() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Trigger the instantiation of the attribute if lazy.
- instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Trigger the instantiation of the attribute if lazy.
- instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Trigger the instantiation of the attribute if lazy.
- instantiateChild() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
instantiate policy for child descriptor
- instantiateDriver() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL:
Instantiate the Driver.
- instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Instantiate remote value holder on the server
- instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
The corresponding original value holder is instantiated.
- instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
This will instantiate value holder on the server.
- instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
This will instantiate value holder on the server.
- instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Instantiate remote value holder on the server
- instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To instantiate remote value holder on the server side.
- instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
The corresponding original value holder is instantiated.
- instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Instantiate remote value holder on the server
- instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To instantiate remote value holder on the server side.
- instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
The corresponding original value holder is instantiated.
- INSTANTIATING_VALUEHOLDER_WITH_NULL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- instantiatingValueholderWithNullSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- InstantiationCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
-
An InstantiationCopyPolicy is used to set an
org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy on an
Entity.
- InstantiationCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
-
Purpose: This is the default copy policy.
- InstantiationCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
-
- InstantiationCopyPolicy - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- instantiationPolicy - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
- instantiationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- instantiationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- Instring - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- instring() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- instring() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Evaluates the location of the "tofind" text within the string_exp text.
Builds Symfoware equivalent to Instring(string_exp, tofind).
Symfoware: POSITION(tofind In string_exp)
- InSubQuery - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- inSubQuery() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the IN operator taking a subquery.
- INT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- INTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- INTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- INTEGER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- INTEGER_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
The
Pattern
representing the regular expression of a numerical value as an integer.
- integerType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Integer}.
- IntegerWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntegerWrapperImpl
-
- IntegrityChecker - Class in org.eclipse.persistence.exceptions
-
Purpose: IntegrityChecker is used for catching all the descriptor exceptions,
and checking database tables.
- IntegrityChecker() - Constructor for class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
IntegrityChecker is used for catching all the Descriptor Exceptions,
and check database tables.
- integrityChecker - Variable in exception org.eclipse.persistence.exceptions.IntegrityException
-
- IntegrityException - Exception in org.eclipse.persistence.exceptions
-
Purpose: IntegrityExceptions is used to throw all the Descriptors exceptions.
- IntegrityException() - Constructor for exception org.eclipse.persistence.exceptions.IntegrityException
-
INTERNAL:
IntegrityExceptions is used to throw all the descriptor exceptions.
- IntegrityException(IntegrityChecker) - Constructor for exception org.eclipse.persistence.exceptions.IntegrityException
-
INTERNAL:
To throw all the descriptor exceptions.
- interactionSpec - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Adapter specific interaction spec.
- interceptedSession - Variable in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
- INTERFACE - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- interfaceInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- interfaceInitializationStage - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- interfacePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- InterfacePolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: Allows for a descriptor's implemented interfaces to be configured.
- InterfacePolicy() - Constructor for class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Create a new policy.
- InterfacePolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Create a new policy.
- INTERNAL_ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- INTERNAL_ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- INTERNAL_ERROR_ACCESSING_PKFIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INTERNAL_ERROR_SET_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INTERNAL_XML_LOCATION_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- INTERNAL_XML_LOCATION_ANNOTATION_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- InternalAggregateFunctionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of an aggregate expression.
- InternalAggregateFunctionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
Creates a new InternalAggregateFunctionBNF
.
- InternalBetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the lower and upper expressions defined in the between expression.
- InternalBetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
Creates a new InternalBetweenExpressionBNF
.
- internalBuildChangeRecord(Object, Object, ObjectChangeSet) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Build a change record.
- internalBuildChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Build a change record.
- internalBuildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Directly build a change record based on the newValue without comparison
- InternalCoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters defined in the coalesce expression.
- InternalCoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
Creates a new InternalCoalesceExpressionBNF
.
- InternalColumnExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the items of a COLUMN expression.
- InternalColumnExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
Creates a new InternalColumnExpressionBNF
.
- InternalConcatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the COUNT expression's encapsulated expressions.
- InternalConcatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
Creates a new InternalConcatExpressionBNF
.
- InternalConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
Creates a new InternalConnectByClauseBNF
.
- InternalCountBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the COUNT function.
- InternalCountBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
Creates a new InternalCountBNF
.
- InternalEntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters defined in the type expression.
- InternalEntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
Creates a new InternalEntityTypeExpressionBNF
.
- internalException - Variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- internalExceptions - Variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the results from exeucting the database query.
- InternalFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the FROM
declaration, basically what follows the
FROM
identifier.
- InternalFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
Creates a new InternalFromClauseBNF
.
- internalGetForceUpdate() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
return internal tri-state value so we can decide whether to inherit or not at init time.
- internalGetUpdateAllFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
return internal tri-state value so we can decide whether to inherit or not at init time.
- InternalJoinBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the join identifier.
- InternalJoinBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
Creates a new InternalJoinBNF
.
- InternalLengthExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LENGTH
expression.
- InternalLengthExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
Creates a new InternalLengthExpressionBNF
.
- internalListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
Listeners that are fired after all other listeners are fired
- InternalLocateStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the first two parameters of the LOCATE
expression.
- InternalLocateStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
Creates a new InternalLocateStringExpressionBNF
.
- InternalLocateThirdExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the third parameter of the LOCATE
expression.
- InternalLocateThirdExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
Creates a new InternalLocateThirdExpressionBNF
.
- internalLog(SessionLogEntry, Level, Logger) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
- InternalLowerExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LOWER
expression.
- InternalLowerExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
Creates a new InternalLowerExpressionBNF
.
- InternalModExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters of the MOD
expression.
- InternalModExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
Creates a new InternalModExpressionBNF
.
- InternalOrderByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the order by identifier.
- InternalOrderByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
Creates a new InternalOrderByClauseBNF
.
- InternalOrderByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an order by item.
- InternalOrderByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
Creates a new InternalOrderByItemBNF
.
- InternalOrderByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalOrderByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
Creates a new InternalOrderByItemFactory
.
- internalProxyException(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
-
- InternalSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
Creates a new InternalSelectExpressionBNF
.
- internalSetForceUpdate(Boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
internal method to set the tri-state value.
- internalSetUpdateAllFields(Boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
internal method to set the tri-state value.
- InternalSimpleFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the from declaration used in a subquery.
- InternalSimpleFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
Creates a new InternalSimpleFromClauseBNF
.
- InternalSimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalSimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
Creates a new InternalSelectExpressionBNF
.
- InternalSqrtExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the SQRT
expression.
- InternalSqrtExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
Creates a new InternalSqrtExpressionBNF
.
- InternalSubstringPositionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the position parameters of the SUBSTRING
expression.
- InternalSubstringPositionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
Creates a new InternalSubstringPositionExpressionBNF
.
- InternalSubstringStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LENGTH
expression.
- InternalSubstringStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
Creates a new InternalSubstringStringExpressionBNF
.
- InternalUpdateClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the update identifier.
- InternalUpdateClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
Creates a new InternalUpdateClauseBNF
.
- InternalUpperExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the UPPER
expression.
- InternalUpperExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
Creates a new InternalUpperExpressionBNF
.
- InternalWhenClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the expression following the WHEN identifier.
- InternalWhenClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
Creates a new InternalWhenClauseBNF
.
- intersect(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return a intersect expression with the subquery.
- intersect(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return a intersect expression with the subquery.
- Intersect - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- intersect() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the INTERSECT operator.
- INTERSECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INTERSECT'.
- intersect(ReportQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Intersect the query results with the other query.
- intersectAll(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return a intersect all expression with the subquery.
- intersectAll(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return a intersect all expression with the subquery.
- IntersectAll - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- intersectAll() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the INTERSECT ALL operator.
- INTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- IntObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntObjectWrapperImpl
-
- IntWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntWrapperImpl
-
- INVALID_ACCESSOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_AMENDMENT_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_AQ_INPUT - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_AQ_INTERACTION_SPEC_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_AQ_RECORD_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_ASSOCIATION_OVERRIDE_REFERENCE_COLUMN_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ATTRIBUTE_GROUP_NAME - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- INVALID_ATTRIBUTE_OVERRIDE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ATTRIBUTE_REMOVAL_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- INVALID_ATTRIBUTE_TYPE_FOR_ORDER_COLUMN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ATTRIBUTE_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_BOOLEAN_VALUE_FOR_ADDINGNAMEDQUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_BOOLEAN_VALUE_FOR_ENABLESTATMENTSCACHED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_BOOLEAN_VALUE_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_BOOLEAN_VALUE_FOR_SETTING_ALLOW_NATIVESQL_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_BOOLEAN_VALUE_FOR_SETTING_NATIVESQL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_BOUND_TYPE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-
- INVALID_BUILDER_IN_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_CACHESTATEMENTS_SIZE_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CALLBACK_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CALLBACK_METHOD_MODIFIER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CALLBACK_METHOD_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CLASS_LOADER_FOR_DYNAMIC_PERSISTENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CLASS_TYPE_FOR_BLOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CLASS_TYPE_FOR_CLOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_COLLECTION_TYPE_FOR_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_COLUMN_ANNOTATION_ON_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_COMPARATOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_COMPOSITE_PK_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_COMPOSITE_PK_SPECIFICATION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CONFIGURATION - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- INVALID_CONNECTOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_CONTAINER_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_CONTAINER_POLICY_WITH_TRANSPARENT_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_CUSTOMIZER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_DATA_MODIFICATION_EVENT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_DATA_MODIFICATION_EVENT_CODE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_DATA_SOURCE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_DATABASE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_DATABASE_CALL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_DERIVED_COMPOSITE_PK_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_DERIVED_ID_PRIMARY_KEY_FIELD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_DESCRIPTOR_EVENT_CODE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ASSOCIATION_OVERRIDE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ATTRIBUTE_OVERRIDE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_EMBEDDABLE_CLASS_FOR_ELEMENT_COLLECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_EMBEDDED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ENCRYPTION_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ENTITY_CALLBACK_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ENTITY_LISTENER_CALLBACK_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ENTITY_MAPPINGS_DOCUMENT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_ENUM_CLASS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- INVALID_ENUM_VALUE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_EXCEPTIONHANDLER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_EXPLICIT_ACCESS_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_FACTORY_ATTRIBUTES - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_FIELD_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_FILE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_GET_RETURN_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_ID - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_IDENTITY_MAP - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_IDREF - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_IDREF_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_INDEX - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- INVALID_INDIRECTION_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_INDIRECTION_POLICY_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_INPUT - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_INTERACTION_SPEC_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_INTERFACE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_JAVA_ATTRIBUTE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-
- INVALID_LIST - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_LOGGING_FILE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPED_BY_ID_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_CONVERT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_CONVERT_WITH_ATTRIBUTE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_EMBEDDED_ID - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_MAP_KEY_CONVERT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_FOR_STRUCT_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_MAPPING_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_MAPPING_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_MERGE_POLICY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_METHOD_INVOCATION - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_NULL_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_OPERATOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_OPERATOR_FOR_OBJECT_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_ORDER_BY_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_PACKAGE_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_PAGING_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- INVALID_PARAMETER - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- INVALID_PERSISTENCE_ROOT_URL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_PROFILER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_PROP - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_PROPERTY_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_PROPERTY_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_PROPERTY_GET_WRONG_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- INVALID_PROPERTY_INDEX - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- INVALID_PROPERTY_NAME - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- INVALID_PROPERTY_SET_WRONG_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- INVALID_PROPERTY_VALUE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- INVALID_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_QUERY_ITEM - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_QUERY_KEY_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_QUERY_ON_HISTORICAL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_QUERY_ON_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_READ_ONLY_CLASS_STRUCTURE_IN_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_RECORD_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
-
- INVALID_REF_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_REF_XML_PATH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_SEQUENCING_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_SERVER_PLATFORM_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- INVALID_SERVICE_VERSION - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- INVALID_SESSION_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- INVALID_SESSIONEVENTLISTENER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_SET_PARAMETER_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_SQL_RESULT_SET_MAPPING_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_SWA_REF_ATTRIBUTE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- INVALID_TABLE_FOR_FIELD_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_TARGET_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_TYPE_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_TYPE_FOR_BASIC_COLLECTION_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_BASIC_MAP_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_ENUMERATED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_LOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_SERIALIZED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_TEMPORAL_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_VARIABLE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_TYPE_FOR_VERSION_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_TYPE_FOR_XMLATTRIBUTEREF_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_TYPE_FOR_XMLVALUE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_TYPE_ON_MAP - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-
- INVALID_USE_OF_ANY_OF_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_USE_OF_NO_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_USE_OF_TO_MANY_QUERY_KEY_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- INVALID_USE_OF_TRANSPARENT_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_VALUE_FOR_OBJECT_GRAPH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_VALUE_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- INVALID_XML_ELEMENT_REF - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_XML_ELEMENT_WRAPPER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_XML_PATH_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_XMLELEMENT_IN_XMLELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_XMLLOCATION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- INVALID_XPATH_FOR_DIRECT_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- INVALID_XPATH_INDEX_STRING - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- INVALID_XPATH_STRING - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invalidAccessorFactory(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidAdapterClass(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The adapter class does not extend jakarta.xml.bind.annotation.adapters.XmlAdapter.
- invalidAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidAQInput() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidAQInteractionSpecType() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidAQRecordType() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidAssociationOverrideReferenceColumnName(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- Invalidate - Static variable in class org.eclipse.persistence.config.CacheUsage
-
Configures a modify-all query to invalidate the cache.
- INVALIDATE_CACHE - Static variable in class org.eclipse.persistence.queries.ModifyAllQuery
-
- INVALIDATE_CHANGED_OBJECTS - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- INVALIDATE_CHANGED_OBJECTS - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- invalidateAll() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets all of the Objects for all classes to be invalid in the cache.
- invalidateAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to invalidate the identity maps in the session.
- invalidateAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to invalidate the identity maps in the session.
- invalidateCache() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Invalid the cache, that is, those objects in the cache that were affected
by the query.
- invalidateClass(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets all of the Objects of the specified Class type to be invalid in the cache.
- invalidateClass(Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets all of the Objects of the specified Class type to be invalid in the cache.
- invalidateIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to invalidate the identity maps specified by className.
- invalidateIdentityMap(String, Boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to invalidate the identity maps specified by className.
- invalidateIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to invalidate the identity maps specified by className.
- invalidateIdentityMap(String, Boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to invalidate the identity maps specified by className.
- invalidateIdentityMaps(String[], Boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to invalidate the identity maps specified by the String[] of classNames.
- invalidateIdentityMaps(String[], Boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to invalidate the identity maps specified by the String[] of classNames.
- invalidateObject(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets an Object to be invalid in the cache.
- invalidateObject(Object, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Set an object to be invalid in the cache.
- invalidateObject(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets an Object with the specified primary key and Class type to be invalid in
the cache.
- invalidateObject(Object, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Set an object to be invalid in the cache.
- invalidateObject(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets an Object with the specified primary key of the passed in Row and Class type to
be invalid in the cache.
- invalidateObject(Record, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Set an object to be invalid in the cache.
- invalidateObjects(Collection) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets all of the Objects in the given collection to be invalid in the TopLink identity maps.
- invalidateObjects(Collection, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Set all of the objects in the given collection to be invalid in the cache.
- invalidateObjects(Expression) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Sets all of the Objects matching the given Expression to be invalid in the cache.
- invalidateObjects(Expression, Class, Record, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and invalidates matching Objects.
- invalidateOnChange - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
Allows the query cache to be invalidated when any object of any of the query classes is modified.
- invalidateQueryCache(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Invalidate/remove any results for any query for the class from the query cache.
- invalidationClasses - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
Stores the set of classes that should trigger the query cached results to be invalidated.
- invalidationPolicy - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
Allows invalidation to be specified.
- invalidAttributeGroupName(String, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invalidAttributeOverrideName(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: A mapping for the attribute name specified in the attribute-override cannot be found
in the descriptor for the embeddable class.
- invalidAttributeRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception should be used when an @XmlAttributeRef or xml-attribute-ref appears
on a non-DataHandler property.
- invalidAttributeTypeForOrderColumn(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
An order column can only be applied to an attribute of type List.
- invalidAttributeTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidBooleanValueForAddingNamedQueries(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidBooleanValueForEnableStatmentsCached(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidBooleanValueForProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidBooleanValueForSettingAllowNativeSQLQueries(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidBooleanValueForSettingNativeSQL(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidBuilderInQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidCacheStatementsSize(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCallbackMethod(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCallbackMethodModifier(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCallbackMethodName(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidClassLoaderForDynamicPersistence() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidClassTypeForBLOBAttribute(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidClassTypeForCLOBAttribute(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCollectionMemberDecl - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidCollectionMemberDecl(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidCollectionNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidCollectionNavigation(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidCollectionTypeForRelationship(Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidColumnAnnotationOnRelationship(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidComparatorClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCompositePKAttribute(String, String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidCompositePKSpecification(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidConfiguration() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Invalid configuration.
- invalidConnectionFactoryAttributes() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidConnector(Connector) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidContainerClass(Class, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidContainerPolicy(ContainerPolicy, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidContainerPolicyWithTransparentIndirection(DatabaseMapping, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidContextKeyException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidContextKeyException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidCustomizerClass(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be thrown when a customizer class is set
that is not an instance of DescriptorCustomizer.
- invalidDatabaseAccessor(Accessor) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidDatabaseCall(Call) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidDataModificationEvent(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidDataModificationEventCode(Object, ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidDataSourceName(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidDerivedCompositePKAttribute(Object, String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidDerivedIdPrimaryKeyField(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidDescriptorEventCode(DescriptorEvent, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidElementRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidElementWrapper(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidEmbeddableAttributeForAssociationOverride(Object, String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEmbeddableAttributeForAttributeOverride(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEmbeddableClassForElementCollection(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEmbeddedAttribute(Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEncryptionClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEntityCallbackMethodArguments(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEntityListenerCallbackMethodArguments(Object, Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidEntityMappingsDocument(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: Either the URL for the entity-mappings document is invalid, or there is an error in the document.
- invalidEnumClassSpecified(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invalidEnumEqualExpression - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidEnumEqualExpression(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidEnumLiteral - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidEnumLiteral(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidEnumValue(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidExceptionHandlerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidExplicitAccessTypeSpecified(Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidExpressionArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidExpressionArgument(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidExpressionForQueryItem(Expression, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidFieldForClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: An field name has been encountered that does not exist on
the associated entity.
- invalidFileName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidFunctionArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidFunctionArgument(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidGetMethodReturnTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidGetPropertyType(DatabaseMapping, ClassCastException) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
A request to get a persistent value from a DynamicEntity was made
providing a propertyName that does exist but the provided return type
failed when casting.
- invalidHavingExpression - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidHavingExpression(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidId(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidIdentityMap(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidIdRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidIDREFClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The referenced class (i.e.
- invalidIndex(IndexOutOfBoundsException, int) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception trying to pass an invalid index to a method
- invalidIndirectionContainerClass(ContainerIndirectionPolicy, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidIndirectionPolicyOperation(IndirectionPolicy, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidInput() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidInteractionSpecType() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidInterface(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidList(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidLoggingFile() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidLoggingFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappedByIdValue(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMapping(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForConvert(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForConverter(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForConvertWithAttributeName(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForEmbeddedId(String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForMapKeyConvert(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingForStructConverter(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMappingOperation(DatabaseMapping, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidMappingType(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidMergePolicy() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMethodArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidMethodInvocation() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidMultipleUseOfSameParameter - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidMultipleUseOfSameParameter(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidNavigation(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidNullMethodArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidOperation(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidOperator(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidOperatorForObjectComparison(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidOrderByValue(String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: The order-by value provided does not correspond to an attribute on the target entity.
- invalidPackageAdapterClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The package level adapter class set on XMLJavaTypeConverter could not be
loaded.
- invalidPagingRequest() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Invalid paging request.
- invalidParameter(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Invalid paging request.
- invalidPersistenceRootUrl(URL, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidProfilerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidProperty(String) - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidPropertyAdapterClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The field/property level adapter class set on XMLJavaTypeConverter could
not be loaded.
- invalidPropertyForClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: An property name has been encountered that does not exist
on the associated entity.
- invalidPropertyIndex(DynamicType, int) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
Exception throw when attempting to access a dynamic property by index
which does not have an associated mapping.
- invalidPropertyName(DynamicType, String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
A request to get a persistent value from a DynamicEntity was made
providing a propertyName that does not correspond to any mappings in the
underlying descriptor.
- invalidPropertyValue(String, String, String, String, ConversionException) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception trying to call a method with a null input parameter
- invalidQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidQueryKeyInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidQueryOnHistoricalSession(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidQueryOnServerSession(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidRecordType() - Static method in exception org.eclipse.persistence.eis.EISException
-
- invalidReferencedXmlPathOnJoin(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: No ID or Key property exists on the target class with an XPath == referencedXmlPath.
- invalidReferenceToTransientClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The reference class (i.e.
- invalidRemoveAttributeRequest(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Invalid remove attribute request.
- invalidSelectForGroupByQuery - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSelectForGroupByQuery(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSequencingLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidServerPlatformClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- invalidServiceVersion(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Invalid service version.
- invalidSessionEventListenerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- InvalidSessionXML() - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- invalidSetClauseNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSetClauseNavigation(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSetClauseTarget - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSetClauseTarget(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSetMethodParameterTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidSetPropertyType(DatabaseMapping, Object) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
-
Invalid value attempted to be set into a
DynamicEntity
's
property.
- invalidSizeArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSizeArgument(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- invalidSQLResultSetMapping(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidSwaRefAttribute(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invalidTableForFieldInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidTargetClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeAdapterClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The type level adapter class set on XMLJavaTypeConverter could not be
loaded.
- invalidTypeExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidTypeForBasicCollectionAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForBasicMapAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForEnumeratedAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForLOBAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForSerializedAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForTemporalAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForVariableNode(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidTypeForVersionAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidTypeForXmlValueField(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidUseOfAnyOfInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidUseOfNoIndirection(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidUseOfToManyQueryKeyInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- invalidUseOfTransparentIndirection(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidValueForObjectGraph(Object) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- invalidValueForProperty(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- invalidXmlElementInXmlElementsList(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception should be used when XmlElements and XmlIDREF are set on a property,
but one or more of the XmlElement entries in the list has a type that does not
have an XmlID property.
- invalidXmlJoinNodeReferencedClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The referenced class (i.e.
- invalidXmlLocation(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
Cause: @XmlLocation is set on a non-Locator property.
- invalidXmlPathWithAttribute(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
When the target of an XmlPaths -> XmlPath is an attribute, it must be nested, and
not the root of the path.
- invalidXpathForXMLDirectMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- invalidXPathIndexString(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invalidXPathString(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
-
Invoke a given Method
on this proxy.
- invokeAttributeTransformer(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Invoke the buildAttributeValue method on the AttributeTransformer
- invokeFieldTransformer(DatabaseField, FieldTransformer, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Invoke the buildFieldValue on the appropriate FieldTransformer
- invokeFieldTransformer(DatabaseField, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
- invokeQuery(DatabaseQuery, Record, Session) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Call the static method to execute the query.
- invokeQuery(DatabaseQuery, Record, Session) - Method in interface org.eclipse.persistence.queries.QueryRedirector
-
REQUIRED:
Perform the query.
- IO_EXCEPTION_OCCURRED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- ioExceptionOccurred(IOException) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when an ioException happens
- IS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS'.
- IS_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS EMPTY'.
- IS_NOT_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NOT EMPTY'.
- IS_NOT_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NOT NULL'.
- IS_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NULL'.
- isAbstract() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Convenience method to return true if the java class from this descriptor is abstract.
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is abstract
.
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is abstract
.
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is abstract
.
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is abstract
.
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is abstract
.
- isAbstract() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- isAbstractColumnMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
- isAbstractColumnMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
- isAbstractColumnMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- isAbstractColumnMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
-
- isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
- isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
- isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL:
- isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- isAbstractDirectMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractDirectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAbstractDirectMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
- isAbstractDirectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- isAbstractDirectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
-
- isAbstractQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
return whether this query key is abstract
- isAccess() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
- isAcquired() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- isActive() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL:
Indicated whether the connection is currently customized.
- isActive - Variable in class org.eclipse.persistence.sessions.server.ClientSession
-
- isActive() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Was PUBLIC: customer will be redirected to
Session
.
- isActive() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Return if the unit of work is active (has not been released).
- isAfterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Indicates whether the cursor is after the last row in the result set.
- isAggregateCollectionDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is an aggregate collection descriptor
- isAggregateCollectionMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- isAggregateCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAggregateDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is an aggregate descriptor
- isAggregateMapping() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAggregateMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAggregateObjectMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAggregateObjectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isAggregateOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
Aggregate functions are function in the select such as COUNT.
- isAll() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Indicates whether operator has selector All
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL:
Override this method if the platform supports sequence objects
and it's possible to alter sequence object's increment in the database.
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Override this method if the platform supports sequence objects
and it's possible to alter sequence object's increment in the database.
- isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Override this method if the platform supports sequence objects
and it's possible to alter sequence object's increment in the database.
- isAlterSupported(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL:
Indicates whether alter is supported
- isAlterSupported(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL:
Indicates whether alterIncrement is supported
- isAlwaysIncluded(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
returns whether the attributeName is to be always included.
- isAncestor(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- isAncestor(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- isAnnotation() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is an Annotation
.
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is an Annotation
.
- isAnnotationPresent(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Indicates if element contains a given annotation.
- isAnnotationPresent(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Return true if the annotation annotationClass exists on the annotatedElement elem.
- isAnonymousComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- isAny() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Indicates whether operator has selector Any or Some
- isAny() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Returns indicator for XmlAnyElement
- isAny() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- isAnyAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isAnyOracleJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Oracle JDBC driver is being used.
- isAnyOrAll() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Indicates whether operator has selector Any, Some or All
- isApplicationJSON() - Method in enum org.eclipse.persistence.oxm.MediaType
-
- isApplicationResolverSet() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Indicates if a call to setApplicationResolver has been made.
- isApplicationXML() - Method in enum org.eclipse.persistence.oxm.MediaType
-
- isArithmeticSymbol(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is an arithmetic symbol, which is one of the following:
{ '>', '<', '/', '*', '-', '+', '=', '{'} .
- isArray() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is an Array type.
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is an Array type.
- isArray() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
- isAscending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being ascendant.
- isAsOfSCNClause() - Method in class org.eclipse.persistence.history.AsOfClause
-
PUBLIC:
Indicates that value
is a system change number or an expression
evaluating to one.
- isAsOfSCNClause() - Method in class org.eclipse.persistence.history.AsOfSCNClause
-
PUBLIC:
- isAssignableFrom(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is either the same as, or is a superclass of,
the javaClass
argument.
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is either the same as, or is a superclass of,
the javaClass
argument.
- isAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether type 1 is an instance of type 2.
- isAsynchronous - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Determines whether propagation should be synchronous or asynchronous
- isAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isAttribute - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
- isAttribute() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- isAttribute() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- isAttribute(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns true if the property is declared as an attribute in the XSD.
- isAttribute(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- isAttributeBatchRead(String) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return if the attribute is specified for batch reading.
- isAttributeBatchRead(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return if the attribute is specified for batch reading.
- isAttributeBatchRead(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return if the attribute is specified for batch reading.
- isAttributeChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
Used to track instances of the change policies without doing an instance of check
- isAttributeChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
Used to track instances of the change policies without doing an instance of check
- isAttributeChangeTrackingPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
Used to track instances of the change policies without doing an instance of check
- isAttributeEqual(Attr, Attr) - Method in class org.eclipse.persistence.platform.xml.XMLComparer
-
- isAttributeFetched(Object, String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return true if the attribute of the object has already been fetched
- isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- isAttributeJoined(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return if the attribute is specified for joining.
- isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return whether the specified object is instantiated.
- isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return whether the specified object is instantiated.
- isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return whether the specified object is instantiated.
- isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue
in cases where it is null and indirection requires that it contain some specific data structure.
- isAttributeValueInstantiated(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
The referenced object is checked if it is instantiated or not
- isAttributeValueInstantiatedOrChanged(Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
The referenced object is checked if it is instantiated or not,
also check if it has been changed (as indirect collections avoid instantiation on add/remove.
- isAttunity() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
-
- isBaseType() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Provide a means to determine if this type has sub types without causing the sub types property to be initialized.
- isBatchExecutionSupported - Variable in class org.eclipse.persistence.queries.ModifyQuery
-
Define if this query is compatible with batch writing.
- isBatchExecutionSupported() - Method in class org.eclipse.persistence.queries.ModifyQuery
-
PUBLIC:
Return if this query is compatible with batch writing.
- isBeforeFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Indicates whether the cursor is before the first row in the result set.
- isBinaryDataToBeInlined() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if all binary data types are to be inlined for this class.
- isBindingSupported - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Allow operator to disable binding.
- isBindingSupported() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
PUBLIC:
Return if binding is compatible with this operator.
- isBlob(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Used in writeLOB method only to identify a BLOB
- isBlob(Class) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL: Used in writeLOB method only to identify a BLOB
- isBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is a;@link Boolean}.
- isBridge() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- isBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Indicates whether the underlying session is a session broker.
- isBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Returns true if the session is a session Broker.
- isBufferCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- isBuiltInJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Indicates if a given JavaClass is a built-in Java type.
- isCacheable - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
- isCacheable() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Used to signal that this mapping references a protected/isolated entity and requires
special merge/object building behaviour.
- isCacheCheckComplete - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
was a check early return completed
- isCacheCheckComplete() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Returns true if an early return cache check was completed
- isCachedExpressionQuery - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Indicates whether the query is cached as an expression query in descriptor's query manager.
- isCachedExpressionQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether the query is cached as an expression query in descriptor's query manager.
- isCallableStatementRequired() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
Callable statements are used for StoredProcedures that have argument names (named parameters)
- isCallbackRegistered - Variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- isCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this query uses SQL, a stored procedure, or SDK
call.
- isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
AggregateCollection contents should not be considered for addition to the UnitOfWork
private owned objects list for removal.
- isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns true if the mapping should be added to the UnitOfWork's list of private owned
objects for private owned orphan removal.
- isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
DirectCollectionMapping contents should not be considered for addition to the UnitOfWork
private owned objects list for removal.
- isCascaded() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
PUBLIC:
Return true if the policy uses cascade locking.
- isCascaded - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
- isCascaded() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return true if the policy uses cascade locking.
- isCascadeDetach() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Check cascading value for the detach operation.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL
Return true if this mapping supports cascaded version optimistic locking.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL
Return true if this mapping supports cascaded version optimistic locking.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Used when determining if a mapping supports cascaded version optimistic
locking.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL
Return true if this mapping supports cascaded version optimistic locking.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL
Return true if this mapping supports cascaded version optimistic locking.
- isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL
Return true if this mapping supports cascaded version optimistic locking.
- isCascadeMerge() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Check cascading value for the MERGE operation.
- isCascadeOfAggregateDelete() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Returns true if this query has been created as the result of
cascading a delete of an aggregate collection in a UnitOfWork CR 2811
- isCascadeOnDeleteSetOnDatabase - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Support delete cascading on the database relationship constraint.
- isCascadeOnDeleteSetOnDatabase() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED:
Return if delete cascading has been set on the database for the
mapping's foreign key constraint.
- isCascadeOnDeleteSetOnDatabaseOnSecondaryTables - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Support delete cascading on the database for multiple and inheritance tables.
- isCascadeOnDeleteSetOnDatabaseOnSecondaryTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return if delete cascading has been set on the database for the descriptor's
multiple tables.
- isCascadePersist() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Check cascading value for the CREATE operation.
- isCascadeRefresh() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Check cascading value for the REFRESH operation.
- isCascadeRemove() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Check cascading value for the REMOVE operation.
- isCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the cdata property.
- isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the cdata property.
- isCDATA() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- isCDATA - Variable in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- isCDATA() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- isCDATA() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- isChangeApplied - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
This flag will indicate if the object has already been removed or added to the collection before raising an event.
- isChangeApplied() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return the value indicating if the object has been already added or removed from the collection.
- isChangeSummaryType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isChangeSummaryType() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Return if this mapping supports change tracking.
- isChildDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor defines inheritance and is a child.
- isChildDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Check if it is a child descriptor.
- isChildOfComparisonExpession(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isChoice() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property represents a choice property.
- isClassReadOnly(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Checks to see if the specified class is read-only or not in this UnitOfWork.
- isClassTypeExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isClientSession() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return if this session is a client session.
- isClientSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a client session.
- isClientSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return if this session is a client session broker.
- isClob(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Used in writeLOB method only to identify a CLOB
- isClob(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Used in write LOB method only to identify a CLOB.
- isClob(Class) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL: Used in writeLOB method only to identify a CLOB
- isClonePessimisticLocked(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Helper method that checks if clone has been locked with uow.
- isClonePessimisticLocked(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Helper method that checks if clone has been locked with uow.
- isCloningRequired() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return if this mapping requires its attribute value to be cloned.
- isCloningRequired() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return if this mapping requires its attribute value to be cloned.
- isCloningRequired() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
Return if this mapping requires its attribute value to be cloned.
- isCloningRequired() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- isClosed() - Method in class org.eclipse.persistence.queries.Cursor
-
PUBLIC:
Return if the stream is closed.
- isCloudscape() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
-
Answers whether platform is CloudScape
- isCloudscapeJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a Cloudscape JDBC driver is being used.
- isCMP() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: isCMP(): Answer true if we're in the context of CMP (i.e.
- isCMP3Policy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
Return if this policy is for CMP3.
- isCollapsingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Returns true if this mapping should collapse all string values before adding them
to the collection.
- isCollapsingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Returns true if this mapping should collapse all string values before setting them
in the object on unmarshal.
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Determines
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
Determines
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
-
Determines
- isCollection - Variable in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isCollection() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
- isCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isCollectionIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given identification variable is defining a join or a collection member
declaration expressions.
- isCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isCollectionMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a collection type mapping.
- isCollectionMapping() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return whether this mapping is a Collection type.
- isCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
- isCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
- isCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- isCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
-
INTERNAL:
override the isCollectionQueryKey() method in the superclass to return true.
- isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
-
INTERNAL:
override the isCollectionQueryKey() method in the superclass to return true.
- isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
-
INTERNAL:
override the isCollectionQueryKey() method in the superclass to return true.
- isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isCollectionType(Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Indicates if a given Property is a collection type.
- isCollectionType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- isCollectionType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Collection}.
- isColumnResult() - Method in class org.eclipse.persistence.queries.ColumnResult
-
- isColumnResult() - Method in class org.eclipse.persistence.queries.SQLResult
-
Return true if this is a column result.
- isCommandProcessorASession() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCE:
Return whether this commandProcessor is a EclipseLink session or not.
- isCommandProcessorASession() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Return whether this command manager should process profile commands
- isCommunicationFailure - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- isCommunicationFailure() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- isComparingEntityTypeLiteral(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the given identification variable is used in a comparison expression:
"expression = LargeProject".
- isComparisonOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
Comparison functions are functions such as = and >.
- isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Verify that the provided writer is compatible with the current writer.
- isCompatible(EclipseLinkClassWriter) - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
- isComplete() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
If we have all the required information, this operator is complete
and can be used as is.
- isComplete - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- isComplete() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- isComplex - Variable in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isComplex() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isComplexDatabaseType() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- isComplexDatabaseType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
- isComplexDatabaseType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- isComplexDatabaseType() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- isComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- isCompound() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether this BNF has child BNFs registered only to properly parse a query or if the
child BNFs are part of the BNF.
- isCompoundExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isConcurrent() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
Only LoadGroups allow concurrency.
- isConcurrent() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL:
Only LoadGroups allow concurrency.
- isConcurrent - Variable in class org.eclipse.persistence.queries.LoadGroup
-
- isConcurrent() - Method in class org.eclipse.persistence.queries.LoadGroup
-
ADVANCED:
Return if the load group should load its relationships concurrently.
- isConnected() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
PUBLIC:
Indicates that Sequence is connected.
- isConnected() - Method in class org.eclipse.persistence.sequencing.Sequence
-
PUBLIC:
Indicates that Sequence is connected.
- isConnected() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return if all sessions are still connected to the database.
- isConnected() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
PUBLIC:
Return if this session is connected to the server.
- isConnected() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Was PUBLIC: customer will be redirected to
Session
.
- isConnected - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- isConnected() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Return if this pool has been connected to the database.
- isConnected() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return if this session has been connected to the database.
- isConnected() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is connected to the database.
- isConnectedUsingSeparateConnection() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Indicates whether sequencing actually uses separate connection(s).
- isConnectionDataInitialized - Variable in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- isConnectionDataInitialized - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- isConnectionHealthValidatedOnError(DatabaseCall, DatabaseAccessor) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
INTERNAL:
Validate if set, or no timeout.
- isConnectionHealthValidatedOnError() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
On an SQL Exception EclipseLink will ping the database to determine
if the connection used can continue to be used for queries.
- isConnectionHealthValidatedOnError() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented
for other datasource type.
- isConnectionHealthValidatedOnError() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented
for other datasource type.
- isConstantExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isConstructorItem() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- isConstructorResult() - Method in class org.eclipse.persistence.queries.ConstructorResult
-
Return true if this is a constructor result.
- isConstructorResult() - Method in class org.eclipse.persistence.queries.SQLResult
-
Return true if this is a constructor result.
- isContainment() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns whether the Property is containment, i.e., whether it represents by-value composition.
- isCoordinatedWithProperty() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
Used as part of the implementation of WeavedAttributeValueHolderInterface
Used to track whether a valueholder that has been weaved into a class is coordinated
with the underlying property
- isCoordinatedWithProperty() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
When a valueholder is triggered, the weaved code will ensure its value is
coordinated with the underlying property.
- isCopyGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
This method is used internally when converting to a copy group.
- isCopyGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL:
This method is used internally when converting to a copy group.
- isCopyGroup() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
- isCreated(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns whether or not the specified data object was created while
logging
.
- isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCursor() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
-
- isCursoredStreamPolicy() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
- isCursorPolicy() - Method in class org.eclipse.persistence.queries.CursorPolicy
-
- isCustomizationTagName(String, String) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- isCustomQualifier - Variable in class org.eclipse.persistence.sequencing.Sequence
-
- isCustomQualifier() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- isCustomQueryUsed - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
PERF: Store if this query will use the descriptor custom query.
- isCustomQueryUsed() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: PERF: Return if this query will use the descriptor custom query
instead of executing itself.
- isCustomSelectionQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: If the query mechanism is a call query mechanism and there are
no arguments on the query then it must be a foreign reference custom
selection query.
- isDatabaseMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
- isDatabaseSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a database session.
- isDataExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isDataModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a data modify query.
- isDataModifyQuery() - Method in class org.eclipse.persistence.queries.DataModifyQuery
-
PUBLIC:
Return if this is a data modify query.
- isDataObjectType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isDataObjectType() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- isDataReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a data read query.
- isDataReadQuery() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
PUBLIC:
Return if this is a data read query.
- isDatasourceConnected() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return if the connection to the "data source" is connected.
- isDataType - Variable in class org.eclipse.persistence.sdo.SDOType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- isDateTimeConstant(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression
represents one of the three date constants or not.
- isDateType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is a;@link Date},;@link Timestamp} or
;@link Calendar}.
- isDB2() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
- isDB2() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- isDB2JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an IBM DB2 native client JDBC driver is being used.
- isDB2Z() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- isDBase() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
- isDead - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- isDead() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
ADVANCED:
Return if the connection pool's database is down, and failover should be used.
- isDefault() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was not specified.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
INTERNAL
Return true if an empty container should be set on the object if there
is no presence of the collection in the XML document.
- isDefaultLock() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: Helper method to determine the default mode.
- isDefaultLock() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Helper method to determine the default mode.
- isDefaultNamespaceAllowed() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return true if the query uses default properties.
- isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return true if the query uses default properties.
- isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Return true if the query uses default properties.
- isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Return true if the query uses default properties.
- isDefaultSet() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Return whether the default value has been set by the schema
either via a define by an XSD or a DataObject.
- isDeferredChangeDetectionPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
Used to track instances of the change policies without doing an instance of check
- isDeferredChangeDetectionPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
Used to track instances of the change policies without doing an instance of check
- isDeferredChangeDetectionPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
Used to track instances of the change policies without doing an instance of check
- isDefinedAsOneToManyMapping - Variable in class org.eclipse.persistence.mappings.ManyToManyMapping
-
266912: Since: EclipseLink 2.0 for the Metamodel API
For 1:1 and m:m mappings - track the original externally defined mapping if different
Note: This field will provide differentiation for the following
external to internal representations for mapping types
- A OneToManyMapping will be represented by a ManyToManyMapping if unidirectional
- A ManyToOneMapping will be represented by a OneToOneMapping (without a FK constraint)
- isDefinedAsOneToManyMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return whether this mapping was originally defined as a OneToMany.
- isDeleteAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a delete all query.
- isDeleteAllQuery() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
PUBLIC:
Return if this is a delete all query.
- isDeleted(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns whether or not the specified data object was deleted while
logging
.
- isDeleteObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a delete object query.
- isDeleteObjectQuery() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
PUBLIC:
Return if this is a delete object query.
- isDelimiter(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is a delimiter.
- isDerby() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Answers whether platform is Derby
- isDerived() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether this collection member declaration is used as a derived collection-valued
path expression.
- isDescending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being descendant.
- isDescriptorForInterface() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the java class is an interface.
- isDescriptorTypeAggregate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC
return true if this descriptor is any type of aggregate descriptor.
- isDescriptorTypeNormal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
return true if this descriptor is an entity.
- isDigit(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is a character that can be used in a number.
- isDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
- isDirectCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
-
INTERNAL:
override the isDirectCollectionQueryKey() method in the superclass to return true.
- isDirectCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isDirectMapMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectMapMapping() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
INTERNAL:
override the isDirectQueryKey() method in the superclass to return true.
- isDirectQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isDirectReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a direct read query.
- isDirectReadQuery() - Method in class org.eclipse.persistence.queries.DirectReadQuery
-
PUBLIC:
Return if this is a direct read query.
- isDirectToFieldMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectToFieldMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectToFieldMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
- isDirectToXMLTypeMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isDirectToXMLTypeMapping() - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
- isDirty(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return whether the dataObject
has been modified.
- isDirty(ListWrapper) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return whether the aListWrapper
has been modified.
- isDirty(SDOSequence) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return whether the aSequence
has been modified.
- isDisableForeignKey() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- isDiscoveryStopped() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
ADVANCED:
Return true if discovery has been stopped at the time this method is called.
- isDistinctComputed() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
return true if this query has computed its distinct value already
- isDistributedSession() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return if this session is a distributed session.
- isDistributedSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a distributed session.
- isDMSSpyInitialized - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- isDOMRecordSupported - Variable in class org.eclipse.persistence.eis.EISPlatform
-
- isDOMRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return if this platform supports XML/DOM Records.
- isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL
DB2 has some issues with using parameters on certain functions and relations.
- isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL
Firebird has some issues with using parameters on certain functions and relations.
- isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
INTERNAL
H2 has some issues with using parameters on certain functions and relations.
- isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL
HSQL has some issues with using parameters on certain functions and relations.
- isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not support the use of multiple parameters in certain functions.
This allows statements to disable binding only in these cases.
- isEclipseLink(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Verify if the JPA provider is EclipseLink.
- isEclipseLink(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Verify if the JPA provider is EclipseLink
- isEclipseLink(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Verify if the JPA provider is EclipseLink
- isEclipseLink() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the persistence provider is EclipseLink or not.
- isEclipseLinkSession - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Determines whether profiling command should be send
- isEISDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor maps to an EIS or NoSQL datasource.
- isEISDescriptor() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Return if the descriptor maps to an EIS or NoSQL datasource.
- isEISInteraction() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISTransformationMapping
-
INTERNAL:
- isEISMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
All EIS mappings should implement this method to return true.
- isElement(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
-
- isElement(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns true if the property is declared as an element in the XSD.
- isElement(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- isElement() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- isElement() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Return true if the property is an element, false if the property is an
attribute, and null if it has not been specified.
- isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
- isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- isEmpty() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Return if the row is empty.
- isEmpty(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: A logical expression for the collection attributeName
being empty.
- isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- isEmpty() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return if the result is empty.
- isEmpty() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- isEmpty() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- isEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isEmptyCollectionGenerated() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isEmptyNodeRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Gets the value of the emptyNodeRepresentsNull property.
- isEncapsulatedExpressionMissing(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Determines whether there is an encapsulated expression or not.
- isEncapsulatedExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Determines whether the encapsulated expression is valid.
- isEntireObjectPK - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Indicates whether the entire target object is primary key - in that case the object can't be updated in the db,
but rather deleted and then re-inserted.
- isEntityFetchGroup() - Method in class org.eclipse.persistence.queries.FetchGroup
-
- isEntityResult() - Method in class org.eclipse.persistence.queries.EntityResult
-
- isEntityResult() - Method in class org.eclipse.persistence.queries.SQLResult
-
Return true if this is an entity result.
- isEnum() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is an enum
.
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is an enum
.
- isEnumConstant() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is an enum
constant - i.e.
- isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if this type info represents an enumeration.
- isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Enum}.
- isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given type represents an
Enum
.
- isEqual(Object, Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given two objects are equal (identity).
- isExcept() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause
uses the
EXCEPT
identifier.
- isExcludedValue(Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
returns if the value is in the values to be excluded automatically.
- isExclusive() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Indicates whether ExclusiveIsolatedClientSession should be created.
- isExclusiveAlways() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Indicates whether exclusiveMode is Always.
- isExclusiveConnectionRequired() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
This method is called in case externalConnectionPooling is used.
- isExclusiveIsolated() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Indicates whether exclusiveMode is Isolated.
- isExecuteCall - Variable in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
- isExecutionClone - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
PERF: Determines if the query has already been cloned for execution, to
avoid duplicate cloning.
- isExecutionClone() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: PERF: Return if the query is an execution clone.
- isEXISTS() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return if using the EXISTS fetch type.
- isExpressionBuilder() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isExpressionBuilder() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- IsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
IsExpressionFactory
creates a new expression when the portion of the query to parse
starts with
IS.
- IsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
Creates a new IsExpressionFactory
.
- isExpressionQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this query uses an expression query mechanism
- isExtendingPessimisticLockScope(ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Indicates whether the source query's pessimistic lock scope scope should be extended in the target query.
- isExtensionSupported(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
Return true if the PackageRenamer should work on the given file
extension.
- isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- isFalse(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given condition if
false
or
true
and if it is
true
then an
Assert.AssertException
is thrown.
- isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
-
Checks if request is valid.
- isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.paging.PageableFieldValidator
-
Checks if request is valid.
- isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.paging.PageableQueryValidator
-
Checks if request is valid.
- isFetchGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- isFetchGroup() - Method in class org.eclipse.persistence.queries.FetchGroup
-
- isFieldExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is final
.
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is final
.
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is final
.
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is final
.
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is final
.
- isFinalized() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- isFinalized() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- isFinalized() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isFinalizersEnabled() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session's descendants should use finalizers.
- isFinished() - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL:
Return whether the call is finished returning
all of its results (e.g.
- isFinished() - Method in class org.eclipse.persistence.queries.JPQLCall
-
Return whether all the results of the call have been returned.
- isFirebird() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- isFirst() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Indicates whether the cursor is on the first row of the result set.
- isFirstExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- isFirstExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isFloatingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Float
, Double
, float or double.
- isForeignKeyRelationship - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Keeps track if any of the fields are foreign keys.
- isForeignKeyRelationship() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Return if the 1-M mapping has a foreign key dependency to its target.
- isForeignKeyRelationship - Variable in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
Keeps track if any of the fields are foreign keys.
- isForeignKeyRelationship() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Return if the 1-1 mapping has a foreign key dependency to its target.
- isForeignReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isForeignReferenceMapping() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
- isForeignReferenceQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
INTERNAL:
override the isForeignReferenceQueryKey() method in the superclass to return true.
- isForeignReferenceQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isForMapKey - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
-
- isFormattedOutput() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- isFormattedOutput() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- isFormattedOutput() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- isFormattedOutput() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Indicates whether SELECT DISTINCT ...
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
Indicates whether SELECT DISTINCT ...
- isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether SELECT DISTINCT ...
- isFractionalTimeSupported() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- isFragment() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
XMLType Function - evaluates to 0 if the xml is a well formed document and 1 if the document
is a fragment
- IsFragment - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- isFragment() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- isFragment() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- isFragment() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- isFragment() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- isFullFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Indicates whether the passed fetch group contains all the attributes, no nesting.
- isFullRowRequired - Variable in class org.eclipse.persistence.queries.DeleteObjectQuery
-
PERF: By default only the translation row is used for deletes, the full row can be requested for custom deletes.
- isFullRowRequired() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
ADVANCED:
Return if the full row is required by the delete query.
- isFullyInitialized() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Check if the descriptor is finished initialization.
- isFunctionExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isFunctionExpression(WordParser, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the JPQL fragment is an expression of the form <IDENTIFIER>(
.
- isFunctionOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
General functions are any normal function such as UPPER.
- isGenerateInterface() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- isGlobal() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- isGlobalDefinition() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Indicates a global definition
- isGlobalRuntime() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- isH2() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- isHANA() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- isHSQL() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- isIdentificationVariableDeclaredAfter(String, int, int, List<JPQLQueryDeclaration>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- isIdentificationVariableValidInComparison(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether an identification variable can be used in a comparison expression when the
operator is either '<', '<=', '>', '>='.
- isIdentificationVariableValidInComparison(IdentificationVariable) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether an identification variable can be used in a comparison expression when the
operator is either '<', '<=', '>', '>='.
- isIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines if the given word is a JPQL identifier.
- isIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Determines if the given word is a JPQL identifier.
- isIdentity - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- isIdentity() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Answer whether the receiver is an identity field.
- isIDSet() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if an @XmlID is set on a field/property.
- isIgnoreOrder() - Method in class org.eclipse.persistence.platform.xml.XMLComparer
-
- isImportProcessor() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- isIN() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return if using the IN fetch type.
- isInAndOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Indicates whether the mapping is both in and out of SerializedObjectPolicy's sopObject.
- isIncludeRoot() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-
- isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-
- isIndexableExpression(Expression, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Lookup the expression in the cache if it contains any indexes.
- isIndexedFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
- isIndexedRecordSupported - Variable in class org.eclipse.persistence.eis.EISPlatform
-
- isIndexedRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return if this platform supports JCA IndexedRecord.
- isInExpressionWithNestedArray(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the subquery is part of an IN
expression where the
left expression is a nested array.
- isInformix() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
- isInformixOuterJoin() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Overrides the default behavior to return false
,
indicating that ANSI OUTER JOIN
syntax should be used,
since all modern versions of Informix support it.
- isInformixOuterJoin() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Some database require outer joins to be given in the where clause, others require it in the from clause.
- isInitialized(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Check if descriptor is already initialized for the level of initialization.
- isInitialized() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Returns true if this attribute accessor has been initialized and now stores a reference to the
class's attribute.
- isInitialized() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- isInitialized() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if XOP encoding should be disabled for datatypes that
are bound to base64-encoded binary data in XML.
- isInMemoryOnly - Variable in class org.eclipse.persistence.queries.DeleteAllQuery
-
Defines if objects should be remove from the persistence context only (no database).
- isInMemoryOnly() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
INTERNAL:
Return if objects should be remove from the persistence context only (no database).
- isInnerJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return if this relationship should always be INNER join fetched.
- isInOnlySopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Indicates whether the mapping is in SerializedObjectPolicy's sopObject and not out of it.
- isInProfile() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if a profiler is being used.
- isInputParameterInValidLocation(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isInputParameterInValidLocation(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- isInRange(Object) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
INTERNAL:
Return if the value is in the partitions range.
- isInsert() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- isInsertable - Variable in class org.eclipse.persistence.descriptors.CacheIndex
-
- isInsertable() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
Return if the index field can be inserted.
- isInsertable - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
Flag to support insertable JPA setting
- isInsertable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Return true if this mapping is insertable.
- isInsertModeReturnOnly() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- isInsertObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is an insert object query.
- isInsertObjectQuery() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
-
PUBLIC:
Return if this is an insert object query.
- isInSopObject - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Irrelevant (and not set) unless descriptor has SerializedObjectPolicy (SOP).
- isInSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Indicates whether the mapping is in SerializedObjectPolicy's sopObject.
- isInstance(Object) - Method in class org.eclipse.persistence.sdo.SDOType
-
- isInstance(Object) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isInstance(Object) - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- isInstanceVariableAttributeAccessor() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
- isInstanceVariableAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isInstantiated() - Method in interface org.eclipse.persistence.indirection.IndirectContainer
-
PUBLIC:
Return whether the contents have been read from the database.
- isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
Return whether the contents have been read from the database.
- isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Return whether the contents have been read from the database.
- isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
Return whether the contents have been read from the database.
- isInstantiated() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
PUBLIC:
Return a boolean indicating whether the
wrapped object has been set or not.
- isInstantiated() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
PUBLIC:
Return whether the contents have been read from the database.
- isIntegralType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Integer
, Long
, int or float.
- isInterface() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is an interface
.
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is an interface
.
- isInterfaceChildDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if the descriptor defines inheritance and is a child.
- isInterfaceChildDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Check if it is a child descriptor.
- isInterfaceInitialized(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Check if interface descriptor is already initialized for the level of initialization.
- isInternalCommand() - Method in class org.eclipse.persistence.sessions.coordination.Command
-
INTERNAL:
Determine whether this command is public or internal to EclipseLink.
- isIntersect() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause
uses the
INTERSECT
identifier.
- isIntersolvSequeLinkDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Intersolv SeqeLink JDBC driver is being used.
- isInTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Return if the session is currently in the progress of a database transaction.
- isInvalid() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if an error occurred during initialization which should abort any further initialization.
- isInvalidated(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
return true if this object is expire, false otherwise.
- isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
return true if this object is expire, false otherwise.
- isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Return true if this object has expire or is invalid
- isInvalidated(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
This will return true if the object is set to be invalid, false otherwise.
- isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
This will return true if the object is set to be invalid, false otherwise.
- isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
INTERNAL:
Return true if this object is set as invalid or has expired.
- isInvalidationRandomized - Variable in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
Allows the timeToLive to be randomized to avoid bottlenecks.
- isInvalidationRandomized() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Allows the timeToLive to be randomized to avoid bottlenecks.
- isInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isIsAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the isAttribute property.
- isIsolated() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Returns true if the descriptor represents an isolated class
- isIsolated() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns true if the descriptor represents an isolated class
- isIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-
Gets the value of the isSetPerformedForAbsentNode property.
- isJavaEscapedCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character should be escaped when being part of a string, i.e.
- isJConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a Sybase JConnect JDBC driver is being used.
- isJDBCConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a Borland JDBCConnect JDBC driver is being used.
- isJDBCConnectRemoteDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a Borland JDBCConnect JDBC driver is being used.
- isJDBCDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Determines whether this
DateTime
represents the JDBC escape syntax for date, time,
timestamp formats.
- isJDBCExecuteCompliant() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Calling a stored procedure query on PostgreSQL with no output parameters
always returns true from an execute call regardless if a result set is
returned or not.
- isJDBCODBCBridge() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a Sun/Merant JDBC-ODBC bridge driver is being used.
- isJDBCType() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- isJDBCType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
- isJDBCType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- isJDBCType() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- isJOIN() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return if using the JOIN fetch type.
- isJoinedStrategy - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- isJoinedStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Indicate whether a single table or joined inheritance strategy is being used.
- isJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return if this relationship should always be join fetched.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether a JOIN FETCH
expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether a JOIN FETCH
expression can be identified by with an
identification variable or not.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return if this mapping support joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return if this mapping support joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return if this mapping support joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return if this mapping supports joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return if this mapping support joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return if this mapping support joining.
- isJoiningSupported() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return if this mapping support joining.
- isJPA1_0() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 1.0.
- isJPA2_0() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 2.0.
- isJPA2_1() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 2.1.
- isJPAId - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
- isJPAId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Flags that this mapping is part of a JPA id mapping.
- isJPAIdNested(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Flags that either this mapping or nested mapping is a JPA id mapping.
- isJPASession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return whether this session is an EclipseLink JPA session.
- isJPASession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return whether this session is an EclipseLink JPA session.
- isJPQLCall() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Yes this is an JPQLCall
- isJPQLCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this query uses an JPQL query mechanism .
- isJTA11() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL:
Check whether JTA 1.1 API is available.
- isJTA11() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL:
Check whether JTA 1.1 API is available.
- isJTA11() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
INTERNAL:
Check whether JTA 1.1 API is available.
- isJTAEnabled() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: isJTAEnabled(): Answer true if the DatabaseSession's external transaction controller class will
be populated with my transaction controller class at runtime.
- isJTAEnabled() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: isJTAEnabled(): Answer true if the DatabaseSession's external transaction controller class will
be populated with my transaction controller class at runtime.
- isKeepAllAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
-
- isKeepNoneAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
-
- isKeepUnknownAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
-
- isKeyForSourceSpecified() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Checks if source and target keys are mentioned by the user or not.
- isLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Indicates whether the cursor is on the last row of the result set.
- isLastEventStart - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
-
- isLax() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Used with XmlAnyElement.
- isLax() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the lax property.
- isLazilyInitialized() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
If true, the descriptor may be lazily initialized.
- isLazy - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Specifies whether this mapping is lazy, this means not included in the default fetch group.
- isLazy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Return if this mapping is lazy.
- isLazy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Return if this mapping is lazy.
- isLazy - Variable in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
Determines if the write/exclusive connection is acquired only when first
requested (lazy, this is the default) or immediately when the client
session is acquired.
- isLazy() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Return if a lazy connection should be used, a lazy connection only acquire a physical connection
when a transaction is started and releases the connection when the transaction completes.
- isLeftJoin() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether this
Join
is a left join, i.e.
- isList() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Return if this element is a list
- isListOrderBrokenInDb() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- isListOrderFieldSupported - Variable in class org.eclipse.persistence.mappings.CollectionMapping
-
Indicates whether the mapping supports listOrderField, if it doesn't attempt to set listOrderField throws exception.
- isListOrderFieldSupported() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
indicates whether the mapping supports listOrderField, if it doesn't attempt to set listOrderField throws exception.
- isListOrderFieldUpdatable - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
indicates whether listOrderField value could be updated in the db.
- isListOrderFieldUpdatable() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
indicates whether listOrderField value could be updated in the db.
- isLiteralExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isLoaded(Object) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
If the provider determines that the entity has been provided
by itself and that the state of all attributes for which
FetchType.EAGER
has been specified have been loaded, this
method returns LoadState.LOADED
.
- isLoadedWithoutReference(Object, String) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
If the provider determines that the entity has been provided
by itself and that the state of the specified attribute has
been loaded, this method returns LoadState.LOADED
.
- isLoadedWithReference(Object, String) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
If the provider determines that the entity has been provided
by itself and that the state of the specified attribute has
been loaded, this method returns LoadState.LOADED
.
- isLoadGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- isLoadGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
- isLoadGroup() - Method in class org.eclipse.persistence.queries.LoadGroup
-
- isLobCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Indicates whether SELECT DISTINCT lob FROM ...
- isLocationAware() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- isLockableMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return whether this mapping should be traversed when we are locking
- isLockableMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return whether this mapping should be traversed when we are locking
- isLockableMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return whether this mapping should be traversed when we are locking
- isLockableMapping() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return whether this mapping should be traversed when we are locking.
- isLockQuery() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
- isLockQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
- isLockQuery(Session) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Answers if this query will issue any pessimistic locks.
- isLockTimeoutException(DatabaseException) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return true if the given exception occurred as a result of a lock
time out exception (WAIT clause).
- isLoggableFinest() - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
-
- isLoggableFinest(SessionLog) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
-
- isLogging() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- isLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Indicates whether change logging is on (true
) or off (false
).
- isLoggingMapping() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Return the logging state during mapping operations
- isLogicalExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isLogicalOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
Logical functions are functions such as and and or.
- isLtzTimestampInGmt - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- isLtzTimestampInGmt() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Return if ltz timestamps are returned in GMT by the driver.
- isManagedTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given managed type actually exists.
- isMany() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns whether the Property is many-valued.
- isManyToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isManyToManyMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- isManyToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
-
INTERNAL:
override the isManyToManyQueryKey() method in the superclass to return true.
- isManyToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isManyToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isManyToOneMapping() - Method in class org.eclipse.persistence.mappings.ManyToOneMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isMap() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isMapEntryExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isMapKeyMapping - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Records if this mapping is being used as a MapKeyMapping.
- isMapKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
- isMapKeyObjectRelationship() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return if this mapping has a mapped key that uses a OneToOne (object).
- isMappedFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
- isMappedRecordSupported - Variable in class org.eclipse.persistence.eis.EISPlatform
-
- isMappedRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return if this platform supports JCA MappedRecord.
- isMapType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- isMapType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Map}.
- isMapValueAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isMarshalEmptyCollections() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
If true empty collections will be marshalled as empty arrays, else the
collection will not be marshalled to JSON (default is true).
- isMaxDB() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- isMemberClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is an inner Class
.
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is an inner Class
.
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- isMetadataRemote - Variable in class org.eclipse.persistence.sessions.remote.DistributedSession
-
Define if meta-data is initialized locally, or serialized from the server.
- isMetadataRemote() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
ADVANCED:
Return if the descriptors and meta-data should be serialized from the server,
or if they will be provided locally.
- isMethodAttributeAccessor() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
- isMethodAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isMethodAttributeAccessor() - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
INTERNAL:
- isMethodAttributeAccessor() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
INTERNAL:
- isMethodProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Indicates whether the passed fetch group is minimal.
- isMixed() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates mixed content
- isMixed(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Returns true if the Type is declared to contain mixed content.
- isMixed(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- isMixedContent() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- isModified(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
Returns whether or not the specified data object was updated while
logging
.
- isModifyAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a modify all query.
- isModifyAllQuery() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Return true if this is a modify all query.
- isModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a modify query.
- isModifyQuery() - Method in class org.eclipse.persistence.queries.ModifyQuery
-
PUBLIC:
Return if this is a modify query.
- isMtomAttachment(Property) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Indicates if a given Property represents an MTOM attachment.
- isMtomAttachment() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isMultipleSubquerySelectItemsAllowed(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given subquery SELECT
clause can return more than
one item or just a single.
- isMultipleSubquerySelectItemsAllowed(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the given subquery SELECT
clause can return more than
one item or just a single.
- isMultipleTableDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if this descriptor has more than one table.
- isMultitenantPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL
- isMultitenantPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL
- isMutable() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
- isMutable() - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL:
If the converter converts the value to a non-atomic value, i.e.
- isMutable() - Method in interface org.eclipse.persistence.mappings.converters.Converter
-
PUBLIC:
If the converter converts the value to a mutable value, i.e.
- isMutable() - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL:
- isMutable() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
If the converter converts the value to a non-atomic value, i.e.
- isMutable() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL:
If the converter converts the value to a non-atomic value, i.e.
- isMutable() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
If the converter converts the value to a non-atomic value, i.e.
- isMutable - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PERF: Indicates if this mapping's attribute is a simple atomic value and cannot be modified, only replaced.
- isMutable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Return true if the attribute for this mapping is a simple atomic value that cannot be modified,
only replaced.
- isMutable - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PERF: Indicates if this mapping's attribute is a simple value which cannot be modified only replaced.
- isMutable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Return true if the attribute for this mapping is not a simple atomic value that cannot be modified,
only replaced.
- isMutable() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
- isMutable() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- isMutable() - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
- isMutable() - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- isMySQL() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Answers whether platform is MySQL.
- isNameCollision() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- isNamed() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Determines whether this parameter is a positional parameter, i.e.
- isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Determine if namespaces will be considered during marshal/unmarshal operations.
- isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- isNamespaceDeclarationIncluded() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- isNamespaceQualified() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Returns if the element or attribute corresponding to this Property should be namespace qualified in the XSD.
- isNative() - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
- isNative() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- isNativeConnectionRequired - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Allow connection unwrapping to be configured.
- isNativeConnectionRequired() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return if the descriptor requires usage of a native (unwrapped) JDBC connection.
- isNativeConnectionRequired - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Allow connection unwrapping to be configured.
- isNativeConnectionRequired() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return if the descriptor requires usage of a native (unwrapped)
JDBC connection.
- isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
-
INTERNAL:
Indicate whether app.
- isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL:
Indicates whether app.
- isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.Oracle10Platform
-
INTERNAL:
Indicate whether app.
- isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL: Indicates whether app.
- isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Used by derived platforms (Oracle8Platform and higher)
to indicate whether app.
- isNeedToCloseComplex() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isNeedToOpenComplex() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isNegative() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines if the arithmetic primary is prepended with the minus sign.
- isNestedAccessor() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- isNestedAccessor() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- isNestedArray(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression
represents a nested array or not.
- isNestedArray() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- isNestedArray() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- isNestedArray() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- isNestedTable - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
- isNestedTable() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
Indicates if the instance represents a Nested Table (as opposed to Varray).
- isNestedTableMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isNestedTableMapping() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
- isNestedUnitOfWork() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return if this session is a nested unit of work.
- isNew() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
Returns true if this ObjectChangeSet represents a new object.
- isNewerThan(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is newer than the given version.
- isNewerThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is newer than the given version.
- isNewerThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is newer than the given version.
- isNewerThanOrEqual(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is newer than the given version or if it's the same version.
- isNewerThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is newer than the given version or
if it's the same version.
- isNewerThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is newer than the given version or
if it's the same version.
- isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Compares the value and the value from the object
(or cache).
- isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Compares the value from the row and from the object
(or cache).
- isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Compares the value with the value from the object (or cache).
- isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Compares the value from the row and from the object (or cache).
- isNewerVersion(Object, Object) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Compares two values.
- isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Compares the value with the value from the object (or cache).
- isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Compares the value from the row and from the object (or cache).
- isNewerVersion(Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Compares two values.
- isNewlyWeavedValueHolder() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
Used as part of the implementation of WeavedAttributeValueHolderInterface
Used to determine if this ValueHolder was added instantiated as part of
the constructor of a weaved class
- isNewlyWeavedValueHolder() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
This method returns whether this valueholder has been newly instantiated by weaved code.
- isNil() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Return if the global element will be marked as nillable
- isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isNillable() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Return if the global element will be marked as nillable
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the nillable property.
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
-
Gets the value of the nillable property.
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the nillable property.
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the nillable property.
- isNodeEqual(Node, Node) - Method in class org.eclipse.persistence.platform.xml.XMLComparer
-
Compare two DOM nodes.
- isNormalizingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Returns true if this mapping is normalizing string values on unmarshal before adding
them to the collection.
- isNormalizingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Returns true if this mapping is normalizing string values on unmarshal before setting
them in the object.
- isNothingReturned() - Method in interface org.eclipse.persistence.queries.Call
-
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
- isNothingReturned() - Method in class org.eclipse.persistence.queries.JPQLCall
-
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
- isNotNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is not null
.
- isNotNullAnnotated() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isNull() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Compare to null.
- IsNull - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- isNull() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the ISNULL operator.
- isNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is null
.
- isNull() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this expression is a
null
Expression
or any other subclass.
- isNull() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
Determines whether this expression is a
null
Expression
or any other subclass.
- isNullable() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- isNullAllowed - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
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).
- isNullAllowed() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
Return 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).
- isNullAllowed - Variable in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
-
- isNullAllowed() - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
-
PUBLIC:
Return if the varray collection is allowed NULL or not
- isNullAllowedInSelectClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 does not allow NULL in select clause.
- isNullIgnored - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
Allows the caching of null to be configured.
- isNullIgnored() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return if null results should be cached or ignored.
- isNullRepresentedByEmptyNode - Variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
This state flag determines how we unmarshal empty nodes.
- isNullRepresentedByEmptyNode() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- isNullRepresentedByXsiNil - Variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
This state flag determines how we unmarshal xsi:nil nodes.
- isNullRepresentedByXsiNil() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- isNullsFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being nulls first.
- isNullsLast() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being nulls first.
- isNullValueMarshalled() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Returns true if this mapping's value should be marshalled, in the case that
it is equal to the default null value.
- isNumericLiteral(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given sequence of characters is a numeric literal or not.
- isNumericType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Numeric}.
- isObjectBuildingQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is an object building query.
- isObjectBuildingQuery() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Return if this is an object building query.
- isObjectChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
Used to track instances of the change policies without doing an instance of check
- isObjectChangeTrackingPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
Used to track instances of the change policies without doing an instance of check
- isObjectChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
Used to track instances of the change policies without doing an instance of check
- isObjectExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isObjectLevelModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is an object level modify query.
- isObjectLevelModifyQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC:
Return if this is an object level modify query.
- isObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is an object level read query.
- isObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if this is an object level read query.
- isObjectReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isObjectReferenceMapping() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isObjectReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- isObjectRegistered(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return whether the clone object is already registered.
- isObjectRelationalDatabaseField() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
PUBLIC:
Return if this is an ObjectRelationalDatabaseField.
- isObjectRelationalDataTypeDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor maps to an object-relational structured type.
- isObjectRelationalDataTypeDescriptor() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
PUBLIC:
Return if this is an ObjectRelationalDataTypeDescriptor.
- isObjectType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is the external form of;@link Object}.
- isObjectValidForFetchGroup(Object, FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return if the cached object data is sufficiently valid against a fetch group
- isOff() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
INTERNAL:
Check if the log level is set to off.
- ISOLATE_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- ISOLATE_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- ISOLATE_CACHE_ALWAYS - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- ISOLATE_CACHE_ALWAYS - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- ISOLATE_FROM_CLIENT_SESSION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- ISOLATE_FROM_CLIENT_SESSION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- ISOLATE_NEW_DATA_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- ISOLATE_NEW_DATA_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- Isolated - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
-
The value causes creation of
ExclusiveIsolatedClientSession in isolated case
and throws exception otherwise.
- ISOLATED_DATA_NOT_SUPPORTED_IN_CLIENTSESSIONBROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ISOLATED_DESCRIPTOR_REFERENCED_BY_SHARED_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ISOLATED_QUERY_EXECUTED_ON_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- isolatedDataNotSupportedInSessionBroker(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- isolateDescriptorReferencedBySharedDescriptor(String, String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- isolatedQueryExecutedOnServerSession() - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- isOlderThan(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is older than the given version.
- isOlderThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is older than the given version.
- isOlderThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is older than the given version.
- isOlderThanOrEqual(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is older than the given version or if it's the same version.
- isOlderThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is older than the given version or
if it's the same version.
- isOlderThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is older than the given version or
if it's the same version.
- isOneRowReturned() - Method in interface org.eclipse.persistence.queries.Call
-
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
- isOneRowReturned() - Method in class org.eclipse.persistence.queries.JPQLCall
-
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
- isOneToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isOneToManyMapping() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
- isOneToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
-
INTERNAL:
override the isOneToManyQueryKey() method in the superclass to return true.
- isOneToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isOneToOneMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
- isOneToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isOneToOneMapping() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
- isOneToOnePrimaryKeyRelationship - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Defines if this mapping was built using primary key join columns.
- isOneToOnePrimaryKeyRelationship() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return if this mapping is mapped using primary key join columns.
- isOneToOneQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToOneQueryKey
-
INTERNAL:
override the isOneToOneQueryKey() method in the superclass to return true.
- isOneToOneQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC::
Related query key should implement this method to return true.
- isOneToOneRelationship - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Define if this mapping is really for a OneToOne relationship.
- isOneToOneRelationship() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return if this mapping is really for a OneToOne relationship.
- isOpen() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- isOpenContent() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Return whether or not this is an open content property.
- isOpenSequencedType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isOpenSequencedType() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- isOptional() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the optional property.
- isOptional - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Specifies whether this mapping is optional (i.e.
- isOptional() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Return whether the value of this mapping is optional (that is, can be
null).
- isOracle() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- isOracle12() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
-
INTERNAL:
Check whether current platform is Oracle 12c or later.
- isOracle7JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Oracle native 7.x OCI JDBC driver is being used.
- isOracle9() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
PUBLIC:
Return is this is the Oracle 9 platform.
- isOracle9Specific(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Return if the type is a special oracle type.
- isOracleJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Oracle 8.x native OCI JDBC driver is being used.
- isOracleServerJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Oracle thin JDBC driver is being used.
- isOracleThinJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether an Oracle thin JDBC driver is being used.
- isOrderComparison(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the given
ComparisonExpression
compares two expression using one of
the following operators: '<', '<=', '>', '>='.
- isOrderOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
Order functions are used in the order by such as ASC.
- isOuterJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return if this relationship should always be OUTER join fetched.
- isOutOnlySopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Indicates whether the mapping is out of SerializedObjectPolicy's sopObject and not in it.
- isOutputAllowWithResultSet() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Return true if output parameters can be built with result sets.
- isOutputAllowWithResultSet() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
Return true if output parameters can be built with result sets.
- isOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Indicates whether the mapping is out of SerializedObjectPolicy's sopObject.
- isOverriddenEvent(DescriptorEvent, List<DescriptorEventManager>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- isOverriddenEvent(DescriptorEvent, List<DescriptorEventManager>) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
Implementers should define this method if they need or want to restrict
the calling of inherited events.
- isOwned() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- isOwned() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Returns true if this mapping is owned by the parent descriptor.
- isOwned() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
- isOwned() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
- isOwned() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
- isOwned() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
- isOwnedByConditionalClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression
is a child of the
WHERE or
HAVING
clause of the top-level query.
- isOwnedByFromClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression
is a child of the
FROM clause of the
top-level query.
- isOwnedByInExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- isOwnedBySubFromClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression
is a child of the
FROM clause of a
subquery.
- isOwnedByUnionClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the given
Expression
is a child of the
UNION clause.
- isParameter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character is the character used to identify an input parameter,
either a named parameter or position parameter.
- isParameterExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isParsed - Variable in class org.eclipse.persistence.queries.JPQLCall
-
- isParsed() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL
Is this query Parsed
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return if partial attribute.
- isPartialObject(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return true if the object is partially fetched and cached.
- isPervasive() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Answers whether platform is Pervasive
- isPointBase() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
- isPooled() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
INTERNAL:
Return if part of a connection pool.
- isPositional() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is mapped by position, i.e.
- isPositional() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Determines whether this parameter is a positional parameter, i.e.
- isPositive() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines if the arithmetic primary is prepended with the plus sign.
- isPostBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if this TypeInfo has completed the postBuildTypeInfo phase of
processing.
- isPostgreSQL() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Answers whether platform is Postgres.
- isPreBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if this TypeInfo has completed the preBuildTypeInfo phase of
processing.
- isPrefix - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- isPrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Return true if this is a prefix operator.
- isPrefixPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
PUBLIC:
Return true if this descriptor requires a prefix to the table per tenant.
- isPrepared - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Queries prepare common stated in themselves.
- isPrepared() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Queries are prepared when they are executed and then do not
need to be prepared on subsequent executions.
- isPreparedUsingTempStorage - Variable in class org.eclipse.persistence.queries.ModifyAllQuery
-
Indicates whether the query was prepared so that it will execute using temp storage
- isPreparedUsingTempStorage() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
- isPrePrepared - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow a prePrepare stage to build the expression for EJBQL and QBE and resolve joining.
- isPrePrepared() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Queries prepare common stated in themselves.
- isPrimaryKey(DatabaseField) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns whether or not this field is a primary key.
- isPrimaryKey - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- isPrimaryKey() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Answer whether the receiver is a primary key.
- isPrimaryKeyMapping - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
PERF: Used as a quick check to see if this mapping is a primary key mapping,
set by the object builder during initialization.
- isPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set by the Object builder during initialization returns true if this mapping
is used as a primary key mapping.
- isPrimaryKeyQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return if the query is known to be by primary key.
- isPrimaryKeyQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Return if the query is by primary key.
- isPrimaryKeySetAfterInsert(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Indicates whether pk or some of its components
set after insert into the database.
- isPrimitive() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
represents a primitive type.
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
represents a primitive type.
- isPrimitiveType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} represents a primitive type.
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is private
.
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is private
.
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is private
.
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is private
.
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is private
.
- isPrivateOwned() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return if the mapping has ownership over its target object(s).
- isPrivateOwned - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Indicates whether the referenced object is privately owned or not.
- isPrivateOwned() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return true if referenced objects are privately owned else false.
- isProcessImports() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- isProcessingCData - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- isProcessingCData - Variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- isProcessingCData - Variable in class org.eclipse.persistence.oxm.record.WriterRecord
-
- isPropertyMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a property type mapping.
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is protected
.
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is protected
.
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is protected
.
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is protected
.
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is protected
.
- isProtectedIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Returns true if the descriptor represents a protected class.
- isProtectedIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns true if the descriptor represents an isolated class
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is public
.
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is public
.
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is public
.
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is public
.
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is public
.
- isQueryCacheForceDeferredLocks() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Get property to Force all queries and relationships to use deferred lock strategy during object building and L2 cache population.
- isQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
This is a QueryKey.
- isQueryKeyExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isQueryPageable(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Finds out is given query pageable or not.
- isQueryStringCall() - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
- isQueryStringCall() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
- isQueryStringCall() - Method in class org.eclipse.persistence.queries.SQLCall
-
- isQuote(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character is the single or double quote.
- isRange() - Method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Determines whether this type represents a range variable declaration.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- isReadAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a read all query.
- isReadAllQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
Return if this is a read all query.
- isReadObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a read object query.
- isReadObjectQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return if this is a read object query.
- isReadOnly() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Returns true if mapping is read only else false.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if the mapping for this Property is read-only.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the readOnly property.
- isReadOnly - Variable in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isReadOnly() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL
- isReadOnly - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Makes this mapping read only.
- isReadOnly() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns true if mapping is read only else false.
- isReadOnly() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return true if read-only is explicitly set to true;
otherwise return whether the transformation has no fields
(no fields = read-only)
- isReadOnly - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PERF: Allow queries to be defined as read-only in unit of work execution.
- isReadOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if the query is read-only.
- isReadOnly() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
Returns true if values for this Property cannot be modified using the SDO APIs.
- isReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a read query.
- isReadQuery() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return if this is a read query.
- isRecord() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- isReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this Property is a reference property.
- isReferenceClassLocked - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PERF: Caches locking policy isReferenceClassLocked setting.
- isReferenceClassLocked() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Cache the locking policy isReferenceClassLocked check.
- isReferenceMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isReferenceMapping() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
- isRegistered - Variable in class org.eclipse.persistence.indirection.IndirectList
-
PERF: Quick check flag if has been registered in a unit of work.
- isRegistered - Static variable in class org.eclipse.persistence.platform.database.oracle.ucp.GridLinkDataPartitioningCallback
-
- isRegisteringResults() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Answers if we are executing through a UnitOfWork and registering results.
- isRelationalDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor maps to a relational table.
- isRelationalDescriptor() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Return if the descriptor maps to a relational table.
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
All relational mappings should implement this method to return true.
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DirectToFieldMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.TransformationMapping
-
INTERNAL:
- isRelationalMapping() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
- isRelationExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isRelationshipMaintenanceRequired() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- isRelationshipMaintenanceRequired() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- isRelationshipMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a relationship type mapping.
- isRemotelyInitialized - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
It is needed only in remote initialization and mapping is in parent descriptor
- isRemotelyInitialized() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
- isRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return if this session is a remote session.
- isRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return if this session is remote.
- isRemoteSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a remote session.
- isRemoteUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a remote unit of work.
- isRepeating - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- isReportQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Determine if the JPA query is a EclipseLink ReportQuery.
- isReportQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a report query.
- isReportQuery() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Return if this is a report query.
- isRequired() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the required property.
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the required property.
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the required property.
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the required property.
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the required property.
- isRequired() - Method in class org.eclipse.persistence.oxm.XMLField
-
Indicates if this XMLField represents a "required" XML element or attribute
([minOccurs="1"] for elements, [use="required"] for attributes).
- isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- isResultSetAccessOptimizedQuery - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PERF: Allow queries to build while accessing the database result-set.
- isResultSetAccessOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Return if the query result set access should be optimized.
- isResultSetAccessOptimizedQueryDefault - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
If neither query specifies isResultSetOptimizedQuery nor session specifies shouldOptimizeResultSetAccess
then this value is used to indicate whether optimization should be attempted
- isResultSetMappingQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a result set mapping query.
- isResultSetMappingQuery() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC: Return true if this is a result set mapping query.
- isResultSetOptimizedQuery - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PERF: Allow queries to build directly from the database result-set.
- isResultSetOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Return if the query should be optimized to build directly from the result set.
- isResultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines if the given variable is a result variable.
- isReturnAllTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- isReturnTypeRequiredForReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Indicates if a return type is required for the field set on the
returning policy.
- isReturnTypeRequiredForReturningPolicy() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL:
Indicates if a return type is required for the field set on the
returning policy.
- isRightParenthesisMissing(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
Determines whether the right parenthesis is missing from the given expression.
- isRolledBack_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return true if the transaction is in the rolled back state.
- isRolledBack_impl(Object) - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
INTERNAL:
Check whether the transaction is rolled back.
- isRolledBack_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return true if the transaction is rolled back.
- isRootArray - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
-
- isRootParentDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return whether or not is root parent descriptor
- isRootParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return whether or not is root parent descriptor
- isRowCountOutputParameterRequired() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Oracle does not return the row count from PLSQL anon blocks,
so an output parameter is required for this.
- isRuntimeServicesEnabled() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: isRuntimeServicesEnabled(): Answer true if the JMX/MBean providing runtime services for
the receiver's DatabaseSession will be deployed at runtime.
- isRuntimeServicesEnabled() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL:
isRuntimeServicesEnabled(): Answer true if the JMX/MBean providing runtime services for
the receiver's DatabaseSession will be deployed at runtime.
- isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
- isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
- isRuntimeServicesEnabledDefault() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL:
isRuntimeServicesEnabledDefault(): Answer true if the JMX/MBean providing runtime services for
the receiver's DatabaseSession will be deployed at runtime.
- isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL:
isRuntimeServicesEnabledDefault(): Answer true if the JMX/MBean providing runtime services for
the receiver's DatabaseSession will be deployed at runtime.
- isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
- isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
- isSchemaInstanceIncluded() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- isSchemaPerMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- isSchemaPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
PUBLIC:
Return true if this descriptor requires a table schema per tenant.
- isSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL
- isSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
INTERNAL
- isScrollableCursorPolicy() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
- isSecondExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the second expression is optional or not.
- isSecondExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Determines whether the second expression is optional or not.
- isSecondExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- isSecondExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isSecureProcessingDisabled() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- isSecureProcessingDisabled() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- isSecureProcessingDisabled() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
- isSelfField() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Indicates if the xpath for this field is "."
- isSelfRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- isSequencedObject() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
- isSequenceSupported - Variable in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Allow sequence support to be disabled for Derby < 10.6.1.
- isSequencingCallbackRequired() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Indicates whether SequencingCallback is required.
- isSequencingCallbackRequired() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Indicates whether sequencing callback may be required.
- isServerSession() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return if this session is a server session.
- isServerSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a server session.
- isServerSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return if this session is a server session broker.
- isSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return if this session is a session broker.
- isSessionBroker() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a session broker.
- isSet - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Set operation in IndirectList results in raising two events: removal of the old value and addition of the new one at the same index:
oldValue = list.set(i, newValue);
raiseRemoveEvent(i, oldValue, true);
raiseAddEvent(i, newValue, true);
This flag indicates whether the event was raised by set operation on the list.
- isSet() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return whether the event was raised by set operation on the list.
- isSet(String) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
-
Discover if a property has a persistent value
- isSet(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
Handle queries about setting status of a property through path base access.
- isSet(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- isSet(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- isSet(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- isSet() - Method in class org.eclipse.persistence.sdo.SDOSetting
-
Returns whether or not the property is set.
- isSetAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if the name of the XmlAnyAttribute property has been set.
- isSetAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if the name of the XmlAnyElement property has been set.
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if the isCdata flag was set via external metadata.
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Indicates if the cdata field has been set, i.e.
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Indicates if the cdata field has been set, i.e.
- isSetClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if a ClassExtractor class name is set,
i.e.
- isSetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- isSetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
For isMany=false properties return true if not null.
- isSetDeclaredProperty(int) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- isSetDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isSetInternal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Return whether the property (open-content or declared) is set?
- isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Indicates if a method has been set, i.e.
- isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Indicates if a method has been set, i.e.
- isSetMethodName - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
- isSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if a null policy is set for this property.
- IsSetNullPolicy - Class in org.eclipse.persistence.oxm.mappings.nullpolicy
-
PUBLIC:
Description:
This null policy allows for various configurations of isSet behavior to be set.
Marshal:
The boolean value of the isSet() state of a node will determine whether a node will be written out
for a null value.
- IsSetNullPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
Default Constructor
Set the IsSetPerformedForAbsentNode to false to enable the other 2 flags
isNullRepresentedByEmptyNode and isNullRepresentedByXsiNil
- IsSetNullPolicy(String) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
Specific Constructor to set the name for checking the isSet state of the mapping
- IsSetNullPolicy(String, boolean, boolean, XMLNullRepresentationType) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
Specific Constructor to set both the Marshal enum and the Unmarshal flags.
- isSetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- isSetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- isSetOpenContentProperty(Property) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- isSetParameter - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
- IsSetParameter() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
- isSetPerformedForAbsentNode - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-
- isSetPerformedForAbsentNode - Variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
This state flag determines how we unmarshal absent nodes.
- isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates that the propOrder has been set, i.e.
- isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if the isReadOnly flag was set via external metadata.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Indicates if readOnly has been set, i.e.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Indicates if readOnly has been set, i.e.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Indicates if the isReadOnly flag was set.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Indicates if the isReadOnly flag was set.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Indicates if the readOnly property has been set, i.e.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Indicates if the readOnly property has been set, i.e.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Indicates if readOnly has been set, i.e.
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Indicates if the isReadOnly flag was set.
- isSetRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Indicates if the required flag was set via external metadata.
- isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Indicates if a transformerClass has been set, i.e.
- isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Indicates if a transformerClass has been set, i.e.
- isSetUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if a map of userProperties is set for this property.
- isSetValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Indicates if the valueType property has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if the isWriteOnly flag was set via external metadata.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Indicates if writeOnly has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Indicates if writeOnly has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Indicates if the isWriteOnly flag was set.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Indicates if the isWriteOnly flag was set.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Indicates if the writeOnly property has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Indicates if the writeOnly property has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Indicates if writeOnly has been set, i.e.
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Indicates if the isWriteOnly flag was set.
- isSetXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if xmlAccessOrder has been set, i.e.
- isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Indicates if xmlAccessorOrder has been set, i.e.
- isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Indicates if XmlAccessorOrder is set, i.e.
- isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Indicates if xmlAccessorType has been set, i.e.
- isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Indicates if XmlAccessorType is set, i.e.
- isSetXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if xmlAccessType has been set, i.e.
- isSetXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if the class indicator field name is set, i.e.
- isSetXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if a class indicator field value has been set,
i.e.
- isSetXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if an XmlElementWrapper has been set, i.e.
- isSetXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Indicates if xmlInlineBinaryData has been set, i.e.
- isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if an XmlJavaTypeAdapter has been set, i.e.
- isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if an XmlJavaTypeAdapter has been set, i.e.
- isSetXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property has XmlJoinNodes set.
- isSetXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if xmlJoinNodesList has been set, i.e.
- isSetXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Indicates if xmlList has been set, i.e.
- isSetXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
- isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Indicates if the mixed flag has been set, i.e.
- isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Indicates if the mixed flag has been set, i.e.
- isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if an xpath is set for this property.
- isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Indicates if a xmlPath has been set, i.e.
- isSetXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Indicates if an XmlReadTransformer has been set, i.e.
- isSetXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if xmlRootElement has been set, i.e.
- isSetXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if xmlSeeAlso has been set, i.e.
- isSetXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if an XmlTransformation is set for this porperty.
- isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if XmlTransient is set.
- isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Indicates if xmlTransient has been set, i.e.
- isSetXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if xmlType has been set, i.e.
- isSetXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if an xmlValueProperty is set on this TypeInfo, i.e.
- isSetXmlWriteTransformers() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Indicates if at least one XmlWriteTransformer has been
set, i.e.
- isSharedIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Returns true if the descriptor represents a shared class.
- isSharedIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns true if the descriptor represents an isolated class
- isSimpleType(TypeInfo) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- isSingleInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether what was parsed after the IN
identifier is a single input
parameter:
BNF: in_expression ::= {state_field_path_expression | type_discriminator} [NOT] IN collection_valued_input_parameter
- isSingleKey(CMPPolicy.KeyElementAccessor[]) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
Check to see if there is a single key element.
- isSingleSourceRelationKeySpecified() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Checks if a single source key was specified.
- isSingleTableMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- isSingleTableMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- isSingleTableMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- isSingleTargetRelationKeySpecified() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Checks if a single target key was specified.
- isSourceKeySpecified() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Checks if source key is specified or not.
- isSourceKeySpecified() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Return whether the source key is specified.
- isSQLAnywhere() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- isSQLCall() - Method in class org.eclipse.persistence.queries.SQLCall
-
- isSQLCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this query uses an SQL query mechanism .
- isSQLServer() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- isStartElementOpen - Variable in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
- isStartElementOpen - Variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- isStartElementOpen - Variable in class org.eclipse.persistence.oxm.record.WriterRecord
-
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Indicates if this JavaClass
is static
.
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Indicates if this JavaClass
is static
.
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Indicates if this JavaConstructor
is static
.
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Indicates if this JavaField
is static
.
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Indicates if this JavaMethod
is static
.
- isStopped - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- isStopped() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Indicates whether the RCM has been stopped:
either initialize hasn't been called or shutdown has been called.
- isStoredFunctionCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
- isStoredFunctionCall() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
- isStoredInCache() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
PUBLIC:
Return true if the lock value is stored in the cache.
- isStoredInCache() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return true if the lock value is stored in the cache.
- isStoredInObject() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return true if the lock value is stored in the object.
- isStoredPLSQLFunctionCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
- isStoredPLSQLProcedureCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- isStoredProcedureCall() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
- isStrictTypeCheckingEnabled() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Indicates whether strict type checking is enabled.
- isStringType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} represents the String
class.
- isStruct() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- isStructureMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isStructureMapping() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
INTERNAL:
- isSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression
is a subquery.
- isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether a subquery can be used in any clause of the top-level query.
- isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether a subquery can be used in any clause of the top-level query.
- isSubSelectExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isSubstitutable() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- isSubType() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Provide a means to determine if this type has base types without causing the base types property to be initialized.
- isSuffixPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
PUBLIC:
Return true if this descriptor requires a suffix to the table per tenant.
- isSuperClassProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isSupersetOf(CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Return true if this AttributeGroup is a super-set of the passed in
AttributeGroup.
- isSupersetOf(AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Return true if this AttributeGroup is a super-set of the passed in
AttributeGroup.
- isSupported(FeatureSet.Feature) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
Returns true if given feature is supported.
- isSupported(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
Returns true if given feature is supported.
- isSupported(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
Returns true if given feature is supported.
- isSwaAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isSwaRef() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- isSwaRef() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- isSybase() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- isSybase() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- isSymfoware() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Identifies this database platform as Symfoware's.
- isSynchronizeOnMerge - Static variable in class org.eclipse.persistence.mappings.CollectionMapping
-
Flag to indicate if collection needs to be synchronized instead of cloning during merge.
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Not supported.
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- isTable() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- isTable() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- isTableExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isTableExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- isTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
- isTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerClassPolicy
-
INTERNAL:
- isTablePerMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL:
- isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL:
- isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
INTERNAL:
- isTail() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the position of the cursor is at the end of the text.
- isThereATypeConflict(DatabaseField, DatabaseField) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- isThereConflictBetweenLoginAndType() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Checks for a conflict between pool's type and pool's login
- isThereConflictBetweenLoginAndType() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
Checks for a conflict between pool's type and pool's login
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isTimestampInGmt - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- isTimestampInGmt() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Return if timestamps are returned in GMT by the driver.
- isTimesTen() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
- isTimesTen7() - Method in class org.eclipse.persistence.platform.database.TimesTen7Platform
-
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines if the parser is in tolerant mode or is in fast mode.
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Determines if the parser is in tolerant mode or is in fast mode.
- isTransformationMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isTransformationMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isTransformationMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
- isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if the class represented by this TypeInfo is marked XmlTransient.
- isTransient(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a transient attribute.
- isTransientType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isTranslatedCustomQuery - Variable in class org.eclipse.persistence.queries.SQLCall
-
- isTraversable() - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
-
PUBLIC:
Required: Return true if the wrapped value should be traversed.
- isTreatExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- isTrue(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given condition if
true
or
false
and if it is
false
then an
Assert.AssertException
is thrown.
- isTyped() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isTypeDeclarationAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether type declaration 1 is an instance of type declaration 2.
- isTypedTextField - Variable in class org.eclipse.persistence.oxm.XMLField
-
- isTypedTextField() - Method in class org.eclipse.persistence.oxm.XMLField
-
Returns if the field is a typed text field
True when we should base conversions on the "type" attribute on elements
- isTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given type actually exists.
- isTypeType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isTypeType() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
-
- isUnaryTable() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- isUnaryTable() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- isUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
- isUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
- isUnion() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause
uses the
UNION
identifier.
- isUnionField() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Returns false since this is a union field
The subclass XMLUnionField returns true for this
- isUnionField() - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
INTERNAL:
returns true since this is a union field
- isUnique - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- isUnique() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Answer whether the receiver is a unique constraint field.
- isUnique - Variable in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- isUnique() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- isUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if this session is a unit of work.
- isUniversal() - Method in class org.eclipse.persistence.history.AsOfClause
-
PUBLIC:
Answers if this is a UniversalAsOfClause, one to be applied
to the entire selection criteria.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this expression is an unknown
Expression
or any other subclass.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Determines whether this expression is an unknown
Expression
or any other subclass.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Determines whether this expression is an unknown
Expression
or any other subclass.
- isUpdatable - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
Flag to support updatable JPA setting
- isUpdatable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Return true if this mapping is updatable.
- isUpdate() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- isUpdateable - Variable in class org.eclipse.persistence.descriptors.CacheIndex
-
- isUpdateable() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
Return if the index field can be updated.
- isUpdateAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is an update all query.
- isUpdateAllQuery() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Return true if this is an update all query.
- isUpdateObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is an update object query.
- isUpdateObjectQuery() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
-
PUBLIC:
Return if this is an update object query.
- isUsedToSetPrimaryKey - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
-
indicates whether ReturningPolicy is used for generation of the PK.
- isUsedToSetPrimaryKey() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
- isUserDefined - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Internal flag used to bypass user define queries when executing one for
custom sql/query support.
- isUserDefined() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return true if the query is a custom user defined query.
- isUserDefinedConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
INTERNAL:
Return if part of a connection pool.
- isUserDefinedSQLCall - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Internal flag used to bypass user define queries when executing one for
custom sql/query support.
- isUserDefinedSQLCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return true if the query is a custom user defined SQL call query.
- isUsingMethodAccess() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Return if method access is used.
- isValid(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns true if the Object with the same id and Class type of the
the given Object is valid in the cache.
- isValid(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns true if the Object with the id and Class type is valid in the cache.
- isValid(int, int) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the expression at the given index is valid or not.
- isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid(Expression, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
- isValid(Object, String, Object...) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is one of the given choices using identity check.
- isValid(Document, ErrorHandler) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- isValid(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns true if an Object with the same primary key and Class type of the
the given Object is valid in the cache.
- isValid(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns true if the Object described by the given primary key and Class type is valid
in the cache.
- isValid(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns true if this Object with the given primary key of the Row and Class type
given is valid in the cache.
- isValidated - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Marks this AttributeGroup as having been validated by the builder and does not require further validation
- isValidated() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- isValidating() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- isValidationXmlPresent() - Static method in class org.eclipse.persistence.jaxb.ValidationXMLReader
-
Checks if validation.xml exists.
- isValidJavaIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given variable is a valid Java identifier, which means it follows the
Java specification.
- isValidVersion(String) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Checks if is valid version.
- isValidWithChildCollectionBypass(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression
part is an expression of the given query BNF.
- isValidXmlNCName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Validates whether given string is a valid XML non-colonial name (NCName).
- isValueExpression() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Subclasses implement (isParameterExpression() || isConstantExpression())
- isValueProperty() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- isValueReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if this is a value read query.
- isValueReadQuery() - Method in class org.eclipse.persistence.queries.ValueReadQuery
-
PUBLIC:
Return if this is a value read query.
- isValuesAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isVariableNodeAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isVariableOneToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Related mapping should implement this method to return true.
- isVariableOneToOneMapping() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
- isVirtual() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this
AbstractExpression
is virtual, meaning it's not part of the
query but is required for proper navigability.
- isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Determines whether this
AbstractExpression
is virtual, meaning it's not part of the
query but is required for proper navigability.
- isVirtualAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isWeavingEnabled() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Checks if is weaving enabled.
- isWebLogicOracleOCIDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic Oracle OCI JDBC driver is being used.
- isWebLogicSQLServerDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic SQL Server dblib JDBC driver is being used.
- isWebLogicSQLServerDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic SQL Server JDBC driver is being used.
- isWebLogicSybaseDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic Sybase dblib JDBC driver is being used.
- isWebLogicThinClientDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic thin client JDBC driver is being used.
- isWebLogicThinDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return whether a WebLogic thin JDBC driver is being used.
- isWhitespaceNode(Text) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- isWhitespaceNode(Text) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- isWhitespaceNode(Text) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Check to see if the text node represents a whitespace node.
- isWhitespacePreservedForMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
Setting this to true indicates that text nodes containing *only* whitespaces should still be
added to the collection as strings for mixed content.
- isWithinSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression
is part of a subquery.
- isWithinTopLevelQuery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression
is part of the top-level query.
- isWordSeparator(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is not considered to be part of a word (which is
usually comprise of alphanumeric characters).
- isWrapped(Object) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
-
PUBLIC:
Required: Return true if the object is already wrapped.
- isWrapper() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- isWrapperAsArrayName() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
If true the grouping element will be used as the JSON key.
- isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- isWrapperType() - Method in class org.eclipse.persistence.sdo.SDOType
-
- isWrapperType() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- isWriteableInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isWriteObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return true if this is a write object query.
- isWriteObjectQuery() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
-
PUBLIC:
Return if this is a write object query.
- isWriteOnly() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
INTERNAL:
- isWriteOnly() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Some mappings support no attribute (transformation and multitenant primary key).
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the writeOnly property.
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the writeOnly property.
- isWriteOnly - Variable in class org.eclipse.persistence.mappings.AttributeAccessor
-
- isWriteOnly() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL:
- isWriteOnly() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Some mappings support no attribute (transformation and multitenant primary key).
- isWriteOnly() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return if the transformation has no attribute, is write only.
- isWriteOnly() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL
This mapping must be write only as their is no attribute to read into.
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- isWriteOnly() - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
-
- isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- isXDBDocument(Object) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Indicates whether the passed object is an instance of XDBDocument.
- isXmlAccessorFactorySupport() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Indicates whether this AnnotationsProcessor has been configured to enable
processing of XmlAccessorFactory annotations.
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Return if this element is associated with an XmlAttachmentRef annotation
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlAttachmentRef property.
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlAttachmentRef property.
- isXMLDeclaration() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Return the XML declaration of the document.
- isXMLDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor maps to XML.
- isXMLDescriptor() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return if the descriptor maps to XML.
- isXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Indicates if XmlElementNillable is set.
- isXmlElementType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isXMLFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
- isXmlId() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is an ID field.
- isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlId property.
- isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlId property.
- isXmlIdExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is an ID extension field.
- isXmlIdRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is a reference to an ID field.
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlIdref property.
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlIdref property.
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlIdref property.
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlInlineBinaryData property.
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlInlineBinaryData property.
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlInlineBinaryData property.
- isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlKey property.
- isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlKey property.
- isXmlList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is an XmlList.
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlList property.
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlList property.
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlList property.
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlLocation property.
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
-
Gets the value of the xmlLocation property.
- isXMLMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
All relational mappings should implement this method to return true.
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL:
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL:
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL:
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
INTERNAL:
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Indicates that this is an XML mapping.
- isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
INTERNAL:
- isXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlMappingMetadataComplete property.
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlMixed property.
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlMixed property.
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlMixed property.
- isXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Track if this element had an @XmlRootElement annotation
- isXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property represents an XmlTransformation.
- isXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlTransient property.
- isXmlValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is an XmlValue.
- isXmlValueExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if this property is an XmlValueExtension.
- isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- isXOPPackage() - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- isXOPPackage() - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
- isXOPPackage() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- isXOPPackage() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- isXSD(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Indicates if this helper contains XSD information for the specified type.
- isXSD(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- isXsd() - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Returns if this property was declared in an XML schema.
- isXsd() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Returns if this property was declared in an XML schema.
- isXsdList() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Indicates if this Type is an xsd:list in the schema
- isXsiNilRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Gets the value of the xsiNilRepresentsNull property.
- item(int) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- ItemLinksBuilder - Class in org.eclipse.persistence.jpa.rs.features
-
Convenient ItemLinks
object builder.
- ItemLinksBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
- ItemLinksMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
-
Makes the ItemLinks class available in our Dynamic JAXB context.
- ItemLinksMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ItemLinksMetadataSource
-
- itemNames_ - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- items - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Specified attributes in the group mapped to their AttributeItems
- items - Variable in class org.eclipse.persistence.queries.ReportQuery
-
Items to be selected, these could be attributes or aggregate functions.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Iterate on the iterator's current object's attribute defined by this mapping.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Iterate on the appropriate attribute.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Perform the iteration opperation on the iterators current objects attributes.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL:
Iterate on the appropriate attribute value.
- iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
For iterating using an inner class
- iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Iterate on the specified attribute value.
- iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Iterate on the specified attribute value.
- iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Iterate on the specified element.
- iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Iterate on the specified element.
- iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Iterate on the specified element.
- iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Iterate on the specified element.
- iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
- iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey.
- iterateOnMapKey(DescriptorIterator, Object) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
- iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Iterate on the attribute value.
- iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Iterate on the attribute value.
- iterator() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- iterator() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
- iterator() - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterable.ListIterable
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
- iterator() - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
-
- iterator() - Method in class org.eclipse.persistence.queries.ReportQueryResult.KeySet
-
- iterator() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- iterator() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- iteratorFor(Object) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Return an iterator for the given container.
- ITypeHelper - Interface in org.eclipse.persistence.jpa.jpql
-
- PACKAGE_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
-
- PackageDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a semi-generic way of creating packages.
- PackageDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
- PackageInfo - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
Represents the the package level annotations from a specific package.
- PackageInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- packageName - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
- packageName - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
- packageName - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- packageName - Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
- packageNotSetForBindingException() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- PackageRenamer - Class in org.eclipse.persistence.tools
-
This class performs package renaming.
- PackageRenamer() - Constructor for class org.eclipse.persistence.tools.PackageRenamer
-
The constructor of a PackageRenamer class.
- PackageRenamer(String) - Constructor for class org.eclipse.persistence.tools.PackageRenamer
-
- PackageRenamer(String[]) - Constructor for class org.eclipse.persistence.tools.PackageRenamer
-
- PackageRenamer.PackageRenamerException - Exception in org.eclipse.persistence.tools
-
- PackageRenamerException(String) - Constructor for exception org.eclipse.persistence.tools.PackageRenamer.PackageRenamerException
-
- packetTimeToLive - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
Number of hops in the life of the datapacket
Default is 2, a hub and an interface card to prevent the data packets from leaving the localnetwork.
- PageableCollection<T> - Interface in org.eclipse.persistence.jpa.rs.util.list
-
Marker interface for queries returning paged results
- PageableFieldValidator - Class in org.eclipse.persistence.jpa.rs.features.paging
-
Finds out if an entity field is pageable and validates paging parameters.
- PageableFieldValidator(Class<?>, String, UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PageableFieldValidator
-
Creates the validator.
- PageableQueryValidator - Class in org.eclipse.persistence.jpa.rs.features.paging
-
Finds out if a named query is pageable and validates paging parameters.
- PageableQueryValidator(PersistenceContext, String, UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PageableQueryValidator
-
Creates a validator.
- pageSize - Variable in class org.eclipse.persistence.queries.CursorPolicy
-
- PAGINATION_PARAMETER_USED_FOR_NOT_PAGEABLE_RESOURCE - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- paginationParameterForNotPageableResource() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Pagination parameters are used in non-pageable resource.
- PagingResponseBuilder - Class in org.eclipse.persistence.jpa.rs.features.paging
-
FeatureResponseBuilder implementation used for pageable collections.
- PagingResponseBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
-
- parallelStream() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- parallelStream() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- PARAMETER_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- PARAMETER_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- PARAMETER_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- PARAMETER_DELIMITER - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.jdbc.parameter-delimiter"
- PARAMETER_DOES_NOT_EXIST_FOR_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- PARAMETER_HAS_NO_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- PARAMETER_NAME_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- parameterAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parameterAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parameterAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parameterDelimiter - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Allow the reserved pound char used to delimit bind parameters to be overridden
- ParameterDelimiterType - Class in org.eclipse.persistence.config
-
Parameter delimiter char hint values.
- ParameterDelimiterType() - Constructor for class org.eclipse.persistence.config.ParameterDelimiterType
-
- parameterDoesNotExistForOperation(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
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterHasNoMapping(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
- parameterIndex - Variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines which child expression is been currently parsed.
- parameterNameMismatch(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- parameters - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- ParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor calculates the type of an input parameter.
- ParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Creates a new ParameterTypeVisitor
.
- parent - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- parent - Variable in class org.eclipse.persistence.sessions.broker.SessionBroker
-
- parent - Variable in class org.eclipse.persistence.sessions.server.ClientSession
-
- PARENT_CLASS_IS_SELF - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- PARENT_DESCRIPTOR_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parentClass - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- parentClass - Variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- parentClassIsSelf(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parentClassName - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- parentClassName - Variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Name of parent class.
- parentContains(Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- parentDescriptor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- parentDescriptorNotSpecified(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- parentDescriptors - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- parentInterfaceNames - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- parentInterfaces - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- parentLevel - Variable in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Parses the query by starting at the current position, which is part of the given
WordParser
.
- parse(InputSource) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given input source.
- parse(File) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given file.
- parse(InputStream) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given input stream.
- parse(Reader) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given reader.
- parse(Source) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given source.
- parse(URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Parses given url.
- parse(InputSource) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(File) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(InputStream) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(Reader) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(Source) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(URL) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- parse(InputSource) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parse(File) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parse(InputStream) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parse(Reader) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parse(Source) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parse(URL) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- parseArgument(Options, String[], int) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser
.
- parseFileExtension(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
Returns the extension of the given file.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
Parses the identifier of this expression.
- parseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Parses the JPQL identifier identifier the type of union.
- ParserType - Class in org.eclipse.persistence.config
-
Parser type property values.
- ParserType() - Constructor for class org.eclipse.persistence.config.ParserType
-
- ParserValidationType - Class in org.eclipse.persistence.config
-
Parser type property values.
- ParserValidationType() - Constructor for class org.eclipse.persistence.config.ParserValidationType
-
- parseUsingExpressionFactory(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Right away parses the text by retrieving the
ExpressionFactory
for the first word that
is extracted from
WordParser
at the current location.
- partialAttributeExpressions - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Stores the partial attributes that have been added to this query
- partialWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word before the current position of the cursor, which determines when the parsing
stop.
- partialWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word before the specified position, which determines when the parsing stop.
- partialWordStartPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Finds the beginning of the word and the given position is within that word.
- PARTIONING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- Partitioned - Annotation Type in org.eclipse.persistence.annotations
-
Partitioning is used to partition the data for a class across multiple difference databases
or across a database cluster such as Oracle RAC.
- partitionField - Variable in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
The column to partition by.
- partitionId - Static variable in class org.eclipse.persistence.platform.database.oracle.ucp.GridLinkDataPartitioningCallback
-
The id is stored in a static thread local.
- partitionId - Variable in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
The id is stored in a thread local.
- Partitioning - Annotation Type in org.eclipse.persistence.annotations
-
A Partitioning is used to partition the data for a class across multiple difference databases
or across a database cluster such as Oracle RAC.
- PARTITIONING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.partitioning
" property specifies the default
PartitioningPolicy
for a persistence unit.
A PartitioningPolicy is used to partition the data for a class across multiple difference databases
or across a database cluster such as Oracle RAC.
Partitioning can provide improved scalability by allowing multiple database machines to service requests.
- PARTITIONING - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.partitioning"
- Partitioning - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PARTITIONING_CALLBACK - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.partitioning.callback
" is used to integrate with an external
DataSource's data affinity support, such as UCP.
- partitioningClasName - Variable in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- partitioningNotSupported(AbstractSession, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- partitioningPolicies - Variable in class org.eclipse.persistence.sessions.Project
-
Map of named partitioning policies, keyed by their name.
- partitioningPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- PartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
-
PUBLIC:
A PartitioningPolicy is used to partition the data for a class across multiple difference databases
or across a database cluster such as Oracle RAC.
- PartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
- partitioningPolicy - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Allow the mapping's queries to be targeted at specific connection pools.
- partitioningPolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Allow queries to be targeted at specific connection pools.
- partitioningPolicyName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- partitioningPolicyName - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Allow the mapping's queries to be targeted at specific connection pools.
- partitionNames - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
Store the value partitions by name.
- partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
INTERNAL:
Allow for the persist call to assign the partition.
- partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL:
Allow for the persist call to assign the partition.
- partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
INTERNAL:
Allow for the persist call to assign the partition.
- partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL:
Allow for the persist call to assign the partition.
- partitions - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
- partitions - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
Store the value partitions.
- partitionValueType - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
- partitionValueType - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
The type of the partition values.
- partitionValueTypeName - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
- partitionValueTypeName - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
The type name of the partition value names.
- PASSWORD - Static variable in class org.eclipse.persistence.eis.EISConnectionSpec
-
- PathExpression_NotRelationshipMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- paths() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the segments in the state field path in order.
- pathSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the number of segments in the state field path.
- PatternFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
-
- PatternFacet(String, Pattern.Flag[]) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- PatternListFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
-
- PatternListFacet(List<PatternFacet>) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-
- PatternValueBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a pattern value.
- PatternValueBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
Creates a new PatternValueBNF
.
- pauseLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Turn both logging flags on.
- PBOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- PBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- PDOUBLE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- peek() - Method in class org.eclipse.persistence.queries.CursoredStream
-
PUBLIC:
Return the next object in the stream, without incrementing the stream's position.
- PerformanceMonitor - Static variable in class org.eclipse.persistence.config.ProfilerType
-
- PerformanceMonitor - Class in org.eclipse.persistence.tools.profiler
-
Purpose: A tool used to provide performance monitoring information in a server environment.
- PerformanceMonitor() - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
PUBLIC:
Create a new profiler.
- PerformanceProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
-
- PerformanceProfiler - Class in org.eclipse.persistence.tools.profiler
-
Purpose: A tool used to provide high level performance profiling information.
- PerformanceProfiler() - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
PUBLIC:
Create a new profiler.
- PerformanceProfiler(boolean) - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
PUBLIC:
Create a new profiler.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Perform the commit event.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Perform the commit event.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Perform the commit event.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Perform the commit event.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Perform the commit event.
- performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Perform the commit event.
- performFullValidation() - 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.
- performOperator(ExpressionOperator, List) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- performPartialValidation() - 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.
- performWeaving() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
This method performs weaving function on the class individually from the specified source.
- PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Specifies that the EntityManager will be closed or not used after commit (not extended).
- PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.close-on-commit
"
property specifies that the EntityManager will be closed or not used
after commit (not extended).
- PERSISTENCE_CONTEXT_COMMIT_ORDER - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Defines the ordering of updates and deletes of a set of the same entity type during a commit or flush operation.
- PERSISTENCE_CONTEXT_COMMIT_ORDER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.commit-order
" property defines the ordering of updates
and deletes of a set of the same entity type during a commit or flush operation.
- PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Specifies that the EntityManager will search all managed objects and persist any related non-managed
new objects that are found ignoring any absence of CascadeType.PERSIST settings.
- PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.commit-without-persist-rules
"
property specifies that the EntityManager will search all managed objects
and persist any related non-managed new objects that are found ignoring
any absence of CascadeType.PERSIST settings.
- PERSISTENCE_CONTEXT_COULD_NOT_BE_BOOTSTRAPPED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- PERSISTENCE_CONTEXT_FLUSH_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Allows the EntityManager FlushMode to be set as a persistence property.
- PERSISTENCE_CONTEXT_FLUSH_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.flush-mode
" property configures the EntityManager FlushMode to be set as a
persistence property.
- PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Specifies that the EntityManager will search all managed objects and persist any related non-managed
new objects that are cascade persist.
- PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.persist-on-commit
"
property specifies that the EntityManager will search all managed objects
and persist any related non-managed new objects that are cascade persist.
- PERSISTENCE_CONTEXT_REFERENCE_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
Specifies whether there should be hard or soft references used within the Persistence Context.
- PERSISTENCE_CONTEXT_REFERENCE_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.persistence-context.reference-mode
"
property configures whether there should be hard or soft references used
within the Persistence Context.
- PERSISTENCE_UNIT_DEFAULT - Static variable in class org.eclipse.persistence.config.HintValues
-
- PERSISTENCE_UNIT_NAME_ALREADY_IN_USE - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- PersistenceContext - Class in org.eclipse.persistence.jpa.rs
-
A wrapper around the JPA and JAXB artifacts used to persist an application.
- PersistenceContext() - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- PersistenceContext(String, EntityManagerFactoryImpl, URI) - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Instantiates a new persistence context.
- PersistenceContext(String, EntityManagerFactoryImpl, URI, ServiceVersion) - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Instantiates a new persistence context.
- persistenceContextCouldNotBeBootstrapped(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Persistence context could not be bootstrapped.
- PersistenceContextFactory - Interface in org.eclipse.persistence.jpa.rs
-
- PersistenceContextFactoryProvider - Interface in org.eclipse.persistence.jpa.rs
-
- PersistenceEntityCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
-
Purpose: This is the default copy policy when weaving is used.
- PersistenceEntityCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
-
- PersistenceFactoryBase - Class in org.eclipse.persistence.jpa.rs
-
Manages the PersistenceContexts that are used by a JPA-RS deployment.
- PersistenceFactoryBase() - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
- PersistenceProvider - Class in org.eclipse.persistence.jpa
-
This is the EclipseLink EJB 3.0 provider
This provider should be used by JavaEE and JavaSE users.
- PersistenceProvider() - Constructor for class org.eclipse.persistence.jpa.PersistenceProvider
-
- PersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources
-
Persistence units catalog resource (JPARS version 2.0 and above).
- PersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
-
- PersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
-
- PersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
-
Deprecated.
- PersistenceUnit - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PersistenceUnitDefaults - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PersistenceUnitLoadingException - Exception in org.eclipse.persistence.exceptions
-
- PersistenceUnitLoadingException() - Constructor for exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- PersistenceUnitLoadingException(String) - Constructor for exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- PersistenceUnitLoadingException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- PersistenceUnitLoadingExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
- PersistenceUnitLoadingExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
-
- PersistenceUnitMetadata - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- persistenceUnitNameAlreadyInUse(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- PersistenceUnitProperties - Class in org.eclipse.persistence.config
-
The class defines EclipseLink persistence unit property names.
- PersistenceUnitProperties() - Constructor for class org.eclipse.persistence.config.PersistenceUnitProperties
-
- PersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources
-
Metadata catalog resource in JPARS version less than 2.0.
- PersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- PersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
-
- PersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- PervasivePlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides Pervasive SQL DBMS specific behavior.
- PervasivePlatform() - Constructor for class org.eclipse.persistence.platform.database.PervasivePlatform
-
- PESSIMISTIC_ - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- PESSIMISTIC_FORCE_INCREMENT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- PESSIMISTIC_LOCK - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.pessimistic-lock"
- PESSIMISTIC_LOCK_SCOPE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"jakarta.persistence.lock.scope"
- PESSIMISTIC_LOCK_TIMEOUT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.lock.timeout
" property configures the
WAIT timeout used in pessimistic locking, if the database query exceeds
the timeout the database will terminate the query and return an
exception.
- PESSIMISTIC_LOCK_TIMEOUT - Static variable in class org.eclipse.persistence.config.QueryHints
-
"jakarta.persistence.lock.timeout"
- PESSIMISTIC_LOCK_TIMEOUT_UNIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.pessimistic.lock.timeout.unit
" property
configures the query timeout unit value.
- PESSIMISTIC_LOCK_TIMEOUT_UNIT - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.pessimistic.lock.timeout.unit"
- PESSIMISTIC_READ - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- PESSIMISTIC_WRITE - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- PessimisticLock - Class in org.eclipse.persistence.config
-
PessimisticLock hint values.
- PessimisticLock() - Constructor for class org.eclipse.persistence.config.PessimisticLock
-
- pessimisticLockingPolicy - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
-
Allow the bean to always be locked as it enters a new transaction.
- PessimisticLockingPolicy - Class in org.eclipse.persistence.descriptors
-
Description: This policy is used to configure bean level pessimistic locking feature.
- PessimisticLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
-
- PFLOAT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- PinnedPartitioning - Annotation Type in org.eclipse.persistence.annotations
-
PinnedPartitionPolicy pins requests to a single connection pool.
- PinnedPartitioning - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PinnedPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
-
PUBLIC:
PinnedPartitionPolicy pins requests to a single connection pool.
- PinnedPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
- PinnedPartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
- PINT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- pk - Static variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
- PKG_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
- pkUpdateListOrderFieldQuery - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
- platform - Variable in class org.eclipse.persistence.sequencing.Sequence
-
- platform - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Implementation of platform-specific behaviors.
- PLATFORM_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PLATFORM_DOES_NOT_OVERRIDE_GETCREATETEMPTABLESQLPREFIX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PLATFORM_DOES_NOT_SUPPORT_CALL_WITH_RETURNING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PLATFORM_DOES_NOT_SUPPORT_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PLATFORM_DOES_NOT_SUPPORT_STORED_FUNCTIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PLATFORM_NAME - Static variable in class org.eclipse.persistence.services.RuntimeServices
-
Short name for the server platform - Must override in subclass
- PLATFORM_NOT_SUPPORTED_WITH_JSON_MEDIA_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- platformClassNotFound(Throwable, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- platformDoesNotOverrideGetCreateTempTableSqlPrefix(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- platformDoesNotSupportCallWithReturning(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- platformDoesNotSupportSequence(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- platformDoesNotSupportStoredFunctions(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- platformOperatorNames - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- platformOperatorSelectors - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- PLONG - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- PLSQLargument - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
INTERNAL:
Helper class - tracks argument's original position as well as re-ordered position
Used by PLSQLrecord and PLSQLStoredProcedureCall
- PLSQLargument() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- PLSQLargument(String, int, int, DatabaseType) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- PLSQLargument(String, int, int, DatabaseType, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- PLSQLargument(String, int, int, DatabaseType, int, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- PLSQLBoolean_IN_CONV - Static variable in interface org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLType
-
- PLSQLBoolean_OUT_CONV - Static variable in interface org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLType
-
- PLSQLCollection - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
PUBLIC: Marker interface for Oracle PL/SQL Collections (Nested Tables and Varrays)
- PLSQLCollection() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
The default constructor sets javaType to ArrayList.class
- PLSQLCursor - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
PUBLIC: describe an Oracle PL/SQL Cursor type
- PLSQLCursor() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
-
- PLSQLCursor(String) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
-
- PlsqlParameter - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PLSQLParameter - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
-
A PLSQLParameter annotation is used within a
NamedPLSQLStoredProcedureQuery or PLSQLRecord annotation.
- PlsqlRecord - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PLSQLRecord - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
-
A PLSQLRecord annotation is used to define a database PLSQL RECORD type.
- PLSQLrecord - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
PUBLIC: describe an Oracle PL/SQL Record type
- PLSQLrecord() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- PLSQLRecords - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
-
A PLSQLRecords annotation allows the definition of multiple
PLSQLRecord.
- PLSQLStoredFunctionCall - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
Purpose: Used to define a platform independent function call.
- PLSQLStoredFunctionCall() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
- PLSQLStoredFunctionCall(DatabaseType) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
- PLSQLStoredFunctionCall(DatabaseType, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
- PLSQLStoredFunctionCall(DatabaseType, int, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
- PLSQLStoredProcedureCall - Class in org.eclipse.persistence.platform.database.oracle.plsql
-
Purpose:
Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure
with arguments that may or may not have JDBC equivalents.
- PLSQLStoredProcedureCall() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- PlsqlTable - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- PLSQLTable - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
-
A PLSQLTable annotation is used to define a database PLSQL TABLE type.
- PLSQLTables - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
-
A PLSQLRecords annotation allows the definition of multiple
PLSQLTable.
- PLUGIN_OPTION - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- PLUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for for the plus sign '+'.
- PointBase - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- PointBasePlatform - Class in org.eclipse.persistence.platform.database
-
Support the Pointbase database.
- PointBasePlatform() - Constructor for class org.eclipse.persistence.platform.database.PointBasePlatform
-
- policy - Variable in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- policy - Variable in class org.eclipse.persistence.queries.Cursor
-
Query policy that initialize the stream.
- policy - Variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- POLYMORPHIC_REPORT_ITEM_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- polymorphicReportItemWithMultipletableNotSupported(String, Expression, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- POOL_NAME_DOES_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- poolName - Variable in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
Name of the pool to be used.
- poolNameDoesNotExist(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- POOLS_MUST_BE_CONFIGURED_BEFORE_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- poolsMustBeConfiguredBeforeLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- popAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the Expression
located at the given position using the actual query,
which may have extra whitespace.
- populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
Retrieves the Expression
located at the given position using the actual query,
which may have extra whitespace.
- populatePosition(QueryPosition, int) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Retrieves the Expression
located at the given position using the actual query,
which may have extra whitespace.
- populateQuery(CharSequence, DatabaseQuery, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
-
Populates the given
DatabaseQuery
by parsing the given JPQL
query.
- populateQuery(AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
-
Populate the query using the information retrieved from parsing the EJBQL.
- populateSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- PopulationManager - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: This class is used to populate example data into the database, it allows for circular references to be resolved.
- PopulationManager() - Constructor for class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
- PORT_TOKEN - Static variable in class org.eclipse.persistence.sessions.coordination.ServiceId
-
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input
- position(Expression, int...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- position(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Calculates the position of the given expression by calculating the length of what is before.
- POSITION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'POSITION', which is an unused keyword.
- position() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns the current position of the cursor.
- position - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
-
- position - Variable in class org.eclipse.persistence.queries.Cursor
-
Current position in the objectCollection of the stream.
- POSITIONAL_PARAMETER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '?'.
- POSITIVEINTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- POSITIVEINTEGER_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- POST - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- POST_INITIALIZED - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- PostAcquireClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postAcquireClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the client session after creation/acquiring.
- postAcquireClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the client session after creation/acquiring.
- postAcquireClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post acquire client session.
- PostAcquireConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postAcquireConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on when using the server/client sessions.
- postAcquireConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on when using the server/client sessions.
- postAcquireConnection(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Raised after acquire a connection from a connection pool.
- PostAcquireExclusiveConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postAcquireExclusiveConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised when a ClientSession, with Isolated data, acquires
an exclusive connection.
- postAcquireExclusiveConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised when a ClientSession, with Isolated data, acquires
an exclusive connection.
- postAcquireExclusiveConnection(ClientSession, Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Raised after acquire a connection from a connection pool.
- PostAcquireUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postAcquireUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work after creation/acquiring.
- postAcquireUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work after creation/acquiring.
- postAcquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post acquire unit of work.
- PostBeginTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postBeginTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after a database transaction is started.
- postBeginTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after a database transaction is started.
- postBeginTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post begin transaction.
- postBuild(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postBuild(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is built from its row on a read operation.
- postBuild(DescriptorEvent) - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
INTERNAL:
Handler for the descriptor post build event.
- PostBuildEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- postBuildTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Process any additional classes (i.e.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
Overridden by mappings that require additional processing of the change record after the record has been calculated.
- postCalculateChangesOnDeleted(Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Overridden by mappings that require objects to be deleted contribute to change set creation.
- postCalculateChangesOnDeleted(Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
Overridden by mappings that require objects to be deleted contribute to change set creation.
- PostCalculateUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after the commit has begun on the UnitOfWork and
after the changes are calculated.
- postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after the commit has begun on the UnitOfWork and
after the changes are calculated.
- postCalculateUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post calculate UnitOfWork Change Set.
- postClone(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postClone(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is cloned into a unit of work.
- PostCloneEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- PostCommitTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postCommitTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after a database transaction is commited.
- postCommitTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after a database transaction is commited.
- postCommitTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post commit transaction.
- PostCommitUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postCommitUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work after commit.
- postCommitUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work after commit.
- postCommitUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post commit unit of work.
- PostConnect - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postConnect(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after the session connects to the database.
- postConnect(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after the session connects to the database.
- postConnect(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Raised after connecting.
- postCopyIn(Map) - Method in class org.eclipse.persistence.expressions.Expression
-
- postCreateObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
Execute any statements required after the creation of the object
- postCreateObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Execute any statements required after the creation of the object
- postDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is deleted from the database.
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the post delete operation for the query
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Delete the reference objects.
- postDelete(ModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Delete privately owned parts
- postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Delete privately owned parts
- postDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PostDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- PostDistributedMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This even will be raised after a UnitOfWorkChangeSet has been merged
When that changeSet has been received from a distributed session
- postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This even will be raised after a UnitOfWorkChangeSet has been merged
When that changeSet has been received from a distributed session
- postDistributedMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre execute query.
- PostExecuteQuery - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postExecuteQuery(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after the execution of every query against the session.
- postExecuteQuery(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after the execution of every query against the session.
- postExecuteQuery(DatabaseQuery, Object) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post execute query.
- postfixSQL(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Inserts the SQL as is directly into the expression.
- PostgreSQL - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- PostgreSQLPlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides Postgres specific behavior.
- PostgreSQLPlatform() - Constructor for class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
- postInitialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Initialize the cache isolation setting.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Post initializations after mappings are initialized.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Post initializations after mappings are initialized.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
postInitialize called for inheritance children first.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Initialized the inheritance properties that cannot be initialized
until after the mappings have been.
- postInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- postInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
postinitialize the policy: determine which mappings are included, which fields should be selected
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
Subclasses that need to add field to an expresison should override this method.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
INTERNAL:
Initialize the mapping.
- postInitialize() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
This event is called when mappings generation is completed,
and provides a chance to deference anything that is no longer
needed (to reduce the memory footprint of this object).
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
For aggregate collection mapping the reference descriptor is cloned.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
For an aggregate mapping the reference descriptor is cloned.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Ensure the container policy is post initialized
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Allow for initialization of properties and validation that have dependecies no the descriptor
being initialized.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Ensure the container policy is post initialized
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Post Initialize the mapping.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
Initialize the type of the target foreign key, as it will be null as it is not mapped in the target.
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- postInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Post initializations after mappings are initialized.
- postInitialize() - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.
- postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.
- postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping
- postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Need to set the field type for the foreign key fields for a map key, as the fields are not contained in any descriptor.
- postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Mapping callback for post-initialization of source and target expression fields
created when a mapping's selectionCriteria is created early with uninitialized fields.
- postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Post-initialize source and target expression fields created when a mapping's selectionCriteria
is created early with only partly initialized fields.
- postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Post-initialize source and target expression fields created when a mapping's selectionCriteria
is created early with only partly initialized fields.
- postInitTableSchema(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build additional table/field definitions for the descriptor, like relation table
and direct-collection, direct-map table, as well as reset LOB type for serialized
object mapping and type conversion mapping for LOB usage
- postInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is inserted to the database.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the post insert operation for the query
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Insert the reference objects.
- postInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Insert privately owned parts
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Insert the private owned object.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Insert the private owned object.
- PostInsert - Static variable in class org.eclipse.persistence.mappings.ManyToManyMapping
-
Used for data modification events.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Insert into relation table.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Insert privately owned parts
- PostInsert - Static variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
Used for data modification events.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Insert the reference objects.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Insert into relation table.
- postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Insert privately owned parts
- postInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PostInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- postLogin() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Rise postLogin events for member sessions and the SessionBroker.
- PostLogin - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postLogin(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This Event is raised after the session logs in.
- postLogin(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This Event is raised after the session logs in.
- postLogin(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
post login to the session.
- PostLogout - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postLogout(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This Event is raised after the session logs out.
- postLogout(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This Event is raised after the session logs out.
- postLogout(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
post logout to the session.
- postMarshallEntity(Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- postMerge(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postMerge(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is merged from a unit of work into its parent.
- PostMergeEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- PostMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This even will be raised after a UnitOfWorkChangeSet has been merged
- postMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This even will be raised after a UnitOfWorkChangeSet has been merged
- postMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre execute query.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Allow the mapping the do any further batch preparation.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Add additional fields
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Allow the mapping the do any further batch preparation.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Add additional fields and check for history.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Allow the mapping the do any further batch preparation.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Add the addition join fields to the batch query.
- postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
Add additional fields
- postRefresh(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postRefresh(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is refreshed from its row on a refresh operation.
- PostRefreshEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- postRegisterIndividualResult(Object, Object, Object, UnitOfWorkImpl, JoinedAttributeManager, ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
Post process the object once it is registered in the unit of work.
- PostReleaseClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postReleaseClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the client session after releasing.
- postReleaseClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the client session after releasing.
- postReleaseClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post release client session.
- PostReleaseUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postReleaseUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work after release.
- postReleaseUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work after release.
- postReleaseUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post release unit of work.
- PostResumeUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postResumeUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work after resuming.
- postResumeUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work after resuming.
- postResumeUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post resume unit of work.
- PostRollbackTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- postRollbackTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after a database transaction is rolledback.
- postRollbackTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after a database transaction is rolledback.
- postRollbackTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Post rollback transaction.
- postUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object updated in the database.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the post update operation for the query
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Update the reference objects.
- postUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- postUpdate(ObjectLevelModifyQuery, boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Update the privately owned parts
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Update private owned part.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Update the relation table with the entries related to this mapping.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Update privately owned parts
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Update the reference objects.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Update the relation table with the entries related to this mapping.
- postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Update privately owned parts
- postUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- postUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PostUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- postUpdateWithChangeSet(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Update private owned part.
- postUpdateWithChangeSet(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Update private owned part.
- postUpdateWithChangeSetListOrder(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Update private owned part.
- postWrite(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- postWrite(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised after an object is inserted or updated in the database.
- PostWriteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- power(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- power(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Power - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- power() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- PRE - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- PreBeginTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preBeginTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised before a database transaction is started.
- preBeginTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised before a database transaction is started.
- preBeginTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre begin transaction.
- preBuildTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Process class level annotations only.
- PreCalculateUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised after the commit has begun on the UnitOfWork but before
the changes are calculated.
- preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised after the commit has begun on the UnitOfWork but before
the changes are calculated.
- preCalculateUnitOfWorkChangeSet() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre calculate UnitOfWork Change Set.
- precision - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- PreCommitTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preCommitTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised before a database transaction is committed.
- preCommitTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised before a database transaction is commited.
- preCommitTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre commit transaction.
- PreCommitUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preCommitUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work before commit.
- preCommitUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work before commit.
- preCommitUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre commit unit of work.
- preDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before an object is deleted from the database.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the pre delete operation for the query
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Delete the reference objects.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Delete privately owned parts
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Delete private owned part.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Propagate the preDelete event through the container policy if necessary
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Delete entries related to this mapping from the relation table.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Delete privately owned parts
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Delete the reference objects.
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Delete privately owned parts
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Delete privately owned parts
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Delete privately owned parts
- preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
Delete the reference objects.
- preDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PreDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- preDeleteMappings - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
stores a list of mappings that require preDelete as a group prior to the delete individually
- PREDEPLOY_FAILED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- predeployFailed(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- predicateAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Marshal the attribute for the predicate if one was specified.
- PreDistributedMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This even will be raised before a UnitOfWorkChangeSet has been merged
When that changeSet has been received from a distributed session
- preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This even will be raised before a UnitOfWorkChangeSet has been merged
When that changeSet has been received from a distributed session
- preDistributedMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre merge Distributed UnitOfWorkChangeSet
- preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
Execute any statements required before the deletion of the object
- preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Execute any statements required before the deletion of the object
- preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
Execute any statements required before the deletion of the object
- PreExecuteQuery - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preExecuteQuery(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised before the execution of every query against the session.
- preExecuteQuery(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised before the execution of every query against the session.
- preExecuteQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre execute query.
- prefetchCacheKeys - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
In certain cases and cache types it is more efficient to preFetch the cache keys from the cache when
building the results of the query.
- prefetchedCacheKeys - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
- prefix - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
- PREFIX_USED_BUT_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- prefixSQL(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Insert the SQL as is directly into the expression.
- prefixUsedButNotDefined(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
thrown from SDOTypesGenerator
- preImplAttributes(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the attribute declarations on the implementation class
- preImplClass(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the class declaration on the implementation class
- preImplImports(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the import declarations on the implementation class
- preImplPackage(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the package declaration on the implementation class
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Initialize the query manager.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Allow the inheritance properties of the descriptor to be initialized.
- preInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL:
Configure the object builder for the correct dataFormat.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
Fix field names for XML data descriptors.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
Fix field names for XML data descriptors.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Fix field names for XML data descriptors.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Allow for initialization of properties and validation.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Initialize the state of mapping.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Initialize the attribute classification.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Allow for initialization of properties and validation.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Initialize the state of mapping.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Set the type field classification through searching the indicators hashtable.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL:
Default to mutable if mapped as a DOM.
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- preInitialize(String, List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
For this Type generate classes
- PREINITIALIZED - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- preInitializeInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Hook together the inheritance policy tree.
- preInitializeInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
- preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping.
- preinitializeMapKey(DatabaseTable) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
- preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
- preInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before an object is inserted to the database.
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the pre insert operation for the query.
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Insert privately owned parts
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Propagate preInsert event to container policy if necessary
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Insert privately owned parts
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Insert privately owned parts
- preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Insert privately owned parts
- preInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PreInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- preInterfaceClass(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the interface declaration on the interface
- preInterfaceImports(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the import declarations on the interface
- preInterfaceInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Allow the descriptor to initialize any dependencies on this session.
- preInterfacePackage(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
-
This event will be triggered before the package declaration on the interface
- preLogin(SessionEvent) - Method in class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapter
-
- preLogin(SessionEvent) - Method in class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapterV2
-
PUBLIC:
This Event is raised before the session logs in.
- PreLogin - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preLogin(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This Event is raised before the session logs in.
- preLogin(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This Event is raised before the session logs in.
- preLogin(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre login to the session.
- PreLoginMappingAdapter - Class in org.eclipse.persistence.jpa.rs.util
-
This adapter alters the way the JAXBContext handles relationships for an existing persistence unit.
- PreLoginMappingAdapter(AbstractSession) - Constructor for class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapter
-
Instantiates a new pre login mapping adapter.
- PreLoginMappingAdapterV2 - Class in org.eclipse.persistence.jpa.rs.util
-
This listener is used for crating XML mappings for weaved fields.
- PreLoginMappingAdapterV2() - Constructor for class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapterV2
-
Instantiates a new pre login mapping adapter.
- PreLogout - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preLogout(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This Event is raised before the session logs out.
- preLogout(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This Event is raised before the session logs out.
- preLogout(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre logout to the session.
- preMarshallEntity(Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Process an entity and add any additional data that needs to be added prior to marshalling
This method will both single entities and lists of entities
- preMarshallIndividualEntity(Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Add any data required prior to marshalling an entity to XML or JSON
In general, this will only affect fields that have been weaved into the object
- PreMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This even will be raised before a UnitOfWorkChangeSet has been merged
- preMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This even will be raised before a UnitOfWorkChangeSet has been merged
- preMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre merge UnitOfWorkChangeSet
- PREPARE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.prepare"
- prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Set the default record name from the descriptor.
- prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
Translate the custom query markers.
- prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Set the default record name from the descriptor.
- prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL:
Translate the custom query markers.
- prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
INTERNAL:
Prepare and validate.
- prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Prepare and validate.
- prepare() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: This is different from 'prepareForExecution' in that this is
called on the original query, and the other is called on the copy of the
query.
- prepare() - Method in class org.eclipse.persistence.queries.DataModifyQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
This is different from 'prepareForExecution' in that this is called on the original query,
and the other is called on the copy of the query.
- prepare() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepare() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
- prepare() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- PREPARE_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- prepareAndVerify(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Add primary key and version attributes to the passed fetch group
and all the fetch group it contains.
- prepareAndVerifyInternal(FetchGroup, String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Add primary key and version attributes to the passed fetch group
and all the fetch group it contains.
- prepareBatchStatement(Statement, int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Allows setting the batch size on the statement
Is used with parameterized SQL, and should only be passed in prepared statements
- prepareCall(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Pre-generate the call/SQL for the query.
- prepareCascadeLockingPolicy(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass that supports cascade version optimistic locking should
implement this method to properly prepare the locking policy for their
mapping type.
- prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Prepare a cascade locking policy.
- prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Prepare a cascade locking policy.
- prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
Prepare a cascade locking policy.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the properties needed to be cascaded into the custom query.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.InsertObjectQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query including the translation row.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query including the translation row.
- prepareCustomQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
-
INTERNAL:
Set the properties needed to be cascaded into the custom query.
- prepareExpression(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Create and return an XPathExpression, using the provided
string to create the expression.
- prepareFailed(Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- prepareFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Add mandatory attributes to fetch group, create entityFetchGroup.
- prepareFetchGroup() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
ReportQuery doesn't support fetch groups.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.DataModifyQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForExecution() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareForRemoteExecution() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
- prepareForRemoteExecution() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareFromCachedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Check if the query is cached and prepare from it.
- prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Prepare the query from the prepared query.
- prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Prepare the query from the prepared query.
- prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Prepare the query from the prepared query.
- prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Prepare the query from the prepared query.
- prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Prepare the query from the prepared query.
- prepareHistoricalQuery(ReadQuery, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Allow for the mapping to perform any historical query additions.
- prepareHistoricalQuery(ReadQuery, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Append the temporal selection to the query selection criteria.
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Generate the Anonymous PL/SQL block
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Call the prepare on the query.
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL:
Called by prepare method only.
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
- prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Called by prepare method only.
- prepareModifyQueryForDelete(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
setup the modifyQuery for pre delete
- prepareModifyQueryForUpdate(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
setup the modifyQuery for update,
- prepareNestedBatchQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Clone and prepare the selection query as a nested batch read query.
- prepareNestedBatchQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Clone and prepare the selection query as a nested batch read query.
- prepareNestedJoinQueryClone(AbstractRecord, List, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Prepare the clone of the nested query for joining.
- prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.
- prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Clone and prepare the joined direct query.
- prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.
- prepareNestedQuery(ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Clone and prepare the selection query as a nested batch read query.
- prepareObjectAttributeCount(Map) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Prepare a report query with a count defined on an object attribute.
- prepareOutsideUnitOfWork(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
There is a very special case where a query may be a bean-level
pessimistic locking query.
- prepareQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Select all objects for a concrete descriptor.
- prepareQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prepareResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Sets usesResultSetAccessOptimization based on isResultSetAccessOptimizedQuery, session default and
query settings that could not be altered without re-preparing the query.
- prepareSelectAllRows() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Prepare the mechanism.
- prepareSelectAllRows() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Prepare the mechanism.
- prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL:
prepareServerSpecificServicesMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for the
databaseSession.
- prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL:
prepareServerSpecificServicesMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for the
databaseSession.
- prepareServerSpecificServicesMBean() - Method in interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
-
INTERNAL:
prepareServerSpecificServicesMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for the
databaseSession.
- prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
- prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL:
prepareServerSpecificServicesMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for the
databaseSession.
- prepareStatement(DatabaseAccessor, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL:
Prepare the JDBC statement, this may be parameterize or a call statement.
- prepareStatement(DatabaseAccessor, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Prepare the JDBC statement, this may be parameterize or a call statement.
- prepareStatement(DatabaseAccessor, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Prepare the JDBC statement, this may be parameterize or a call statement.
- prepareSubSelect(AbstractSession, AbstractRecord, Map) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Prepare the receiver for being printed inside a subselect.
- prepareTranslationRow(AbstractRecord, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
copies the non primary key information into the row currently used only in ManyToMany
- prepareTranslationRow(AbstractRecord, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
The translation row may require additional fields than the primary key if the mapping in not on the primary key.
- prepareTranslationRow(AbstractRecord, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
The translation row may require additional fields than the primary key if the mapping in not on the primary key.
- prepareTranslationRow(AbstractRecord, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
The translation row may require additional fields than the primary key if the mapping in not on the primary key.
- PrepareUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- prepareUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
- prepareUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
- prepareUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Prepare unit of work.
- prePersist(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- prePersist(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is only raised by the EntityManager.
- PrePersistEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- prePrepare() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- prePrepare() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Prepare the receiver for execution in a session.
- preReadFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, Unmarshaller) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Subclasses of MOXyJsonProvider can override this method to
customize the instance of Unmarshaller that will be used to
unmarshal the JSON message in the readFrom call.
- PreReleaseClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preReleaseClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the client session before releasing.
- preReleaseClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the client session before releasing.
- preReleaseClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre release client session.
- PreReleaseConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preReleaseConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on when using the server/client sessions.
- preReleaseConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on when using the server/client sessions.
- preReleaseConnection(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Raised before release a connection to a connection pool.
- PreReleaseExclusiveConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preReleaseExclusiveConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is fired just before a Client Session, with isolated data,
releases its Exclusive Connection
- preReleaseExclusiveConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is fired just before a Client Session, with isolated data,
releases its Exclusive Connection
- preReleaseExclusiveConnection(ClientSession, Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
This event is fired just before a Client Session, with isolated data,
releases its Exclusive Connection
- PreReleaseUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preReleaseUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised on the unit of work before release.
- preReleaseUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised on the unit of work before release.
- preReleaseUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre release unit of work.
- preRemove(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preRemove(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised when the remove operation is initiated on an object.
- PreRemoveEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- PreRollbackTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
-
- preRollbackTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
-
PUBLIC:
This event is raised before a database transaction is rolledback.
- preRollbackTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
-
PUBLIC:
This event is raised before a database transaction is rolledback.
- preRollbackTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Pre rollback transaction.
- preUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised for all existing objects written or committed in a unit of work.
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Execute the pre update operation for the query
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Update the privately owned parts.
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Propagate preUpdate event to container policy if necessary
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
A subclass should implement this method if it wants different behavior.
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Update privately owned parts
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Update the privately owned parts
- preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Update privately owned parts
- preUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
The message is passed to its reference class descriptor.
- preUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
The message is passed to its reference class descriptor.
- PreUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- preUpdateWithChanges(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preUpdateWithChanges(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before an object is updated regardless if the object
has any database changes.
- PreUpdateWithChangesEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- previous() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- previous() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Return the previous object from the collection.
- previousExpiry - Variable in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
- previousIndex() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- previousIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Retrieves the previous row index (against the current row)
- previousObject - Variable in class org.eclipse.persistence.queries.ScrollableCursor
-
- previousRow - Variable in class org.eclipse.persistence.queries.ScrollableCursor
-
Store the previous row, for 1-m joining.
- preWrite(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- preWrite(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised for all new or existing objects written or committed in a unit of work.
- PreWriteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- preWriteTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, Marshaller) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Subclasses of MOXyJsonProvider can override this method to
customize the instance of Marshaller that will be used to marshal
the domain objects to JSON in the writeTo call.
- PRIMARY_KEY_COLUMN_NAME_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PRIMARY_KEY_FIELDS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- PRIMARY_KEY_UPDATE_DISALLOWED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PRIMARY_TABLE_NOT_DEFINED_FOR_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PrimaryKey - Annotation Type in org.eclipse.persistence.annotations
-
The PrimaryKey annotation allows advanced configuration of the Id.
- PrimaryKey - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- primaryKey - Variable in class org.eclipse.persistence.queries.DoesExistQuery
-
Query that is performing the does exist check.
- primaryKey - Variable in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
- primaryKey - Variable in class org.eclipse.persistence.queries.ReportQueryResult
-
Id value if the retrievPKs flag was set on the ReportQuery.
- primaryKeyColumnNameNotSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- primaryKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- primaryKeyFieldsNotSepcified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- primaryKeyIdValidations - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Allow zero primary key validation to be configured per field.
- PrimaryKeyJoinColumn - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- primaryKeyUpdateDisallowed(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- primaryTableNotDefined(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: Instance document is incomplete - primary tables must be
defined for both sides of a relationhip.
- primitiveBoolean() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive boolean.
- primitiveByte() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive byte.
- primitiveChar() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive char.
- primitiveDouble() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive double.
- primitiveFloat() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive float.
- primitiveInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive int.
- primitiveLong() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive long.
- primitiveShort() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive short.
- print() - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Used to print all the Objects in the cache.
- print(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Used to print all the Objects in the cache of the Class type.
- printAllIdentityMapTypes() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will log the types of Identity Maps in the session.
- printAllIdentityMapTypes() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will log the types of Identity Maps in the session.
- printArgument(FieldDefinition, Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
Print the argument and its type.
- printAvailableConnectionPools() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will print the available Connection pools to the SessionLog.
- printAvailableConnectionPools() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will print the available Connection pools to the SessionLog.
- printClassesInSession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to output those Class Names that have identity Maps in the Session.
- printClassesInSession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to output those Class Names that have identity Maps in the Session.
- printCollection(List, ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Print the collection onto the SQL stream.
- printDuo(Expression, Expression, ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
For performance, special case printing two children, since it's by far the most common
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Append the receiver's field 'identity' constraint clause to a
writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Append the receiver's field serial constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
-
INTERNAL:
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Append the receiver's field 'identity' constraint clause to
a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Append the receiver's field 'identity' constraint clause to a
writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Append the receiver's field 'identity' constraint clause to a writer.
- printFieldNotNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
Append the receiver's field 'NOT NULL' constraint clause to a writer.
- printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Append the receiver's field 'NULL' constraint clause to a writer.
- printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Append the receiver's field 'NULL' constraint clause to a writer.
- printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Append the receiver's field 'NULL' constraint clause to a writer.
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Append the field type to a writer unless the field uses an Identity strategy to generate its value.
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Taken from org.eclipse.persistence\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\platform\database\AccessPlatform.java
- printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
- printFieldUnique(Writer, boolean) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
- printFieldUnique(Writer, boolean) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
- printFullStackTrace() - Method in exception org.eclipse.persistence.exceptions.JPQLException
-
PUBLIC
Print the stack trace for each error generated by the
parser.
- printIdentityMap(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Used to print all the Objects in the identity map of the given Class type.
- printIdentityMapLocks() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will log the instance level locks in all Identity Maps in the session.
- printIdentityMapLocks(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will log the instance level locks in the Identity Map for the given class in the session.
- printIdentityMapLocks() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will log the instance level locks in all Identity Maps in the session.
- printIdentityMapLocks(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will log the instance level locks in the Identity Map for the given class in the session.
- printIdentityMapLocks() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Used to print all the locks in every identity map in this session.
- printIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
PUBLIC:
Used to print all the Objects in every identity map in this session.
- printInOutputArgument(FieldDefinition, Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
Print the argument and its type.
- printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Print java for project class generation
- printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Print java
- printJavaCollection(List, ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Print the collection onto the SQL stream.
- printJavaDuo(Expression, Expression, ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
For performance, special case printing two children, since it's by far the most common
- printLocks() - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Used to print all the currently locked cache keys in the cache.
- printObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will log the objects in the Identity Map.
- printObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will log the objects in the Identity Map.
- printObjectsInIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will log all objects in all Identity Maps in the session.
- printObjectsInIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will log all objects in all Identity Maps in the session.
- printOutputArgument(FieldDefinition, Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
Print the argument and its type.
- printPrefixString(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Print the prefix string representing EclipseLink logging
- printProfileSummary() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printProfileSummary() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printProfileSummaryByClass() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printProfileSummaryByClass() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printProfileSummaryByQuery() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printProfileSummaryByQuery() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method assumes EclipseLink Profiling (as opposed to Java profiling).
- printRegisteredObjects() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Print the objects in the unit of work.
- printReturn(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
Prints return for stored function
- printReturn(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
Prints return for stored function, nothing to do for stored procedure
- printsAs(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the single string for this operator.
- printsAs(List<String>) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the strings for this operator.
- printsJavaAs(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the single string for this operator.
- printsJavaAs(List<String>) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the strings for this operator.
- printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Print SQL
- printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.history.AsOfClause
-
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
- printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.history.AsOfSCNClause
-
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Print the SQL representation of the statement on a stream, storing the fields
in the DatabaseCall.
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Print the SQL representation of the statement on a stream, storing the fields
in the DatabaseCall.
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
Print the pagination SQL using FB syntax " ROWS <max> TO <first>".
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.H2Platform
-
Print the pagination SQL using H2 syntax " LIMIT <max> OFFSET <first>".
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
Print the pagination SQL using HSQL syntax "SELECT LIMIT <first> <max>".
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Print the SQL representation of the statement on a stream, storing the fields
in the DatabaseCall.
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Print the pagination SQL using Postgres syntax
" LIMIT <max> OFFSET <first>".
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Print the pagination SQL using Symfoware syntax " WITH OPTION LIMIT (
<max>)".
- printStackTrace() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace(PrintStream) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace(PrintStream) - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
Print both the normal and internal stack traces.
- printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
PUBLIC:
Iterate through the exception list printing out the stack traces.
- printStoredFunctionReturnKeyWord(Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Prints return keyword for StoredFunctionDefinition:
CREATE FUNCTION StoredFunction_In (P_IN BIGINT)
RETURN BIGINT
The method was introduced because MySQL requires "RETURNS" instead:
CREATE FUNCTION StoredFunction_In (P_IN BIGINT)
RETURNS BIGINT
- printString(Object) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
Return the printed version of the primitive value object.
- printString(Object) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
Return the printed version of the primitive value object.
- printVersion() - Static method in class org.eclipse.persistence.Version
-
- PrivateOwned - Annotation Type in org.eclipse.persistence.annotations
-
A PrivateOwned annotation is used to specify a relationship is privately
owned.
- privateOwnedCriteria - Variable in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
- privateOwnedCriteria - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
- privateOwnedRelationship() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the reference object to be a private owned.
- privilegedAddDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
You cannot add descriptors to a remote session.
- problemsSize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the current number of problems that were registered during validation.
- procedureArgumentNames - Variable in class org.eclipse.persistence.queries.StoredProcedureCall
-
- procedureName - Variable in class org.eclipse.persistence.queries.StoredProcedureCall
-
- procedures - Variable in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
- processAdditionalTablePkFields(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- processCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
PUBLIC:
Invoked by the CommandManager after it has received a Command object and
has converted it to the application command format.
- processCommand(byte[], RemoteCommandManager) - Static method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
INTERNAL:
Helper method that processes a byte[] command.
- processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
ADVANCED:
This method will send the command to the remote session for processing
- processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
- processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
ADVANCED:
This method will send the command to the remote session for processing
- processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
- processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
- processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
ADVANCED:
This method will send the command to the remote session for processing
- processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
- processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
- processCommandFromRemoteConnection(byte[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Deserialize the command and execute it.
- processCommandFromRemoteConnection(Command) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Delegate to command processor
- processDescriptorEventHolders(AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
This method was added to allow JPA project caching so that DescriptorEventListeners could be
serialized and re-added to the EventManager using a SerializableDescriptorEventHolder.
- processExpression(String) - Method in class org.eclipse.persistence.sdo.helper.extension.OPStack
-
Process an XPath Expression into postfix notation.
- processGlobalElements(CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- processingInstruction(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- processItem(ReportQuery, AbstractRecord, Vector, ReportItem) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL:
Return a value from an item and database row (converted from raw field values using the mapping).
- processJMSMessage(Message, AbstractSession) - Static method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingHelper
-
PUBLIC:
Processes the received RCM messaged from a JMS provider for cache coordination.
- processNamespaceInformation(XmlSchema) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- processNamespaceResolverForXSIPrefix(NamespaceResolver, MarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
INTERNAL:
Private function to process or create an entry in the NamespaceResolver for the xsi prefix.
- processNamespaceResolverForXSIPrefix(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Private function to process or create an entry in the NamespaceResolver for the xsi prefix.
- processObjectFactory(JavaClass, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- PROCESSOR - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
ModelGen logging name space.
- processPropertiesSuperClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- processSchemaType(String, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Use name, namespace and type information to setup a user-defined schema
type.
- processSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- processSequenceDefinition(SequenceDefinition, boolean, boolean, boolean, HashSet<String>, HashSet<String>) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Method creates database tables/objects.
- processSequenceDefinitions(boolean, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Common implementor for createSequence and replaceSequence, distinguishes between sequence tables and sequence objects
- processValueFromRecordForMapping(ClassDescriptor, String[], int) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL:
This method is for processing a single FieldResult, returning the DatabaseField it refers to.
- processXML(AnnotationsProcessor, JavaModelInput, TypeMappingInfo[], JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
Process XmlBindings on a per package basis for a given
AnnotationsProcessor instance.
- Profile - Class in org.eclipse.persistence.tools.profiler
-
Purpose: Any information stored for a profile operation.
- Profile() - Constructor for class org.eclipse.persistence.tools.profiler.Profile
-
- profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Finish a profile operation if profiling.
- profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Finish a profile operation if profiling.
- profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
INTERNAL:
Monitoring is done on the endOperation only.
- profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL:
Finish a profile operation if profiling.
- PROFILER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.profiler
" property configures the type of
profiler used to capture runtime statistics.
- ProfilerType - Class in org.eclipse.persistence.config
-
Profiler type persistence property values.
- ProfilerType() - Constructor for class org.eclipse.persistence.config.ProfilerType
-
- profiles - Variable in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- profileTime - Variable in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- profileTime - Variable in class org.eclipse.persistence.tools.profiler.Profile
-
- profileWeight - Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- project - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- project - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
-
Cache the creation and initialization of the EclipseLink XML mapping project.
- project - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Cache the creation and initialization of the Session XML mapping project.
- Project - Class in org.eclipse.persistence.sessions
-
Purpose: Maintain all of the EclipseLink configuration information for a system.
- Project() - Constructor for class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Create a new project.
- Project(Login) - Constructor for class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Create a new project that will connect through the login information.
- Project(DatabaseLogin) - Constructor for class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Create a new project that will connect through JDBC using the login information.
- PROJECT_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PROJECT_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.project-cache
" property configures the type of
org.eclipse.persistence.jpa.metadata.ProjectCache
implementation to use to retrieve and store projects
representing the metadata for the project.
- PROJECT_CACHE_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The property "eclipselink.project-cache.java-serialization.file
" specifies the name
of the file to read/write a serialized project representing the application's metadata
- PROJECT_LOGIN_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- PROJECT_XML_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ProjectCache - Interface in org.eclipse.persistence.jpa.metadata
-
Purpose: Interface used to support caching the project generated from metadata
avoiding costs associated processing the same metadata over multiple deployments.
- ProjectClassGenerator - Class in org.eclipse.persistence.sessions.factories
-
Purpose: Allow for a class storing a TopLink project's descriptors (meta-data) to be generated.
- ProjectClassGenerator() - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Create a new generator.
- ProjectClassGenerator(Project) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Create a new generator to output the project.
- ProjectClassGenerator(Project, String, Writer) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Create a new generator to output to the writer.
- ProjectClassGenerator(Project, String, String) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Create a new generator to output to the file.
- projectLoginIsNull(AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- projectXMLNotFound(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- promptForDestinationDirectory() - Method in class org.eclipse.persistence.tools.PackageRenamer
-
INTERNAL Prompt from System.in for an empty or non-existent directory to
use as the destination directory.
- PROP_NOT_SET - Static variable in exception org.eclipse.persistence.eis.EISException
-
- propagateCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Propagate a remote command to all remote RCM services participating
in the EclipseLink cluster.
- propagateCommand(Object) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
ADVANCED:
Propagate a remote command to all remote RCM services participating
in the EclipseLink cluster.
- PROPAGATION - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- Properties - Annotation Type in org.eclipse.persistence.annotations
-
Annotation for user defined properties.
- properties - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Additional properties may be added.
- properties - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Adapter specific properties may be added.
- properties - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
-
- PROPERTIES - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- properties - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Allow user defined properties.
- properties - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Internally used by the mappings as a temporary store.
- properties - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Connection properties (e.g.
- properties - Variable in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
This attribute will provide a mechanism by which customers will be able
to pass connection information to events to enable further customization.
- properties - Variable in class org.eclipse.persistence.sessions.SessionEvent
-
Additional properties may be added.
- PROPERTIES_FILE_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
-
- propertiesNotSet(String, String) - Static method in exception org.eclipse.persistence.eis.EISException
-
- PropertiesUtils - Class in org.eclipse.persistence.config
-
A static utility class that handles parsing a String
"key=value,key1=value1...." and calls an appropriate set[key]([value]) method
on the provided instance.
- PropertiesUtils() - Constructor for class org.eclipse.persistence.config.PropertiesUtils
-
- Property - Annotation Type in org.eclipse.persistence.annotations
-
Annotation for a user defined property.
- Property - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
- Property() - Constructor for class org.eclipse.persistence.jaxb.compiler.Property
-
- Property(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.Property
-
- Property - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- property - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- property - Variable in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
- property - Variable in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- PROPERTY_LOG_OVERRIDES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
INTERNAL: The following properties will not be displayed through logging
but instead have an alternate value shown in the log.
- PROPERTY_NOT_FOUND_AT_INDEX - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- PropertyAssociation - Class in org.eclipse.persistence.mappings
-
Purpose: Generic association object.
- PropertyAssociation() - Constructor for class org.eclipse.persistence.mappings.PropertyAssociation
-
- PropertyImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOPropertyType.PropertyImpl
-
- propertyNotFoundAtIndex(Exception, int) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when trying to find a property at an invalid index
- propertyNotSet(String) - Static method in exception org.eclipse.persistence.eis.EISException
-
- propertyOrFieldCannotBeXmlValue(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- propertyOrFieldShouldBeAnAttribute(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- propertyTypeAnnotationTargetCannotBeDataTypeTrue(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when trying to resolve an sdo xml [propertyType] annotation on a target Type of dataType==true.
See Sect 9.2 (1) of the SDO Specification.
- propOrder - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
- PROPS_NOT_SET - Static variable in exception org.eclipse.persistence.eis.EISException
-
- PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
The persistence provider name: EclipseLink.
- PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
The generic persistence provider name: JPA.
- PROVIDER_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
-
- providerNotFound(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
-
- providers - Variable in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- PROXY_INDIRECTION_NOT_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- proxyIndirectionNotAvailable(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- proxyProperties - Variable in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
- proxyType - Variable in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
- PSHORT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- PU_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- puNotExist(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- pushAttributeGroup(CoreAttributeGroup) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- put(K, V) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- put(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Set the field value into the DOM.
- put(List<XMLField>, List<XMLEntry>) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- put(Object, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- put(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Add the field-value pair to the document.
- put(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- put(String, Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Add the field-value pair to the row.
- put(Object, Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
ADVANCED:
Set the value for given item name.
- put(Object, Object, Object, long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Store the object in the cache at its primary key.
- putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- putAll(Map) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Add all of the elements.
- putCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Set the cached SQL call for the expression query.
- putCachedUpdateCalls(Vector, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Cache a clone of the update SQL calls based on the updated fields.
- putHelperContext(ClassLoader, HelperContext) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
INTERNAL:
Put a ClassLoader/HelperContext key/value pair in the Thread HelperContext
map.
- putHelperContext(HelperContext) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Replaces the provided helper context in the map of identifiers to
helper contexts for this application.
- putIfAbsent(K, V) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- putInIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Registers the given Object with the identity map.
- putInIdentityMap(Object, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Registers the Object and given key with the identity map.
- putInIdentityMap(Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Registers the Object and given key with the identity map.
- putInIdentityMap(Object, Object, Object, long) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Registers the given Object with the identity map.
- putObject(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
ADVANCED:
Puts the given Object into the cache.
- putObjectIntoRow(AbstractRecord, Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Serialize the object and put the result into the row as a value corresponding to the policy field
- putWrapperTypes(Map<SDOTypeHelperDelegate.SDOWrapperTypeId, SDOWrapperType>) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Replaces the
SDOWrapperType
instances for current application with the ones passed as an argument
- Safe - Static variable in class org.eclipse.persistence.config.TunerType
-
- SafeModeTuner - Class in org.eclipse.persistence.tools.tuning
-
Configures the persistence unit for debugging.
- SafeModeTuner() - Constructor for class org.eclipse.persistence.tools.tuning.SafeModeTuner
-
- SAME_PROPERTY_IN_MULTIPLE_BINDINGS_FILES - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- samePropertyInMultipleFiles(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- SAPNetWeaver_7_1 - Static variable in class org.eclipse.persistence.config.TargetServer
-
- SAPNetWeaver_7_1_Platform - Class in org.eclipse.persistence.platform.server.sap
-
Server platform for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and
follow-up releases.
- SAPNetWeaver_7_1_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- SAPNetWeaverTransactionController - Class in org.eclipse.persistence.transaction.sap
-
TransactionController implementation for SAP NetWeaver AS Java 7.1 (including
EhP 1), 7.2 and follow-up releases.
- SAPNetWeaverTransactionController() - Constructor for class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
-
- save(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Returns the DataObject saved as an XML document with the specified root element.
- save(DataObject, String, String, OutputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Saves the DataObject as an XML document with the specified root element.
- save(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Serializes an XMLDocument as an XML document into the outputStream.
- save(XMLDocument, Writer, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Serializes an XMLDocument as an XML document into the outputWriter.
- save(XMLDocument, Result, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- save(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- save(DataObject, String, String, OutputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- save(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- save(XMLDocument, Writer, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- save(XMLDocument, Result, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- SAXDocumentBuilder - Class in org.eclipse.persistence.platform.xml
-
Purpose: Build a DOM from SAX events.
- SAXDocumentBuilder() - Constructor for class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- SAXPlatform - Class in org.eclipse.persistence.oxm.platform
-
- SAXPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.SAXPlatform
-
- ScalarExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a scalar expression.
- ScalarExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
Creates a new SelectExpressionBNF
.
- scale - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- schema - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
- SCHEMA_DATABASE_MAJOR_VERSION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
If sufficient database version information is not included from the
JDBC DatabaseMetaData method getDatabaseProductName, the
"jakarta.persistence.database-major-version
" property should
be specified as needed.
- SCHEMA_DATABASE_MINOR_VERSION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
If sufficient database version information is not included from the
JDBC DatabaseMetaData method getDatabaseProductName, the
"jakarta.persistence.database-minor-version
" property should
be specified as needed.
- SCHEMA_DATABASE_PRODUCT_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
If scripts are to be generated by the persistence provider and a
connection to the target database is not supplied, the
"jakarta.persistence.database-product-name
" property must be
specified.
- SCHEMA_DIR - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
-
- SCHEMA_GENERATION_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.connection
" property
specifies the JDBC connection to be used for schema generation.
- SCHEMA_GENERATION_CREATE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "create
"
- SCHEMA_GENERATION_CREATE_DATABASE_SCHEMAS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
In Java EE environments, it is anticipated that the Java EE platform
provider may wish to control the creation of database schemas rather than
delegate this task to the persistence provider.
- SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.create-script-source
"
is used for script execution.
- SCHEMA_GENERATION_CREATE_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.create-source
"
property specifies whether the creation of database artifacts is to occur
on the basis of the object/relational mapping metadata, DDL script, or a
combination of the two.
- SCHEMA_GENERATION_DATABASE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.database.action
"
property specifies the action to be taken by the persistence provider with
regard to the database artifacts.
- SCHEMA_GENERATION_DROP_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "drop
"
- SCHEMA_GENERATION_DROP_AND_CREATE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "drop-and-create
"
- SCHEMA_GENERATION_DROP_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.drop-script-source
"
is used for script execution.
- SCHEMA_GENERATION_DROP_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.drop-source
" property
specifies whether the dropping of database artifacts is to occur on the
basis of the object/relational mapping metadata, DDL script, or a
combination of the two.
- SCHEMA_GENERATION_METADATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "metadata
"
- SCHEMA_GENERATION_METADATA_THEN_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "metadata-then-script
"
- SCHEMA_GENERATION_NONE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "none
"
- SCHEMA_GENERATION_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "script
"
- SCHEMA_GENERATION_SCRIPT_TERMINATE_STATEMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
When the "eclipselink.ddlgen-terminate-statements
" property
is set to true and a DDL script is being generated, the value of
DatabasePlatform.getStoredProcedureTerminationToken()
is appended to the end of each statement.
- SCHEMA_GENERATION_SCRIPT_THEN_METADATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "script-then-metadata
"
- SCHEMA_GENERATION_SCRIPTS_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.schema-generation.scripts.action
"
property specifies which scripts are to be generated by the persistence
provider.
- SCHEMA_GENERATION_SCRIPTS_CREATE_TARGET - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
If scripts are to be generated, the target locations for the writing
of these scripts must be specified.
- SCHEMA_GENERATION_SCRIPTS_DROP_TARGET - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
If scripts are to be generated, the target locations for the writing
of these scripts must be specified.
- SCHEMA_GENERATION_SQL_LOAD_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
In Java EE container environments, it is generally expected that the
container will be responsible for executing data load scripts, although
the container is permitted to delegate this task to the persistence
provider.
- SCHEMA_INSTANCE_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- SCHEMA_REFERENCE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- SCHEMA_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SCHEMA_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLValidator
-
- SCHEMA_VALIDATION - Static variable in interface org.eclipse.persistence.platform.xml.XMLParser
-
- schemaContext - Variable in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
The path to a simple/complex type definition or element in the schema
- schemaContextAsQName - Variable in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- SchemaGenerator - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
- SchemaGenerator(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- SchemaLocationResolver - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Interface that can be optionally implemented to resolve the
value for the schemaLocation attribute of generated imports and includes when generating schemas.
- SchemaManager - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Define all user level protocol for development time database manipulation.
- SchemaManager(DatabaseSessionImpl) - Constructor for class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- SchemaManager(DatabaseSession) - Constructor for class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- schemaManager - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- SchemaMetadata - Class in org.eclipse.persistence.jaxb.dynamic.metadata
-
- SchemaMetadata(DynamicClassLoader, Map<String, Object>) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-
- SchemaMetadata(DynamicClassLoader, Map<String, Object>, Source, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-
- SchemaMetadata(DynamicClassLoader, Map<String, Object>, Node, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-
- SCHEMAMETADATA_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
- SchemaPerMultitenantPolicy - Class in org.eclipse.persistence.descriptors
-
A schema per tenant multitenant policy.
- SchemaPerMultitenantPolicy() - Constructor for class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- SchemaPerMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- schemaReferenceNotSet(XMLDescriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- SchemaResolver - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Interface that can be optionally implemented to resolve imported and included schemas.
- SchemaResolverWrapper - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Allow the contained schema resolver to resolve a schema based on a given namespace and schema location, and
return either the resolved schema source or null, depending on whether the schema had been processed previously.
- SchemaResolverWrapper(SchemaResolver) - Constructor for class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
-
This constructor sets schemaResolver to the given value.
- SchemaTypeInfo - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
- SchemaTypeInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- SCN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SCN'.
- scope - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
- SCROLLABLE_CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor.scrollable"
- ScrollableCursor - Class in org.eclipse.persistence.queries
-
- ScrollableCursor() - Constructor for class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL:
Default constructor.
- ScrollableCursor(DatabaseCall, ScrollableCursorPolicy) - Constructor for class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL:
constructor.
- scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the given row number in the result set
- scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the end of the result set, just after the last row.
- scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the front of the result set, just before the first row
- scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Used for closing scrollable cursor across RMI.
- scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Used for closing scrollable cursor across RMI.
- scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Retrieves the current row index number
- scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Retrieves the current row index number
- scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the first row in the result set
- scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the first row in the result set
- scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is after the last row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is before the first row in the result set.
- scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the first row of the result set.
- scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Indicates whether the cursor is on the last row of the result set.
- scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the last row in the result set
- scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the last row in the result set
- scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Retrieve next object from the remote scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Retrieve next object from the scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Retrieve next object from the remote scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
Retrieve next object from the scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Retrieve next object from the scrollable cursor
- scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Retrieve next object from the remote scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
Retrieve next object from the scrollable cursor
- scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Retrieve next object from the scrollable cursor
- ScrollableCursorPolicy - Class in org.eclipse.persistence.queries
-
PUBLIC:
ScrollableCursorPolicy allows for additional options to be specified for ReadAllQuery or DataReadQuery.
- ScrollableCursorPolicy() - Constructor for class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
Create a new scrollable cursor policy.
- ScrollableCursorPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
INTERNAL:
Create a cursor policy with the pagesize.
- scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Retrieve previous object from the remote scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Retrieve previous object from the scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Retrieve previous object from the remote scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
Retrieve previous object from the scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Retrieve previous object from the scrollable cursor
- scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Retrieve previous object from the remote scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
Retrieve previous object from the scrollable cursor
- scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Retrieve previous object from the scrollable cursor
- scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Moves the cursor to the given row number in the result set
- scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Moves the cursor to the given row number in the result set
- scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Return the scrollable cursor size
- scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Return the cursor size
- scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Return the scrollable cursor size
- scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
Return the cursor size
- scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Return the cursor size
- scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Return the scrollable cursor size
- scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
Return the cursor size
- scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Return the cursor size
- ScrollInsensitive - Static variable in class org.eclipse.persistence.config.ResultSetType
-
The type for a ResultSet object that is scrollable but generally not sensitive to changes made by others.
- ScrollSensitive - Static variable in class org.eclipse.persistence.config.ResultSetType
-
The type for a ResultSet object that is scrollable and generally sensitive to changes made by others.
- SDO_BOOLEAN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_BOOLEANOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Type objects for types in the commonj.sdo/java namespace
- SDO_BYTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_BYTEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_BYTES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_CHANGESUMMARY_REF_PATH_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
SDO changeSummary reference path prefix string = #
- SDO_CHANGESUMMARY_REF_PATH_PREFIX_LENGTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_CHARACTER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DATA_OBJECT_IMPL_CLASS_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
default implementation class java.util.HashMap
- SDO_DATE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DATETIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DECIMAL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DOUBLE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DOUBLEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_DURATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_FILTER - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- SDO_FLOAT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_FLOATOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_HELPER_CONTEXT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_HELPER_CONTEXT_ID_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
-
root object with helper context id identifier
- SDO_IMPL_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_INT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_INTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_INTERNAL_OBJECT_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
-
internal object serialization type identifier = 0
- SDO_INTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_ISSET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
reflective isSet method name
- SDO_JAXB_ERROR_CREATING_JAXB_UNMARSHALLER - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_DESCRIPTOR_FOR_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_MAPPING_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_SCHEMA_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_SCHEMA_REFERENCE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_TYPE_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_JAXB_NO_TYPE_FOR_CLASS_BY_SCHEMA_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SDO_LONG - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_LONGOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_MONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_MONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_NN - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- SDO_OBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Strings for known uris and default prefix values
- SDO_RELATE - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- SDO_ROOT_OBJECT_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
-
root object serialization type identifier = 1
- SDO_SHORT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_SHORTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_STRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_STRINGS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_TIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_WITHIN_DISTANCE - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- SDO_XPATH_INVALID_PATH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath to sibling or an invalid non-existent node currently = null
- SDO_XPATH_LIST_INDEX_CLOSE_BRACKET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath List index close bracket "]"
- SDO_XPATH_LIST_INDEX_OPEN_BRACKET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath List index open bracket "["
- SDO_XPATH_NS_SEPARATOR_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath ns separator ":"
- SDO_XPATH_SEPARATOR_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath separator "/"
- SDO_XPATH_TO_ROOT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XPath to a data object from itself "/"
- SDO_YEAR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_YEARMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDO_YEARMONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOChangeSummary - Class in org.eclipse.persistence.sdo
-
Purpose:A change summary is used to record changes to DataObjects.
- SDOChangeSummary() - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
-
- SDOChangeSummary(SDODataObject, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
-
- SDOChangeSummary(SDODataGraph, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
-
- SDOChangeSummaryType - Class in org.eclipse.persistence.sdo.types
-
- SDOChangeSummaryType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
-
- SDOClassGenerator - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Generate Java interfaces and implementation classes from a list of SDO Type objects.
- SDOClassGenerator() - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- SDOClassGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- SDOClassGeneratorListener - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Optionally user can implement this interface to provide their own extra content
to the generated source files.
- SDOClassLoader - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A custom classloader used to dynamically create classes as needed.
- SDOClassLoader(ClassLoader, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassLoader
-
- SDOConstants - Class in org.eclipse.persistence.sdo
-
Purpose: Maintain constants in one class
- SDOConstants() - Constructor for class org.eclipse.persistence.sdo.SDOConstants
-
- SDOCopyHelper - Class in org.eclipse.persistence.sdo.helper
-
Purpose:
A helper class for making deep or shallow copies of DataObjects.
- SDOCopyHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
INTERNAL:
This default constructor must be used in conjunction with the setHelperContext() function.
- SDOCopyHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Constructor that takes in a HelperContext instance that contains this copyHelper.
This is the recommended constructor.
- SDOCSUnmarshalListener - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
- SDOCSUnmarshalListener(HelperContext, boolean) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
-
- SDOCSUnmarshalListener(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
-
- SDODataFactory - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: The implementation of commonj.sdo.helper.DataFactory
- SDODataFactoryDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to provide access to SDO Data Factory.
- SDODataFactoryDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- SDODataFactoryDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to provide access to SDO Data Factory.
- SDODataFactoryDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- SDODataFactoryDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- SDODataGraph - Class in org.eclipse.persistence.sdo
-
Purpose:A data graph is used to package a graph of data objects
along with their
metadata, that is, data describing the data.
- SDODataGraph(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDODataGraph
-
- SDODataHelper - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A helper class for performing data conversions.
- SDODataHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDODataHelper
-
- SDODataHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDODataHelper
-
- SDODataObject - Class in org.eclipse.persistence.sdo
-
- SDODataObject() - Constructor for class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Private constructor.
- SDODataObjectType - Class in org.eclipse.persistence.sdo.types
-
- SDODataObjectType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataObjectType
-
- SDODataType - Class in org.eclipse.persistence.sdo.types
-
- SDODataType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
-
- SDODataType(String, String, Class, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
-
- SDODataType(String, String, Class, SDOTypeHelper, Object) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
-
- SDOEqualityHelper - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A helper class for checking deep or shallow equality of DataObjects.
- SDOEqualityHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
-
INTERNAL:
This default constructor must be used in conjunction with the setHelperContext() function.
- SDOEqualityHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
-
Constructor that takes in a HelperContext instance that contains this equalityHelper.
This is the recommended constructor.
- SDOException - Exception in org.eclipse.persistence.exceptions
-
Purpose:
This class provides an implementation of EclipseLinkException specific to the EclipseLink SDO (Service Data Objects) API.
- SDOException(String) - Constructor for exception org.eclipse.persistence.exceptions.SDOException
-
- SDOException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.SDOException
-
- SDOExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL:
Purpose:
- SDOExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
-
- SDOExternalizableDelegator - Class in org.eclipse.persistence.sdo
-
- SDOExternalizableDelegator() - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
-
- SDOExternalizableDelegator(Object) - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
-
- SDOExternalizableDelegator(Object, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
-
- SDOFragmentMappingAttributeAccessor - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A wrapper class for handling cases when the domain object attributes are
to be accessed thru the accessor methods that are called "get" and "set".
- SDOFragmentMappingAttributeAccessor(SDOProperty, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
- SDOHelper - Class in org.eclipse.persistence.sdo
-
This class provides a mechanism to obtain the EclipseLink implementation of various SDO runtime
classes based on a given SDO class/interface.
- SDOHelper() - Constructor for class org.eclipse.persistence.sdo.SDOHelper
-
- SDOHelperContext - Class in org.eclipse.persistence.sdo.helper
-
Purpose:
This class represents a local HelperContext.
- SDOHelperContext() - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create a local HelperContext.
- SDOHelperContext(String) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create a local HelperContext with the given identifier.
- SDOHelperContext(ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create a local HelperContext.
- SDOHelperContext(String, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create a local HelperContext with the given identifier.
- SDOHelperContext.HelperContextResolver - Interface in org.eclipse.persistence.sdo.helper
-
Strategy for HelperContext
creation.
- SDOHelperContext.MyNotificationFilter - Class in org.eclipse.persistence.sdo.helper
-
INTERNAL:
This class will be handed in as a parameter when adding a JBoss notification listener.
- sdoInterfaceReservedWordsList - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
All no-arg get/ single-arg set public SDO interface functions on SDODataObject must appear in this list.
- SDOJAVA_EXTENDEDINSTANCECLASS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_EXTENDEDINSTANCECLASS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_INSTANCECLASS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_INSTANCECLASS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_NESTEDINTERFACES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_NESTEDINTERFACES_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_PACKAGE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOJAVA_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- sdoJaxbErrorCreatingJAXBUnmarshaller(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoDescriptorForType(QName, QName) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoMappingForProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoSchemaContext(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoSchemaReference(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoTypeForClass(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- sdoJaxbNoTypeForClassBySchemaContext(Class, QName) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
- SDOMarshalListener - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Implementation of XMLMarshalListener used when marshalling DataObjects to XML
- SDOMarshalListener(XMLMarshaller, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- SDOMethodAttributeAccessor - Class in org.eclipse.persistence.sdo.helper
-
Purpose: A wrapper class for handling cases when the domain object attributes are
to be accessed thru the accessor methods that are called "get" and "set".
- SDOMethodAttributeAccessor(Property) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- SDOMethodAttributeAccessor(Property, Class) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
- SDOObjectType - Class in org.eclipse.persistence.sdo.types
-
- SDOObjectType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOObjectType
-
- SDOOpenSequencedType - Class in org.eclipse.persistence.sdo.types
-
- SDOOpenSequencedType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
-
- SDOProperty - Class in org.eclipse.persistence.sdo
-
Purpose:A representation of a Property in the type
of a data object
.
- SDOProperty(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
-
- SDOProperty(HelperContext, String) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
-
- SDOProperty(HelperContext, String, SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
-
- SDOProperty(HelperContext, String, SDOType, boolean) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
-
- SDOProperty(HelperContext, String, String, SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
-
- SDOPropertyType - Class in org.eclipse.persistence.sdo.types
-
- SDOPropertyType(SDOTypeHelper, SDOType) - Constructor for class org.eclipse.persistence.sdo.types.SDOPropertyType
-
- SDOPropertyType.PropertyImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOResolvable - Class in org.eclipse.persistence.sdo
-
INTERNAL:
- SDOResolvable() - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
-
- SDOResolvable(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
-
Default constructor for deserialization
- SDOResolvable(Object, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
-
Constructor for serialization
- SDOSchemaGenerator - Class in org.eclipse.persistence.sdo.helper
-
Purpose SDOSchemaGenerator generates an XSD (returned as a String)
from a list of SDO Type objects.
- SDOSchemaGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
-
- SDOSequence - Class in org.eclipse.persistence.sdo
-
- SDOSequence(SDODataObject) - Constructor for class org.eclipse.persistence.sdo.SDOSequence
-
- SDOSetting - Class in org.eclipse.persistence.sdo
-
Purpose: A setting encapsulates a Property and a corresponding single value of the property's type.
- SDOSetting() - Constructor for class org.eclipse.persistence.sdo.SDOSetting
-
- SDOSetting(Property, Object) - Constructor for class org.eclipse.persistence.sdo.SDOSetting
-
- SDOType - Class in org.eclipse.persistence.sdo
-
- SDOType(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
- SDOType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
- SDOType(SDOTypeHelper, XMLDescriptor) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
- SDOType(String, String) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Build up a Type with given name and uri and a default static HelperContext.
- SDOType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
Build up a Type with given name and uri
- SDOType(String, String, SDOTypeHelper, XMLDescriptor) - Constructor for class org.eclipse.persistence.sdo.SDOType
-
- SDOType.TypeInstantiationPolicy - Class in org.eclipse.persistence.sdo
-
- SDOTypeHelper - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Helper to provide access to declared SDO Types.
- SDOTypeHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to provide access to declared SDO Types.
- SDOTypeHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- SDOTypeHelperDelegate.SDOWrapperTypeId - Enum in org.eclipse.persistence.sdo.helper.delegates
-
- SDOTypeHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to provide access to declared SDO Types.
- SDOTypeHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- SDOTypeHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- SDOTypesGenerator - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Called from XSDHelper define methods to generate SDO Types from a Schema
- SDOTypesGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- SDOTypesGenerator.GlobalRef - Class in org.eclipse.persistence.sdo.helper
-
- SDOTypesGenerator.NonContainmentReference - Class in org.eclipse.persistence.sdo.helper
-
- SDOTypeType - Class in org.eclipse.persistence.sdo.types
-
- SDOTypeType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOTypeType
-
- SDOTypeType.TypeImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOUnmappedContentHandler - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Called during XMLHelper load methods when there is unknown content in an XML document.
- SDOUnmappedContentHandler() - Constructor for class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- SDOUnmarshalListener - Class in org.eclipse.persistence.sdo.helper
-
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
- SDOUnmarshalListener(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
-
- SDOUtil - Class in org.eclipse.persistence.sdo.helper.extension
-
Purpose: Common functions in support of SDO.
- SDOUtil() - Constructor for class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
- SDOWrapperType - Class in org.eclipse.persistence.sdo.types
-
Wrapper for XML datatypes.
- SDOWrapperType(Type, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- SDOWrapperType(Type, String, SDOTypeHelper, QName) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- SDOWrapperType(Type, String, SDOTypeHelper, QName, Class<? extends SDODataObject>) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- SDOWrapperType(Type, String, SDOTypeHelper, QName[]) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- SDOWrapperType(Type, String, SDOTypeHelper, QName[], Class<? extends SDODataObject>[]) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
-
- SDOWrapperType.BooleanObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.BooleanWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.ByteObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.Bytes_hexBunaryWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.BytesWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.ByteWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.CharacterObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.CharacterWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DateTimeWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DateWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DayWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DecimalWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DoubleObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DoubleWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.DurationWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.FloatObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.FloatWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.IntegerWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.IntObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.IntWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.LongObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.LongWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.MonthDayWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.MonthWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.ObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.ShortObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.ShortWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.StringsWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.StringWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.TimeWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.URI_QNameWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.URIWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.YearMonthDayWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.YearMonthWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOWrapperType.YearWrapperImpl - Class in org.eclipse.persistence.sdo.types
-
- SDOXML_ALIASNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Strings and QNames for annotations defined in the commonj.sdo/XML namespace
- SDOXML_ALIASNAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_DATATYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_DATATYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_MANY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_MANY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_NAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_OPPOSITEPROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_OPPOSITEPROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_PROPERTYTYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_PROPERTYTYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_READONLY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_READONLY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_SEQUENCE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_SEQUENCE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_STRING_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_STRING_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXML_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SDOXMLDocument - Class in org.eclipse.persistence.sdo
-
Purpose: Represents an XML Document containing a tree of DataObjects.
- SDOXMLDocument() - Constructor for class org.eclipse.persistence.sdo.SDOXMLDocument
-
- SDOXMLHelper - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Helper to transform XML documents into DataObects and DataObjects into XML documents.
- SDOXMLHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.
- SDOXMLHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- SDOXMLHelperDelegate(HelperContext, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- SDOXMLHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.
- SDOXMLHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- SDOXMLHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- SDOXMLHelperLoadOptionsType - Class in org.eclipse.persistence.sdo.types
-
- SDOXMLHelperLoadOptionsType(SDOTypeHelper, SDOType) - Constructor for class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
-
- SDOXSDHelper - Interface in org.eclipse.persistence.sdo.helper
-
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).
- SDOXSDHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..
- SDOXSDHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- SDOXSDHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..
- SDOXSDHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- SDOXSDHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
- SecondaryTable - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- secondCommaMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- securableObjectHolder - Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
-
Security util that is used to decrypt and encrypt password
- SECURITY_ON_FIND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_ON_FIND_OBSOLETE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_ON_INITIALIZING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_CONVERTING_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_INITIALIZING_COPY_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SECURITY_WHILE_INITIALIZING_INSTANTIATION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityOnFindMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityOnFindObsoleteMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityOnInitializingAttributeMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileConvertingToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileInitializingAttributesInInstanceVariableAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileInitializingAttributesInMethodAccessor(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileInitializingClassExtractionMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileInitializingCopyPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- securityWhileInitializingInstantiationPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SELECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SELECT'.
- SELECT - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
-
- select(Accessor, AbstractSession, String, Integer) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- SELECT_ID_PREFIX - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
-
- SELECT_ID_SUFFIX - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
-
- selectAllObjects(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Select all objects for a concrete descriptor.
- selectAllObjects(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.TablePerClassPolicy
-
INTERNAL:
Select all objects for a concrete descriptor.
- selectAllObjectsUsingMultipleTableSubclassRead(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Select all objects for an interface descriptor.
- selectAllRowUsingCustomMultipleTableSubclassRead(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select all rows from a abstract table descriptor.
- selectAllRowUsingDefaultMultipleTableSubclassRead(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select all rows from a abstract table descriptor.
- selectAllRowUsingMultipleTableSubclassRead(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select all rows from a abstract table descriptor.
- selectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT clause queries data from entities.
- SelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Creates a new SelectClause
.
- selectClause - Variable in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
- SelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the select clause.
- SelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
Creates a new SelectClauseBNF
.
- SelectClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SelectClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
-
Creates a new SelectClauseFactory
.
- selectClausePathExpressionPathType() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Returns the type of path expression that is allowed in the SELECT
clause.
- selectClausePathExpressionPathType() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the type of path expression that is allowed in the SELECT
clause.
- SelectedFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: An implementation of the OptimisticLockingPolicy interface.
- SelectedFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
PUBLIC: Create a new selected fields locking policy.
- SelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a select expression.
- SelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
Creates a new SelectExpressionBNF
.
- selectIfOrderedBy - Variable in class org.eclipse.persistence.expressions.Expression
-
- selectIfOrderedBy() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return whether this expression should be included in the SELECT clause if it is used
in an ORDER BY clause
- SELECTION_OBJECT_CANNOT_BE_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SELECTION_QUERY_FOR_ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- selectionCriteriaClone - Variable in class org.eclipse.persistence.queries.Cursor
-
SelectionCriteria & translation row ready for incremental conforming.
- selectionFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- selectionId - Variable in class org.eclipse.persistence.queries.ReadObjectQuery
-
Key that can be used in place of a selection criteria.
- selectionObject - Variable in class org.eclipse.persistence.queries.ReadObjectQuery
-
Object that can be used in place of a selection criteria.
- selectionObjectCannotBeNull(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- selectionQuery - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
This query is used to read referenced objects for this mapping.
- selectionQueryForAttributeCouldNotBeFoundForEntity(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Selection query for attribute could not be found for entity.
- selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectOneObject(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Select one object of any concrete subclass.
- selectOneObject(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.TablePerClassPolicy
-
INTERNAL:
Select one object of any concrete subclass.
- selectOneObjectUsingMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Select one object of any concrete subclass.
- selectOneRowUsingCustomMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select one rows from a abstract table descriptor.
- selectOneRowUsingDefaultMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select one row of any concrete subclass,
This must use two selects, the first retrieves the type field only.
- selectOneRowUsingMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Select one row of any concrete subclass,
This must use two selects, the first retrieves the type field only.
- selector - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- selectQuery - Variable in class org.eclipse.persistence.sequencing.QuerySequence
-
- selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Execute advanced XPath statements that are required for TopLink EIS.
- selectStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
-
- SelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
A SELECT
query is an operation that retrieves data from one or more tables or
views.
- SelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Creates a new SelectStatement
.
- SelectStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the select statement.
- SelectStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
Creates a new SelectStatementBNF
.
- SelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
-
Creates a new SelectStatementFactory
.
- selectString1 - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- selectString2 - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- selectStringBufferSize - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- selectValue1() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning a single value.
- SelfLinksResponseBuilder - Class in org.eclipse.persistence.jpa.rs.features.core.selflinks
-
FeatureResponseBuilder implementation generating 'self' and 'canonical' links.
- SelfLinksResponseBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
-
- selfValidationAfterInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Validate that the descriptor was defined correctly.
- selfValidationBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Validate that the descriptor's non-mapping attribute are defined correctly.
- SemanticValidatorHelper - Interface in org.eclipse.persistence.jpa.jpql
-
- SEND_NEW_OBJECTS_WITH_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- SEND_NEW_OBJECTS_WITH_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- SEND_OBJECT_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- SEND_OBJECT_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- separators - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- sequence - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Store the Sequence used for the descriptor.
- Sequence - Class in org.eclipse.persistence.sequencing
-
Purpose: Abstract class to define sequencing.
- Sequence() - Constructor for class org.eclipse.persistence.sequencing.Sequence
-
- Sequence(String) - Constructor for class org.eclipse.persistence.sequencing.Sequence
-
Create a new sequence with the name.
- Sequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.Sequence
-
Create a new sequence with the name and sequence pre-allocation size.
- Sequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.Sequence
-
- sequence - Variable in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
- SEQUENCE_CANNOT_BE_CONNECTED_TO_TWO_PLATFORMS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_ERROR_DATAOBJECT_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_ERROR_NO_PATH_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_GENERATOR_RESERVED_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SEQUENCE_NAME_ALREADY_USED_BY_DEFAULT_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- SEQUENCE_NUMBER_PROPERTY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SEQUENCE_SETUP_INCORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SEQUENCE_TABLE_INFORMATION_NOT_COMPLETE - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- sequenceAttributePropertyNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Error when we attempt to add an attribute property to a sequence
- sequenceCannotBeConnectedToTwoPlatforms(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- sequenceDataObjectInstanceFieldIsNull() - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Error passing in a null dataObject into the sequence constructor
- SequenceDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a generic way of creating sequences on the different platforms,
and allow optional parameters to be specified.
- SequenceDefinition(String) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
- SequenceDefinition(Sequence) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
- SequencedObject - Interface in org.eclipse.persistence.oxm.sequenced
-
In order to mark a domain object as being a Sequenced Object it must
implement this interface.
- sequenceDuplicateSettingNotSupportedForComplexSingleObject(int, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Return an exception when attempting to add a setting to a sequene that already has
an existing entry.
- SequenceGenerator - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- sequenceGeneratorUsingAReservedName(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- sequenceNameAlreadyUsedByDefaultSequence(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- sequenceNotFoundForPath(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Error when we attempt find a sequence by path
- sequenceNotSupportedForProperty(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Error passing in a null dataObject into the sequence constructor
- sequenceNullOnSequencedDataObject() - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when sequence is null on a dataObject with sequenced set to true
- sequenceNumberField - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- sequenceNumberName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- sequenceNumberPropertyNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SequenceObjectDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Sequence definition Native Sequence object.
- SequenceObjectDefinition(Sequence) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL:
Should be a sequence defining sequence object in the db:
either NativeSequence with shouldAcquireValueAfterInsert() returning false;
or DefaultSequence (only if case platform.getDefaultSequence() is a
NativeSequence with shouldAcquireValueAfterInsert() returning false).
- sequenceSetupIncorrectly(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- sequenceTableInformationNotComplete() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- SEQUENCING - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- sequencing - Variable in class org.eclipse.persistence.sessions.broker.SessionBroker
-
- sequencing - Variable in class org.eclipse.persistence.sessions.remote.RemoteSession
-
- sequencing - Variable in class org.eclipse.persistence.sessions.server.ClientSession
-
- Sequencing - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- SEQUENCING_MULTITHREAD_THRU_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- SEQUENCING_SEQUENCE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.sequencing.default-sequence-to-table
" property
determines the default behavior when a GeneratedValue of type SEQUENCE is used
on a database platform that does not support SEQUENCE generation.
- SEQUENCING_START_AT_NEXTVAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
By default, EclipseLink generates sequence values at (NEXTVAL - allocationSize).
- sequencingCallback - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
sequencingCallback used in case listener has a single callback.
- sequencingCallbackMap - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
sequencingCallbackMap used in case listener has more than one callback:
SessionBroker with at least two members requiring callbacks.
- SequencingControl - Interface in org.eclipse.persistence.sequencing
-
Purpose: Define an interface to control sequencing functionality.
- sequencingListeners - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
-
Non-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0
- sequencingMultithreadThruConnection(String) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- SerializableDescriptorEventHolder - Interface in org.eclipse.persistence.descriptors
-
INTERNAL:
Interface to hold onto a DescriptorEvents within a project so they can be rebuilt after serialization.
- serialize(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- serialize(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- serialize(XMLDocument, OutputStream, Object) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
- serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
-
- serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
-
- serialize(Object, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
-
- serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
-
- SERIALIZED - Static variable in annotation type org.eclipse.persistence.annotations.Convert
-
Constant name for the reserved Java serialization converter.
- SERIALIZED_OBJECT - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.serialized-object"
- SERIALIZED_OBJECT_POLICY_FIELD_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SerializedConverter - Annotation Type in org.eclipse.persistence.annotations
-
A SerializedConverter is used to serialize an object's value into a database binary, character, or XML field.
- SerializedConverters - Annotation Type in org.eclipse.persistence.annotations
-
A TypeConverters annotation allows the definition of multiple SerializedConverter.
- SerializedObject - Annotation Type in org.eclipse.persistence.annotations
-
SerializedObject annotation is used to set an
org.eclipse.persistence.descriptors.SerializedObjectPolicy on an Entity or MappedSuperClass.
- SerializedObjectConverter - Class in org.eclipse.persistence.mappings.converters
-
Purpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database binary or character field.
- SerializedObjectConverter() - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
PUBLIC:
Default constructor.
- SerializedObjectConverter(DatabaseMapping) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
PUBLIC:
Default constructor.
- SerializedObjectConverter(DatabaseMapping, Serializer) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
PUBLIC:
Default constructor.
- SerializedObjectConverter(DatabaseMapping, String) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
PUBLIC:
Default constructor.
- serializedObjectPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- SerializedObjectPolicy - Interface in org.eclipse.persistence.descriptors
-
SerializedObjectPolicy (SOP) could be set on a non-aggregate descriptor.
- serializedObjectPolicyFieldNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SERIALIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.serializer
" property specifies class name for session serializer
(must implement
Serializer
)
- serializer - Variable in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
- serializer - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Set the Serializer to use for serialization of commands.
- Serializer - Interface in org.eclipse.persistence.sessions.serializers
-
Generic serializer interface.
- serializerClassName - Variable in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
- serializerPackage - Variable in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
- SERVER - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- Server - Interface in org.eclipse.persistence.sessions.server
-
Purpose: A single session that supports multiple user/clients connection at the same time.
- SERVER_LOG_CLASS - Static variable in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
- SERVER_PLATFORM_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- SERVER_PLATFORM_IS_READ_ONLY_AFTER_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SERVER_PLATFORM_NO_LONGER_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- SERVER_SPECIFIC_APPLICATIONNAME_PROPERTY - Static variable in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
This persistence.xml or sessions.xml property is used to override the applicationName
- SERVER_SPECIFIC_MODULENAME_PROPERTY - Static variable in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
This persistence.xml or sessions.xml property is used to override the moduleName
- SERVER_TIME - Static variable in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
- ServerLog - Class in org.eclipse.persistence.platform.server
-
Basic logging class that provides framework for integration with the application
server log.
- ServerLog() - Constructor for class org.eclipse.persistence.platform.server.ServerLog
-
PUBLIC:
- ServerLogger - Static variable in class org.eclipse.persistence.config.LoggerType
-
- serverNameAndVersion - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL:
Server name and version.
- ServerPlatform - Interface in org.eclipse.persistence.platform.server
-
PUBLIC:
This is the interface describing the behavior for ServerPlatformBase, and any other
class that wants to provide behavior for a server.
- serverPlatform - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Uniquely identifies ServerPlatform in the cluster
- ServerPlatformBase - Class in org.eclipse.persistence.platform.server
-
PUBLIC:
Implementation of org.eclipse.persistence.platform.server.ServerPlatform
- ServerPlatformBase(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: Default Constructor: Initialize so that runtime services and
JTA are enabled.
- serverPlatformClassNotFound(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- ServerPlatformDetector - Interface in org.eclipse.persistence.platform.server
-
A generic interface that allows implementors to try to detect which platform is currently being executed on.
- ServerPlatformException - Exception in org.eclipse.persistence.exceptions
-
- ServerPlatformException() - Constructor for exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- ServerPlatformException(String) - Constructor for exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- ServerPlatformException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.ServerPlatformException
-
- ServerPlatformExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
- ServerPlatformExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ServerPlatformExceptionResource
-
- serverPlatformIsReadOnlyAfterLogin(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: An attempt was made to modify the ServerPlatform after login.
- serverPlatformNoLongerSupported(String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- ServerPlatformUtils - Class in org.eclipse.persistence.platform.server
-
A utility class to interact with ServerPlatforms.
- ServerPlatformUtils() - Constructor for class org.eclipse.persistence.platform.server.ServerPlatformUtils
-
- ServerSession - Class in org.eclipse.persistence.sessions.server
-
Implementation of Server
INTERNAL:
The public interface should be used.
- ServerSession() - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new default server session.
- ServerSession(Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Login, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Login, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new default server session.
- ServerSession(Project) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, int, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, int, int, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, int, int, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, ConnectionPolicy, int, int, int, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, ConnectionPolicy, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- ServerSession(Project, ConnectionPolicy, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Create and return a new server session.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL:
serverSpecificRegisterMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for my
databaseSession.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL:
serverSpecificRegisterMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for my
databaseSession.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for my
databaseSession.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for my
databaseSession.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and
deployment of the JMX MBean to provide runtime services for my databaseSession.
- serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL:
serverSpecificRegisterMBean(): Server specific implementation of the
creation and deployment of the JMX MBean to provide runtime services for my
databaseSession.
- serverSpecificUnregisterMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
serverSpecificUnregisterMBean(): Server specific implementation of the
de-registration of the JMX MBean from its server during session logout.
- serverSpecificUnregisterMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: serverSpecificUnregisterMBean(): Server specific implementation of the
unregistration of the JMX MBean from its server.
- serverTimestampString() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Return the current SYSTIMESTAMP as TIMESTAMPTZ from the server.
- serverTimestampString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return the current date and time from the server.
- SERVICE_VERSION_FORMAT - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
- serviceId - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Uniquely identifies this service in the cluster
- ServiceId - Class in org.eclipse.persistence.sessions.coordination
-
Purpose: Encapsulate the information that uniquely identifies a specific
remote command service instance.
- ServiceId() - Constructor for class org.eclipse.persistence.sessions.coordination.ServiceId
-
- ServiceId(String, String, String) - Constructor for class org.eclipse.persistence.sessions.coordination.ServiceId
-
- ServiceVersion - Enum in org.eclipse.persistence.jpa.rs.features
-
JPARS service version.
- session - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
-
The session in which the event is raised.
- session - Variable in class org.eclipse.persistence.dynamic.DynamicHelper
-
- session - Variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- session - Variable in class org.eclipse.persistence.expressions.ExpressionBuilder
-
- session - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Represents the session that owns this SessionLog
- session - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- session - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
-
- session - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
-
- session - Variable in class org.eclipse.persistence.queries.Cursor
-
The session that executed the query for the stream.
- session - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Only used after the query is cloned for execution to store the session
under which the query was executed.
- session - Variable in class org.eclipse.persistence.services.DevelopmentServices
-
stores access to the session object that we are controlling
- session - Variable in class org.eclipse.persistence.services.RuntimeServices
-
stores access to the session object that we are controlling
- session - Variable in class org.eclipse.persistence.sessions.CopyGroup
-
- session - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
-
- Session - Interface in org.eclipse.persistence.sessions
-
Purpose: Define the EclipseLink session public interface.
- session - Variable in class org.eclipse.persistence.sessions.SessionEvent
-
The session or unit of work raising the event.
- session - Variable in class org.eclipse.persistence.sessions.SessionEventManager
-
- session - Variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- session - Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- session - Variable in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- session - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- session - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
The parent of the uow.
- session - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
-
The session this controller is responsible for controlling
- SESSION_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SESSION_BEAN_COULD_NOT_BE_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
-
- SESSION_CUSTOMIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.session.customizer
" property configures a
SessionCustomizer
used to alter the runtime configuration through
API.
- SESSION_EVENT_LISTENER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
The name of the property used to specify a SessionEventListener that can
be used to customize the metadata before or after it has been
initialized.
- SESSION_EVENT_LISTENER_CLASS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.session-event-listener
" property configures
a session event listener class.
- SESSION_LOADED_FROM_SESSIONSXML_MUST_BE_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- SESSION_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.session-name
" property configures a
specific name to use when storing the singleton server session within the
SessionManager
.
- SESSION_NAME_ALREADY_IN_USE - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- SESSION_REMOVED_DURING_DEPLOYMENT - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- SESSION_TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.JavaLog
-
- SESSION_VERSION_PROPERTY - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- sessionAmendmentExceptionOccured(Exception, String, String, Class[]) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC:
Possible cause: An amendment method was called but can not be found.
- sessionBeanCouldNotBeFound(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Session bean lookup failed.
- SessionBroker - Class in org.eclipse.persistence.sessions.broker
-
Purpose: Provide a single view to a TopLink session that transparently accesses multple databases.
- SessionBroker() - Constructor for class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Create and return a session broker.
- SessionBroker(Map) - Constructor for class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Create and return a session broker.
- SessionCustomizer - Interface in org.eclipse.persistence.config
-
PUBLIC:
This interface is to allow extra customization on an EclipseLink Session
- SessionCustomizer() - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
-
- SessionEvent - Class in org.eclipse.persistence.sessions
-
Purpose: Encapsulate the information provided with session events.
- SessionEvent(int, Session) - Constructor for class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
Create the event.
- SessionEvent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- SessionEventAdapter - Class in org.eclipse.persistence.sessions
-
Purpose: To provide a trivial implemetation of SessionEventListener.
- SessionEventAdapter() - Constructor for class org.eclipse.persistence.sessions.SessionEventAdapter
-
- SessionEventListener - Interface in org.eclipse.persistence.sessions
-
Purpose: Used to support session events.
- sessionEventListeners() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
-
- SessionEventManager - Class in org.eclipse.persistence.sessions
-
Purpose: Used to support session events.
- SessionEventManager() - Constructor for class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Default constructor.
- SessionEventManager(Session) - Constructor for class org.eclipse.persistence.sessions.SessionEventManager
-
PUBLIC:
Create a new session event manager for a session
- SessionFactory - Class in org.eclipse.persistence.sessions.factories
-
Helper class to simplify the development and generation of code that accesses
TopLink through the SessionManager (sessions config XML).
- SessionFactory(String, String) - Constructor for class org.eclipse.persistence.sessions.factories.SessionFactory
-
Constructor for creating a new EclipseLinkSessionHelper instance.
- SessionFactory(String) - Constructor for class org.eclipse.persistence.sessions.factories.SessionFactory
-
- sessionLoadedFromSessionsXMLMustBeServerSession(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- SessionLoaderException - Exception in org.eclipse.persistence.exceptions
-
- SessionLoaderException() - Constructor for exception org.eclipse.persistence.exceptions.SessionLoaderException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- SessionLoaderException(String) - Constructor for exception org.eclipse.persistence.exceptions.SessionLoaderException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- SessionLoaderException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.SessionLoaderException
-
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- SessionLoaderExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL:
English ResourceBundle for SessionLoaderExceptionResource messages.
- SessionLoaderExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
-
- SessionLog - Interface in org.eclipse.persistence.logging
-
SessionLog is the ever-so-simple interface used by
EclipseLink to log generated messages and SQL.
- SessionLogEntry - Class in org.eclipse.persistence.logging
-
SessionLogEntry is a simple container object that holds
all the information pertinent to an EclipseLink logging event.
- SessionLogEntry(AbstractSession) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a session.
- SessionLogEntry(AbstractSession, Throwable) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a session and a throwable.
- SessionLogEntry(AbstractSession, String) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a session and a message.
- SessionLogEntry(AbstractSession, String, Accessor) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a session, a message and an accessor.
- SessionLogEntry(int, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a request level, a session, a message,
parameters and an accessor.
- SessionLogEntry(int, String, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a request level, a category, a session,
a message, parameters and an accessor.
- SessionLogEntry(AbstractSession, int, String, Throwable) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
-
Create a new session log entry for a session, a level, a category and an
exception.
- SessionManager - Class in org.eclipse.persistence.sessions.factories
-
Purpose: Global session location.
- SessionManager() - Constructor for class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
The default constructor to create a new session manager.
- sessionName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- sessionName - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Used to override the default session in the session broker.
- sessionName - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Stores the name of the Session in the sessions XML file desired to be loaded.
- SessionName - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- sessionNameAlreadyInUse(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- sessionNameNeedBeSpecified(String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- sessionNamesByClass - Variable in class org.eclipse.persistence.sessions.broker.SessionBroker
-
- SessionNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- SessionProfiler - Interface in org.eclipse.persistence.sessions
-
Purpose: This interface defines the link between the Session and the PerformanceProfiler tool.
- SessionProfilerAdapter - Class in org.eclipse.persistence.sessions
-
Adapter class for SessionProfiler interface.
- SessionProfilerAdapter() - Constructor for class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
- sessionRemovedDuringDeployment(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- sessions - Variable in class org.eclipse.persistence.sessions.factories.SessionManager
-
- SESSIONS_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.sessions-xml
" property configures the use
of the specified native sessions.xml configuration file.
- SESSIONS_XML_VALIDATION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- sessionsByName - Variable in class org.eclipse.persistence.sessions.broker.SessionBroker
-
- SessionTuner - Interface in org.eclipse.persistence.tools.tuning
-
Generic tuning interface.
- sessionXMLValidationException(String, String, ValidationException) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- set(Object, String, String) - Static method in class org.eclipse.persistence.config.PropertiesUtils
-
Attempts to parse and then set the provided kvs String into the
appropriate set method on the provided instance.
- set(String, Object) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
-
Set the persistence value for the given property to the specified value
- set(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- SET - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SET'.
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
-
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
At the specified index, set the specified element in the original list.
- set(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- set(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Set the specified object in the original list.
- set(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Set the specified element in the original list.
- set(String, Object) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
-
Sets the.
- set(DatabasePlatform, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform.NTypeBindCallCustomParameter
-
INTERNAL:
Binds the custom parameter (obj) into the passed PreparedStatement
for the passed DatabaseCall.
- set(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Set is not supported for scrollable cursors.
- set(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- set(int, Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Replaces the element at the specified index in this list with the specified element.
- set(String, Object, DataObject, boolean) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
Set a property's value through the path base access.
- set(String, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- set(int, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- set(Property, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- set(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Sets the value of the given property of the object to the new value.
- SET_EXISTENCE_CHECKING_NOT_UNDERSTOOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SET_LISTENER_CLASSES_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SET_METHOD_PARAMETER_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- setAboutToDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called when an object's row it about to
be inserted.
- setAboutToInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called when an object's row it about to
be inserted.
- setAboutToUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called when an object's row it about to
be updated.
- setAbstract(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Change this Type's abstract setting.
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Structure
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setAccessor(EISAccessor) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Set the accessor.
- setAccessor(Accessor) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
INTERNAL:
Set the Accessor.
- setAccessor(Accessor) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the accessor, the query must always use the same accessor
for database access.
- setAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setAccessors(Collection<Accessor>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set the list of connection accessors to execute the query on.
- setAccessorTree(List<AttributeAccessor>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- setAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setActualTypeArgument(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- setAdaptedJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the adapted java type if there is an XmlJavaTypeAdapter associated with this element
This will also set the adaptedJavaTypeName (getAdaptedJavaTypeName)
- setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set an XmlAdapter on this Property.
- setAdditional(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set any additional information about this field to be given when the table is created.
- setAdditional(String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- setAdditionalCriteria(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the additional join criteria that will be used to form the additional
join expression.
- setAdditionalCriteria() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setAdditionalCriteria() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setAdditionalFields(List<Object>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- setAdditionalJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the additional join expression.
- setAdditionalTablePrimaryKeyFields(DatabaseTable, DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This is used to map the primary key field names in a multiple table
descriptor.
- setAdditionalTablePrimaryKeyFields(Map<DatabaseTable, Map<DatabaseField, DatabaseField>>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This is used to map the primary key field names in a multiple table
descriptor.
- setAddTargetSQLString(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
- setAffinityPolicy(ConnectionAffinityCallback.AffinityPolicy) - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- setAfterMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
Should not use this method - the init method will
overwrite the set value.
- setAfterUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
Should not use this method - the init method will
overwrite the set value.
- setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL:
Assign ChangeListener to an aggregate object
- setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL:
Assign ChangeListener to an aggregate object
- setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL:
Assign Changelistener to an aggregate object
- setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
INTERNAL:
Assign ChangeListener to an aggregate object
- setAggregateQuery(DatabaseMapping, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set the aggregate query clone for the mapping.
- setAggregateToSourceFieldAssociations(Vector<Association>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Set a collection of the aggregate to source field name associations.
- setAggregateToSourceFields(Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Set the hashtable that stores target field name to the source field name.
- setAlias(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the alias
- setAliasDescriptors(Map) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the alias descriptors hashtable.
- setAliasNames(List) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set this Property's alias name list which are unique within the Type.
- setAliasNames(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Assign a list of alias names to a type, which are unique in URI.
- setAllChildClassIndicators(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
- setAllFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set all the fields.
- setAllNonPrimaryKeyFields(List) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: Set method for all the primary keys
- setAllocationSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setAllocationSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setAllowNativeSQLQueries(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set whether native sql is allowed on this project.
- setAllowNativeSQLQuery(Boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set to true if this individual query should be marked to bypass a
persistence unit level disallow SQL queries flag.
- setAllowSQLDeferral(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set whether sql deferral is allowed on this project
- setAllowTablePerMultitenantDDLGeneration(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set whether ddl generation should allowed for table per tenant
multitenant descriptors.
- setAllQueries(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Set pre-defined queries for the descriptor.
- setAllQueriesRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setAllSubclasses(Map<Object, CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- setAlwaysRefresh(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setAlwaysUseOuterJoinForClassType(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Sets the inheritance policy to always use an outer join when querying across a relationship of class.
- setAmendmentClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the amendment class.
- setAmendmentClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the amendment class name, used by the MW.
- setAmendmentMethodName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the amendment method.
- setAnnotations(Annotation[]) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
- setAnnouncementDelay(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Set the amount of time in millis that the service should wait between the time
that this Remote Service is available and a session announcement is sent out
to other discovery managers.
- setAnonymousTypes(List<SDOType>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setAnyAttributePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the name of the XmlAnyAttribute property
- setAnyElementPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the name of the XmlAnyElement property
- setAppInfoElements(List) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setAppInfoElements(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setApplicationName(String) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
- setApplicationResolver(ApplicationResolver) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
ADVANCED:
Used to set an ApplicationResolver instance that will be used to retrieve
info pertaining to a given application, such as the application name, in
the case where our logic fails.
- setArgumentIndices(int[]) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED: Set the array of indexes to use when building the SQL function.
- setArgumentNames(Vector) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
INTERNAL:
The argument names for the input record.
- setArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
INTERNAL:
The argument fields or values to the interaction that map into the input record.
- setArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The arguments are the values in order of occurance in the record.
- setArguments(List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Set the PLSQL arguments.
- setArguments(List<String>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the arguments for use with the pre-defined query option.
- setArguments(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the field defs of the parameters names and types to the procedure.
- setArgumentTypeNames(List<String>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the argumentTypes for use with the pre-defined query option
- setArgumentTypes(List<Class>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the argumentTypes for use with the pre-defined query option
- setArgumentValues(List<Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the argumentValues for use with argumented queries.
- setAsOfClause(AsOfClause) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED: Sets the query to execute as of the past time.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setAttribute(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- setAttribute(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- setAttributeAccessor(ATTRIBUTE_ACCESSOR) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
ADVANCED: Set the attributeAccessor.
- setAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the attributeAccessor.
- setAttributeBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setAttributeClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- setAttributeClassification(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- setAttributeClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the name of the class for MW usage.
- setAttributeClassificationName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Set the name of the class for MW usage.
- setAttributeElementClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Set the class each element in the object's
collection should be converted to, before the collection
is inserted into the object.
- setAttributeElementClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
PUBLIC:
Set the class each element in the object's
collection should be converted to, before the collection
is inserted into the object.
- setAttributeElementClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Set the class each element in the object's
collection should be converted to, before the collection
is inserted into the object.
- setAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
- setAttributeFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Sets the value of the attributeFormDefault property.
- setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setAttributeName(String) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC:
Sets the name of the attribute in the mapping.
- setAttributeName(String) - Method in interface org.eclipse.persistence.jpa.config.Convert
-
- setAttributeName(String) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL:
Set the attribute name.
- setAttributeName(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Sets the name of the attribute in the mapping.
- setAttributeNames(Set) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- setAttributePrefix(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Specify a value that will be prepended to all keys that are mapped to an
XML attribute.
- setAttributes(Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setAttributes(List<String>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Set the cached local (only) batch read attribute names.
- setAttributesToAlwaysInclude(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
It is possible to generate a Hashtable (keys are the Class, and values the attribute names)
of the attributes to be included at all times (even if the value is null, or the value
belongs to the values to be excluced automatically).
- setAttributeToFieldValues(Map) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the attribute to field mapping.
- setAttributeTransformation(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
To set the attribute method name.
- setAttributeTransformationMethod(Method) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- setAttributeTransformer(AttributeTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Set the AttributeTransformer, this transformer will be used to extract the value for the
object's attribute from the database row.
- setAttributeTransformerClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Set the attribute transformer's class.
- setAttributeTransformerClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Set the Attribute Transformer Class Name
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setAttributeValue(Object, Mapping) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setAttributeValueInObject(Object, Object) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Set the attribute value into the object.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Set the attribute value into the object.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Check for write-only, one-way transformations.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
Sets the value of the instance variable in the object to the value.
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
Sets the value of the instance variable in the object to the value.
- setAttributeValueNull(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setAutoApply(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ConverterClass
-
- setBackupClone(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Set the backup clone of the object from the unit of work.
- setBaseSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
-
Optional baseSchemaLocation can be specified
If set, all schemaLocations passed into the resolveSchema methods will be resolved
against this base location according to the java.net.URI API
- setBaseTypes(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set a list of Types as This Type's base Types.
- setBaseURI(URI) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Sets the base uri.
- setBatchedMappings(List<DatabaseMapping>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Set any mappings that are always batched.
- setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setBatchFetchPolicy(BatchFetchPolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Set the batch fetch policy for configuring batch fetching.
- setBatchFetchSize(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the batch fetch size for the query.
- setBatchFetchType(BatchFetchType) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Set the type of batch fetching to use for all queries for this class.
- setBatchFetchType(BatchFetchType) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the batch fetch type for the query.
- setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Set temporary map of batched objects.
- setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set temporary map of batched objects.
- setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set temporary map of batched objects.
- setBatchReadAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set all attributes specified for batch reading.
- setBeforeMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
Should not use this method - the init method will
overwrite the set value.
- setBeforeUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
Should not use this method - the init method will
overwrite the set value.
- setBidirectionalTargetAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Sets the AttributeAccessor that is used to get and set the value of the
container on the target object.
- setBidirectionalTargetAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Sets the name of the backpointer attribute on the target object.
- setBidirectionalTargetContainerClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
- setBidirectionalTargetContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
- setBidirectionalTargetGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Sets the method name to be used when accessing the value of the back pointer
on the target object of this mapping.
- setBidirectionalTargetSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Sets the name of the method to be used when setting the value of the back pointer
on the target object of this mapping.
- setBigDecimal(String, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBigDecimal(int, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBigDecimal(Property, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBigInteger(String, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBigInteger(int, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBigInteger(Property, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBoolean(String, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBoolean(int, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBoolean(Property, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBypassCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
Sets
- setByte(String, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setByte(int, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setByte(Property, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBytes(String, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBytes(int, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setBytes(Property, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setCache() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCache() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCacheable(Boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Set entity @Cacheable annotation value.
- setCacheable(Boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set entity @Cacheable annotation value in cache configuration object.
- setCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCacheCoordinationType(CacheCoordinationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set the type of cache coordination that will be used on objects of this type.
- setCachedConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
Set the currently cached connection to the external connection pool.
- setCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setCacheIndexes(Map<List<DatabaseField>, CacheIndex>) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- setCacheInterceptor() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCacheInterceptor() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCacheInterceptorClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- setCacheInterceptorClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- setCacheInterceptorClassName(String) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- setCacheInterceptorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the Cache Invalidation Policy for this descriptor.
- setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Set the query cache invalidation policy.
- setCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Controls how the Entity instances and data will be cached.
- setCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Controls how the Entity instances and data will be cached.
- setCacheKeyType(CacheKeyType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
Set what cache key type to use to store the object in the cache.
- setCacheKeyType(CacheKeyType) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set what cache key type to use to store the object in the cache.
- setCacheKeyType(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
-
- setCachePolicy(CachePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set cache policy for the descriptor.
- setCacheSize(int) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Set the cache size.
- setCacheSynchronizationType(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
OBSOLETE:
Set the type of cache coordination that will be used on objects of this type.
- setCacheSynchronizationType(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the type of cache synchronization that will be used on objects of this type.
- setCacheTransactionIsolation(int) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
ADVANCED:
By default concurrency is optimized and the cache is not locked more than required during reads or writes,
This allows for virtual concurrent reading and writing and should never cause any problems.
- setCacheType(Class) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Set the type of the cache used for the index.
- setCacheType(Class) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Set the type of the cache used for the query results.
- setCacheType(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- setCacheUsage(int) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Set the level of cache support for this query, either NONE or INVALIDATE.
- setCacheUsage(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the cache usage.
- setCall(Call) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
INTERNAL:
Set the call that caused the exception.
- setCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Used to define a store procedure or SQL query.
- setCallbackName(String) - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The callback name that should me marshalled with the object
- setCallbackName(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- setCallByIndex(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- setCallByIndex(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- setCascade() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setCascade() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setCascade() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setCascade() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setCascade(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
-
- setCascade() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setCascadeAll() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadeAll(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for all JPA operations.
- setCascadeDetach() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadeDetach(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for the JPA detach operation.
- setCascadeMerge() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadeMerge(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for the JPA MERGE operation.
- setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setCascadePersist() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadePersist(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setCascadePersist(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for the JPA CREATE operation.
- setCascadePolicy(int) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the cascade policy.
- setCascadeRefresh() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadeRefresh(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for the JPA REFRESH operation.
- setCascadeRemove() - Method in interface org.eclipse.persistence.jpa.config.Cascade
-
- setCascadeRemove(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the cascading for the JPA REMOVE operation.
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Table
-
- setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setCaughtExceptions(Vector) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
INTERNAL:
- setCdata(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Flag the mapping for this Property as containing character data.
- setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the cdata property.
- setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the cdata property.
- setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL:
Assign AttributeChangeListener to PropertyChangeListener
- setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL:
Set ChangeListener for the clone
- setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL:
Assign appropriate ChangeListener to PropertyChangeListener based on the policy.
- setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
INTERNAL:
Assign ObjectChangeListener to PropertyChangeListener
- setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Set the change listener in the aggregate.
- setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Set the change listener in the collection.
- setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the change listener if required.
- setChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
Sets the Change set in the event if the change Set is available
- setChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
-
INTERNAL:
Set the changes to be applied
- setChangeSetOnListener(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL:
Set the ObjectChangeSet on the Listener, initially used for aggregate support
- setChangeSetOnListener(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL:
Set the ObjectChangeSet on the Listener, initially used for aggregate support
- setChangeSetOnListener(ObjectChangeSet, Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL:
Set the ObjectChangeSet on the Listener, initially used for aggregate support
- setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setChannel(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set the service channel for this command manager.
- setChannel(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
ADVANCED:
Set the service channel for this command manager.
- setChannel(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Set the logical channel that this service subscribes to
- setChar(String, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setChar(int, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setChar(Property, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setCharacterEscapeHandler(CharacterEscapeHandler) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Set this Marshaller's CharacterEscapeHandler.
- setCheckCacheFirst(boolean) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Sets checkCacheFirst flag.
- setCheckConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
This method is called to indicate that all available connections should be checked.
- setCheckConnections() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
This method is called to indicate that all available connections should be checked.
- setCheckDatabaseIfInvalid(boolean) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Sets checkDatabaseIfInvalid flag.
- setChildDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
- setChildRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setChoice(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set flag to indicate whether this property represents a choice
property.
- setChoiceElementMappingsByClass(Map<Class, XMLMapping>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setChoiceElementMappingsByClass(Map<Class, XMLMapping>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- setChoiceFieldToClassAssociations(ArrayList) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setChoiceFieldToClassAssociations(ArrayList) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- setChoiceProperties(Collection<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the choice properties for this property.
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Converter
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.ConverterClass
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Partitioning
-
- setClass(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setClassBasedMarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-
- setClassBasedUnmarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-
- setClassBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setClassExtractionMethod(Method) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
- setClassExtractionMethodName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- setClassExtractionMethodName(String) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
PUBLIC:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- setClassExtractor(ClassExtractor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extractor can be registered with the descriptor to override the default inheritance mechanism.
- setClassExtractor(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setClassExtractorName(String) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
ADVANCED:
Set the class extractor class name.
- setClassExtractorName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Set the class extractor class name.
- setClassExtractorName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the ClassExtractor class name.
- setClassIndicatorAssociations(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Set the class indicator associations from reading the deployment XML.
- setClassIndicatorAssociations(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Set the class indicator associations.
- setClassIndicatorField(FIELD) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
ADVANCED:
To set the class indicator field.
- setClassIndicatorField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
To set the class indicator field.
- setClassIndicatorFieldName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
To set the class indicator field name.
- setClassIndicatorMapping(Map) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
PUBLIC:
Set the association of indicators and classes.
- setClassIndicatorMapping(Map) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Set the association of indicators and classes.
- setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set the class loader that should be used to find the resource.
- setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Set the user classloader.
- setClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- setClassName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setClassName(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- setClassName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the name of class to be generated.
- setClassName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the name of class to be generated.
- setClassNameIndicatorMapping(Map) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Set the class name indicator mapping, used by the MW.
- setClassNamesForWeaving(Collection<String>) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns all classes in this project that are needed for weaving.
- setClassNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setClassToConvertTo(Class) - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
INTERNAL:
Set the class to convert to.
- setClassToGeneratedClasses(HashMap<String, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Set the map containing which Class (by name) corresponds to which generated class.
- setClazz(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
-
Sets the value of the clazz property.
- setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCMPPolicy(CMPPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set the cmp descriptor that holds cmp specific information.
- setCodeWriter(CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- setCollapsingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Indicates that this mapping should collapse all string values before adding them
to the collection on unmarshal.
- setCollapsingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Indicates that this mapping should collapse all string values before setting them
in the object on unmarshal.
- setCollection(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- setCollection(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setCollection(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setCollectionContentType(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- setCollectionTable() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.AttributeOverride
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setColumn(String) - Method in interface org.eclipse.persistence.jpa.config.FieldResult
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setColumn() - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
-
- setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setColumnList(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setColumnResults(List<ColumnResult>) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
Set columns result of this constructor result.
- setCommandConverter(CommandConverter) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set the converter instance that will be invoked by this CommandProcessor
to convert commands from their application command format into EclipseLink
Command objects before being propagated to remote command manager services.
- setCommandConverter(CommandConverter) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
ADVANCED:
Set the converter instance that will be invoked by this CommandProcessor
to convert commands from their application command format into EclipseLink
Command objects before being propagated to remote command manager services.
- setCommandManager(CommandManager) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
PUBLIC:
Set the CommandManager that will invoke this CommandProcessor to process
a command, and can be used to send remote commands out to other
CommandProcessors in the cluster.
- setCommandManager(CommandManager) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
ADVANCED:
Set the CommandManager that allows this session to act as a
CommandProcessor and receive or propagate commands from/to the
EclipseLink cluster.
- setCommandProcessor(CommandProcessor) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set the command processor that will be invoked to process commands.
- setCommandProcessor(CommandProcessor) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- setCommitOrder(UnitOfWork.CommitOrderType) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Set the commit order.
- setCommunicationFailure(boolean) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- setCompatibleType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
-
- setCompatibleType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
-
- setCompatibleType(String) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Oracle ARRAY types don't have a compatible type like PL/SQL
types do, so we will use the type name
- setCompatibleType(String) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
Oracle STRUCT types don't have a compatible type like PL/SQL
types do, so we will use the type name
- setComplex(JsonBuilderRecord.Level, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
-
- setComplex(JsonRecord.Level, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
-
- setComplex(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setComplex(T, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- setComplexType(ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setCompositeMember(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setCompositor(TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether this BNF has child BNFs registered only to properly parse a query or if the
child BNFs are part of the BNF.
- setConfig(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
Generic API to allow config to be set.
- setConfiguredSize(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- setConnection(Accessor) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- setConnection(Accessor) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the connection that generated the log entry.
- setConnectionAffinityContext(Object) - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- setConnectionFactory(ConnectionFactory) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the jakarta.resource.cci.ConnectionFactory.
- setConnectionFactoryObject(Object) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the jakarta.resource.cci.ConnectionFactory.
- setConnectionFactoryURL(String) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC:
Set the JNDI URL for the managed connection factory for the JCA adapter connecting to.
- setConnectionHealthValidatedOnError(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
On an SQL Exception EclipseLink will ping the database to determine
if the connection used can continue to be used for queries.
- setConnectionPolicy(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set the connection policy.
- setConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
PUBLIC:
Set the connection pool to pin queries to.
- setConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the connection pool to use for this partition.
- setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.PinnedPartitioning
-
- setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
-
- setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartition
-
- setConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Set the connection pool to use for sequencing.
- setConnectionPools(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
PUBLIC:
Set the list of connection pool names to replicate queries to.
- setConnectionPools(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
PUBLIC:
Set the list of connection pool names to replicate queries to.
- setConnectionPools(Map<String, ConnectionPool>) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Connection are pooled to share and restrict the number of database connections.
- setConnectionsAvailable(Vector) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Set this list of connections available
- setConnectionSpec(ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the jakarta.resource.cci.ConnectionSpec.
- setConnectionSpec(EISConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC:
Set the EclipseLink connection spec.
- setConnectionSpecObject(Object) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the jakarta.resource.cci.ConnectionSpec.
- setConnectionString(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set the JDBC connection string.
- setConnectionsUsed(Vector) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Set the list of connections being used.
- setConnector(Connector) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Set the connector that will instantiate the connection.
- setConstraint(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set any constraint of this field.
- setConstraintDependencies(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
- setConstraintMode(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
-
- setConstructor(Constructor) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Set the constructor.
- setConstructorArgTypes(Class[]) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- setConstructorMappings(List<DatabaseMapping>) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Return the mappings for the items.
- setContainerAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setContainerAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setContainerAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setContainerAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setContainerGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setContainerGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setContainerInstance(int, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED:
Configure the mapping to use a container policy.
- setContainerPolicy(ContainerPolicy) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
-
PUBLIC:
Set the mapping's container policy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
Configure the mapping to use a container policy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
ADVANCED:
Configure the mapping to use a container policy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
ADVANCED:
Set the mapping's containerPolicy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
ADVANCED:
Set the mapping's containerPolicy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
ADVANCED:
Set the mapping's containerPolicy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.queries.DataReadQuery
-
PUBLIC:
Set the container policy.
- setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
Set the container policy.
- setContainerSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setContainerSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the containerType property.
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the containerType property.
- setContainingType(Type) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set the containing type of this Property.
- setContainment(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set this Property's Containment which shows parent-child relationship in a tree
of DataObjects.
- setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
Set the ContentHandler that the object will be marshalled to.
- setContext(Context) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the JNDI Context that can supply the named ConnectionFactory.
- setContext(Context) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Set the JNDI Context that can supply the named DataSource.
- setContextProperty(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
PUBLIC:
Set the context property used to define the table per tenant.
- setContextProperty(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setContextProperty(String) - Method in interface org.eclipse.persistence.jpa.config.TenantTableDiscriminator
-
- setContextProperty(String) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
The context property that is used to write this mapping must be set.
- setContextTenant(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- setController(RemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Set the controller.
- setController(RemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Set the controller.
- setController(RemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Set the controller.
- setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setConverter(String) - Method in interface org.eclipse.persistence.jpa.config.Convert
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setConverter(String) - Method in interface org.eclipse.persistence.jpa.config.StructConverter
-
- setConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
PUBLIC:
Set the converter on the mapping.
- setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
PUBLIC:
Set the converter on the mapping.
- setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
PUBLIC:
Set the converter on the mapping.
- setConverter(XMLConverter) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setConverter(XMLConverter) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- setConverter(Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Set the converter on the mapping.
- setConverter(Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
Set the converter on the mapping.
- setConverterClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
PUBLIC:
Set the converter class name on the mapping.
- setConverterName(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.
- setCoordinationType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setCopies(Map) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Set the copies.
- setCopyPolicy(CopyPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the copy policy.
- setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCopyPolicyClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the name of a Class that implements CopyPolicy
Will be instantiatied as a copy policy at initialization times
using the no-args constructor
- setCopyPolicyClassName(String) - Method in interface org.eclipse.persistence.jpa.config.CopyPolicy
-
- setCorrectionType(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setCount(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Sets the count.
- setCount(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Sets the count.
- setCount(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setCounterFieldName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- setCounterFieldName(String) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- setCreated(DataObject, boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Set flag created value.
- setCreateDatabaseSchemas(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
INTERNAL:
Set to true if database schemas should be built during the DDL generation.
- setCreatedXPaths(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setCreateSQLFiles(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- setCreateSQLFiles(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- setCreateVPDCalls(boolean, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- setCreationPrefix(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Set the beginning of the sql create statement - the part before the name.
- setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.Table
-
- setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setCreationSuffix(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Set the end of the sql create statement - the part after the field list.
- setCriteria(String) - Method in interface org.eclipse.persistence.jpa.config.AdditionalCriteria
-
- setCurrentEclipseLinkLogLevel(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Set the EclipseLink log level to be used at runtime.
- setCurrentEclipseLinkLogLevel(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Set the EclipseLink log level to be used at runtime.
- setCurrentElements(List) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
bypass containment and changesummary copy of element list on modifications
- setCurrentObject(Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setCurrentObject(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setCurrentSize(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- setCursorCode(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Set the code for preparing cursored output
parameters in a stored procedure
- setCustomAddTargetQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
The default add target query for mapping can be overridden by specifying the new query.
- setCustomClass(Class) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
- setCustomDeleteAllQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
The default delete all query for mapping can be overridden by specifying the new query.
- setCustomDeleteAtIndexQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
The default delete by index query for this mapping can be overridden by specifying the new query.
- setCustomDeleteQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
The default delete query for this mapping can be overridden by specifying the new query.
- setCustomDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
The default delete query for mapping can be overridden by specifying the new query.
- setCustomDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
The default delete query for mapping can be overridden by specifying the new query.
- setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
The default insert query for mapping can be overridden by specifying the new query.
- setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
The default insert query for mapping can be overridden by specifying the new query.
- setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
The default insert query for mapping can be overridden by specifying the new query.
- setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setCustomNamespaceMapper(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setCustomRemoveAllTargetsQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
The default remove all targets query for mapping can be overridden by specifying the new query.
- setCustomRemoveTargetQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
The default remove target query for mapping can be overridden by specifying the new query.
- setCustomSelectionQuery(ReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Relationship mappings creates a read query to read reference objects.
- setCustomSQLArgumentType(String, Class) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomSQLArgumentType(String, int) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomSQLArgumentType(String, int, String) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomSQLArgumentType(String, int, String, Class) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomSQLArgumentType(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomSQLArgumentType(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
This method should only be used with custom SQL:
it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
- setCustomUpdateAtIndexQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
The default delete by index query for this mapping can be overridden by specifying the new query.
- setData(Object) - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
INTERNAL:
Set the database rows for the query result.
- setDatabaseChangeNotificationType(DatabaseChangeNotificationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
Configures what type of database change notification an entity/descriptor should use.
- setDatabaseChangeNotificationType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setDatabaseEventListener(DatabaseEventListener) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Set the database event listener, this allows database events to invalidate the cache.
- setDatabaseField(DatabaseField) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL:
Set the DatabaseField that is associated to this FieldDefinition object.
- setDatabaseName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database name is required when connecting to databases that support
multiple databases within a single server instance (e.g.
- setDatabaseQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Replace the cached query with the given query.
- setDatabaseType(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setDatabaseType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setDatabaseURL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- setDatabaseURL(String) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- setDataClass(Class) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Set the class type of the data value.
- setDataClassName(String) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Set the name of the data type for the MW usage.
- setDataFormat(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Configure the data format that the descriptor maps to.
- setDataFormat(String) - Method in interface org.eclipse.persistence.jpa.config.NoSql
-
- setDataGraph(DataGraph) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDataKey(Object) - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
- setDataObject(String, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDataObject(int, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDataObject(Property, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDataResults(DatabaseMapping, List<AbstractRecord>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Set the remaining data results for the mapping.
- setDataResults(List<AbstractRecord>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Set the rows to the set of data results for each mapping.
- setDataResults(Map<Object, List<AbstractRecord>>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Set temporary list of rows from parent batch query per batched mapping.
- setDataSource(DataSource) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Set the javax.sql.DataSource.
- setDatasourceCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Used to define a store procedure or SQL query.
- setDatasourceLogin(Login) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Set the login.
- setDatasourceLogin(Login) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the login to be used to connect to the database for this project.
- setDatasourceLogin(Login) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Set the login.
- setDatasourcePlatform(Platform) - Method in class org.eclipse.persistence.sequencing.Sequence
-
- setDatasourcePlatform(Platform) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Set the database platform specific information.
- setDatasourcePlatform(Platform) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Set the database platform specific information.
- setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.NoSql
-
- setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
-
- setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
-
- setDataType(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set this Type to a simple Type by passing in boolean value true.
- setDataTypeName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Specify the data type name for the class of objects the descriptor maps.
- setDataTypeName(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.
- setDataValue(String) - Method in interface org.eclipse.persistence.jpa.config.ConversionValue
-
- setDate(Date) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the date of the log entry.
- setDate(String, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDate(int, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDate(Property, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDateFormat(DateFormat) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Set the date format to be used when printing a log entry date.
- setDeclaredProperty(int, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- setDeclaredProperty(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
Set the value on the underlying POJO, unwrapping values as necessary.
- setDeclaredProperty(int, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- setDefault(Object) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set the default value of this Property.
- setDefaultAttributeValue(Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
PUBLIC:
The default value can be used if the database can possibly store additional values then those that
have been mapped.
- setDefaultAttributeValueString(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.
- setDefaultCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set project level default value for class cache isolation.
- setDefaultConnectionPolicy(ConnectionPolicy) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- setDefaultConnectionPolicy(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- setDefaultConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Set the default connection pool used for any unmapped values.
- setDefaultConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- setDefaultConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Creates and adds "default" connection pool using default parameter values
- setDefaultDeleteObjectQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default DeleteObjectQuery Redirector will be applied to any executing
DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
- setDefaultDeleteObjectQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default DeleteObjectQuery Redirector will be applied to any executing
DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
INTERNAL
Indicate whether by default an empty container should be set on the
field/property if the collection is not present in the XML document.
- setDefaultFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Set the descriptor-level default fetch group.
- setDefaultIdentityMapClass(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set default value for descriptor cache type.
- setDefaultIdentityMapSize(int) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set default value descriptor cache size.
- setDefaultIdValidation(IdValidation) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set default value for descriptor primary key validation.
- setDefaultInsertObjectQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default InsertObjectQuery Redirector will be applied to any executing
InsertObjectQuery that does not have a redirector set directly on the query.
- setDefaultInsertObjectQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default InsertObjectQuery Redirector will be applied to any executing
InsertObjectQuery that does not have a redirector set directly on the query.
- setDefaultManager(PopulationManager) - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Set the default instance.
- setDefaultNamespaceAllowed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- setDefaultNullValue(Class, Object) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The default value to substitute for database NULLs can be configured
on a per-class basis.
- setDefaultNullValue(Class, Object) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The default value to substitute for database NULLs can be configured
on a per-class basis.
- setDefaultObjectValue(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
-
- setDefaultOrAddSequenceString(Sequence, boolean) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- setDefaultQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default Query Redirector will be applied to any executing object query
that does not have a more precise default (like the default
ReadObjectQuery Redirector) or a redirector set directly on the query.
- setDefaultQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default Query Redirector will be applied to any executing object query
that does not have a more precise default (like the default
ReadObjectQuery Redirector) or a redirector set directly on the query.
- setDefaultQueryResultsCachePolicy(QueryResultsCachePolicy) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the default values for query caching options for all named queries.
- setDefaultReadAllQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadAllQuery Redirector will be applied to any executing
ReadAllQuery that does not have a redirector set directly on the query.
- setDefaultReadAllQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadAllQuery Redirector will be applied to any executing
ReadAllQuery that does not have a redirector set directly on the query.
- setDefaultReadObjectQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadObjectQuery Redirector will be applied to any executing
ReadObjectQuery that does not have a redirector set directly on the query.
- setDefaultReadObjectQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadObjectQuery Redirector will be applied to any executing
ReadObjectQuery that does not have a redirector set directly on the query.
- setDefaultReadOnlyClasses(Collection) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the read-only classes which apply to each UnitOfWork create by default.
- setDefaultReferenceMode(ReferenceMode) - Method in interface org.eclipse.persistence.sessions.Session
-
Stores the default Session wide reference mode that a UnitOfWork will use when referencing
managed objects.
- setDefaultReportQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReportQuery Redirector will be applied to any executing
ReportQuery that does not have a redirector set directly on the query.
- setDefaultReportQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReportQuery Redirector will be applied to any executing
ReportQuery that does not have a redirector set directly on the query.
- setDefaultRootElement(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the default root element name for the ClassDescriptor
This value is stored in place of a table name
This value is mandatory for all root objects
- setDefaultRootElementField(XMLField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setDefaultRootElementType(QName) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
The default root element type string will be stored until
initialization - a QName will be created and stored on the
default root element field during initialize.
- setDefaultSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Set default sequence
- setDefaultSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Set the default session.
- setDefaultSourceTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Set a default source table to use with the source fields of this mapping.
- setDefaultTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
The descriptors default table can be configured if the first table is not desired.
- setDefaultTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
The descriptors default table can be configured if the first table is not desired.
- setDefaultTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
The descriptors default table can be configured if the first table is not desired.
- setDefaultTemporalMutable(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the default setting for configuring if dates and calendars are mutable.
- setDefaultTransactionManager(TransactionManager) - Static method in class org.eclipse.persistence.transaction.JTATransactionController
-
PUBLIC:
Set the JTA transaction manager to be used.
- setDefaultTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Static method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
PUBLIC:
Set the default JTA 1.1 synchronization objects registry to be used.
- setDefaultUpdateObjectQueryRedirector(QueryRedirector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default UpdateObjectQuery Redirector will be applied to any executing
UpdateObjectQuery or UpdateAllQuery that does not have a redirector set directly on the query.
- setDefaultUpdateObjectQueryRedirectorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default UpdateObjectQuery Redirector will be applied to any executing
UpdateObjectQuery or UpdateAllQuery that does not have a redirector set directly on the query.
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the default value associated with this element.
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the defaultValue property.
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the defaultValue property.
- setDeferModificationsUntilCommit(int) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This can be set to control when changes to objects are submitted to the database
This is only applicable to TopLink's CMP implementation and not available within
the core.
- setDeferModificationsUntilCommit(int) - Method in class org.eclipse.persistence.sessions.Project
-
ADVANCED:
This method is a 'helper' method for updating all of the descriptors
within this project to have a particular deferral level.
- setDefinedAsOneToManyMapping(boolean) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set whether this mapping was originally defined as a OneToMany
- setDelayBetweenConnectionAttempts(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
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.
- setDelegateSequence(QuerySequence) - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
Set the sequence delegate.
- setDeleteAll(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setDeleteAll(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setDeleteAllCall(Call) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
PUBLIC:
The default delete all call for this mapping can be overridden by specifying the new call.
- setDeleteAllCall(Call) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Set the receiver's delete all call.
- setDeleteAllQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
- setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
This method is not supported in an EIS environment.
- setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Set the receiver's delete all SQL string.
- setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Set the SQL string used by the mapping to delete the target objects.
- setDeleteCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's delete call.
- setDeleteCall(Call) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the receiver's delete Call.
- setDeleteCall(Call) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the receiver's delete Call.
- setDeleted(DataObject, boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Set flag modified value.
- setDeletedXPaths(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
The deletedXPaths field is picked up reflectively during marshal/unmarshal operations.
- setDeleteQuery(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's delete query.
- setDeleteQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- setDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- setDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- setDeleteRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setDeleteSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's delete SQL string.
- setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the receiver's delete SQL string.
- setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the receiver's delete SQL string.
- setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the receiver's delete SQL string.
- setDelimitedIdentifiers(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setDepth(int) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Set the cascade depth.
- setDerivedIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Used to indicate the mapping references a JPA ID or MapsId attribute
for the CMP3Policy and JPA Id classes (as well as Embeddable Id classes).
- setDerivesId(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Used to indicate the mapping references a JPA ID or MapsId attribute
for the CMP3Policy and JPA Id classes (as well as Embeddable Id classes).
- setDescribesNonPersistentSubclasses(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Determines whether the descriptors using this inheritance policy
should be used as descriptors for subclasses of the classes they
describe if those subclasses do not have their own descriptor
e.g.
- setDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Set the descriptor.
- setDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Set the descriptor to which this mapping belongs
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
The source descriptor of the event.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Set the referenced descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: Set method for the descriptor
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
set owning descriptor
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
- setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
-
PUBLIC:
Required: Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
INTERNAL:
Set the mapping.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- setDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XmlDescriptor on this TypeInfo.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the descriptor to which this mapping belongs
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
Set the descriptor.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the descriptor for the query.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set the descriptor for the query.
- setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Set the descriptor that this is the map for.
- setDescriptorCustomizerClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the JPA DescriptorCustomizer class name.
- setDescriptorEventHolders(List<SerializableDescriptorEventHolder>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
used by JPA project caching to store DescriptorEventListener representations that can build the underlying
DescriptorEventListener and add it to the EventManager.
- setDescriptorMethodNames(Hashtable) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- setDescriptors(Map) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the descriptors registered with this session.
- setDescriptorsByTable(Map<DatabaseTable, ClassDescriptor>) - Method in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
INTERNAL:
Set the mapping of tables to descriptors.
- setDescriptorType(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
set the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
- setDescriptorTypeValue(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This method is explicitly used by the XML reader.
- setDetail(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the detail.
- setDirectField(DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the direct field in the reference table.
- setDirectFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
Set the class type of the field value.
- setDirectFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
Set the class type of the field value.
- setDirectFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the direct field name in the reference table.
- setDirection(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setDirectKeyField(DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
- setDirectKeyFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
ADVANCED:
Set the class type of the field value.
- setDirectKeyFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
ADVANCED:
Set the class type name of the field value.
- setDirectKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
Set the direct key field name in the reference table.
- setDisableConversion(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Convert
-
- setDisableForeignKey(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setDisableHits(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
-
- setDisableSecureProcessing(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
- setDiscriminator(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorClass
-
- setDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setDiscriminatorColumn(String) - Method in interface org.eclipse.persistence.jpa.config.EntityResult
-
- setDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setDiscriminatorColumn(String) - Method in class org.eclipse.persistence.queries.EntityResult
-
Sets the column name for the column that will store the value used to
determine the subclass type if applicable.
- setDiscriminatorColumn(DatabaseField) - Method in class org.eclipse.persistence.queries.EntityResult
-
- setDiscriminatorType(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
-
- setDiscriminatorType(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setDiscriminatorValue(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setDistance(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the DISTANCE parameter
- setDistinctState(short) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
If a distinct has been set the DISTINCT clause will be printed.
- setDocPresPolicy(DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- setDocumentLocator(Locator) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- setDocumentPreservationPolicy(DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.XMLLogin
-
- setDoesExistCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's does exist call.
- setDoesExistQuery(DoesExistQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's does exist query.
- setDoesExistSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's does exist SQL string.
- setDOM(Element) - Method in interface org.eclipse.persistence.eis.DOMRecord
-
- setDOM(Node) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Sets the dom and updated document to be the owner document of the given element
- setDOM(Element) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- setDOM(Node) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
Set the Node that the object will be marshalled to.
- setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
Should use setDomainClassName - the init method will overwrite
the set value with Class.forName(domainClassName).
- setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
Should use setDomainClassName - the init method will overwrite
the set value with Class.forName(domainClassName)
- setDomainClass(Class) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- setDomHandler(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the domHandler property.
- setDomHandlerClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the DomHandler class name.
- setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Stores the XML DOM value into the record.
- setDoNotRedirect(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
This method is used in combination with redirected queries.
- setDouble(String, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDouble(int, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDouble(Property, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setDriverClass(Class) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver class is the Java class for the JDBC driver to be used
(e.g.
- setDriverClassName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The name of the JDBC driver class to be used
(e.g.
- setDriverClassName(String) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver class is the name of the Java class for the JDBC driver being used
(e.g.
- setDriverSupportsOffsetDateTime(boolean) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Allow user to turn off ODT support, in case they rely on the old behavior.
- setDriverURLHeader(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- setDriverURLHeader(String) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- setDumpTime(long) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Set the number of milliseconds after which the monitor results should be logged.
- setEJBQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the EJBQL string of the query.
- setEjbqlString(String) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Set the EJBQL string for this call
- setEJBQLString(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- setElement(JavaHasAnnotations) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setElementAt(E, int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- setElementDataTypeName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Set the "data type" associated with each element
in the nested collection.
- setElementFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Sets the value of the elementFormDefault property.
- setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setElementRefsPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XmlElementRefs property name.
- setElementScope(TypeMappingInfo.ElementScope) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
- setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setEmptyCollection(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setEmptyCollection(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setEmptyCollectionGenerated(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setEmptyNodeRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Sets the value of the emptyNodeRepresentsNull property.
- setEncoding(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- setEncoding(String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- setEncoding(String) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- setEncoding(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Set the XML encoding of the document, or null if not specified.
- setEncryptedPassword(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the encrypted password used as the value to the SECURITY_CREDENTIALS key in the
cached context properties.
- setEncryptedPassword(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Set the encrypted password.
- setEncryptionClassName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL SECURITY:
Set encryption class that will be loaded by the SecurableObjectHolder
- setEncryptionClassName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Sets the encryption class name
- setEndFields(List<DatabaseField>) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- setEndFieldType(String, Class) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
ADVANCED:
- setEndValue(Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Set the range end value.
- setEndValue(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
-
- setEntityClass(String) - Method in interface org.eclipse.persistence.jpa.config.EntityResult
-
- setEntityEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
EJB 3.0 support for lifecycle callback events defined on an entity class.
- setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets entity resolver for the parser.
- setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setEntityResolver(EntityResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setEnumClass(Class) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Set the enum class to know which class to invoke the fromValue method on.
- setEnumClassName(String) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Set the name of the enum class to know which class to invoke the fromValue method on.
- setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.oxm.XMLLogin
-
- setErrorCode(int) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
- setErrorCode(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the error code.
- setErrorDetails(ErrorResponse) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the error details.
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.oxm.XMLValidator
-
Set the error handler to be used during validation
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets error handler for the parser.
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setErrorHandler(ErrorHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setErrorPath(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the error path.
- setEventCode(int) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
The code of the descriptor event being raised.
- setEventCode(int) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
The code of the session event being raised.
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- setEventListeners(List<DescriptorEventListener>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- setEventManager(DESCRIPTOR_EVENT_MANAGER) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Set the event manager for the descriptor.
- setEventManager(DescriptorEventManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the event manager for the descriptor.
- setEventMethods(AtomicReferenceArray<Method>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- setEventSelectors(AtomicReferenceArray<String>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- setExampleObject(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the example object of the query to be the newExampleObject.
- setException(Throwable) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the exception that caused the log entry.
- setExceptionHandler(ExceptionHandler) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
Set an exception handler to handle or wrap exceptions thrown in before/after completion.
- setExceptionHandler(ExceptionHandler) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the exceptionHandler.
- setExceptionHandler(ExceptionHandler) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
Set an exception handler to handle or wrap exceptions thrown in before/after completion.
- setExceptionList(Vector<Throwable>) - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- setExcludeDefaultListeners(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- setExcludeDefaultListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setExcludeDefaultListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
-
- setExcludeSuperclassListeners(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- setExcludeSuperclassListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setExcludeSuperclassListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setExcludeUnlistedClasses(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setExclusiveMode(ConnectionPolicy.ExclusiveMode) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Sets exclusive mode, if null is passed sets the default value.
- setExecutionSession(AbstractSession) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Sets the session the underlying call was executed on.
- setExecutionSession(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the execution session.
- setExecutionTime(long) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Set the the time this query went to the database.
- setExistenceCheck(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
This method is explicitly used by the Builder only.
- setExistenceChecking(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
OBSOLETE - old reader.
- setExistenceChecking(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setExistenceChecking(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setExistenceCheckingNotUnderstood(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- setExistencePolicy(int) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Set if the existence policy, this must be set to one of the constants.
- setExpiry(Integer) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setExpiryTime(int, int, int, int) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
PUBLIC:
Set a new expiry time for this object
Provide the hour, minute, second and millisecond.
- setExpiryTime(Calendar) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Set the expiry time based on a Calendar.
- setExpiryTimeOfDay() - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Manually sets the encapsulated
Expression
to become the given one.
- setExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Sets the deepest leaf where the cursor is located.
- setExpressionBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL
Sets the default expression builder for this query.
- setExpressionBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL
Sets the default expression builder for this query.
- setExpressionQueryCacheMaxSize(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the max size of the expression query cache for avoiding regenerated dynamic query SQL.
- setExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setExternalTransactionController(ExternalTransactionController) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Used for JTS integration internally by ServerPlatform.
- setExternalTransactionController(ExternalTransactionController) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Used for JTS integration.
- setExternalTransactionController(ExternalTransactionController) - Method in interface org.eclipse.persistence.sessions.Session
-
OBSOLETE:
Previously used for JTS integration.
- setExternalTransactionControllerClass(Class) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: setExternalTransactionControllerClass(Class newClass): Set the class of external
transaction controller to use in the DatabaseSession.
- setExternalTransactionControllerClass(Class) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: setExternalTransactionControllerClass(Class newClass): Set the class of external
transaction controller to use in the DatabaseSession.
- setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- setFactoryClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Sets the value of the factoryClass property.
- setFactoryMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Sets the value of the factoryMethod property.
- setFactoryMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setFactoryMethodParamTypes(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setFailoverConnectionPools(List<String>) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the list of connection pools to used if this pool database goes down.
- setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
When parsing the query and no
JPQLQueryBNFs
can help to parse the query,
then it will fall back on the given one.
- setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
When parsing the query and no
JPQLQueryBNFs
can help to parse the query,
then it will fall back on the given one.
- setFallbackBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFs
can help to parse the query,
then it will fall back on the given one.
- setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets the unique identifier of the
ExpressionFactory
to use when the fall back BNF
ID is not
null
.
- setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets the unique identifier of the
ExpressionFactory
to use when the fall back BNF
ID is not
null
.
- setFallbackExpressionFactoryId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets the unique identifier of the
ExpressionFactory
to use when the fall back BNF
ID is not
null
.
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Set a dynamic (use case) fetch group to the query.
- setFetchGroupManager(FetchGroupManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the fetch group manager for the descriptor.
- setFetchGroupName(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Set a descriptor-level pre-defined named fetch group to the query.
- setFetchSize(int) - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Set the fetchSize setting that this query will set on the JDBC Statement
NB - a value of zero means that no call to statement.setFetchSize() will be made.
- setField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setField(DatabaseField) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
set the field that stores sopObject in the database (sopField)
- setField() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setField() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setField() - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- setField() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
ADVANCED:
Set the field in the mapping.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Set the field in the mapping.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Set the field that holds the nested collection.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
The aggregate object is held in a single field.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
INTERNAL:
Set the field for the query key.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
Set the field in the mapping.
- setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
Set the field in the mapping.
- setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- setFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the type of the field value to allow conversion from the database.
- setFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
ADVANCED:
Set the class type of the field value.
- setFieldClassificationClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Set the name of the class that will be used for setFieldClassification and deploy time
Used internally by JPA deployment.
- setFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
- setFieldElementClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Set the class each element in the database row's
collection should be converted to, before the collection
is inserted into the database.
- setFieldInfos(List<ReturningPolicy.Info>) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
PUBLIC:
Set the name of the field mapped by the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
PUBLIC:
Set the name of the field that holds the nested collection.
- setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
PUBLIC:
Set the name of the field mapped by the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
-
PUBLIC:
Set the field name in the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectToFieldMapping
-
PUBLIC:
Set the field name in the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
PUBLIC:
Set the field name for the query key.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Set the name of the field that holds the nested collection.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Set the field name in the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
PUBLIC:
Set the field name in the mapping.
- setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
- setFieldNameToMethodNameAssociations(Vector) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
needed for backwards compatibility
- setFields(Vector<FIELD>) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Set the mapping's field collection.
- setFields(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
- setFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the fields used by this descriptor.
- setFields(List<JAXBElement<?>>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
-
Sets the fields.
- setFields(List<JAXBElement<?>>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.SingleResultQuery
-
Sets a list of fields.
- setFields(List<JAXBElement<?>>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
-
Sets the fields.
- setFields(List<JAXBElement<?>>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- setFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the mapping's field collection.
- setFields(Vector) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Setting fields vector will not update the document so this is not supported
- setFields(Map<String, DatabaseType>) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- setFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the fields for the stream.
- setFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- setFields(List<FieldDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- setFields(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
- setFieldToAttributeValueAssociations(Vector) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set a collection of the field to attribute value associations.
- setFieldToAttributeValues(Map) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the field to attribute mapping.
- setFieldToRelationTable(DatabaseField, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build and add a field definition object to relation table
- setFieldToTransformers(List<Object[]>) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
- setFieldTransformations(List<FieldTransformation>) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Set the field to method name associations.
- setFieldType(int) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
ADVANCED:
Set the JDBC type of the field value.
- setFieldValue(CMPPolicy.KeyElementAccessor, Object, DatabaseMapping, AbstractSession, int[], Object...) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
Recursive method to set a field value in the given key instance.
- setFile(File) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- setFileName(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- setFinalized(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setFinalized(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setFirst(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setFirstResult(int) - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Used to set the first result in any result set that is returned for this query.
- setFixedValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setFloat(String, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setFloat(int, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setFloat(Property, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setFlushOnExecute(Boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: If executed against a RepeatableWriteUnitOfWork if this attribute
is true EclipseLink will write changes to the database before executing
the query.
- setForceBatchStatementExecution(boolean) - Method in class org.eclipse.persistence.queries.ModifyQuery
-
PUBLIC:
Allow setting this query to be the last statement added to a batch statement
and ensure it is flushed on execution.
- setForceInitializationOfSelectionCriteria(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
A way of forcing the selection criteria to be rebuilt.
- setForceUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Configure whether TopLink should always update all registered objects of
this type.
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
-
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setForeignKeyDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
-
- setForeignKeyDefinition(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Define the foreign key relationship in the 1-1 mapping.
- setForeignKeyFieldName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- setForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- setForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- setForeignKeyFieldNamesForMultipleTable(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This method is used by the XML Deployment ClassDescriptor to read and write these mappings
- setForeignKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Set the foreign key fields associated with the mapping.
- setForeignKeyGroupingElement(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Set the grouping element field on the mapping.
- setForeignKeyGroupingElement(DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Set if the grouping element field on the mapping.
- setForeignKeyMap(Map<String, ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- setForeignKeys(List<ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Set the ForeignKeyConstraint list.
- setForeignQueryKeyName(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.
- setFormattedOutput(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Specify if the JSON output should be formatted (default is false).
- setFormattedOutput(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- setFormattedOutput(boolean) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- setFormattedOutput(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- setFragment(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- setFragment(boolean) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- setFragment(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- setFragmentBuilder(SAXFragmentBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setFullyMergeEntity(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- setFullyMergeEntity(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- setFunctionName(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Set the function name of the interaction.
- setFunctionName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
-
- setFunctionName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- setGeneratedBuffers(Map) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- setGeneratedGlobalAttributes(Map<QName, Property>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setGeneratedGlobalElements(Map<QName, Property>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setGeneratedTypes(Map<QName, Type>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setGeneratedTypesByXsdQName(Map<QName, SDOType>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setGeneratedValue() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setGeneratedValue() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setGenerateInterface(boolean) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setGenerator(String) - Method in interface org.eclipse.persistence.jpa.config.GeneratedValue
-
- setGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Sets the value of the getMethod property.
- setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Sets the value of the getMethod property.
- setGetMethod(String) - Method in interface org.eclipse.persistence.jpa.config.AccessMethods
-
- setGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setGetMethodName(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
This method is invoked reflectively on the reference object to return the value of the
attribute in the object.
- setGlobal(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setGlobalAttributes(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Assign a map of properties representing global attributes keyed on QName
- setGlobalElementDeclarations(ArrayList<QName>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- setGlobalElements(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
Assign a map of properties representing global elements keyed on QName
- setGroupByExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Set the group bys.
- setGroupingElement(ArrayList<XPathNode>) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Sets the list of grouping elements to be marshalled on this record.
- setHandleAggregate(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether the
Expression
handles a collection of sub-expressions that are
aggregated by logical or arithmetic operators.
- setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Determines whether the Expression
handles a collection of sub-expressions that
are separated by commas.
- setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Determines whether the Expression
handles a collection of sub-expressions that
are separated by commas.
- setHandleCollection(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether the Expression
handles a collection of sub-expressions that are
separated by commas.
- setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets whether the BNF with the given ID supports nested array or not.
- setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets whether the BNF with the given ID supports nested array or not.
- setHandleNestedArray(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether this BNF supports nested array or not.
- setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
- setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
- setHandleSubExpression(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether this BNF handles parsing a sub-expression, i.e.
- setHasAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- setHasAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- setHasAnyEventListeners(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
Set if the event manager has any event listeners, or event methods.
- setHasBeenLogged(boolean) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Set this flag to avoid logging an exception more than once.
- setHasBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- setHasBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- setHasCustomDeleteAllQuery(boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
- setHasCustomDeleteQuery(boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- setHasCustomDeleteQuery(boolean) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- setHasCustomInsertQuery(boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- setHasCustomInsertQuery(boolean) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- setHasCustomMultipleTableJoinExpression(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTENAL:
Set if a custom join expression is used.
- setHasCustomSelectionQuery(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- setHasCustomSQLArguments(boolean) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL:
Used to avoid misinterpreting the # in custom SQL.
- setHasGenericHistorySupport(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set to true during descriptor initialize if any descriptor has history.
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setHasIsolatedClasses(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set to true during descriptor initialize if any descriptor is isolated.
- setHasMappingsPostCalculateChangesOnDeleted(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Indicates whether there is at least one descriptor that has at least on mapping that
require a call on deleted objects to update change sets.
- setHasModifyRow(boolean) - Method in class org.eclipse.persistence.queries.DataModifyQuery
-
Set if a modify row has been set.
- setHasMore(Boolean) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Sets hasMore
- setHasMore(Boolean) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Sets hasMore
- setHasMore(Boolean) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setHasMultipleResultSets(boolean) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Set if the call returns multiple result sets.
- setHasMultipleTableConstraintDependecy(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Set if any mapping reference a field in a secondary table.
- setHasNonIsolatedUOWClasses(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set if any descriptors are not isolated to the unit of work.
- setHasProxyIndirection(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set to true during descriptor initialize if any descriptor uses ProxyIndirection
Determines if ProxyIndirectionPolicy.getValueFromProxy should be called.
- setHasRelationships(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
set whether this descriptor has any relationships through its mappings, through inheritance, or through aggregates
- setHasSimplePrimaryKey(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
PERF: Set if the primary key is simple (direct-mapped) to allow fast extraction.
- setHasSwaRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- setHasXmlElementType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setHavingExpression(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the expression to the query to be used in the HAVING clause.
- setHelper(Helper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.DataObjectInputStream
-
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
-
INTERNAL:
Set the helperContext that this instance is associated with.
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
INTERNAL:
Set the current helperContext to be associated with this delegate
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Set the current helperContext to be associated with this delegate
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
INTERNAL:
Set the helperContext if this copyHelper was created using the default constructor.
- setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDODataFactory
-
INTERNAL:
Set the helperContext that this instance is associated with.
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
INTERNAL:
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
-
INTERNAL:
Set the helperContext if this equalityHelper was created using the default constructor.
- setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Set the helperContext that this instance is associated with.
- setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
Set the helperContext that this instance is associated with.
- setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
Set the helperContext that this instance is associated with.
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Set the helperContext if the default SDOChangeSummary constructor was used
- setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.SDOResolvable
-
- setHelperContextResolver(Object) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Method allows dynamically change HelperContext creation strategy.
- setHelperContextResolver(SDOHelperContext.HelperContextResolver) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Method allows dynamically change HelperContext creation strategy.
- setHierarchicalQueryClause(Expression, Expression, List<Expression>) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
Set the Hierarchical Query Clause for the query
- setHierarchicalQueryClause(Expression, Expression, List<Expression>, ReadAllQuery.Direction) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC: Set the Hierarchical Query Clause for the query, specifying the
hierarchy traversal direction
- setHintString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
Used to set a database hint string on the query.
- setHistoricalTables(List<DatabaseTable>) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the HistoryPolicy for this descriptor.
- setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Support history on the reference table.
- setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Enable history tracking on the m-m join table.
- setHour(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
-
- setHttpStatus(int) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the http status.
- setHttpStatusCode(Response.Status) - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Sets the http status code.
- setId(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setId(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setId(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL:
Set the Id for the result row's object.
- setId(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Set the unique identifier for the service
- setIdClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setIdClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set the class of identity map to be used by this descriptor.
- setIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the class of identity map to be used by this descriptor.
- setIdentityMapForClass(String, String, int) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method will be used to set a new type of identity map for a particular class type.
- setIdentityMapForClass(String, String, int) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method will be used to set a new type of identity map for a particular class type.
- setIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set the size of the identity map to be used by this descriptor.
- setIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the size of the identity map to be used by this descriptor.
- setIDProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Sets the TypeProperty 'idProperty'.
- setIDResolver(IDResolver) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Set this Unmarshaller's custom IDResolver.
- setIDResolver(IDResolver) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Set this Unmarshaller's custom IDResolver.
- setIdValidation(IdValidation) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set what types are allowed as a primary key (id).
- setIgnoreAttributesForNil(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- setIgnoreDatabaseException(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Set flag whether DatabaseException should be ignored.
- setIgnoreOrder(boolean) - Method in class org.eclipse.persistence.platform.xml.XMLComparer
-
- setImplClassName(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setImplementorDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Sets the implementor descriptor class.
- setImplementorDescriptorClassName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Sets the implementor descriptor class name.
- setImplGenerator(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- setIncludeCriteria(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Multitenant
-
- setIncludeRoot(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Specify if the root node should be included in the JSON message (default
is false).
- setIncludeTenantCriteria(boolean) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
ADVANCED:
Boolean used to indicate if the database requires the tenant criteria to
be added to the SELECT, UPDATE, and DELETE queries.
- setIndentationString(String) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Used to print things nicely in the testing tool.
- setIndex(Integer) - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Set the index of the change in the collection
- setIndex() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setIndex() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setIndex() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setIndexes(List<IndexDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- setIndexInDeclaredProperties(int) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setIndexInType(int) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setIndirectionPolicy(IndirectionPolicy) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED:
Set the indirection policy.
- setIndirectionPolicy(IndirectionPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
ADVANCED:
Set the indirection policy.
- setInheritance() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setInheritancePolicy(INHERITANCE_POLICY) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Sets the inheritance policy.
- setInheritancePolicy(InheritancePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the inheritance policy.
- setInitialContextFactoryName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the context factory name used as the value to the INITIAL_CONTEXT_FACTORY
key in the cached context properties.
- setInitializationStage(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- setInitiallyConformingIndex(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Conforming instances found in memory when building the result.
- setInitialNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the initial number of connections allowed.
- setInitialPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Sets a initial number of connections in sequencing connection pool
The set value is ignored if shouldUseSeparateConnection() returns false.
- setInitialReadSize(int) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Specifies the number of elements to be read initially into a cursored stream
- setInitialValue(Integer) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setInitialValue(Integer) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setInitialValue(int) - Method in class org.eclipse.persistence.sequencing.Sequence
-
- setInitialValue(int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- setInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Sets the flag that indicates if all binary data types are to
be inlined for this class.
- setInlineMapping(DatabaseMapping) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- setInMemoryQueryIndirectionPolicy(InMemoryQueryIndirectionPolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the InMemoryQueryIndirectionPolicy for this query.
- setInMemoryQueryIndirectionPolicyState(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the InMemoryQueryIndirectionPolicy for this query.
- setInputRecordName(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Set the input record name.
- setInputResultPath(String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
The input result path defines the root key for the MappedRecord that
the interaction argument is nested into.
- setInputRootElementName(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Set the root element name to use for the input DOM.
- setInputRow(AbstractRecord) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Set the input database row.
- setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setInsertCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's insert call.
- setInsertCall(Call) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the receiver's insert Call.
- setInsertCall(Call) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the receiver's insert Call.
- setInsertQuery(InsertObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's insert query.
- setInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- setInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- setInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- setInsertRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setInsertSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's insert SQL string.
- setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the receiver's insert SQL string.
- setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the receiver's insert SQL string.
- setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the receiver's insert SQL string.
- setInstanceClass(Class) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Sets the Java class that this type represents.
- setInstanceClassName(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Sets the name of the Java class that this type represents.
- setInstanceProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setInstanceProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setInstantiationPolicy(INSTANTIATION_POLICY) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Sets the instantiation policy.
- setInstantiationPolicy(InstantiationPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the instantiation policy.
- setInt(String, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setInt(int, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setInt(Property, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setIntegrityChecker(IntegrityChecker) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
set the integrityChecker.
- setIntegrityChecker(IntegrityChecker) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
- setInteractionSpec(InteractionSpec) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Set the JCA InteractionSpec that defines this EIS interaction.
- setInterceptorClassName(String) - Method in interface org.eclipse.persistence.jpa.config.CacheInterceptor
-
- setInterfaceBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setInterfaceGenerator(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- setInterfaceInitializationStage(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- setInterfaceName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setInterfacePolicy(InterfacePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the interface policy.
- setInternal(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setInternalDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the default table if one if not already set.
- setInternalDefaultTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the default table if one if not already set.
- setInternalException(Throwable) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Used to specify the internal exception.
- setInternalExceptions(Collection) - Method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Store the exceptions related to this exception
- setInternalMax(int) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
sets the JPA max results that may have been set on a NamedQuery
- setInternalMultipleTableJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Used to set the multiple table join expression that was generated by EclipseLink as opposed
to a custom one supplied by the user.
- setInvalidateOnChange(boolean) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Configure if any change to any object of the query class should cause the query results to be invalidated.
- setInvalidationClasses(Set<Class>) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
ADVANCED:
Set the set of classes that should trigger the query cached results to be invalidated.
- setInvalidationState(int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setInverseForeignKey() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setInverseReference(boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setInverseReferencePropertyContainerClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setInverseReferencePropertyGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setInverseReferencePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setInverseReferencePropertySetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsActive(boolean) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set if the client session is active (has not been released).
- setIsAny(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set indicator for XmlAnyElement.
- setIsAny(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setIsAnyAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsAttribute(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the isAttribute property.
- setIsBatchExecutionSupported(boolean) - Method in class org.eclipse.persistence.queries.ModifyQuery
-
PUBLIC:
Set if this query is compatible with batch writing.
- setIsBindingSupported(boolean) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
PUBLIC:
Set if binding is compatible with this operator.
- setIsCacheable(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Used to signal that this mapping references a protected/isolated entity and requires
special merge/object building behaviour.
- setIsCacheable(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Used to signal that this mapping references a protected/isolated entity and requires
special merge/object building behaviour.
- setIsCascaded(boolean) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Set whether to use cascade locking on the policy.
- setIsCascadeOnDeleteSetOnDatabase(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED:
Set if delete cascading has been set on the database for the
mapping's foreign key constraint.
- setIsCascadeOnDeleteSetOnDatabaseOnSecondaryTables(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set if delete cascading has been set on the database for the descriptor's
multiple tables.
- setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- setIsCMP(boolean) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: setIsCMP(boolean): Define whether or not we're in the context of CMP (i.e.
- setIsComplete(boolean) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setIsConcurrent(Boolean) - Method in class org.eclipse.persistence.queries.LoadGroup
-
ADVANCED:
Set if the load group should load its relationships concurrently.
- setIsConnected(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Set if this pool has been connected to the database.
- setIsCoordinatedWithProperty(boolean) - Method in class org.eclipse.persistence.indirection.ValueHolder
-
Used as part of the implementation of WeavedAttributeValueHolderInterface
Used to track whether a valueholder that has been weaved into a class is coordinated
with the underlying property
This method will be called internall when the state of Coordination between the
weaved valueholder and the underlying value is known
- setIsCoordinatedWithProperty(boolean) - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
TopLink will call this method when the triggering of a weaved valueholder causes it's
value to be coordinated with the underlying property
- setIsCustomQueryUsed(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: PERF: Set if this query will use the descriptor custom query
instead of executing itself.
- setIsDead(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
ADVANCED:
Set if the connection pool's database is down, and failover should be used.
- setIsDOMRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if this platform supports XML/DOM Records.
- setIsElement(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- setIsExecuteCall(boolean) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
Set to true if you the actual jdbc result set returned from query
execution.
- setIsExecutionClone(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: PERF: Set if the query is an execution clone.
- setIsFinalizersEnabled(boolean) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set if this session's descendants should use finalizers.
- setIsForeignKeyRelationship(boolean) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Set if the 1-M mapping has a foreign key dependency to its target.
- setIsForeignKeyRelationship(boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Set if the 1-1 mapping has a foreign key dependency to its target.
- setIsFullRowRequired(boolean) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
ADVANCED:
Set if the full row is required by the delete query.
- setIsIdentity(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set whether the receiver is an identity field.
- setIsImportProcessor(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setIsInAndOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the mapping is both in and out of SerializedObjectPolicy's sopObject
- setIsIndexedRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if this platform supports JCA IndexedRecord.
- setisInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Sets the flag that indicates if XOP encoding should be disabled
for datatypes that are bound to base64-encoded binary data in
XML.
- setIsInMemoryOnly(boolean) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
INTERNAL:
Set if objects should be remove from the persistence context only (no database).
- setIsInsert(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setIsInsertable(boolean) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
Set if the index field can be inserted.
- setIsInsertModeReturnOnly(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setIsInSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the mapping is in SerializedObjectPolicy's sopObject.
- setIsInvalidationRandomized(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Allows the timeToLive to be randomized to avoid bottlenecks.
- setIsJPAId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Flags that this mapping is part of a JPA id mapping.
- setIsLazy(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Set if this mapping is lazy.
- setIsLazy(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Set if a lazy connection should be used, a lazy connection only acquire a physical connection
when a transaction is started and releases the connection when the transaction completes.
- setIsListOrderBrokenInDb(boolean) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- setIsListOrderFieldUpdatable(boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
indicates whether listOrderField value could be updated in the db.
- setIsMapKeyMapping(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
- setIsMappedRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if this platform supports JCA MappedRecord.
- setIsMetadataRemote(boolean) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
ADVANCED:
Set if the descriptors and meta-data should be serialized from the server,
or if they will be provided locally.
- setIsMtomAttachment(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsMutable(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Return true if the attribute for this mapping is a simple atomic value that cannot be modified,
only replaced.
- setIsMutable(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Set if the value of the attribute is atomic or a complex mutable object and can be modified without replacing the entire object.
- setIsNativeConnectionRequired(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Set if the descriptor requires usage of a native (unwrapped) JDBC connection.
- setIsNativeConnectionRequired(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Set if the descriptor requires usage of a native (unwrapped)
JDBC connection.
- setIsNestedTable(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
Set boolean that indicates if the instance represents a Nested Table
(as opposed to Varray)
- setIsNewlyWeavedValueHolder(boolean) - Method in class org.eclipse.persistence.indirection.ValueHolder
-
Used as part of the implementation of WeavedAttributeValueHolderInterface
Used to determine if this ValueHolder was added instantiated as part of
the constructor of a weaved class
This method will be called when a ValueHolder is instantiated in a weaved class
- setIsNewlyWeavedValueHolder(boolean) - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
TopLink weaving calls this method on any valueholder it weaves into a class to indicate
that it is new and it's value should not be considered.
- setIsNonAssociativeCollection(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
Sets flag on this argument's database type indicating that it represents a
non-associative collection, i.e.
- setIsNullAllowed(boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
Configure 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).
- setIsNullAllowed(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
-
PUBLIC:
Set if the varray collection is allowed NULL or not
- setIsNullIgnored(boolean) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Set if null results should be cached or ignored.
- setIsolation(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setIsOneToOnePrimaryKeyRelationship(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Set if this mapping is defined using primary key join columns.
- setIsOneToOneRelationship(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Define if this mapping is really for a OneToOne relationship.
- setIsOptional(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Used to specify whether the value of this mapping may be null.
- setIsOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the mapping is out of SerializedObjectPolicy's sopObject.
- setIsParsed(boolean) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL
Set the isParsed state
- setIsPrepared(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: If changes are made to the query that affect the derived SQL or
Call parameters the query needs to be prepared again.
- setIsPrepared(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Clear cached flags when un-preparing.
- setIsPreparedKeepingSubclassData(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Clear cached flags when un-preparing.
- setIsPreparedUsingTempStorage(boolean) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
- setIsPrePrepared(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
If changes are made to the query that affect the derived SQL or Call
parameters the query needs to be prepared again.
- setIsPrimaryKey(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set whether the receiver is a primary key.
- setIsPrimaryKeyMapping(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set by the Object builder during initialization returns true if this mapping
is used as a primary key mapping.
- setIsPrivateOwned(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Set if the relationship is privately owned.
- setIsReadOnly(boolean) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
INTERNAL
- setIsReadOnly(boolean) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL
- setIsReadOnly(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Set this mapping to be read only.
- setIsReadOnly(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the query to be read-only.
- setIsReference(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set flag to indicate whether this property represents a reference
property.
- setIsRequired(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsResultSetAccessOptimizedQuery(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Set if the query should be optimized to build directly from the result set.
- setIsResultSetOptimizedQuery(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Set if the query should be optimized to build directly from the result set.
- setIsRMIOverIIOP(boolean) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
- setIsSet(boolean) - Method in class org.eclipse.persistence.sdo.SDOSetting
-
INTERNAL:
Set if the value of this setting is set.
- setIsSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
Sets the value of the isSetMethodName property.
- setIsSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- setIsSetParameters(Object[]) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- setIsSetParameterTypes(Class[]) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- setIsSetPerformedForAbsentNode(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-
Sets the value of the isSetPerformedForAbsentNode property.
- setIsStoredInCache(boolean) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Set whether to store the lock in the cache or in the object.
- setIsSuperClassProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsSwaAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setIsTypedTextField(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
-
Set if the field is a typed text field
True when we should base conversions on the "type" attribute on elements
- setIsUnique(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- setIsUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setIsUpdateable(boolean) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
Set if the index field can be updated.
- setIsUserDefined(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set if the query is a custom user defined query.
- setIsUserDefinedSQLCall(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set if the query is a custom user defined sql call query.
- setIsWrapper(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL:
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- setIsXmlId(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Sets the indicator that identifies this property as an ID field.
- setIsXmlIdExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Sets the indicator that identifies this property as an ID extension field.
- setIsXmlIdRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Sets the indicator that identifies this property as a reference
to an ID field.
- setIsXmlList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the isXmlList property.
- setIsXmlRootElement(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Mark if this element had an @XmlRootElement annotation
- setIsXmlTransformation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set flag that indicates if this property represents an XmlTransformation.
- setIsXmlValue(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the isXmlValue property.
- setIsXmlValueExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the isXmlValueExtension property.
- setItems(List<T>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
- setItems(List<Object>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
- setItems(List<ReportQueryResultListItem>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setItems(List<ReportQueryResultListItem>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
-
Sets the items.
- setItems(List<JAXBElement>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
-
Sets the items.
- setItems(List<ReportItem>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Set the ReportQueryItems defining the attributes to be read.
- setJarFile(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setJavaAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Sets the value of the javaAttribute property.
- setJavaAttributes(JavaType.JavaAttributes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the javaAttributes property.
- setJavaClass(Class) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Set the Java class that this descriptor maps.
- setJavaClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the Java class that this descriptor maps.
- setJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setJavaClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the java class name, used by the MW.
- setJavaClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the JavaClass name for this typeinfo.
- setJavaEnum(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Sets the value of the javaEnum property.
- setJavaEnumValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Sets the value of the javaEnumValue property.
- setJavaInterface(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Sets the descriptor to be for an interface.
- setJavaInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the java interface name, used by the MW.
- setJavaMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the javaMethod property.
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Set this JavaClass'
JavaModel
.
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Set this JavaClass'
JavaModel
.
- setJavaModelClasses(Map<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Sets the Map
of JavaClasses
for this JavaModel's
, keyed on class name.
- setJavaModelImpl(JavaModelImpl) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- setJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the javaType associated with this element.
- setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
-
- setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleObject
-
- setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
-
- setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
-
- setJavaTypeAdapterClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the java type adapter class associated with this element if applicable.
- setJavaTypes(XmlBindings.JavaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the javaTypes property.
- setJavaVariableAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the javaVariableAttribute property.
- setJdbcType(Integer) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setJdbcTypeName(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setJoinCriteria(Expression) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Set the join expression for the relationship defined by the query key.
- setJoinedAttributeExpressions(List) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Convenience method for project mapping.
- setJoinedAttributeManager(JoinedAttributeManager) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set join manager responsible for managing all aspects of joining for the query.
- setJoinedStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Used to indicate a JOINED inheritance strategy.
- setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setJoinFetch(int) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Indicates whether the referenced object(s) should always be joined on read queries.
- setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
-
- setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setJPQLParseCache(ConcurrentFixedCache) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the JPQL parse cache.
- setJPQLParseCacheMaxSize(int) - Method in class org.eclipse.persistence.sessions.Project
-
ADVANCED:
Set the JPQL parse cache max size.
- setJPQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the JPQL string of the query.
- setJPQLString(String) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Set the JPQL string for this call
- setJsonArrayBuilder(JsonArrayBuilder) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- setJsonObjectBuilder(JsonObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- setJtaDataSource(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- setKey(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
-
INTERNAL:
Set the change type
- setKey(XmlMap.Key) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Sets the value of the key property.
- setKey(Object) - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Set the key.
- setKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setKeyClass(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to set the key converter to a TypeConversionConverter.
- setKeyConverter(Converter) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
Set the converter on the mapping.
- setKeyConverterClassName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
Set the converter class name on the mapping.
- setKeyName(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setKeyType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setKeyType(Class) - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Set the class of the key.
- setLastFieldIndex(int) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- setLastUpdatedQueryId(long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setLastXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Maintain a direct pointer to the last XPathFragment.
- setLax(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Used with XmlAnyElement.
- setLax(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the lax property.
- setLazilyInitialized(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
Specify in the descriptor may be lazily initialized.
- setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setLeafElementType(XPathQName) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
Assumes type is in the format prefix:localPart, or localPart.
- setLeftExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expression
to be the first expression of this compound one.
- setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
-
- setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setLevel(int) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setLevel(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setLevel(int, String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
- setLevel(int, String) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
- setLevel(int) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Set the log level.
- setLevel(int, String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Set the log level.
- setLevel(int) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the request level of the log entry.
- setLexicalHandler(LexicalHandler) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
Set the LexicalHandler to receive CDATA related events
- setLimit(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Sets the limit.
- setLimit(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Sets the limit.
- setLimit(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setLimits() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Initialize the stream size and position
- setLinks(List<LinkV2>) - Method in interface org.eclipse.persistence.jpa.rs.util.CollectionProxy
-
- setLinks(List<LinkV2>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Sets the links.
- setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Sets the links.
- setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- setList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Mark if this element is a list
- setList(List<Link>) - Method in class org.eclipse.persistence.jpa.rs.util.list.LinkList
-
- setList(List<Query>) - Method in class org.eclipse.persistence.jpa.rs.util.list.QueryList
-
- setList(String, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setList(int, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setList(Property, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-
- setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-
- setListenerFactory(SynchronizationListenerFactory) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Set the factory used to generate synchronization listeners.
- setListeners(List<SessionEventListener>) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
The event listeners will receive all events raised by this session.
- setListOrderField(DatabaseField) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Field holds the order of elements in the list in the db, requires collection of type List.
- setListOrderFieldName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Field holds the order of elements in the list in the db, requires collection of type List.
- setLoad(Boolean) - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
-
- setLoader(SDOClassLoader) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setLoader(SDOClassLoader) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- setLoader(SDOClassLoader) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- setLoadGroup(LoadGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Set a load group to the query.
- setLob() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setLob() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setLob() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setLob() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setLobValueLimits(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
PUBLIC:
Set the BLOB/CLOB value limits on thin driver.
- setLobValueLimits(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
PUBLIC:
Set the BLOB/CLOB value limits on thin driver.
- setLobValueLimits(int) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
PUBLIC: Set the BLOB/CLOB value limits on thin driver.
- setLocalBase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Set the local base expression, ie the one on the other side of the operator
Most types will ignore this, since they don't need it.
- setLocalContextProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the properties that will be used to create the initial context
for local JNDI access.
- setLocalName(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setLocalName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- setLocalTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Sets the value of the location property.
- setLocationAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Set this Descriptor's location accessor.
- setLocationAware(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setLockableMappings(List<DatabaseMapping>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the list of lockable mappings for this project
This method is provided for CMP use.
- setLockFieldNames(List<String>) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
PUBLIC: Set the field names to lock on.
- setLockFields(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: Sets the lock fields
- setLockFieldsByTable(Map<DatabaseTable, List<DatabaseField>>) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: Used to set the field names to be used in this policy.
- setLockingClause(ForUpdateClause) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
The locking clause contains a list of expressions representing which
objects are to be locked by the query.
- setLockingMode(short) - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
-
PUBLIC:
Set locking mode.
- setLockMode(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
-
- setLockMode(short) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Sets whether this is a pessimistically locking query.
- setLockMode(short) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Sets whether this is a pessimistically locking query.
- setLockModeType(String, AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Sets a jakarta.persistence.LockModeType to used with this queries execution.
- setLockModeType(String, AbstractSession) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Sets a jakarta.persistence.LockModeType to used with this queries execution.
- setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
ADVANCED:
Sets the LockOnChange mode for this policy.
- setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
ADVANCED:
Sets the LockOnChange mode for this policy.
- setLog(Writer) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Sets the attunity adapter message log.
- setLog(SessionLog) - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setLog(Writer) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Set the message log.
- setLog(Writer) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the writer to which an accessor writes logged messages and SQL.
- setLog(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
Set the log file.
- setLog(Writer) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
The method allows user to specify the output for the log message.
- setLogging(boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Used by CopyHelper to set logging when creating a copy of a changesummary
- setLogin(LOGIN) - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
PUBLIC:
Set the login to be used to connect to the database for this project.
- setLogin(Login) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Returns a DatabaseLogin to be used by separate sequencing connection(s)
The set value is ignored if shouldUseSeparateConnection() returns false.
- setLogin(Login) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Set the login.
- setLogin(DatabaseLogin) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the login to be used to connect to the database for this project.
- setLogin(Login) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the login to be used to connect to the database for this project.
- setLogin(Login) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Set the login to use for this connection.
- setLogin(Login) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the login used to create connections.
- setLogLevel(int) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Set the log level.
- setLogLevel(Level) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
-
Sets the log level
- setLogLevel(SessionLog, int) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
-
Sets the log level
- setLogLevel(int) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Set the log level
- setLogLevel(int) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the log level.
- setLogLevel(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
- setLogLevel(int) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
The method allows user to define nine levels EclipseLink logging.
- setLong(String, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setLong(int, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setLong(Property, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setLongestTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setLookupType(int) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
- setManager(SessionManager) - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
Set the singleton session manager.
- setMany(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set this property as single-valued(false) or many-valued(true).
- setManyProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- setManyProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- setManyProperty(Property, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- setMap(Map) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaLocationResolver
-
Set the map of schemaLocations keyed on QName of the target SDO Type
- setMapKey() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setMappedBy(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Called by JPA metadata processing to store the owning mapping
for this mapping
- setMappedBy(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- setMappedClass(Class) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Define the mapped class.
- setMapping(DatabaseMapping) - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
INTERNAL:
Set the mapping.
- setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set the mapping.
- setMapping(CoreMapping) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- setMappingFile(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setMappingQueries(Map<DatabaseMapping, ReadQuery>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Set the internally stored prepared mapping queries.
- setMappings(Vector<DatabaseMapping>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the mappings.
- setMappingValueInObject(Object, Object, DatabaseMapping, DatabaseMapping) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- setMapsId(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setMapsId(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setMapsIdValue(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the maps id value
- setMarker(int) - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Set the marker used for mark() & reset() operations
- setMarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setMarshalEmptyCollections(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
If true empty collections will be marshalled as empty arrays, else the
collection will not be marshalled to JSON (default is true).
- setMarshalledObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- setMarshalledObjectRootQName(QName) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
INTERNAL:
- setMarshaller(XMLMarshaller) - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- setMarshaller(Marshaller) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- setMarshalListener(XMLMarshalListener) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- setMarshalNullRepresentation(XMLNullRepresentationType) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
Set the enum that determines what XML to write when a null value is encountered.
- setMask(SpatialParameters.Mask) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the MASK parameter
- setMasks(SpatialParameters.Mask[]) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the MASK parameter
- setMaxBatchWritingSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Allow for the max batch writing size to be set.
- setMaximumCachedResults(int) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Set the maximum cached results.
- setMaxNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the maximum number of connections allowed.
- setMaxNumberOfNonPooledConnections(int) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Set the number of non-pooled database connections allowed.
- setMaxNumberOfNonPooledConnections(int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Set the number of non-pooled database connections allowed.
- setMaxOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setMaxPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Sets a maximum number of connections in sequencing connection pool
The set value is ignored if shouldUseSeparateConnection() returns false.
- setMaxResolution(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the MAX_RESOLUTION parameter
- setMaxRows(int) - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Used to set the limit for the maximum number of rows that any ResultSet can contain to the given number.
- setMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Set the MediaType for this xmlMarshaller.
- setMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Set the MediaType for this xmlUnmarshaller.
- setMessage(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the entry's message.
- setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setMetadataCompletePackageMap(Map<String, Boolean>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
Set the Map of package names to metadata complete indicators for this
JavaModelInput.
- setMethod(Method) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Set the clone method.
- setMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
- setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Sets the value of the method property.
- setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Sets the value of the method property.
- setMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
- setMethod(String) - Method in interface org.eclipse.persistence.jpa.config.ReadTransformer
-
- setMethod(String) - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
-
- setMethod(Method) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Sets the static method.
- setMethodBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setMethodClass(Class) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Sets the class to execute the static method on.
- setMethodClassName(String) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Sets the class to execute the static method on.
- setMethodName(String) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Set the clone method name.
- setMethodName(String) - Method in interface org.eclipse.persistence.jpa.config.CloneCopyPolicy
-
- setMethodName(String) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- setMethodName(String) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
- setMethodName(String) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Sets the name of the static method.
- setMethodName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
Return a valid Java set method name for a given string
- setMethodParameterTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- setMethodProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setMillisecond(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
-
- setMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
-
Set the default mime type for this policy.
- setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
- setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
- setMimeTypePolicy(MimeTypePolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
- setMimeTypePolicy(MimeTypePolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
- setMinNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the minimum number of connections.
- setMinOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setMinPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Sets a minimum number of connections in sequencing connection pool
The set value is ignored if shouldUseSeparateConnection() returns false.
- setMinResolution(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the MIN_RESOLUTION parameter
- setMinute(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
-
- setMixed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set mixed content indicator
- setMixed(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
- setMixedContent(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- setMixedContent(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
PUBLIC:
Allows the user to indicate that this mapping should also allow for mixed content in addition to
any of the elements in the choice.
- setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
PUBLIC:
Allows the user to indicate that this mapping should also allow for mixed content in addition to
any of the elements in the choice.
- setMode(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setModifiedDoms(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setModifyRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.ModifyQuery
-
INTERNAL:
Set the modify row
- setModuleName(String) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL;
- setMulticastGroupAddress(String) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Set the host address of the multicast group.
- setMulticastPort(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Set the multicast port used for discovery.
- setMultipleResultSets(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- setMultipleTableForeignKeys(Map<DatabaseTable, Set<DatabaseTable>>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- setMultipleTableInsertOrder(List<DatabaseTable>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Sets the List of DatabaseTables in the order which INSERTS should take place.
- setMultipleTableJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
This is normally generated for descriptors that have multiple tables.
- setMultitenant() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setMultitenant() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setMultitenantPolicy(MultitenantPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set a multitenant policy on the descriptor.
- setMultitenantPolicy(MultitenantPolicy) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the multitenant policy.
- setMustDeleteReferenceObjectsOneByOne(Boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED::
Return whether the reference objects must be deleted
one by one, as opposed to with a single DELETE statement.
- setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setName(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- setName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
PUBLIC:
Set the name of the policy.
- setName(String) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the name of the ConnectionFactory within the
JNDI Context.
- setName(Name) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Set the name of the ConnectionFactory within the
JNDI Context.
- setName(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Set the name.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Sets the value of the name property.
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Sets the value of the name property.
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.AttributeOverride
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ColumnResult
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Converter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.FetchAttribute
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Field
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.FieldResult
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinField
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.MapKey
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.OracleObject
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Partitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PinnedPartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Property
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.QueryHint
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ReplicationPartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.StructConverter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Table
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Transient
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.UniqueConstraint
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.UuidGenerator
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setName(String) - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setName(String) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC:
Set the name for the query key.
- setName(String) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
Specify the name of the setting.
- setName(String, String, String) - Method in class org.eclipse.persistence.oxm.XMLField
-
Override setName in superclass
- setName(String) - Method in class org.eclipse.persistence.oxm.XMLField
-
This has the same effect as calling the setXPath method
- setName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the query's name.
- setName(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Assign a string as a unique name of this Property among Properties that belongs
to a DataObject.
- setName(String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
- setName(String) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Set the name of the DataSource within the
JNDI Context.
- setName(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the name of the project.
- setName(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the name of this pool.
- setName(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the name of the session.
- setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Set the name of the object.
- setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the name of the field.
- setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Set the name.
- setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- setNameCollision(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setNameFieldName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- setNames(List<String>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Set the item names.
- setNames(List<String>) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Sets the value of the namespace property.
- setNameSpace(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the name space of the log entry.
- setNamespaceAware(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Changes namespaceAware behavior of the parser.
- setNamespaceAware(boolean) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setNamespaceAware(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setNamespaceDeclarationIncluded(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setNamespaceInfo(NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setNamespacePrefixMapper(Map<String, String>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
By default the JSON-binding will ignore namespace qualification.
- setNamespacePrefixMapper(NamespacePrefixMapper) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
- setNamespaceQualified(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set if the element or attribute corresponding to this Property is namespace qualified in the XSD.
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Set the XML namespace resolver.
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Set the NamespaceResolver to associate with this descriptor
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.XMLField
-
Set the NamespaceResolver associated with this XMLField
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
INTERNAL:
Set the namespaceresolver of the document
- setNamespaceSeparator(char) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
This character (default is '.') separates the prefix from the key name.
- setNamespaceUri(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Sets the value of the namespaceUri property.
- setNamespaceURI(String) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- setNamingIntoIndexed(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set whether named stored procedure parameters is allowed to transform into positional/index based.
- setNamingServiceType(int) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
ADVANCED:
This function is not supported for naming service other than JNDI or TransportManager.JNDI_NAMING_SERVICE.
- setNamingServiceType(int) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the type of naming service used to look up remote connections to other
service instances.
- setNeedToCloseComplex(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setNeedToOpenComplex(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setNestedArray(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- setNestedArray(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- setNestedArray(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
-
Set nested array flag.
- setNestedFieldTranslations(Map<String, Object[]>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Set the hashtable that stores a field in the source table
to a field name in a nested aggregate descriptor.
- setNestedType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
-
- setNestedType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
-
- setNestedType(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Set the database type of the value contained in the collection type.
- setNestedType(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
Set the database type of the value contained in the collection type.
- setNestedTypeField(DatabaseField) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY fields, this field's type represents the type contained in the ARRAY.
- setNestLevel(int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setNestTime(long) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setNewValueInChangeRecord(Object, ObjectReferenceChangeRecord, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Set the newValue in the change record
- setNextObject(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- setNil(boolean) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set if the global element should be marked as nillable
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Set if the global element should be marked as nillable
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the nillable property.
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
-
Sets the value of the nillable property.
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Sets the value of the nillable property.
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the nillable property.
- setNodeClass(Class) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the node class for this operator.
- setNodeOrderingPolicy(NodeOrderingPolicy) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
PUBLIC:
Sets the NodeOrderingPolicy to be used by this DocumentPreservationPolicy
when adding new elements into a cached XML Document.
- setNoNamespaceSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Sets the value of the noNamespaceSchemaLocation declaration
for the http://www.w3.org/2001/XMLSchema-instance namespace in the
root element, or null if it should not be present.
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setNonDeferredCreateTime(int) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This setting is only available for CMP beans that are not being deferred.
- setNonFetchJoinAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the attributes that must be joined, but not fetched, that is,
do not trigger the value holder.
- setNonFinalizedMappingURIs(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setNonFinalizedReferencingProps(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setNonJtaDataSource(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setNormalizingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Indicates that this mapping should normalize all string values before adding them
to the collection on unmarshal.
- setNormalizingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Indicates that this mapping should normalize all string values before setting them
in the object on unmarshal.
- setNoSql() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setNoSql() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setNotNullAnnotated(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setNullable(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setNullableArguments(List<DatabaseField>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set the list of arguments to check for null.
- setNullFromDatabaseField(DatabaseField, CallableStatement, String) - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- setNullFromDatabaseField(DatabaseField, PreparedStatement, int) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- setNullFromDatabaseField(DatabaseField, PreparedStatement, int) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
- setNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the null policy for this property.
- setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
- setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
- setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
- setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
-
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
- setNullRepresentationForXml(XmlMarshalNullRepresentation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Sets the value of the nullRepresentationForXml property.
- setNullRepresentedByEmptyNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- setNullRepresentedByXsiNil(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- setNullValue(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- setNullValue(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- setNullValueMarshalled(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
PUBLIC:
Set whether this mapping's value should be marshalled, in the case that
it is equal to the default null value.
- setNumberOfInstancesEffected(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setNumberOfItems(int) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setNumberOfNonPooledConnectionsUsed(int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Set the current number of connections being used that are not from a connection pool.
- setObject - Static variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
- setObject(T) - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The Object to be marshalled
- setObject(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- setObject(Object) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
PUBLIC: (REQUIRED)
Set the object required for modification.
- setObject(Object) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Set the object.
- setObject(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC: (REQUIRED)
Set the object required for modification.
- setObject(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setObjectBuilder(OBJECT_BUILDER) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Set the ObjectBuilder.
- setObjectBuilder(ObjectBuilder) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the ObjectBuilder.
- setObjectChangePolicy(ObjectChangePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the ObjectChangePolicy for this descriptor.
- setObjectChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Set the ObjectChangeSet representing the object to be written
- setObjectClass(Class) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Set the class type of the object value.
- setObjectClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Set the Class of the elements of this collection's "sub-collection".
- setObjectClassName(String) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Set the name of the object type for the MW usage.
- setObjectClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Set the Class name of the elements of this collection's "sub-collection".
- setObjectCollection(List<Object>) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the internal object collection
- setObjectFactoryClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setObjectFetchGroup(Object, FetchGroup, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Set fetch group into the object.
- setObjects(List<Object>) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
PUBLIC (REQUIRED):
Set the objects to be deleted.
- setObjectType(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
-
- setObjectType(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setObjectTypeName(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.
- setObjectValue(String) - Method in interface org.eclipse.persistence.jpa.config.ConversionValue
-
- setODBCDataSourceName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
- setOffset(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Sets the offset.
- setOffset(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Sets the offset.
- setOffset(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- setOldContainer(SDODataObject, DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setOldContainmentProperty(SDODataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setOldSequence(SDODataObject, Sequence) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setOnlyInstancesExpression(Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Sets the expression used to select instance of the class only.
- setOpen(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Make this Type an opened Type to allow open content by assigning true value
or a Type not to accept any additional properties by assigning false value,
SDOType.isOpen()
.
- setOpen(boolean) - Method in class org.eclipse.persistence.sdo.types.SDODataType
-
- setOpenContentProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
- setOpenContentProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- setOpenContentProperty(Property, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
-
- setOpenContentValues(Map) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
INTERNAL:
- setOperationStartTimes(Map<String, Long>) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setOperationStartTimesByThread(Hashtable) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setOperationTimings(Map<String, Long>) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setOperationTimings(Hashtable) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setOperationTimingsByThread(Hashtable) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setOpposite(Property) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set the opposite Property.
- setOppositePropName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- setOptimisticLocking() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setOptimisticLocking() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setOptimisticLockingPolicy(OptimisticLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the OptimisticLockingPolicy.
- setOptional(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setOptionalArguments(List<DatabaseField>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Set the list of optional arguments.
- setOrAddAttribute(String, String, String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
-
- setOrAddAttribute(String, String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
-
Deprecated.
- setOrAddAttributeInternal(String, String, String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
-
- setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setOrderByExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set the order expressions for the query.
- setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setOrderCorrectionType(OrderCorrectionType) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Specifies what should be done if the list of values read from listOrserField is invalid
(there should be no nulls, no duplicates, no "holes").
- setOrderedDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the descriptors order.
- setOrderedFields(Vector) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Set the field order.
- setOrderedPartitions(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
- setOriginalGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setOriginalObject(Object) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
The source object represents the object the event is being raised on,
some events also require a second object, for example the original object in a postClone.
- setOriginalSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setOriginalType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the original type of the property.
- setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setOutputArgumentNames(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Set the output argument names.
- setOutputArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The output arguments.
- setOutputArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The output arguments in order of occurance in the record.
- setOutputFileName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the file name that the generate .java file will be output to.
- setOutputFileName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the file name that the generate .java file will be output to.
- setOutputPath(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the path that the generate .java file will be output to.
- setOutputPath(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the path that the generate .java file will be output to.
- setOutputResultPath(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
The output result path defines the root key for the MappedRecord that
the desired interaction result is nested into.
- setOutputRootElementName(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Set the root element name to use for the output DOM.
- setOutputStream(OutputStream) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
Set the OutputStream that the object will be marshalled to.
- setOutputWriter(Writer) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the writer the output to.
- setOutputWriter(Writer) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the writer the output to.
- setOwner(ServerSession) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
Set the ServerSession that owns this connection pool
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Set the JavaClass
which contains this constructor.
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Set the JavaClass
which contains this field.
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Set the JavaClass
which contains this method.
- setOwningMap(AbstractIdentityMap) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setOwningObject(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setOwningObject(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setOwningProp(SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- setOwningType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- setOwningType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- setPackage(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setPackageLevelAdaptersByClass(HashMap<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setPackageLevelXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setPackageName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the packageName property.
- setPackageName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setPackageName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the package name of class to be generated.
- setPackageName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the package name of class to be generated.
- setPackageToNamespaceMappings(HashMap<String, NamespaceInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Set namespace override info from XML bindings file.
- setPackageToPackageInfoMappings(HashMap<String, PackageInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- setPacketTimeToLive(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Set the number of hops the data packets of the session announcement will take before expiring.
- setPageSize(int) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
Set the number of elements to be read into a cursored stream
when more elements are needed from the database.
- setParameterCount(FunctionExpressionFactory.ParameterCount) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
Sets the number of parameters a
FunctionExpression
can have, which will be during
validation.
- setParameterDelimiter(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set the String char used to delimit an SQL parameter.
- setParameterQueryBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
Sets the BNF that will be used when parsing the function's arguments.
- setParameters(Object[]) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the array of parameters to the message.
- setParameterValueInDatabaseCall(Object, CallableStatement, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
INTERNAL:
DBase does not support Time/Timestamp so we must map to strings.
- setParameterValueInDatabaseCall(Object, CallableStatement, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
INTERNAL:
DBase does not support Time/Timestamp so we must map to strings.
- setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Note that index (not index+1) is used in statement.setObject(index, parameter)
Binding starts with a 1 not 0, so make sure that index > 0.
- setParameterValueInDatabaseCall(Object, CallableStatement, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
Note that index (not index+1) is used in statement.setObject(index, parameter)
Binding starts with a 1 not 0, so make sure that index > 0.
- setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- setParameterValueInDatabaseCall(Object, CallableStatement, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- setParams(String) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the PARAMS (String) value.
- setParent(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- setParent(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- setParent(ServerSession) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set the parent.
- setParentClass(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Set the parent class.
- setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setParentClassName(String) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Set the parent class name, used by MW to avoid referencing the real class for
deployment XML generation.
- setParentClassName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Set the parent class name, used by MW to avoid referencing the real class for
deployment XML generation.
- setParentClassName(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- setParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
- setParentInterfaceNames(List<String>) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- setParentInterfaces(List<Class>) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
Set the Vector to store parent interfaces.
- setParentRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- setPartialAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set the partial attributes to select.
- setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
-
- setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setPartitionField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Set the database column or query parameter to partition queries by.
- setPartitionField(String) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Set the database column or query parameter to partition queries by.
- setPartitionId(int) - Method in class org.eclipse.persistence.platform.database.oracle.ucp.GridLinkDataPartitioningCallback
-
Set the partition id for this thread.
- setPartitionId(int) - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
-
Set the partition id for this thread.
- setPartitionId(int) - Method in interface org.eclipse.persistence.platform.database.partitioning.DataPartitioningCallback
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setPartitioningCallback(DataPartitioningCallback) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set callback.
- setPartitioningClasName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- setPartitioningPolicies(Map<String, PartitioningPolicy>) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the map of partitioning policies, keyed by name.
- setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the descriptor's partitioning policy.
- setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Set the mapping's partitioning policy.
- setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC:
Set the query's partitioning policy.
- setPartitioningPolicy(PartitioningPolicy) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the session's partitioning policy.
- setPartitioningPolicyName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the name of the descriptor's partitioning policy.
- setPartitioningPolicyName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Set the name of the mapping's partitioning policy.
- setPartitions(List<RangePartition>) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
PUBLIC:
Set the range partitions.
- setPartitions(Map<Object, String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Set the value partitions.
- setPartitionValueType(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- setPartitionValueType(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- setPartitionValueTypeName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL:
- setPassword(String) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC:
Set the password.
- setPassword(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the password used as the value to the SECURITY_CREDENTIALS key in the
cached context properties.
- setPassword(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Set the password.
- setPassword(String) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- setPersistenceFactory(PersistenceContextFactory) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Sets the persistence factory.
- setPersistenceinfo(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
- setPersistenceInfo(URL) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Set an explicitly identified URL of the location containing persistence.xml.
- setPersistenceInfo(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Set an explicitly identified the location containing persistence.xml.
- setPersistenceInfo(File) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Set an explicitly identified the location containing persistence.xml.
- setPersistenceUnitMetadata() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setpersistencexml(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
- setPersistenceXMLLocation(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Set a specific location to look for persistence.xml
by default we will look in META-INF/persistence.xml
- setPersitenceUnitDefault() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
-
- setPessimisticLockingPolicy(PessimisticLockingPolicy) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Configure bean pessimistic locking
- setPingSQL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink will attempt to test a connection if it encounters an exception on the connection
when executing SQL.
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setPKColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setPKColumnValue(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setPlatform(Platform) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Set the database platform specific information.
- setPlatform(Platform) - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Set the database platform specific information.
- setPlatformClassName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Set the name of the Platform to be used.
- setPlatformClassName(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Set the name of the Platform to be created using the
passed in class loader.
- setPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- setPolicy(CursorPolicy) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the cursor policy.
- setPolicy(int) - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- setPoolName(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Set the pool name or null if not part of a pool.
- setPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Manually sets the position of the cursor within the string.
- setPosition(int) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the current position of the stream
- setPostBuildSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
built from the database.
- setPostBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set indicator that this TypeInfo has completed the postBuildTypeInfo
phase of processing.
- setPostCloneSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
cloned into a unit of work.
- setPostDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
deleted from the database.
- setPostInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
inserted into the database.
- setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPostMergeSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
merge from a unit of work.
- setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPostRefreshSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
refreshed from the database.
- setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPostUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
updated into the database.
- setPostWriteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that has just been
written to the database.
- setPreallocationSize(int) - Method in class org.eclipse.persistence.sequencing.Sequence
-
- setPreBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set indicator that this TypeInfo has completed the preBuildTypeInfo
phase of processing.
- setPrecision(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setPrecision(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setPreDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that is going to be
deleted from the database.
- setPrefetchCacheKeys(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- setPrefetchedCacheKeys(Map<Object, CacheKey>) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
- setPrefix(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Sets the value of the prefix property.
- setPrefix(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- setPreInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that is going to be
inserted into the database.
- setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPrePersistSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object when that object has
the create operation applied to it.
- setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPreRemoveSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object when that object has
the remove operation applied to it.
- setPreserveWhitespaceForMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
-
- setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPreUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that is going to be
updated into the database.
- setPreviousObject(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- setPreWriteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
A method can be registered to be called on a object that is going to be
written to the database.
- setPrimaryKey() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPrimaryKey() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setPrimaryKey(Boolean) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setPrimaryKey(Object) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Set the primaryKey.
- setPrimaryKey(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Set the primary key for the query.
- setPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Specify the primary key field of the descriptors table.
- setPrimaryKeyFieldNames(LIST) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
User can specify a vector of all the primary key field names if primary key is composite.
- setPrimaryKeyFieldNames(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
User can specify a vector of all the primary key field names if primary key is composite.
- setPrimaryKeyFields(List<FIELD>) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
User can specify a vector of all the primary key field names if primary key is composite.
- setPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the primary key fields
- setPrimaryKeyFields(String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Set the PK field names on the underlying descriptor ensuring no duplicate
names are added.
- setPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- setPrimaryKeyIdValidations(List<IdValidation>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what types are allowed in each primary key field (id).
- setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setPrivateOwnedCriteria(Expression) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Private owned criteria is used to verify the deletion of the target.
- setPrivateOwnedCriteria(Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Private owned criteria is used to verify the deletion of the target.
- setProblemInstance(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the problem instance.
- setProblems(Collection<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Sets the collection that will be used to store
problems
this
validator will find in the JPQL query.
- setProblemType(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the problem type.
- setProcedureArgumentNames(List<String>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
The if the names are provide the order is not required to match the call def.
- setProcedureName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
-
- setProcedureName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- setProcedureName(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: (REQUIRED)
Set the name of the store procedure on the database.
- setProcedures(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
Packages can contain sets of procedures.
- setProcessImports(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setProduct(String) - Static method in class org.eclipse.persistence.Version
-
- setProfiler(SessionProfiler) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Set the profiler for the session.
- setProfiler(SessionProfiler) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the profiler for the session.
- setProfiles(Vector) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setProfileTime(long) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setProfileTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setProfileWeight(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Set the DMS sensor weight
- setProfileWeight(int) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to change DMS sensor weight.
- setProfileWeight(int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Set DMS sensor weight(DMS)
- setProfileWeight(int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Set DMS sensor weight(DMS)
- setProfileWeight(int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Api for changing dms weight dynamically.
- setProfileWeight(int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Set the level of profiling.
- setProfilingType(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to select the type of profiling.
- setProfilingType(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to select the type of profiling.
- setProject(Project) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Set the project to generate from.
- setProperties(Map) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the user defined properties.
- setProperties(Map) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Set the adapter specific properties.
- setProperties(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the Map of Properties for this TypeInfo.
- setProperties(Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Allow user defined properties.
- setProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support used by mappings.
- setProperties(Properties) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the JDBC driver.
- setProperties(Properties) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the JDBC driver.
- setProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
Additional properties may be added to the event.
- setProperty(String, Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the user defined property.
- setProperty(String, Object) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Set the adapter specific property.
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
Set a property on the JAXBMarshaller.
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Set a property on the JAXBUnmarshaller.
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- setProperty(String, Object) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setProperty(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Allow user defined properties.
- setProperty(Object, Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support used by mappings to store temporary stuff.
- setProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
-
INTERNAL:
- setProperty(String, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Add a name/value pair to the properties Map.
- setProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
-
INTERNAL:
- setProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- setProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOSetting
-
INTERNAL:
Set the property of this setting.
- setProperty(String, Object) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Some JDBC drivers require additional, driver-specific, properties.
- setProperty(String, Object) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Some JDBC drivers require additional, driver-specific, properties.
- setProperty(Object, Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Use this method to set custom properties on the Connection Policy.
- setProperty(String, Object) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Allow for user defined properties.
- setProperty(String, Object) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
Additional properties may be added to the event.
- setPropertyInternal(DataObject, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
- setPropertyInternal(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
Update the ValueStore with the new property value and update any sequence if it exists.
- setPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setPropertyTypeName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- setPropertyTypeURI(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
-
- setPropertyValues(Map) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setPropertyValues(Map) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setPropOrder(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setProvider(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setPseudoDefault(Object) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set an Object wrapper around primitive numeric types
- setQName(QName) - Method in class org.eclipse.persistence.sdo.SDOType
-
- setQNamesToDeclaredClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Set the map of which QName corresponds to which declared class.
- setQNameToGeneratedClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Set the map containing which QName corresponds to which generated class.
- setQualifier(String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Ignored, getDefaultSequence().getQualifier() used instead.
- setQualifier(String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- setQualifier(String) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Most major databases support a creator name scope.
- setQueries(Map) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
set the pre-defined queries for the descriptor.
- setQueries(List<DatabaseQuery>) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
- setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
The query causing the event.
- setQuery(DatabaseQuery) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This method set the databaseQuery.
- setQuery(ObjectLevelModifyQuery) - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
INTERNAL:
Set the query in which the problem was detected.
- setQuery(DatabaseQuery) - Method in exception org.eclipse.persistence.exceptions.QueryException
-
INTERNAL:
Set the query in which the problem was detected.
- setQuery(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
-
- setQuery(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
-
- setQuery(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Set the query.
- setQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
INTERNAL:
Set the query.
- setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Back reference to query, unfortunately required for events.
- setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
Some events may have a query associated with them (pre/postExecuteQuery).
- setQueryArguments(AbstractRecord) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Set the query arguments used in the original query when exception is thrown
- setQueryArguments(AbstractRecord) - Method in exception org.eclipse.persistence.exceptions.QueryException
-
INTERNAL:
Set the query argements used in the original query when exception is thrown
- setQueryByExamplePolicy(QueryByExamplePolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
The QueryByExamplePolicy, is a useful to customize the query when Query By Example is used.
- setQueryCacheForceDeferredLocks(boolean) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set property to Force all queries and relationships to use deferred lock strategy during object building and L2 cache population.
- setQueryClass(Class) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Set the class which this node represents.
- setQueryClass(Class) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setQueryClassAndDescriptor(Class, ClassDescriptor) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Set the class and descriptor which this node represents.
- setQueryId(long) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
This method is used to set the current system time in millis that this query is being executed at.
- setQueryKeys(Map<String, QueryKey>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the query keys.
- setQueryManager(DescriptorQueryManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the query manager.
- setQueryManager(DescriptorQueryManager) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL:
Avoid SDK initialization.
- setQueryMechanism(DatabaseQueryMechanism) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
Set the query mechanism for the query.
- setQueryParameter(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setQueryParameter(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setQueryRedirectors() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setQueryRedirectors() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setQueryResults(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Set the cached results of the query.
- setQueryResultsCachePolicy(QueryResultsCachePolicy) - Method in class org.eclipse.persistence.queries.ReadQuery
-
Set the QueryResultsCachePolicy.
- setQueryRetryAttemptCount(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set the number of attempts EclipseLink should make to re-connect to a database and re-execute
a query after a query has failed because of a communication issue.
- setQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
PUBLIC:
Set the query string.
- setQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL:
Set the query string.
- setQueryTimeout(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Set the number of seconds that queries will wait for their Statement to execute.
- setQueryTimeout(int) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the number of seconds the driver will wait for a Statement to
execute to the given number of seconds.
- setQueryTimeoutDefault(int) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the default query timeout for this session.
- setQueryTimeoutUnit(TimeUnit) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- setQueryTimeoutUnit(TimeUnit) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
- setQueryTimeoutUnitDefault(TimeUnit) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the default query timeout units for this session.
- setQueryType(SpatialParameters.QueryType) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the QUERY_TYPE parameter
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setReadAllCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read all call.
- setReadAllQuery(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read all query.
- setReadAllRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setReadAllSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read SQL string.
- setReadAllSubclassesView(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- setReadAllSubclassesViewName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- setReadConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Sets the read connection pool directly.
- setReadConnectionPool(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Set the read connection pool.
- setReadConnectionPool(Login) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Creates and sets the new read connection pool.
- setReadObjectCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read object call.
- setReadObjectQuery(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read query.
- setReadObjectRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setReadObjectSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's read SQL string.
- setReadOnly() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the descriptor to be read-only.
- setReadOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Flag the mapping for this Property as read-only.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setReadOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setReadOnly(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set this Property as read-only Property.
- setReadTime(long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setReadTransformer() - Method in interface org.eclipse.persistence.jpa.config.Transformation
-
- setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping,
placing it inside a value holder if necessary.
- setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping,
placing it inside a value holder if necessary.
- setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Set the value of the attribute mapped by this mapping,
placing it inside a value holder if necessary.
- setRealAttributeValueInObject(Object, Object) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Set the attribute value for the specified object,
wrapping it in a value holder if necessary.
- setRecord(Record) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
Optionally a database row may be provided on some events, (such as aboutToUpdate).
- setRecord(Record) - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Set the JCA adapter record.
- setRecord(Map) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Set the wrapped record.
- setRecord(Record) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setRecordConverter(RecordConverter) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set the record converter.
- setRecordFactory(RecordFactory) - Method in class org.eclipse.persistence.eis.EISAccessor
-
Set the RecordFactory.
- setRecordName(String) - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- setRecordShortDescription(String) - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- setRedirector(QueryRedirector) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the query redirector.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
PUBLIC:
This is a reference class whose instances this mapping will store in the domain objects.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
This cannot be used with direct collection mappings.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Set the referenced class.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Set the reference class of the relationship.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
PUBLIC:
This is a reference class whose instances this mapping will store in the domain objects.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Set the reference class this query.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
REQUIRED:
Set the reference class for the query.
- setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
REQUIRED:
Set the reference class for the query.
- setReferenceClassName(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Used by MW.
- setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Used by MW.
- setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Set the reference class name for this relationship
This is used when projects are built without using classes
- setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Set the class name of the reference class of this query.
- setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Set the reference class for the query.
- setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set the reference class for the query.
- setReferencedColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setReferencedColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
-
- setReferenceDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Set the referenceDescriptor.
- setReferenceDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Set the referenceDescriptor.
- setReferenceDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Set the referenceDescriptor.
- setReferencedFieldName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinField
-
- setReferencedXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Sets the value of the referencedXmlPath property.
- setReferenceKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the name of the reference key field.
- setReferenceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the reference key field names associated with the mapping.
- setReferenceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the reference fields.
- setReferenceResolver(ReferenceResolver) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Set the ReferenceResolver that will be leveraged by key based mappings.
- setReferenceResolver(ReferenceResolver) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setReferenceTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the reference table.
- setReferenceTableName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the reference table name.
- setRefreshOnFetchGroupToObject(Object, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Set if the tracked object is fetched from executing a query with or without refresh.
- setRefreshOnlyIfNewer(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setRegister(DatabaseChangeRegistration) - Method in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
INTERNAL:
Set the database register.
- setRegisteredObjects(Hashtable) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Set the registered objects.
- setRelationshipPartner(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Sets the relationshipPartner mapping for this bi-directional mapping.
- setRelationshipPartnerAttributeName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Use this method to specify the relationship partner attribute name of a bidirectional Mapping.
- setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the relational table.
- setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Set the relational table.
- setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the relational table.
- setRelationTableLockingClause(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return relation table locking clause.
- setRelationTableMechanism(RelationTableMechanism) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Set RelationTableMechanism into the mapping,
that allows to configure the mapping to use relation table (just like ManyToManyMapping).
- setRelationTableName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the name of the relational table.
- setRelationTableName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the name of the relational table.
- setRemoteCommandManager(RemoteCommandManager) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
- setRemoteConnection(RemoteConnection) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Set the remote connection.
- setRemoteContextProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the cached properties that will be used to create the initial context
when doing remote JNDI lookups.
- setRemoteIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set the class of identity map to be used by this descriptor.
- setRemoteIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the class of identity map to be used by this descriptor.
- setRemoteIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set the size of the identity map to be used by this descriptor.
- setRemoteIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the size of the identity map to be used by this descriptor.
- setRemoteSessionController(CORBARemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Set remote session controller
- setRemoteSessionController(RMIRemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Set remote session controller
- setRemoteSessionController(RMIRemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Set remote session controller
- setReplicateWrites(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
PUBLIC:
Set if write queries should be replicated.
- setReplicateWrites(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
-
PUBLIC:
Set if write queries should be replicated.
- setReplicateWrites(Boolean) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
-
- setReplicateWrites(Boolean) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setReportItems(List<ReportItem>) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- setReportRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setRequestId(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the request unique id.
- setRequestUniqueId() - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the required property.
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the required property.
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the required property.
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Sets the value of the required property.
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the required property.
- setRequired(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
-
Set whether this XMLField represents a "required" XML element or attribute
([minOccurs="1"] for elements, [use="required"] for attributes).
- setRequiresAutoCommit(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if this platform requires auto commit of the local transaction
for interactions outside of an interaction.
- setRequiresDeferredLocks(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
When reading across relationships, queries may be set to acquire deferred locks
This is used to ensure any Eagerly fetched object that is the target of a relationship
with an object the acquires deferred locks behaves the same as its owner
- setRequiresTransientWeavedFields(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Set this flag if this mappings associated weaved field requires a
transient setting to avoid metadata processing.
- setResource(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- setResourceName(String) - Method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- setResourceName(String) - Method in exception org.eclipse.persistence.exceptions.StaticWeaveException
-
- setResourceName(String) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set the resource name we are trying to load.
- setRestrictionBase(QName) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- setResult(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
PUBLIC:
Define the return type of the function.
- setResult(DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
PUBLIC:
Define the return type of the function.
- setResult(DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
PUBLIC:
Define the return type of the function.
- setResult(Object) - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
INTERNAL:
Set the result of the query.
- setResult(String) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the field name to be substitute for the function return.
- setResult(String, Class) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the field name to be substitute for the function return.
- setResult(String, int, String) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the field name to be substitute for the function return.
- setResult(int, String, Class) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the ObjectRelationalDatabaseField to be substituted for the function return.
- setResult(int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the ObjectRelationalDatabaseField to be substituted for the function return.
- setResult(String, int) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define the field name to be substitute for the function return.
- setResult(Object) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
Some events may have a result associated with them (pre/postExecuteQuery).
- setResultAlwaysXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
-
- setResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
-
- setResultCursor() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
PUBLIC:
Define to return cursor as result.
- setResults(List<Object>) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL:
Set the results.
- setResultSet(ResultSet) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the result set (cursor)
- setResultSetConcurrency(int) - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetConcurrency specifies if the resultset is updatable.
- setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
-
- setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
-
- setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
-
- setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- setResultSetType(int) - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetType specifies if the resultset is sensitive to changes made by others.
- setResultType(int) - Method in class org.eclipse.persistence.queries.DataReadQuery
-
Set the result type to be configured, MAP, ARRAY, VALUE, ATTRIBUTE (MAP is the default, DatabaseRecord).
- setResultType(String) - Method in class org.eclipse.persistence.queries.DataReadQuery
-
Set the result type to be configured, Map, Array, Value, Attribute (Map is the default, DatabaseRecord).
- setReturnAllTypes(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
-
- setReturningPolicy(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Sets the returning policy.
- setReturnInsert() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setReturnInsert() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setReturnOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ReturnInsert
-
- setReturnParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
-
- setReturnParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- setReturnsResult(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- setReturnsResultSet(boolean) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Some database support stored procedures returning result sets.
- setReturnType(int) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Set the return type.
- setReturnType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
Prints return for stored function
- setReturnUpdate() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setReturnUpdate() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Specify whether the original container on the object should be used if
present.
- setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Specify whether the original container on the object should be used if
present.
- setRightExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expression
to be the second expression of this compound one.
- setRootDataObject(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Set the root DataObject for this ChangeSummary.
- setRootElementName(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setRootElementName(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
INTERNAL:
Set the root element name of the document
- setRootElementNamespaceUri(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setRootElementURI(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
INTERNAL:
Set the root element uri of the document
- setRootEntity(FetchGroupTracker) - Method in class org.eclipse.persistence.queries.FetchGroup
-
INTERNAL:
- setRootGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- setRootMarshalRecord(MarshalRecord) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
-
- setRootObject(DataObject) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
INTERNAL:
Set the root data object corresponding to the document
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setRuntimeServicesMBean(MBeanRuntimeServicesMBean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Set the cached server specific services MBean
- setScale(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setScale(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
-
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setSchema(XmlVirtualAccessMethodsSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Sets the value of the schema property.
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Table
-
- setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setSchema(Schema) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- setSchemaContext(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Set the path to the simple/complex type definition, element, or group to
be referenced in the schema
- setSchemaContextAsQName(QName) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- setSchemaInstanceIncluded(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Sets the value of the schemaLocation declaration
for the http://www.w3.org/2001/XMLSchema-instance namespace in the
root element, or null if it should not be present.
- setSchemaName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setSchemaReference(XMLSchemaReference) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Set the SchemaReference to associate with this descriptor
- setSchemaType(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
Sets the schematype associated with this XMLField
This is an optional setting; when set the schema type will be used to format the XML appropriately
- setSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Adds the new type value to the list of types
- setSchemaTypeName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- setSchemaTypeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setSchemaTypes(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Sets the schema types that this attribute can be mapped to
Valid QName schema types can be found on org.eclipse.persistence.oxm.XMLConstants
- setScope(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the scope property.
- setScopeClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the scope class associated with this element.
- setSDOClassGeneratorListener(SDOClassGeneratorListener) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
-
- setSdoType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setSdoTypeName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setSecond(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
-
- setSelectClause(String) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
The select clause is the select statement that is mapped into the view.
- setSelectIfOrderedBy(boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Set whether this expression should be included in the SELECT clause of a query
that uses it in the ORDER BY clause.
- setSelectionCall(Call) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
This is a property on the mapping which will allow custom call to be
substituted for reading a reference object.
- setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Sets the selection criteria to be used as a where clause to read
reference objects.
- setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Sets the selection criteria to be used as a where clause to read
reference objects.
- setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: To any user of this object.
- setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the Expression/where clause of the query.
- setSelectionCriteriaClone(Expression) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
The clone of the selection criteria is needed for in-memory conforming
each object read from the Cursor.
- setSelectionId(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
The Id of the object to be selected by the query.
- setSelectionObject(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Used to set the where clause of the query.
- setSelectionQuery(ReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Sets the query
- setSelectionQueryContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Set the container policy on the selection query for this mapping.
- setSelectionQueryContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the container policy on the selection query for this mapping.
- setSelectionSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
This method is not supported in an EIS environment.
- setSelectionSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
This method is not supported in an EIS environment.
- setSelectionSQLString(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
This is a property on the mapping which will allow custom SQL to be
substituted for reading a reference object.
- setSelector(int) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Set the selector id.
- setSelectQuery(ValueReadQuery) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setSelfRecord(boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setSeparator(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setSeparators(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setSequence(Sequence) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Set the descriptor's sequence.
- setSequenced(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
If set as true, this Type specifies Sequenced DataObjects.
- setSequenced(boolean) - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
-
- setSequencedObject(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setSequenceName(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
-
- setSequenceNumberField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the sequence number field.
- setSequenceNumberFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the sequence number field name.
- setSequenceNumberFieldName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Set the sequence number field name.
- setSequenceNumberName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set the sequence number name.
- setSequencePreallocationSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method provides access for setting the sequence pre-allocation size
- setSequencePreallocationSize(int) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method provide access for setting the sequence pre-allocation size
- setSequences(Map) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used only for reading the login from XML.
- setSerializedObjectPolicy(SerializedObjectPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- setSerializer(Serializer) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Set the serialize used for this converter.
- setSerializer(Serializer) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Set the Serializer to use for serialization of commands.
- setSerializer(Serializer) - Method in interface org.eclipse.persistence.sessions.Session
-
Set the Serializer to use by default for serialization.
- setSerializerClassName(String) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Set the class name of the serializer.
- setSerializerPackage(String) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Set the package used for XML and JSON serialization JAXBContext.
- setServerName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The server name is the name of the database instance.
- setServerPlatform(ServerPlatform) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
The ServerPlatform must be set manually when the RemoteCommandManager'CommandProcessor is not EclipseLink Session.
- setServerPlatform(ServerPlatform) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Set the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...
- setServiceId(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.Command
-
ADVANCED:
Set the service identifier of the service where the command originated
- setSession(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
The session in which the event is raised.
- setSession(AbstractSession) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
- setSession(AbstractSession) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Set the session in which we expect this expression to be translated.
- setSession(Session) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setSession(Session) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
- setSession(Session) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Set the session that owns this SessionLog.
- setSession(AbstractSession) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the session that generated the log entry.
- setSession(AbstractSession) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
- setSession(AbstractSession) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- setSession(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- setSession(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setSession(AbstractSession) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setSession(AbstractSession) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the session handle
- setSession(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the session for the query
- setSession(AbstractSession) - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
Define the session that this instance is providing runtime services for
- setSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Set the session.
- setSession(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Set the manager's session.
- setSession(Session) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
-
- setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
INTERNAL:
The session in which the event is raised.
- setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Set the session for this session event manager
- setSession(Session) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Set the session.
- setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Set the session.
- setSession(Session) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
- setSession(Session) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- setSession(Session) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- setSession(DatabaseSessionImpl) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- setSession(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- setSession(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Set the manager's session.
- setSessionLog(SessionLog) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Set the session log.
- setSessionLog(SessionLog) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Set the session log to which an accessor logs messages and SQL.
- setSessionName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the name of the session local to this descriptor.
- setSessionName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Set the name of the session to execute the mapping's queries under.
- setSessionName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the name of the session to execute the mapping's queries under.
- setSessionName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the name of the session to execute the mapping's queries under.
- setSessionName(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Set the name of the session to execute the mapping's queries under.
- setSessionName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the name of the session to execute the mapping's queries under.
- setSessionName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set the name of the session that the query should be executed
under.
- setSessionName(String) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set the name of the Session in the sessions XML file desired to be loaded.
- setSessionNameByClass(HashMap) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Set sessions indexed by class, each class can only have one default session.
- setSessions(ConcurrentMap) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
Set a hashtable of all sessions
- setSessionsByName(Map) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Set sessions indexed by name.
- setSessionString(String) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Sets the value of the setMethod property.
- setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Sets the value of the setMethod property.
- setSetMethod(String) - Method in interface org.eclipse.persistence.jpa.config.AccessMethods
-
- setSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setSetMethodName(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Set the methodName used to set the value for the mapping's attribute into the object.
- setSetPerformedForAbsentNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
-
Set the isSetPerformedForAbsentNode flag
- setSharedCacheMode(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setShort(String, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setShort(int, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setShort(Property, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setShortestTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setShouldAcquireCascadedLocks(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
PERF: Set if deferred locks should be used.
- setShouldAcquireValueAfterInsert(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setShouldAllowNull(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set whether the receiver should allow null values.
- setShouldAlwaysConformResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
set if the descriptor is defined to always conform the results in unit of work in read query.
- setShouldAlwaysOverrideExistingValue(boolean) - Method in class org.eclipse.persistence.sequencing.Sequence
-
ADVANCED:
Set that to true if the sequence should always override the existing pk value.
- setShouldAlwaysRefreshCache(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
When the shouldAlwaysRefreshCache
argument passed into this method is true
,
this method configures a ClassDescriptor
to always refresh the cache if data is received from
the database by any query.
- setShouldAlwaysRefreshCache(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
When the shouldAlwaysRefreshCache
argument passed into this method is true
,
this method configures a ClassDescriptor
to always refresh the cache if data is received from
the database by any query.
- setShouldAlwaysRefreshCacheOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
When the
shouldAlwaysRefreshCacheOnRemote
argument passed into this method is
true
,
this method configures a
ClassDescriptor
to always remotely refresh the cache if data is received from
the database by any query in a
RemoteSession
.
- setShouldAlwaysRefreshCacheOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
When the
shouldAlwaysRefreshCacheOnRemote
argument passed into this method is
true
,
this method configures a
ClassDescriptor
to always remotely refresh the cache if data is received from
the database by any query in a
RemoteSession
.
- setShouldBeReadOnly(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Define if the descriptor reference class is read-only
- setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Bind all arguments to any SQL statement.
- setShouldBindAllParameters(Boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Sets the internal tri-state value of shouldBindAllParams Used
to cascade this value to other queries
- setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to control if All parameters should be bound
- setShouldBindAllParameters(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to control if All parameters should be bound
- setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set whether to bind all arguments to any SQL statement.
- setShouldBuildNullForNullPk(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
If primary key is null ObjectBuilder.buildObject returns null
in case this flag is set to true (instead of throwing exception).
- setShouldCacheAllStatements(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Method used to set if statements should be cached.
- setShouldCacheAllStatements(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method used to set if statements should be cached.
- setShouldCacheAllStatements(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set whether prepared statements should be cached.
- setShouldCacheStatement(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Cache the prepared statements, this requires full parameter
binding as well.
- setShouldCascadeOnDelete(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
PUBLIC:
Enables delete cascading on the database.
- setShouldCatchExceptions(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method assigns the value to the variable (shouldCatchExceptions)
that defines whether we should catch all Descriptor Exceptions or not.
- setShouldCheckClassLoader(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
- setShouldCheckDatabase(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method assigns the value to the variable (shouldCheckDatabase)
that defines whether we should check the database or not.
- setShouldCheckInstantiationPolicy(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method assigns the value to the variable (shouldCheckInstantiationPolicy)
that defines whether we should check InstantiationPolicy or not.
- setShouldConvertDataToStrings(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if all data set into the adapter should be first converted to strings.
- setShouldCreateIndicesOnForeignKeys(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used for table creation.
- setShouldDeferExecutionInUOW(boolean) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Set a flag indicating whether execution should be deferred in UOW until commit.
- setShouldDeferInsert(boolean) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
- setShouldDisableCacheHits(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set if cache hits on primary key read object queries should be disabled.
- setShouldDisableCacheHits(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set if cache hits on primary key read object queries should be disabled.
- setShouldDisableCacheHitsOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Set if the remote session cache hits on primary key read object queries is allowed or not.
- setShouldDisableCacheHitsOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Set if the remote session cache hits on primary key read object queries is allowed or not.
- setShouldDisplayData(Boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Set whether bind parameters should be displayed when logging SQL.
- setShouldDisplayData(Boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
Set whether bind parameters should be displayed when logging SQL.
- setShouldEnableDistributedIndirectionGarbageCollection(boolean) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
ADVANCED:
Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
- setShouldExtendPessimisticLockScope(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED:
Indicates whether pessimistic lock of ObjectLevelReadQuery with isPessimisticLockScopeExtended set to true
should be applied through this mapping beyond the tables mapped to the source object.
- setShouldExtendPessimisticLockScope(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether pessimistic lock should also be applied to relation tables (ManyToMany and OneToOne mappings),
reference tables (DirectCollection and AggregateCollection mapping).
- setShouldFilterDuplicates(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set if duplicate rows should be filter when using 1-m joining.
- setShouldForceFieldNamesToUpperCase(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
This setting can be used if the application expects upper case
but the database does not return consistent case (e.g.
- setShouldHandleWrites(boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
Sets if TopLink is responsible for writing history.
- setShouldIgnoreCaseOnFieldComparisons(boolean) - Static method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Allow for case in field names to be ignored as some databases are not case sensitive.
- setShouldIncludeData(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set if the rows for the result of the query should also be returned using a complex query result.
- setShouldIncrementTargetLockValueOnAddOrRemoveTarget(boolean) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
PUBLIC:
Set value that indicates whether target's optimistic locking value should be incremented on
target being added to / removed from a source (default value is true).
- setShouldIncrementTargetLockValueOnDeleteSource(boolean) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
PUBLIC:
Set value that indicates whether target's optimistic locking value should be incremented on
the source deletion (default value is true).
- setShouldInlineBinaryData(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- setShouldInlineBinaryData(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- setShouldLoad(boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
-
Configure this group to also act as a
LoadGroup
when set to true
and load all of the specified relationships so that the entities returned
from the query where this group was used have the requested relationships
populated.
- setShouldLoadAll(boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- setShouldLoadResultIntoSelectionObject(boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Allow for the selection object of the query to be refreshed or put into the EclipseLink cache.
- setShouldLockForClone(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
When set to false, this setting will allow the UOW to avoid locking the shared cache instance in order to perform a clone.
- setShouldLogExceptionStackTrace(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the stack is logged for FINER or less (finest).
- setShouldLogExceptionStackTrace(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- setShouldLogExceptionStackTrace(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default stack trace is logged for SEVERE all the time and at FINER level for WARNING or less.
- setShouldLogin(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set if the loaded session should be connected.
- setShouldLogPerformanceProfiler(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to turn on Profile logging when using the Performance Profiler
- setShouldLogPerformanceProfiler(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to turn on Profile logging when using the Performance Profiler
- setShouldLogProfile(boolean) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
PUBLIC:
Set whether after each query execution the profile result should be logged.
- setShouldMaintainCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set if the identity map (cache) should be used or not.
- setShouldNewObjectsBeCached(boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
By default new objects are not cached until the exist on the database.
- setShouldOnlyRefreshCacheIfNewerVersion(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- setShouldOnlyRefreshCacheIfNewerVersion(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- setShouldOptimizeDataConversion(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set whether driver level data conversion optimization is enabled.
- setShouldOrderMappings(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This is set to turn off the ordering of mappings.
- setShouldOuterJoinSubclasses(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Set if an outer join should be used to read subclasses.
- setShouldOuterJoinSubclasses(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set if an outer join should be used to read subclasses.
- setShouldPerformDeletesFirst(boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
By default deletes are performed last in a unit of work.
- setShouldPrepare(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Set if the query should be prepared.
- setShouldPreserveDocument(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Specifies that object built from this descriptor should retain any unmapped
information from their original XML Document when being written back out.
- setShouldPrintConnection(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the connection is printed, this can be turned off.
- setShouldPrintConnection(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the connection is always printed whenever available, this can be turned off.
- setShouldPrintDate(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the date is always printed, but can be turned off.
- setShouldPrintDate(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- setShouldPrintDate(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default date is printed, this can be turned off.
- setShouldPrintInternalException(boolean) - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Allows overriding of EclipseLink's exception chaining detection.
- setShouldPrintSession(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the session (and its connection is available) are printed,
this can be turned off.
- setShouldPrintSession(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the Session is always printed whenever available, this can be turned off.
- setShouldPrintThread(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the thread is logged for FINE or less (finer,etc.).
- setShouldPrintThread(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- setShouldPrintThread(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the thread is logged at FINE or less level, this can be turned off.
- setShouldProfilePerformance(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to turn on Performance Profiling
- setShouldProfilePerformance(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to turn on Performance Profiling
- setShouldPropagateAsynchronously(boolean) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set whether this command manager should propagate commands
synchronously or asynchronously.
- setShouldPropagateAsynchronously(boolean) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
ADVANCED:
Set whether this command manager should propagate commands
synchronously or asynchronously.
- setShouldPropagateChanges(boolean) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
ADVANCED:
Set if cache changes should be propagated to other sessions or applications
in a EclipseLink cluster through the Remote Command Manager mechanism.
- setShouldReadSubclasses(Boolean) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Set the descriptor to read instance of itself and its subclasses when queried.
- setShouldReadSubclasses(Boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Set the descriptor to read instance of itself and its subclasses when queried.
- setShouldReadSubclasses(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Set the descriptor to read instance of itself and its subclasses when queried.
- setShouldReadWholeDocument(boolean) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
PUBLIC:
- setShouldRecalculateAfterUpdateEvent(boolean) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED
Set whether this ObjectChangeSet should be recalculated after changes in event
- setShouldRefresh(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Set if the loaded session should be refreshed from the file.
- setShouldRefreshIdentityMapResult(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Set if the attributes of the object(s) resulting from the query should be refreshed.
- setShouldRefreshInvalidObjectsOnClone(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Set if expired object should be refreshed prior to cloning, default is true.
- setShouldRefreshRemoteIdentityMapResult(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Set if the attributes of the object(s) resulting from the query should be refreshed.
- setShouldRegisterResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set to false to have queries conform to a UnitOfWork without registering
any additional objects not already in that UnitOfWork.
- setShouldRegisterResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Set to false to have queries conform to a UnitOfWork without registering
any additional objects not already in that UnitOfWork.
- setShouldRemoveConnectionOnError(boolean) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Set whether connections to remote services should be disconnected when an
error occurs.
- setShouldResetPrimaryKey(boolean) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Set if the primary key should be reset to null.
- setShouldResetVersion(boolean) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Set if the version should be reset to null.
- setShouldRetrieveBypassCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: JPA flag used to control the behavior of the shared cache.
- setShouldRetrieveFirstPrimaryKey(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
ADVANCED:
Sets if the query results should contain the first primary key of each associated object.
- setShouldRetrievePrimaryKeys(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Set if the query results should contain the primary keys or each associated object.
- setShouldReturnNameValuePairs(boolean) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
Set the flag that indicates whether or not to return populated
DatabaseRecord(s) as opposed to raw data when an
SQLResultSetMapping is not set.
- setShouldReturnSingleAttribute(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning the attribute (as opposed to wrapping in a ReportQueryResult).
- setShouldReturnSingleResult(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning the first result.
- setShouldReturnSingleValue(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning a single value.
- setShouldReturnWithoutReportQueryResult(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by returning a nested list instead of the ReportQueryResult.
- setShouldReuseJMSTopicPublisher(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
flag used to toggle between j2EE/JMS spec compliant behavior and legacy behavior.
- setShouldSelectBeforeUpdate(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setShouldSkipUpdate(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setShouldStoreBypassCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: JPA flag used to control the behavior of the shared cache.
- setShouldThrowConformExceptions(int) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Conforming queries can be set to provide different levels of detail about the
exceptions they encounter
There are two levels:
DO_NOT_THROW_CONFORM_EXCEPTIONS = 0;
THROW_ALL_CONFORM_EXCEPTIONS = 1;
- setShouldTranslate(boolean) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set if the message should be translated.
- setShouldTrimStrings(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
By default CHAR field values have trailing blanks trimmed, this can be configured.
- setShouldTruncateDate(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
PUBLIC:
Indicates whether time component of java.sql.Date should be truncated (hours, minutes, seconds all set to zero)
before been passed as a parameter to PreparedStatement.
- setShouldUpdateReadTimeOnUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Set whether to update the stored time an object was read when an object is updated.
- setShouldUseClassNameAsIndicator(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Set if the descriptor uses the classes fully qualified name as the indicator.
- setShouldUseDatabaseTime(boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
Sets if the Timestamp used in maintainaing history should be the
current time according to the database.
- setShouldUseDefaultFetchGroup(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Set false if the user does not want to use the default fetch group defined in the descriptor level.
- setShouldUseDescriptorAliases(boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Indicates whether descriptors should use aliasDescriptors map.
- setShouldUseEqualityForNulls(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Matches an included null
attribute in the example object
either to objects with that attribute also set to null
or to any
value other than null
.
- setShouldUseExclusiveConnection(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
ADVANCED:
If the user has isolated data and specified that the client session should
use an exclusive connection then by setting this condition to true
EclipseLink will ensure that the query is executed through the exclusive
connection.
- setShouldUseIdentityIfPlatformSupports(boolean) - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
- setShouldUseInheritedDefaultFetchGroup(boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Set whether defaultFetchGroup should be copied from the parent if not set.
- setShouldUseLocatorForLOBWrite(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
PUBLIC:
Set if the locator is required for the LOB write.
- setShouldUseLocatorForLOBWrite(boolean) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
PUBLIC: Set if the locator is required for the LOB write.
- setShouldUseSchemaValidation(boolean) - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Set if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
- setShouldUseSchemaValidation(boolean) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
-
PUBLIC:
Set if schema validation will be used when parsing the deployment XML.
- setShouldUseSeparateConnection(boolean) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Set whether separate connection(s) for sequencing could be used
(by default it couldn't).
- setShouldUseSerializedObjectPolicy(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set a flag that indicates whether the query should use SerializedObjectPolicy if descriptor has it.
- setShouldUseSharedCache(boolean) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- setShouldUseSharedEMF(boolean) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- setShouldUseTransaction(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setShouldUseWrapperPolicy(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: The wrapper policy can be enable on a query.
- setShouldValidateUpdateCallCacheUse(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Set if additional validation should be performed before the query uses
the update call cache.
- setShouldVerifyDelete(boolean) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
PUBLIC: Verify delete is used during delete and update on private 1:1's
outside of a unit of work only.
- setShouldVerifyDelete(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Verify delete is used during delete and update on private 1:1's outside of a unit of work only.
- setSimpleType(SimpleType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setSingleTableStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Used to indicate a SINGLE_TABLE inheritance strategy.
- setSize(int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- setSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.BatchFetch
-
- setSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setSize(int) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Set the batch fetch size.
- setSize(int) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Set the cache size
- setSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the size of the field, this is only required for some field types.
- setSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Set the maximum size of the array.
- setSizeQuery(ValueReadQuery) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Set the query used to read the size.
- setSource(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
Set the input archive to be used to weave.
- setSourceClassName(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the source class name to the message.
- setSourceDir(String) - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
-
Sets the sourceDir variable.
- setSourceFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setSourceFields(Vector<String>) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- setSourceForeignKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Sets the source foreign key fields.
- setSourceForeignKeysToTargetKeys(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Set the source keys to target keys fields association.
- setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Set the source key field names associated with the mapping.
- setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the source key field names associated with the mapping.
- setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the source key field names associated with the mapping.
- setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Set the source key field names associated with the mapping.
- setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the source key field names associated with the mapping.
- setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
set all the primary key names associated with this mapping
- setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Set the source fields.
- setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the source fields.
- setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Set the source key fields.
- setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the source fields.
- setSourceMapping(DatabaseMapping) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
- setSourceMethodName(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the source method name to the message.
- setSourceObject(Object) - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
INTERNAL:
Set the object for which the problem was detected.
- setSourceRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the source key field in the relation table.
- setSourceRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the source key field in the relation table.
- setSourceRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the source relation key field names associated with the mapping.
- setSourceRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the source relation key field names associated with the mapping.
- setSourceRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the source fields.
- setSourceRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the source fields.
- setSourceToTargetKeyFieldAssociations(Vector) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Set a collection of the source to target field associations.
- setSourceToTargetKeyFieldAssociations(HashMap) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Set the list of source-target xmlfield pairs.
- setSourceToTargetKeyFields(Map) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Set the source keys to target keys fields association.
- setSourceToTargetKeyFields(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Set the source keys to target keys fields association.
- setSourceToTargetQueryKeyFieldAssociations(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Set a collection of the source to target query key/field associations.
- setSourceToTargetQueryKeyFields(Map) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Set the source keys to target keys fields association.
- setSpecialOperations(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
The special operations to use in place of equal
.
- setSQLResultMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL:
Set the SQLResultSetMapping this SQLResult is part of.
- setSQLResultSetMapping(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
- setSQLResultSetMappingName(String) - 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
- setSQLResultSetMappingNames(List<String>) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
This will be the SQLResult
- setSQLResultSetMappings(List<SQLResultSetMapping>) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
This will be the SQLResultSetMappings that are used by this query to
process the database results
- setSQLStatement(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: To any user of this object.
- setSQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: To any user of this object.
- setSQLString(String) - Method in class org.eclipse.persistence.queries.SQLCall
-
Set the SQL string.
- setSqlTypeName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY and STRUCT fields, this is the user defined type for the field.
- setStartFields(List<DatabaseField>) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- setStartFieldType(Class) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
ADVANCED:
Sets the type of all start fields.
- setStartString(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setStartStrings(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setStartValue(Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Set the range start value.
- setStartValue(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
-
- setStatement(SQLSelectStatement) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Set the statement that expression is for.
- setStatementCacheSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Used to set the statement cache size.
- setStatementCacheSize(int) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Used to set the statement cache size.
- setStatementCacheSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
If prepared statement caching is used this configures the cache size.
- setStatements(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
The statements are the SQL lines of code.
- setStatements(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The statements are the SQL lines of code in procedure.
- setStrategy(String) - Method in interface org.eclipse.persistence.jpa.config.GeneratedValue
-
- setStrategy(String) - Method in interface org.eclipse.persistence.jpa.config.Inheritance
-
- setStrictTypeCheckingEnabled(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Controls type checking strictness.
- setString(String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setString(int, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setString(Property, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
- setStringBindingSize(int) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Sets the size of strings after which they will be bound into the statement
- setStringBindingSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Sets the size of strings after which they will be bound into the statement
- setStringBindingSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- setStruct() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- setStruct() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setStructConverters(Collection<String>) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns structure converter class names that would be set on the databasePlatform instance
This is used to avoid the platform instance changing at login.
- setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Set the name of the structure.
- setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Set the name of the structure.
- setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
PUBLIC:
Set the name of the structure.
- setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
PUBLIC:
Set the name of the structure.
- setSubclassShouldLoad(boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
-
passes should load to subclasses.
- setSubgraph(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Sets the value of the subgraph property.
- setSubSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the sub-size of the field.
- setSubstitutable(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setSubstitutableElements(Collection<SDOProperty>) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setSubstitutionHead(QName) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
If this element has a substitutionGroup this will be set.
- setSubstitutionHeadName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the substitutionHeadName property.
- setSubstitutionHeadNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the substitutionHeadNamespace property.
- setSubTypes(List) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setSuperClassOverride(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- setSuperType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the superType property.
- setSupportsForeignKeyConstraints(boolean) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
- setSupportsIdentity(boolean) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
ADVANCED:
Oracle db doesn't support identity.
- setSupportsLocalTransactions(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Set if this platform supports local transactions.
- setSwaRef(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- setSwaRef(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- setSynchronized(boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Set isSynchronized flag to indicate that members of session broker are synchronized.
- setSynchronized(boolean) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Set isSynchronized flag to indicate that this session is synchronized.
- setTable(String) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setTable(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setTable(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setTable(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setTable(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
-
- setTable(DatabaseTable) - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- setTable(DatabaseTable) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- setTableCreationSuffix(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Get the String used on all table creation statements generated from the DefaultTableGenerator
with a session using this project (DDL generation).
- setTableCreator(TableCreator) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Set the table creator to generate from.
- setTableDefinitions(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Set the tables.
- setTableForAggregateMappingKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
If this mapping is used as the key of a CollectionTableMapMapping, the table used by this
mapping will be the relation table.
- setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Specify the table name for the class of objects the receiver describes.
- setTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Specify the table name for the class of objects the receiver describes.
- setTableName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- setTableNames(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Specify the all table names for the class of objects the receiver describes.
- setTableNames(Vector) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Specify the all table names for the class of objects the receiver describes.
- setTableNames(Vector) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- setTablePerClassPolicy(TablePerClassPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the table per class policy.
- setTablePerTenant() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
This method is used to update the table per tenant descriptor with
a table per tenant prefix or suffix on its associated tables.
- setTableQualifier(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Set the table Qualifier for this descriptor.
- setTableQualifier(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC: Set the table Qualifier for this descriptor.
- setTableQualifier(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set the default qualifier for all tables.
- setTableQualifier(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Set the default qualifier for all tables.
- setTables(Vector<DatabaseTable>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Sets the tables
- setTables(Vector<DatabaseTable>) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Sets the tables
- setTableSchemaPerTenant() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- setTableSchemaPerTenant() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
This method is used to update the table per tenant descriptor with
a table per tenant schema.
- setTarget(Remote) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
-
- setTarget(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
Set output archive to be used to weave to.
- setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.ConstructorResult
-
- setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setTargetFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setTargetForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Define the target foreign key relationship in the one-to-many mapping.
- setTargetForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Define the target foreign key relationship in the 1-1 mapping.
- setTargetForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Set the target foregin key field names associated with the mapping.
- setTargetForeignKeyFieldNames(String[], String[]) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Define the target foreign key relationship in the one-to-many mapping.
- setTargetForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Set the target key field names associated with the mapping.
- setTargetForeignKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Sets the target foreign key fields.
- setTargetForeignKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
set the target foregin key fields associated with the mapping
- setTargetForeignKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Set the target fields.
- setTargetForeignKeysToSourceKeys(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Set the target fields.
- setTargetForeignKeyToSourceKeys(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
- setTargetInterface(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setTargetKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the target key field names associated with the mapping.
- setTargetKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the target key field names associated with the mapping.
- setTargetKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the target fields.
- setTargetKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the target fields.
- setTargetRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Set the target key field in the relation table.
- setTargetRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Set the target key field in the relation table.
- setTargetRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the target relation key field names associated with the mapping.
- setTargetRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the target relation key field names associated with the mapping.
- setTargetRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Set the target fields.
- setTargetRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Set the target fields.
- setTargetTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- setTargetTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
PUBLIC:
set qualified table name.
- setTargetToSourceKeyFields(Map) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Set the target keys to source keys fields association.
- setTargetToSourceKeyFields(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Set the target keys to source keys fields association.
- setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setTemporal() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setTemporaryCachedQueryResults(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Put results in the temporary cache.
- setTempSession(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- setTenantDiscriminatorFields(Map<DatabaseField, String>) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- setTenantTableDiscriminator() - Method in interface org.eclipse.persistence.jpa.config.Multitenant
-
- setTenantTableDiscriminatorType(TenantTableDiscriminatorType) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
PUBLIC:
Set the tenant table discriminator type.
- setTerminationString(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setTerminationStrings(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- setTextWrapperFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setThread(Thread) - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Set the thread that was active when the log entry was generated.
- setThreadPool(ExecutorService) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: Set the thread pool to use.
- setThreadPoolSize(int) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
Set the thread pool size.
- setThreadPoolSize(int) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
Set the thread pool size.
- setTimestampQuery(ValueReadQuery) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Override the default query for returning a timestamp from the server.
- setTimeToLive(long) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
PUBLIC:
Set the time-to-live specified by this policy.
- setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
The specified TimeZone will be used for all String to date object
conversions.
- setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
The specified TimeZone will be used for all String to date object
conversions.
- setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
The specified TimeZone will be used for all String to Date object
conversions.
- setTimeZone(TimeZone) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
The specified TimeZone will be used for all String to date object
conversions.
- setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
By setting this flag to true the marshalled date objects marshalled to
the XML schema types time and dateTime will be qualified by a time zone.
- setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
By setting this flag to true the marshalled date objects marshalled to
the XML schema types time and dateTime will be qualified by a time zone.
- setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
By setting this flag to true the marshalled date objects marshalled to
the XML schema types time and dateTime will be qualified by a time zone.
- setTimeZoneQualified(boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
By setting this flag to true the marshalled date objects marshalled to
the XML schema types time and dateTime will be qualified by a time zone.
- Setting - Class in org.eclipse.persistence.oxm.sequenced
-
Setting objects are used to control the order in which the
mappings for Sequenced Objects are processed.
- Setting() - Constructor for class org.eclipse.persistence.oxm.sequenced.Setting
-
- Setting(String, String) - Constructor for class org.eclipse.persistence.oxm.sequenced.Setting
-
- setTitle(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Sets the title.
- setTopicConnectionFactoryName(String) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Configure the JMS Topic Connection Factory Name for the JMS Topic connections.
- setTopicHostUrl(String) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Configure the URL of the machine on the network that hosts the JMS Topic.
- setTopicName(String) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
PUBLIC:
Configure the Topic name for the Topic that this TransportManager will be connecting to.
- setTopLinkProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setTopLinkProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- setTopLinkProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- setTotalTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- setTrackedAttributeName(String) - Method in interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
-
PUBLIC:
Set the Attribute name this collection is mapped under.
- setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Set the mapping attribute name, used to raise change events.
- setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Set the mapping attribute name, used to raise change events.
- setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Set the mapping attribute name, used to raise change events.
- setTransaction(Object) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- setTransactionController(AbstractTransactionController) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- setTransactionIsolation(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set the transaction isolation setting for the connection.
- setTransactionKey(Object) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- setTransactionManager(TransactionSynchronizationRegistry) - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
PUBLIC:
Set the synchronization objects registry used to control the JTA 1.1 transactions.
- setTransactionManager(TransactionManager) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
PUBLIC:
Set the transaction manager used to control the JTA transactions.
- setTransactionType(PersistenceUnitTransactionType) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setTransformationRecord(DOMRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Sets the value of the transformerClass property.
- setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Sets the value of the transformerClass property.
- setTransformerClass(String) - Method in interface org.eclipse.persistence.jpa.config.ReadTransformer
-
- setTransformerClass(String) - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
-
- setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Used to indicate that the class represented by this TypeInfo is marked
XmlTransient.
- setTransientType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setTranslationRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Sets the translation row this query was executed with.
- setTranslationRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Set the row for translation
- setTransportManager(TransportManager) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set a specific transport manager to manage sending and receiving of remote commands.
- setTransportManager(TransportManager) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- setType(int) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Set the type of function.
- setType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setType(Type) - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
-
Set the Type associated with this JAXBTypeElement
- setType(Type) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the type property.
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the type property.
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.BatchFetch
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.ChangeTracking
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.ColumnResult
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.Enumerated
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.Multitenant
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.Temporal
-
- setType(String) - Method in interface org.eclipse.persistence.jpa.config.TenantTableDiscriminator
-
- setType(LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Changes the way this visitor should retrieve the literal value.
- setType(int) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Set to indicate if the schema reference references a simple type
definition, complex type definition, element or group.
- setType(BatchFetchType) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Set the batch fetch type, (JOIN, IN, EXISTS).
- setType(Type) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Assign a Type to this Property.
- setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the type of the field.
- setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Set the type of the field.
- setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Set the type of the field.
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
-
- setTyped(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setTypeDefinition(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the type definition of the field.
- setTypeField(DatabaseField) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
This method set the typeField of the mapping to the parameter field
- setTypeFieldName(String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
This method sets the name of the typeField of the mapping.
- setTypeIndicatorNameTranslation(Map) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
For avoiding classpath dependencies on the Mapping Workbench
- setTypeIndicatorTranslation(Map) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Set the typeIndicatorTranslations hashtable to the new Hashtable translations
- setTypeMappingInfo(TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo
- setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set the type name of the field.
- setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Set the type of the field.
- setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Set the type of the field.
- setTypePropertiesIsSetStatus(boolean[]) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
INTERNAL:
- setTypePropertyValues(Object[]) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
Set the values for declared properties
- setTypeQName(QName) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setTypesHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
- setTypesHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
- setTypesHashMap(Map) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- setTypeSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Set the size of the element field, this is only required for some field types.
- setTypeSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Set the size of the element field, this is only required for some field types.
- setTypeToTypeMappingInfo(Map<Type, TypeMappingInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- setUnionExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Set any union expressions.
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setUnionUnpartitionableQueries(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Set if queries that do not contain the partition field should be sent
to every database and have the result unioned.
- setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
-
- setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setUnique(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Set whether the receiver is a unique constraint field.
- setUniqueKeys(List<UniqueKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- setUnitOfWork(UnitOfWorkImpl) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- setUnitOfWorkCacheIsolationLevel(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
This setting configures how the session cache will be used in a unit of work.
- setUnitOfWorkCacheIsolationLevel(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
This setting configures how the session cache will be used in a unit of work.
- setUnits(SpatialParameters.Units) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
Set the UNIT parameter
- setUnitsOfWork(ConcurrentMap) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Set the table of transactions to units of work.
- setUnmarshalAttributeGroup(CoreAttributeGroup) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setUnmarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setUnmarshalContext(UnmarshalContext) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- setUnmarshalListener(XMLUnmarshalListener) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- setUnmarshalNamespaceResolver(UnmarshalNamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setUnmarshalRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- setUnsetOCProperty(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL:
Add an open content property that has been unset to the list keyed on dataObject
- setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
-
- setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
-
- setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
-
- setUpdateable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.CacheIndex
-
- setUpdateAllFields(boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Configure whether TopLink should update all fields for an object of this
type when an update occurs.
- setUpdateCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's update call.
- setUpdateCallCacheSize(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the size of the update call cache.
- setUpdateQuery(UpdateObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's update query.
- setUpdateQuery(DataModifyQuery) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- setUpdateRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
-
- setUpdateSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Set the receiver's update SQL string.
- setupDocumentPreservationPolicy(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
-
- setupInheritance(SDOType) - Method in class org.eclipse.persistence.sdo.SDOType
-
- setupWriteFieldsForInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Put the initial writelock value into the modifyRow.
- setupWriteFieldsForInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method must be included in any locking policy.
- setUri(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- setUri(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- setUri(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
- setURL(URL) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- setUrl(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
ADVANCED:
Set the URL for this command manager.
- setUrl(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
ADVANCED:
Set the URL for this command manager.
- setURL(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Set the URL for the service
- setURL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Set the JDBC URL.
- setURLString(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- setUseDescriptorsToValidateInheritedObjects(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Sets if we should use the descriptor inheritance to determine
if an object can be returned from the identity map or not.
- setUseEclipseLinkProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to turn on EclipseLink Performance Profiling
- setUseEclipseLinkProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to turn on EclipseLink Performance Profiling
- setUseLazyInstantiation(boolean) - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL
Set whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL
Set whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL
Set whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL
Set whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- setUseLazyInstantiationForIndirectCollection(Boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED:
Calling this method will only affect behavior of mappings using transparent indirection
This method should only be called after this mapping's indirection policy has been set
IndirectList and IndirectSet can be configured not to instantiate the list from the
database when you add and remove from them.
- setUseNoProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to turn off all Performance Profiling, DMS or EclipseLink.
- setUseNoProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to turn off all Performance Profiling, DMS or EclipseLink.
- setUserDefinedForeignKeyConstraints(Map<String, ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Set the foreign key constraints for this table.
- setUserJavaTypesForDeploymentXML(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- setUserName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Set the user name used as the value to the SECURITY_PRINCIPAL key in the
cached context properties.
- setUserName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The user name is the database login name.
- setUserName(String) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the Map of user-defined properties.
- setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the Map of user-defined properties.
- setUserXMLTypesForDeploymentXML(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- setUsesBatchReading(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Indicates whether the referenced object should always be batch read on read all queries.
- setUsesBatchWriting(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to turn on EclipseLink Batch Writing.
- setUsesBatchWriting(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to turn on TopLink Batch Writing.
- setUsesBatchWriting(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use batch writing.
- setUsesByteArrayBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method allows control of whether byte arrays should be bound into the statement or not.
- setUsesByteArrayBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method allows control of whether byte arrays should be bound into the statement or not.
- setUsesByteArrayBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use parameter binding for large binary data.
- setUsesExternalConnectionPooling(boolean) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return whether EclipseLink uses some external connection pooling service such as a JDBC 2.0 driver.
- setUsesExternalTransactionController(boolean) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return whether EclipseLink uses some external transaction service such as JTS.
- setUsesIndirection(boolean) - 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.
- setUsesIndirection(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Will be used by Gromit.
- setUsesJDBCBatchWriting(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to turn on JDBC Batch Writing.
- setUsesJDBCBatchWriting(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to turn on JDBC Batch Writing.
- setUsesJDBCBatchWriting(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC: Calling this method with an argument of true indicates to EclipseLink that
the JDBC driver supports batch writing.
- setUsesNativeSQL(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method allows the client to set if Native SQL should be used.
- setUsesNativeSQL(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method allows the client to set if Native SQL should be used.
- setUsesNativeSQL(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use database specific sql grammar not JDBC specific.
- setUsesServerTime(boolean) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
PUBLIC:
Set if policy uses server time.
- setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Sets whether the mapping uses a single node.
- setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
-
PUBLIC:
Sets whether the mapping uses a single node.
- setUsesStreamsForBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method is used to set if streams should be used for binding.
- setUsesStreamsForBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method is used to set if streams should be used for binding.
- setUsesStreamsForBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use streams to store large binary data.
- setUsesStringBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Allows the client to set if String should be bound into the statement or not.
- setUsesStringBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Allows the client to set if String should be bound into the statement or not.
- setUsesStringBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- setUseXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setUseXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
-
- setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setValidateExample(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
When set to true
the example object will be validated for unsupported mapping types.
- setValidating(boolean) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- setValidation(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
-
- setValidationLevel(String) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
-
Allow the parser validation level to be set.
- setValidationLevel(int) - 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.
- setValidationMode(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- setValidationMode(int) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Set the validation mode.
- setValidationMode(int) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets validation mode of the parser.
- setValidationMode(int) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setValidationMode(int) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setValue(Object, Object) - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- setValue(Object, Object) - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- setValue(T) - Method in class org.eclipse.persistence.indirection.ValueHolder
-
PUBLIC:
Set the wrapped object.
- setValue(T) - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
PUBLIC:
Set the value.
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Sets the value of the value property.
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Sets the value of the value property.
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Sets the value of the value property.
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Sets the value of the value property.
- setValue(XmlMap.Value) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Sets the value of the value property.
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Sets the value of the value property.
- setValue(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorClass
-
- setValue(String) - Method in interface org.eclipse.persistence.jpa.config.Property
-
- setValue(String) - Method in interface org.eclipse.persistence.jpa.config.QueryHint
-
- setValue(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartition
-
- setValue(Object) - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Set the value.
- setValue(Object) - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
PUBLIC:
Set the value of the constant.
- setValue(Object) - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- setValue(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
Set the value on the Setting.
- setValue(Object, boolean) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- setValue(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
-
- setValue(int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- setValue(Object) - Method in class org.eclipse.persistence.sdo.SDOSetting
-
INTERNAL:
Set the value of this setting.
- setValueByXPath(Object, String, NamespaceResolver, Object) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Set a value on an object based on an XPath statement.
- setValueByXPath(Object, String, NamespaceResolver, Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Set values in the object model based on the corresponding XML document.
- setValueClass(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to set the value converter to a TypeConversionConverter.
- setValueColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- setValueConverter(Converter) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the converter on the mapping.
- setValueConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Set the converter on the mapping.
- setValueConverter(Converter) - Method in class org.eclipse.persistence.queries.DirectReadQuery
-
PUBLIC:
Set the converter on the query.
- setValueConverterClassName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Set the converter class name on the mapping.
- setValueGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setValueHolder(ValueHolderInterface<C>) - Method in interface org.eclipse.persistence.indirection.IndirectContainer
-
PUBLIC:
Set the valueHolder.
- setValueHolder(ValueHolderInterface<List<E>>) - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Set the value holder.
- setValueHolder(ValueHolderInterface<Map<K, V>>) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Set the value holder.
- setValueHolder(ValueHolderInterface<Set<E>>) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Set the value holder.
- setValueInRecord(String, Object, MappedRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Stores the field value into the record.
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- setValueProperty(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setValues(Vector) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Setting values vector will not update the document so this is not supported
- setValuesToExclude(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Decides which attributes to ignore based on the values they are set to.
- setValueType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Sets the value of the valueType property.
- setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Sets the value of the valueType property.
- setValueType(String) - Method in interface org.eclipse.persistence.jpa.config.Property
-
- setValueType(Class) - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Set the class of the value.
- setValueWrapper(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Specify the key that will correspond to the property mapped with
@XmlValue.
- setVariableAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- setVariableAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- setVariableAttributeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setVariableAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- setVariableAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- setVariableClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setVariableGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- setVariableGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- setVariableNodeAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setVariables(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The variables are the field defs of the declared variables used in the procedure.
- setVariableSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- setVariableSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- setVersion(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- setVersion(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Sets the version.
- setVersion(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- setVersion(String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
-
- setVersion(String) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- setViewTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
This expression represents something read through a view table.
- setVirtualAttributeMethods(List<VirtualAttributeMethodInfo>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set the list of methods used my mappings with virtual access
this list is used to determine which methods to weave
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Sets a virtual identification variable because the abstract schema name was parsed without
one.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Sets a virtual identification variable because the abstract schema name was parsed without
one.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Sets a virtual identification variable because the "root" object was parsed without one.
- setVirtualIdentificationVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Sets a virtual identification variable to qualify the "root" object.
- setVPDIdentifier(String) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set the VPD identifier for this project.
- setVPDLastIdentifierClassName(String) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Set from individual descriptors from the project that set a VPD
identifier and used in validation exception.
- setWaitTimeout(Integer) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Sets that this a pessimistic wait locking query.
- setWaitTimeout(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Set the time in milliseconds to wait for an available connection.
- setWaitTimeoutUnit(TimeUnit) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- setWasAdditionJoinCriteriaUsed(boolean) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
If the additional Join Criteria for the class this builder represents has
been added to the statement then mark this as true.
- setWasDefaultLockMode(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Set if this query originally used the default lock mode.
- setWeight(Integer) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the weight of the mapping, used to sort mappings
DirectToField Mappings have a default weight of 1 while all other Mappings have a
default weight of MAXINT.
- setWhitespacePreserving(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Changes preservation of white spaces.
- setWhitespacePreserving(boolean) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setWhitespacePreserving(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setWithAllSubclassesExpression(Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Sets the expression to be used for querying for a class and all its subclasses.
- setWorkingCopyMethod(Method) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Set the workingCopyClone method.
- setWorkingCopyMethodName(String) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Set the workingCopyClone method name.
- setWorkingCopyMethodName(String) - Method in interface org.eclipse.persistence.jpa.config.CloneCopyPolicy
-
- setWrapper(Object, Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Update the wrapper object in the CacheKey associated with the given primaryKey,
this is used for EJB2.
- setWrapper(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setWrapperAsArrayName(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
If true the grouping element will be used as the JSON key.
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- setWrapperPolicy(WrapperPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Sets the WrapperPolicy for this descriptor.
- setWrappersHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL:
Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- setWrappersHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL:
Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- setWrappersHashMap(Map) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
- setWriteConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set the connection to be used for database modification.
- setWriteConnections(Map<String, Accessor>) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Set the connection to be used for database modification.
- setWriteLockField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
ADVANCED:
Set the write lock field.
- setWriteLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Set the write lock field name.
- setWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Update the write lock value of the CacheKey associated with the given primaryKey.
- setWriteLockValue(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- setWriteOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Flag the mapping for this Property as write-only.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the writeOnly property.
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the writeOnly property.
- setWriter(Writer) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setWriter(OutputStream) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- setWriter(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
Set the writer that will receive the formatted log entries for a
file name.
- setWriter(OutputStream) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
- setWriter(Writer) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Set the writer to which an accessor writes logged messages and SQL.
- setWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
Set the Writer that the object will be marshalled to.
- setWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
Set the Writer that the object will be marshalled to.
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlAbstractNullPolicy property.
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlAbstractNullPolicy property.
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the xmlAbstractNullPolicy property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the xmlAccessMethods property.
- setXmlAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the xmlAccessOrder for this TypeInfo.
- setXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setXmlAccessorFactorySupport(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Sets whether this AnnotationsProcessor should process XmlAccessorFactory annotations.
- setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlAccessorOrder property.
- setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlAccessorOrder property.
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Sets the value of the xmlAccessorType property.
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlAccessorType property.
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlAccessorType property.
- setXmlAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the xmlAccessType for this TypeInfo.
- setXmlAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set if there is an XmlAttachmentRef annotations associated with this element.
- setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlAttachmentRef property.
- setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlAttachmentRef property.
- setXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlClassExtractor property.
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
-
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Set the XMLContext used by this instance of XMLMarshaller.
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Set the XMLContext used by this instance of XMLUnmarshaller.
- setXmlContext(XMLContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setXmlContext(XMLContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- setXmlContext(XMLContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- setXMLContextState(XMLContext.XMLContextState) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Set the stateful information for this XMLContext.
- setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Sets the XmlCustomizer class name on this TypeInfo.
- setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlCustomizer property.
- setXMLDeclaration(boolean) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Set the XML declaration version of the document.
- setXmlDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
INTERNAL
Sets the Descriptor associated with this TypeMappingInfo.
- setXmlDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set the XMLDescriptor on this Type
- setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Sets the class indicator field name (for use with inheritance).
- setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlDiscriminatorNode property.
- setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the value of the class indicator field for the java-type
associated with this type info.
- setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlDiscriminatorValue property.
- setXmlElement(Element) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Set the xml-element Element
representing parameter level
annotations that should be applied to this type.
- setXmlElementNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XmlElementNillable for this TypeInfo.
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlElementNillable property.
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlElementNillable property.
- setXmlElementRefs(List<XmlElementRef>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the List of XmlElementRef(s) for this Property.
- setXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlElementRefs property.
- setXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the XmlElements object for this Property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the XmlElementWrapper for this property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlElementWrapper property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the xmlElementWrapper property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the xmlElementWrapper property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlElementWrapper property.
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the xmlElementWrapper property.
- setXmlEnums(XmlBindings.XmlEnums) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlEnums property.
- setXMLEventWriter(XMLEventWriter) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- setXMLField(Field) - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlId property.
- setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlId property.
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlIdref property.
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlIdref property.
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlIdref property.
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlInlineBinaryData property.
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlInlineBinaryData property.
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlInlineBinaryData property.
- setXmlInverseReference(XmlElement.XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlInverseReference property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set an XmlJavaTypeAdapter on this Property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set an XmlJavaTypeAdapter on this Type.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the xmlJavaTypeAdapter property.
- setXmlJavaTypeAdapters(XmlJavaTypeAdapters) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlJavaTypeAdapters property.
- setXmlJoinNode(List<XmlJoinNodes.XmlJoinNode>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Sets the value of the xmlJoinNode property.
- setXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set XmlJoinNodes for this property.
- setXmlJoinNodesList(List<XmlJoinNodes>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the list of XmlJoinNodes for this Property.
- setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlKey property.
- setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlKey property.
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlList property.
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlList property.
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlList property.
- setXmlLocation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlLocation property.
- setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
-
Sets the value of the xmlLocation property.
- setXmlMap(XmlMap) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlMap property.
- setXmlMapping(DatabaseMapping) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setXmlMappingMetadataComplete(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlMappingMetadataComplete property.
- setXmlMappingMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
-
- setXMLMarshalHandler(XMLMarshalListener) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- setXmlMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setXmlMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- setXmlMarshaller(XMLMarshaller) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Set of this element has an XmlMimeType annotation
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlMimeType property.
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlMimeType property.
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlMixed property.
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the xmlMixed property.
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the xmlMixed property.
- setXmlNamedObjectGraphs(XmlNamedObjectGraphs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlNamedObjectGraphs property.
- setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XMLNameTransformer used when converting Java names to XML names
- setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlNameTransformer property.
- setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlNameTransformer property.
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XmlNullPolicy for this TypeInfo.
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlNullPolicy property.
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlNullPolicy property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the xpath for this property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Sets the value of the xmlPath property.
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the xmlPath property.
- setXMLPlatformClass(Class) - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
PUBLIC:
Set the implementation of XMLPlatform.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Sets the value of the xmlProperties property.
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Sets the value of the xmlProperties property.
- setXMLReader(XMLReader) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- setXmlReadTransformer(XmlTransformation.XmlReadTransformer) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Sets the value of the xmlReadTransformer property.
- setXmlRegistries(XmlBindings.XmlRegistries) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlRegistries property.
- setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the xmlRootElement for this TypeInfo.
- setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlRootElement property.
- setXmlSchema(XmlSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlSchema property.
- setXMLSchema(URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets XML Schema for the parser.
- setXMLSchema(Schema) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets XML Schema for the parser.
- setXMLSchema(URL) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setXMLSchema(Schema) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setXMLSchema(URL) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setXMLSchema(Schema) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setXMLSchemas(Object[]) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Sets XML Schema(s) for the parser.
- setXMLSchemas(Object[]) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
-
- setXMLSchemas(Object[]) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Sets the value of the xmlSchemaType property.
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlSchemaType property.
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Sets the value of the xmlSchemaType property.
- setXmlSchemaTypes(XmlSchemaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Sets the value of the xmlSchemaTypes property.
- setXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the List of XmlSeeAlso class names for this TypeInfo.
- setXMLStreamWriter(XMLStreamWriter) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- setXmlTagName(QName) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
- setXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Set the XmlTransformation for this property.
- setXmlTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the XmlTransient for this TypeInfo.
- setXmlTransient(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlTransient property.
- setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Set the xmlType for this TypeInfo.
- setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlType property.
- setXmlUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
- setXmlUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- setXmlUnmarshaller(XMLUnmarshaller) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- setXmlValueProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setXMLVersion(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
-
Set the XML version of the document, or null if not specified.
- setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Sets the value of the xmlVirtualAccessMethods property.
- setXOPPackage(boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- setXOPPackage(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
-
Set the Mapping field name attribute to the given XPath String.
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Set the Mapping field name attribute to the given XPath String
- setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
-
- setXPath(String) - Method in class org.eclipse.persistence.oxm.XMLField
-
Set the xpath statment for this XMLField.
- setXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Return the first XPathFragment.
- setXQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
PUBLIC:
Set the XQuery string.
- setXsd(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set if this property was declared in an XML schema.
- setXsd(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set if this property was declared in an XML schema.
- setXsdList(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set if this type is an xsd:list in the schema
- setXsdLocalName(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
Set the local name of this property.
- setXsdLocalName(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
Set the local name of this property.
- setXsdType(QName) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- setXsdType(QName) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- setXsiNilRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Sets the value of the xsiNilRepresentsNull property.
- severe(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- SEVERE - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- severe(String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
This method is called when a severe level message needs to be logged.
- SEVERE_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- SEVERE_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Represents prefix to logged severe
- shallowClone() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- shallowCopy(DiscoveryManager) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL: invoke when the RCM shutdown.
- shallowMergeClone(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Merge the attributes of the clone into the unit of work copy.
- shallowRevertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Revert the object's attributes from the parent.
- shallowUnregisterObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Unregister the object with the unit of work.
- SHARED_CACHE_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "jakarta.persistence.sharedCache.mode
" property determines whether
second-level caching is in effect for the persistence unit.
- SHARED_DESCRIPTOR_ALIAS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- sharedDescriptorAlias(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- shift - Static variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
- SHORT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- SHORT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- SHORT_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- shortestTime - Variable in class org.eclipse.persistence.tools.profiler.Profile
-
- SHORTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ShortObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ShortObjectWrapperImpl
-
- shortType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Short}.
- ShortWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ShortWrapperImpl
-
- SHOULD_IGNORE_EXCEPTION_RETURN_CONFORMED - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
If a non-instantiated indirection object is encountered the object is assumed to conform.
- SHOULD_IGNORE_EXCEPTION_RETURN_NOT_CONFORMED - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
If a non-instantiated indirection object is encountered the object is assumed to not conform.
- SHOULD_THROW_INDIRECTION_EXCEPTION - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
If a non-instantiated indirection object is encountered an exception is thrown.
- SHOULD_TRIGGER_INDIRECTION - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
If a non-instantiated indirection object is encountered an exception it is instantiated.
- shouldAcquireCascadedLocks - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PERF: Used to optimize cache locking to only acquire deferred locks when required (no-indirection).
- shouldAcquireCascadedLocks() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
PERF: Return if deferred locks should be used.
- shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Indicates whether sequencing value should be acquired after INSERT.
- shouldAcquireValueAfterInsert - Variable in class org.eclipse.persistence.sequencing.QuerySequence
-
- shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Indicates whether sequencing value should be acquired after INSERT.
- shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- shouldAllowConcurrentReadWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used for cache isolation.
- shouldAllowConcurrentReadWrite() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Used for cache isolation.
- shouldAllowInstantiationDeferral() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
INTERNAL:
Return if add/remove should trigger instantiation or avoid.
- shouldAllowInstantiationDeferral() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
INTERNAL:
Return if add/remove should trigger instantiation or avoid.
- shouldAllowNativeSQLQuery(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return true if this individual query should allow native a SQL call
to be issued.
- shouldAllowNull - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- shouldAllowNull() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return whether the receiver should allow null values.
- shouldAlwaysConformResultsInUnitOfWork - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- shouldAlwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor is defined to always conform the results in unit of work in read query.
- shouldAlwaysOverrideExistingValue(String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Indicates whether the existing pk value should always be overridden by the sequence.
- shouldAlwaysOverrideExistingValue - Variable in class org.eclipse.persistence.sequencing.Sequence
-
- shouldAlwaysOverrideExistingValue() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Indicates whether the existing pk value should always be overridden by the sequence.
- shouldAlwaysOverrideExistingValue(String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Indicates whether the existing pk value should always be overridden by the sequence.
- shouldAlwaysRefreshCache - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
This method returns true
if the ClassDescriptor
is configured to always refresh
the cache if data is received from the database by any query.
- shouldAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method returns true
if the ClassDescriptor
is configured to always refresh
the cache if data is received from the database by any query.
- shouldAlwaysRefreshCacheOnRemote - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
This method returns
true
if the
ClassDescriptor
is configured to always remotely
refresh the cache if data is received from the database by any query in a
RemoteSession
.
- shouldAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method returns
true
if the
ClassDescriptor
is configured to always remotely
refresh the cache if data is received from the database by any query in a
RemoteSession
.
- shouldAlwaysUseOuterJoin - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- shouldAlwaysUseOuterJoin() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
returns if the inheritance policy will always use an outerjoin when selecting class type
- shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Returns true
when invoked to force Informix to use
temporary storage when constructing bulk UPDATE
statements.
- shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL supports temp tables for update-all, delete-all queries.
- shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not support the default syntax generated for update-all
and delete-all queries as they can include the same table in the FROM
clause of the main and the sub-queries.
- shouldAssumeExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Returns true if the does exist check should be based only
on whether the primary key of the object is set
- shouldAssumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Returns true if the does exist check should assume non existence.
- shouldAvoidInstantiation() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return if add/remove should trigger instantiation or avoid.
- shouldAvoidInstantiation() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return if add/remove should trigger instantiation or avoid.
- shouldBeReadOnly - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- shouldBeReadOnly() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the descriptor reference class is defined as read-only
- shouldBindAllParameters - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Bind all arguments to the SQL statement.
- shouldBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Bind all arguments to any SQL statement.
- shouldBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Bind all arguments to any SQL statement.
- shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Allows platform to choose whether to bind literals in SQL statements or
not.
Literal binding is enabled for Symfoware in general.
- shouldBuildNullForNullPk - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: If primary key is null ObjectBuilder.buildObject returns null
in case this flag is set to true (instead of throwing exception).
- shouldBuildNullForNullPk() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
If primary key is null ObjectBuilder.buildObject returns null
in case this flag is set to true (instead of throwing exception).
- shouldCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Cache all prepared statements, this requires full parameter binding as well.
- shouldCacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return if the query should cache the results of the next execution or not.
- shouldCacheStatement - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Cache the prepared statement, this requires full parameter binding as
well.
- shouldCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Cache the prepared statements, this requires full parameter
binding as well.
- shouldCallXPathEngine(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Convenience method for determining if XPathEngine should be
called, i.e.
- shouldCascade() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return true if has been configured to CASCADE_ALL_PARTS or CASCADE_PRIVATE_PARTS.
- shouldCascadeAllParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Flag used to determine if all parts should be cascaded
- shouldCascadeAllParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return true if should CASCADE_ALL_PARTS
- shouldCascadeByMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Mappings should be checked to determined if the current operation
should be cascaded to the objects referenced.
- shouldCascadeOnDelete - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- shouldCascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- shouldCascadeOnlyDependentParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Flag used for unit of works cascade policy.
- shouldCascadeParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Flag used to determine if any parts should be cascaded
- shouldCascadePrivateParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Flag used to determine if any private parts should be cascaded
- shouldCascadePrivateParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return true if should CASCADE_PRIVATE_PARTS
- shouldCascadeTree() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return true if should CASCADE_TREE
- shouldCatchExceptions - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
-
To know that should we catch all the descriptors exceptions or not
- shouldCatchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method signifies whether all Descriptor Exceptions should be thrown individually or queued.
- shouldCheckCache() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if the cache should be checked.
- shouldCheckCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return if cache should be checked.
- shouldCheckCacheByPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return if cache should be checked.
- shouldCheckCacheForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Returns true if the does exist check should be based only
on a cache check.
- shouldCheckCacheOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if cache should be checked.
- shouldCheckCacheThenDatabase() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return if cache should be checked.
- shouldCheckClassLoader - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Defines if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
- shouldCheckClassLoader() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Return if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
- shouldCheckDatabase - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
-
To know that should we check database tables or not
- shouldCheckDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method signifies whether database tables and fields should be checked or not.
- shouldCheckDatabaseForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Returns true if the does exist check should query the database.
- shouldCheckDescriptorForCacheUsage() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return whether the descriptor's disableCacheHits setting should be checked prior
to querying the cache.
- shouldCheckInstantiationPolicy - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
-
To know that should we check InstantiationPolicy or not
- shouldCheckInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method tells us whether we should check InstantiationPolicy or not.
- shouldClearStatementCache - Variable in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Indicates whether WLConnection.clearStatementCache() should be called:
there is no need to call it in WebLogic Server 10.3.4 or later.
- shouldCloneCall - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Used to indicate whether or not the call needs to be cloned.
- shouldCloneCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Flag used to determine if the call needs to be cloned.
- shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL:
Return true if the Object should be compared, false otherwise.
- shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL:
Return true if the Object should be compared, false otherwise.
- shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
INTERNAL:
Return true if the Object should be compared, false otherwise.
- shouldConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Should the results will be checked against the changes within the unit of work and object no longer matching or deleted will be remove, matching new objects will also be added..
- shouldConvertDataToStrings - Variable in class org.eclipse.persistence.eis.EISPlatform
-
Can be used for adapters that only support String data/XML.
- shouldConvertDataToStrings() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return if all data set into the adapter should be first converted to strings.
- shouldCreateDatabaseSchema(Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Subclasses who care should override this method, e.g.
- shouldCreateDatabaseSchema(DatabaseObjectDefinition, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
INTERNAL:
Returns true if a database schema should be created during ddl generation
for the given databaseObjectDefinition.
- shouldCreateDatabaseSchema(Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
If this table has a schema (and catalog specified) make sure it is
created.
- shouldCreateIndicesForPrimaryKeys() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for table creation.
- shouldCreateIndicesOnForeignKeys() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used for table creation.
- shouldCreateIndicesOnUniqueKeys() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for table creation.
- shouldCreateVPDCalls(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Subclasses who care should override this method.
- shouldCreateVPDCalls(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Subclasses who care should override this method.
- shouldDeferExecutionInUOW() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Indicates whether execution should be deferred in UOW until commit.
- shouldDeferInsert() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
- shouldDeferInsert() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
- shouldDeferInserts - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
- shouldDisableCacheHits - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return if for cache hits on primary key read object queries to be disabled.
- shouldDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if for cache hits on primary key read object queries to be disabled.
- shouldDisableCacheHitsOnRemote - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return if the remote server session cache hits on primary key read object queries is aloowed or not.
- shouldDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return if the remote server session cache hits on primary key read object queries is aloowed or not.
- shouldDisplayData - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Used to determine if bingdparameters should be logged or hidden.
- shouldDisplayData() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return true if SQL logging should log visible bind parameters.
- shouldDisplayData() - Method in interface org.eclipse.persistence.logging.SessionLog
-
Return whether bind parameters should be displayed when logging SQL, default is true.
- shouldDistinctBeUsed() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
return true if this query should use a distinct
- shouldDropTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL:
Returns true if the table definition should be dropped during buildDeletionWriter.
- shouldEnableDistributedIndirectionGarbageCollection - Variable in class org.eclipse.persistence.sessions.remote.RemoteSession
-
- shouldEnableDistributedIndirectionGarbageCollection() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
ADVANCED:
Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
- shouldExtendPessimisticLockScope() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Indicates whether pessimistic lock of ObjectLevelReadQuery with isPessimisticLockScopeExtended set to true
should be applied through this mapping beyond the tables mapped to the source object.
- shouldExtendPessimisticLockScope - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Indicates whether pessimistic lock should also be applied to relation tables (ManyToMany and OneToOne mappings),
reference tables (DirectCollection and AggregateCollection mapping).
- shouldExtendPessimisticLockScope() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether pessimistic lock should also be applied to relation tables (ManyToMany and OneToOne mappings),
reference tables (DirectCollection and AggregateCollection mapping).
- shouldExtendPessimisticLockScopeInDedicatedQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- shouldExtendPessimisticLockScopeInSourceQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- shouldExtendPessimisticLockScopeInTargetQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- shouldFilterDuplicates() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if duplicate rows should be filter when using 1-m joining.
- shouldForceFieldNamesToUpperCase() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Can be used if the app expects upper case but the database is not return consistent case, i.e.
- shouldForceInitializationOfSelectionCriteria() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
- shouldGenerateTypeInfo(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- shouldHandleWrites - Variable in class org.eclipse.persistence.history.HistoryPolicy
-
- shouldHandleWrites() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
Answers if TopLink is responsible for writing history.
- shouldIgnoreBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Local shouldBindAllParameters() should be ignored, Session's
shouldBindAllParameters() should be used.
- shouldIgnoreCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Local shouldCacheStatement() should be ignored, Session's
shouldCacheAllStatements() should be used.
- shouldIgnoreCaseOnFieldComparisons() - Static method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Allow for case in field names to be ignored as some databases are not case sensitive.
- shouldIgnoreDatabaseException() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Return true if DatabaseException is to be ignored.
- shouldIgnoreException(SQLException) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Allow for the platform to ignore exceptions.
- shouldIgnoreException(SQLException) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Allow for the platform to ignore exceptions.
- shouldIgnoreIndirectionExceptionReturnConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- shouldIgnoreIndirectionExceptionReturnNotConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- shouldIncludeData - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow for a complex result to be return including the rows and objects, used for m-m batch reading.
- shouldIncludeData() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return if the rows for the result of the query should also be returned using a complex query result.
- shouldIncludeInQuery(Class, String, Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
This method determines whether an attribute pair is be included in the query.
- shouldIncrementTargetLockValueOnAddOrRemoveTarget - Variable in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
Indicates whether target's optimistic locking value should be incremented on
target being added to / removed from a source.
- shouldIncrementTargetLockValueOnAddOrRemoveTarget() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
PUBLIC:
Indicates whether target's optimistic locking value should be incremented on
target being added to / removed from a source (default value is true).
- shouldIncrementTargetLockValueOnDeleteSource - Variable in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
Indicates whether target's optimistic locking value should be incremented on
the source deletion.
- shouldIncrementTargetLockValueOnDeleteSource() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
PUBLIC:
Indicates whether target's optimistic locking value should be incremented on
the source deletion (default value is true).
- shouldInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
This method is called during regular descriptor initialization.
- shouldInitializeSelectionCriteria() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- shouldInlineBinaryData() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- shouldInlineBinaryData() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- shouldInvalidateCache() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
- shouldIsolateObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return if the unit of work should by-pass the session cache.
- shouldIsolateObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if the unit of work should by-pass the session cache.
- shouldIsolateObjectsInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return if the unit of work should by-pass the session cache after an early transaction.
- shouldIsolateObjectsInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if the unit of work should by-pass the session cache after an early transaction.
- shouldIsolateProtectedObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return if the unit of work should by-pass the IsolatedSession cache.
- shouldIsolateProtectedObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if the unit of work should by-pass the IsolatedSession cache.
- shouldLoad() - Method in class org.eclipse.persistence.queries.FetchGroup
-
- shouldLoadResultIntoSelectionObject - Variable in class org.eclipse.persistence.queries.ReadObjectQuery
-
Can be used to refresh a specific non-cached instance from the database.
- shouldLoadResultIntoSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
return true if the result should be loaded into the passed in selection Object
- shouldLockForClone - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
This flag controls if a UOW should acquire locks for clone or simple clone the instance passed to registerExistingObject.
- shouldLockForClone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
When set to false, this setting will allow the UOW to avoid locking the shared cache instance in order to perform a clone.
- shouldLog(int) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- shouldLog(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- shouldLog(int, String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
Check if a message of the given level would actually be logged by the
logger with name space built from the given session and category.
- shouldLog(int, String) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
- shouldLog(LogLevel) - Method in enum org.eclipse.persistence.logging.LogLevel
-
Check if a message of the given level would actually be logged under this logging level.
- shouldLog(byte) - Method in enum org.eclipse.persistence.logging.LogLevel
-
Check if a message of the given level ID would actually be logged under this logging level.
- shouldLog(int) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Check if a message of the given level would actually be logged.
- shouldLog(int, String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Check if a message of the given level would actually be logged.
- shouldLog(int, String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Check if a message of the given level would actually be logged.
- shouldLog(int, String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Check if a message of the given level would actually be logged.
- shouldLogDebugMessage() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- shouldLogExceptionStackTrace - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Allows the printing of the stack to be explicitly disabled/enabled.
- shouldLogExceptionStackTrace() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the stack is logged for FINER or less (finest).
- shouldLogExceptionStackTrace() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- shouldLogExceptionStackTrace() - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the stack trace is logged for SEVERE all the time and at FINER level for WARNING or less,
this can be turned off.
- shouldLogin - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Define if the loaded session should be connected, default true.
- shouldLogin() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Return if the loaded session should be connected.
- shouldLogMessage(int) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
- shouldLogMessages(int) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
PUBLIC:
Determine whether messages at the specified log level should be logged.
- shouldLogMessages() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return if logging is enabled (false if log level is OFF)
- shouldLogProfile - Variable in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- shouldLogProfile() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- shouldLogWarningMessage() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- shouldMaintainCache - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Flag used for a query to bypass the identitymap and unit of work.
- shouldMaintainCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if the identity map (cache) should be used or not.
- shouldManageSpaceAfterClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the whitespace following the HAVING
clause should be
managed by this expression or not.
- shouldManageSpaceAfterClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Determines whether the whitespace following the HAVING
clause should be
managed by this expression or not.
- shouldMergeCascadeParts(MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns true if the merge should cascade to the mappings reference's parts.
- shouldMergeCascadeReference(MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Returns true if the merge should cascade to the mappings reference.
- shouldMonitor - Static variable in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
-
- shouldMonitor() - Static method in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
-
- shouldMonitor - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- shouldMonitor() - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- shouldNewObjectsBeCached() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
By default new objects are not cached until the exist on the database.
- shouldObjectModifyCascadeToParts(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Return whether any process leading to object modification
should also affect its parts.
- shouldObjectModifyCascadeToParts(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Returns true as any process leading to object modification should also affect its privately owned parts
Usually used by write, insert, update and delete.
- shouldObjectModifyCascadeToParts(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Returns true if any process leading to object modification should also affect its parts
Usually used by write, insert, update and delete.
- shouldObjectModifyCascadeToParts(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Return whether any process leading to object modification
should also affect its parts.
- shouldOnlyRefreshCacheIfNewerVersion - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
This method returns true
if the ClassDescriptor
is 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).
- shouldOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method returns true
if the ClassDescriptor
is 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).
- shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return if our driver level data conversion optimization is enabled.
- shouldOrderMappings - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- shouldOrderMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if mappings should be ordered or not.
- shouldOuterJoinSubclasses - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
Define if an outer join should be used to read subclasses.
- shouldOuterJoinSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return if an outer join should be used to read subclasses.
- shouldOuterJoinSubclasses - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Define if an outer join should be used to read subclasses.
- shouldOuterJoinSubclasses() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return if an outer join should be used to read subclasses.
- shouldParseRightParenthesis(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the right parenthesis should be parsed or not by this expression.
- shouldParseRightParenthesis(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Determines whether the right parenthesis should be parsed or not by this expression.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the parsing of the query should be performed using the
factories
first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the parsing of the query should be performed using the
factories
first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the parsing of the query should be performed using the
factories
first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether the parsing of the query should be performed using the
factories
first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the parsing of the query should be performed using the
factories
first or it should automatically fallback to the fallback factory.
- shouldPerformDeletesFirst() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
By default all objects are inserted and updated in the database before
any object is deleted.
- shouldPerformDTDValidation - Static variable in class org.eclipse.persistence.sessions.factories.SessionManager
-
- shouldPerformFullValidation() - 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.
- shouldPerformNoValidation() - 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.
- shouldPerformPartialValidation() - 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.
- shouldPrefetchCacheKeys() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- shouldPrepare - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Allow for the prepare of queries to be turned off, this allow for dynamic
non-pre SQL generated queries.
- shouldPrepare() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return if the query should be prepared.
- shouldPrepare(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Check if the query should be prepared, or dynamic, depending on the arguments.
- shouldPreserveDocument() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- shouldPreserveDocument() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return if unmapped information from the XML document should be maintained for this
descriptor
By default unmapped data is not preserved.
- shouldPrintAliasForUpdate() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Indicates whether locking OF clause should print alias for
field.
- shouldPrintCalendar - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- shouldPrintConnection - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Allows the printing of the connection to be explicitly disabled/enabled.
- shouldPrintConnection() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the connection is printed, this can be turned off.
- shouldPrintConnection() - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the connection is always printed whenever available, this can be turned off.
- shouldPrintConstraintNameAfter() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Some Platforms want the constraint name after the constraint definition.
- shouldPrintDate - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Allows the printing of the date to be explicitly disabled/enabled.
- shouldPrintDate() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the date is always printed, but can be turned off.
- shouldPrintDate() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- shouldPrintDate() - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the date is always printed, this can be turned off.
- shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
- shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL FOR UPDATE clause has to be the last
- shouldPrintForUpdateClause - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
-
Whether a FOR UPDATE clause should be printed at the end of the query
- shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This is required in the construction of the stored procedures with
output parameters
- shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- shouldPrintInputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintInputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure creation: Some platforms want to print prefix
for INPUT arguments BEFORE NAME.
- shouldPrintInternalException - Static variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- shouldPrintInternalException() - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL
Check to see if the EclipseLink-stored internal exception should be printed in this
a EclipseLinkException's stack trace.
- shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Attempts to remove FOR UPDATE from queries
- shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Indicates whether locking clause should be printed after where clause by SQLSelectStatement.
- shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
The sybase syntax for obtaining pessimistic lock is "SELECT ADDRESS_ID, ...
- shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Some database require outer joins to be given in the where clause, others require it in the from clause.
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
This is required in the construction of the stored procedures with output
parameters.
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
This is required in the construction of the stored procedures with
output parameters
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL requires the direction at the start of the argument.
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
This is required in the construction of the stored procedures with output
parameters
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This is required in the construction of the stored procedures with output
parameters
- shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This is required in the construction of the stored procedures with
output parameters
- shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This is required in the construction of the stored procedures with output
parameters
- shouldPrintSession - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Allows the printing of the session to be explicitly disabled/enabled.
- shouldPrintSession() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the session (and its connection is available) are printed,
this can be turned off.
- shouldPrintSession() - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the Session is always printed whenever available, this can be turned off.
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
INTERNAL: Should the variable name of a stored procedure call be printed as part of the
procedure call e.g.
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL stored procedure calls do not require the argument name be printed in the call string
e.g.
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Should the variable name of a stored procedure call be printed as part of the procedure call
e.g.
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
Pervasive SQL stored procedure calls do not require the argument name be printed in the call string
e.g.
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware stored procedure calls do not require the argument name be
printed in the call string.
E.g.
- shouldPrintStoredProcedureVariablesAfterBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- shouldPrintStoredProcedureVariablesAfterBeginString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure creation: Symfoware declares variables AFTER
the procedure body's BEGIN string.
- shouldPrintThread - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Allows the printing of the thread to be explicitly disabled/enabled.
- shouldPrintThread() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
By default the thread is logged for FINE or less (finer,etc.).
- shouldPrintThread() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- shouldPrintThread() - Method in interface org.eclipse.persistence.logging.SessionLog
-
By default the thread is logged at FINE or less level, this can be turned off.
- shouldPropagateAsynchronously() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return whether this command manager should propagate commands
synchronously or asynchronously.
- shouldPropagateAsynchronously() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return whether this command manager should propagate commands
synchronously or asynchronously.
- shouldPropagateChanges() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
ADVANCED:
Return whether changes should be propagated to other sessions or applications
in a EclipseLink cluster through the Remote Command Manager mechanism.
- shouldPropagateChanges() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return whether changes should be propagated to TopLink cluster.
- shouldReadAllMappings() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return if this is a full object query, not partial nor fetch group.
- shouldReadAllMappings() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return if this is a full object query, not partial nor fetch group.
- shouldReadMapping(DatabaseMapping, FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Check if the mapping is part of the partial attributes.
- shouldReadMapping(DatabaseMapping, FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Check if the mapping is part of the partial attributes.
- shouldReadSubclasses - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- shouldReadSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return true if this descriptor should read instances of itself and subclasses on queries.
- shouldReadSubclassesValue() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return true if this descriptor should read instances of itself and subclasses on queries.
- shouldReadWholeDocument - Variable in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
Indicates if we should initialize the whole DOM on a read.
- shouldReadWholeDocument() - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
PUBLIC:
- shouldRecalculateAfterUpdateEvent() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED
Returns true if this ObjectChangeSet should be recalculated after changes in event
- shouldRefresh - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Define if the loaded session should be refreshed from the file.
- shouldRefresh() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Return if the loaded session should be refreshed from the file.
- shouldRefreshCascadeParts(MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns true if the merge should cascade to the mappings reference's parts.
- shouldRefreshIdentityMapResult - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
Allows for the resulting objects to be refresh with the data from the database.
- shouldRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Set to a boolean.
- shouldRefreshInvalidObjectsOnClone - Variable in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
Determines if expired object registered in the unit of work should be refreshed, default true.
- shouldRefreshInvalidObjectsOnClone() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Return if expired object should be refreshed prior to cloning.
- shouldRefreshRemoteIdentityMapResult - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
- shouldRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Set to a boolean.
- shouldRegisterDevelopmentBean - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- shouldRegisterResultsInUnitOfWork - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- shouldRegisterResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Allows one to do conforming in a UnitOfWork without registering.
- shouldRegisterResultsInUnitOfWork - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: for bug 2612601 allow ability not to register results in UOW.
- shouldRegisterResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Allows one to do conforming in a UnitOfWork without registering.
- shouldRegisterRuntimeBean - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- shouldRemoveConnectionOnError - Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
-
Determines whether a connection should be discarded if an error occurs on it
- shouldRemoveConnectionOnError() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return whether connections to remote services should be disconnected when an
error occurs.
- shouldRemoveTargetQueryModifyTargetForeignKey() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL
If it's not a map then target foreign key has been already modified (set to null).
- shouldRemoveTargetQueryModifyTargetForeignKey() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL
Target foreign key of the removed object should be modified (set to null).
- shouldResetPrimaryKey - Variable in class org.eclipse.persistence.sessions.CopyGroup
-
- shouldResetPrimaryKey() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return if the primary key should be reset to null.
- shouldResetVersion - Variable in class org.eclipse.persistence.sessions.CopyGroup
-
- shouldResetVersion() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC:
Return if the version should be reset to null.
- shouldRetrieveBypassCache - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
JPA flags to control the shared cache
- shouldRetrieveBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: JPA flag used to control the behavior of the shared cache.
- shouldRetrieveFirstPrimaryKey() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Return if the query results should contain the first primary key of each associated object.
- shouldRetrievePrimaryKeys - Variable in class org.eclipse.persistence.queries.ReportQuery
-
Flag indicating whether the primary key values should also be retrieved for the reference class.
- shouldRetrievePrimaryKeys() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Return if the query results should contain the primary keys or each associated object.
- ShouldReturnArray - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
For EJB 3 support returns results as an Object array.
- shouldReturnArray() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Returns true if results should be returned as an Object array.
- shouldReturnNameValuePairs() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
Indicates whether or not to return populated DatabaseRecord(s)
as opposed to raw data when an SQLResultSetMapping is not set.
- ShouldReturnReportResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
Default, returns ReportQueryResult objects.
- ShouldReturnSingleAttribute - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
Simplifies the result by only returning the single attribute(as opposed to wrapping in a
ReportQueryResult).
- shouldReturnSingleAttribute() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Answer if we are only returning the attribute (as opposed to wrapping in a ReportQueryResult).
- ShouldReturnSingleResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
Simplifies the result by only returning the first result.
- shouldReturnSingleResult() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning the first result.
- ShouldReturnSingleValue - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
Simplifies the result by only returning one value.
- shouldReturnSingleValue() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by only returning a single value.
- ShouldReturnWithoutReportQueryResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
For EJB 3 support returns results without using the ReportQueryResult
- shouldReturnWithoutReportQueryResult() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Simplifies the result by returning a nested list instead of the ReportQueryResult.
- shouldSelectBeforeUpdate - Variable in class org.eclipse.persistence.sequencing.QuerySequence
-
- shouldSelectBeforeUpdate() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- shouldSelectIncludeOrderBy() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Informix seemed to require this at some point.
- ShouldSelectValue1 - Static variable in class org.eclipse.persistence.queries.ReportQuery
-
For example, ...
- shouldSelectValue1() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Returns true if results should be returned as an Object array.
- shouldSetNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Indicates if nillable='true' should be set on a given schema component.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipUpdate - Variable in class org.eclipse.persistence.sequencing.QuerySequence
-
- shouldSkipUpdate() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- shouldStoreBypassCache - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- shouldStoreBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: JPA flag used to control the behavior of the shared cache.
- shouldSynchronizedReadOnWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used for cache isolation.
- shouldSynchronizedReadOnWrite() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Used for cache isolation.
- shouldSynchronizeObjectLevelReadWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used for Cache Isolation.
- shouldSynchronizeObjectLevelReadWrite() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Used for Cache Isolation.
- shouldSynchronizeObjectLevelReadWriteDatabase() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used for Cache Isolation.
- shouldSynchronizeObjectLevelReadWriteDatabase() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Used for Cache Isolation.
- shouldSynchronizeWrites() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used for Cache Isolation.
- shouldSynchronizeWrites() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Used for Cache Isolation.
- shouldTempTableSpecifyPrimaryKeys() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Indicates whether temporary table can specify primary keys (some platforms don't allow that).
- shouldTempTableSpecifyPrimaryKeys() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldThrowIndirectionException() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- shouldToStringInstantiate - Static variable in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
Can be used to have transparent indirection toString instantiate the objects.
- shouldTranslate - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- shouldTranslate() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- shouldTriggerIndirection() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- shouldTrimStrings() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
By default CHAR field values have trailing blanks trimmed, this can be configured.
- shouldTruncateDate - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Indicates whether time component of java.sql.Date should be truncated (hours, minutes, seconds all set to zero)
before been passed as a parameter to PreparedStatement.
- shouldTruncateDate() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
PUBLIC:
Indicates whether time component of java.sql.Date should be truncated (hours, minutes, seconds all set to zero)
before been passed as a parameter to PreparedStatement.
- shouldUpdateReadTimeOnUpdate - Variable in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
This will represent objects that do not expire.
- shouldUpdateReadTimeOnUpdate() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
PUBLIC:
Return whether objects affected by this CacheInvalidationPolicy should have
the read time on their cache keys updated when an update occurs.
- shouldUpdateVersionOnMappingChange() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns true if the policy has been set to set an optimistic read lock when any mapping changes.
- shouldUpdateVersionOnMappingChange() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Returns true if the policy has been set to set an optimistic read lock when any mapping changes.
- shouldUpdateVersionOnOwnedMappingChange() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns true if the policy has been set to set an optimistic read lock when a owning mapping changes.
- shouldUpdateVersionOnOwnedMappingChange() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Returns true if the policy has been set to set an optimistic read lock when a owning mapping changes.
- shouldUseAdditionalJoinExpression() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor should using an additional join expresison.
- shouldUseBatchReading() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Indicates whether the referenced object should always be batch read on read all queries.
- shouldUseBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use batch writing.
- shouldUseByteArrayBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use parameter binding for large binary data.
- shouldUseCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using CacheIdentityMap
- shouldUseClassNameAsIndicator - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- shouldUseClassNameAsIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return true if the descriptor use the classes full name as the indicator.
- shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL
Used by SQLCall.appendModify(..)
If the field should be passed to customModifyInDatabaseCall, retun true,
otherwise false.
- shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL
Used by SQLCall.appendModify(..)
If the field should be passed to customModifyInDatabaseCall, retun true,
otherwise false.
- shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL Used by SQLCall.appendModify(..) If the field should be passed
to customModifyInDatabaseCall, retun true, otherwise false.
- shouldUseDatabaseTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
Answers if the Timestamp used in maintaining history should be the
current time according to the database.
- shouldUseDefaultFetchGroup - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Flag to turn on/off the use of the default fetch group.
- shouldUseDefaultFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return false if the query does not use the default fetch group defined in the descriptor level.
- shouldUseDescriptorAliases - Variable in class org.eclipse.persistence.sessions.broker.SessionBroker
-
- shouldUseDescriptorAliases() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Indicates whether descriptors should use aliasDescriptors map.
- shouldUseDriverManager() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: shouldUseDriverManager(): Indicates whether DriverManager should be used while connecting DefaultConnector.
- shouldUseDriverManager() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: shouldUseDriverManager(): Indicates whether DriverManager should be used while connecting DefaultConnector.
- shouldUseDriverManager(Properties, Session) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL:
Indicates whether DriverManager should be used.
- shouldUseDriverManager(Properties, Session) - Method in class org.eclipse.persistence.sessions.DirectConnector
-
INTERNAL:
Indicates whether DriverManager should be used.
- shouldUseEqualityForNulls - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
- shouldUseEqualityForNulls() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Matches an included null
attribute in the example object
either to objects with that attribute also set to null
or to any
value other than null
.
- shouldUseExclusiveConnection - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
Added for Exclusive Connection (VPD) support see accessor for information
- shouldUseExclusiveConnection() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
ADVANCED:
If the user has isolated data and specified that the client session should
use an exclusive connection then by setting this condition to true
EclipseLink will ensure that the query is executed through the exclusive
connection.
- shouldUseExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return whether EclipseLink uses some external connection pooling
(e.g.
- shouldUseExternalConnectionPooling() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return whether EclipseLink uses some externally managed connection pooling.
- shouldUseExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return whether EclipseLink uses some external transaction service such as JTS.
- shouldUseExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return whether EclipseLink uses some externally managed transaction service such as JTS.
- shouldUseFullChangeSetsForNewObjects - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Backdoor for using changes sets for new objects.
- shouldUseFullChangeSetsForNewObjects() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if change sets are required for new objects.
- shouldUseFullChangeSetsForNewObjects() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
INTERNAL:
Return if change sets are required for new objects.
- shouldUseFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using FullIdentityMap
- shouldUseHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using HardCacheWeakIdentityMap.
- shouldUseIdentityIfPlatformSupports - Variable in class org.eclipse.persistence.sequencing.NativeSequence
-
true indicates that identity should be used - if the platform supports identity.
- shouldUseIdentityIfPlatformSupports() - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
- shouldUseInheritedDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Indicates whether defaultFetchGroup should be copied from the parent if not set.
- shouldUseJDBCBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC: Answers true if EclipseLink has JDBC batch writing enabled.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
-
JDBC defines an outer join syntax which many drivers do not support.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
JDBC escape syntax for outer joins is not supported (not required).
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
JDBC defines an outer join syntax which many drivers do not support.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
JDBC defines an outer join syntax which many drivers do not support.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
JDBC defines and outer join syntax, many drivers do not support this.
- shouldUseLazyInstantiation() - Method in class org.eclipse.persistence.indirection.IndirectList
-
Return whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- shouldUseLazyInstantiation() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
Return whether this collection should attempt do deal with adds and removes without retrieving the
collection from the dB
- shouldUseLazyInstantiationForIndirectCollection() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED:
This method should only be called after this mapping's indirection policy has been set
IndirectList and IndirectSet can be configured not to instantiate the list from the
database when you add and remove from them.
- shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Indicates whether getListOrderFieldExpression method should create field expression based on table expression.
- shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Indicates whether getListOrderFieldExpression method should create field expression on table expression.
- shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Indicates whether getListOrderFieldExpression method should create field expression on table expression.
- shouldUseLocalTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
Answers if the Timestamp used in maintaining history should be
System.currentTimeMillis();
- shouldUseLocatorForLOBWrite() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
PUBLIC:
Return if the locator is required for the LOB write.
- shouldUseLocatorForLOBWrite() - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
PUBLIC: Return if the locator is required for the LOB write.
- shouldUseNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use a sequence table
or native sequencing to generate unique object IDs.
- shouldUseNativeSQL() - 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.
- shouldUseNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using NoIdentityMap
- shouldUseOptimisticLocking(Object) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Determines whether the query should use optimistic locking with the passed object.
- shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Indicates whether several sequencing values should be acquired at a time
and be kept by TopLink.
- shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Indicates whether several sequencing values should be acquired at a time
and be kept by TopLink.
- shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- shouldUseRemoteCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using CacheIdentityMap
- shouldUseRemoteFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using FullIdentityMap
- shouldUseRemoteHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using HardCacheWeakIdentityMap
- shouldUseRemoteNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using NoIdentityMap
- shouldUseRemoteSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using SoftCacheWeakIdentityMap
- shouldUseRemoteSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using SoftIdentityMap
- shouldUseRemoteWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using WeakIdentityMap
- shouldUseSchemaValidation - Static variable in class org.eclipse.persistence.sessions.factories.SessionManager
-
Allow for usage of schema validation to be configurable.
- shouldUseSchemaValidation() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
- shouldUseSchemaValidation - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
-
Allow for usage of schema validation to be configurable.
- shouldUseSchemaValidation() - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
-
PUBLIC:
Return if schema validation will be used when parsing the deployment XML.
- shouldUseSeparateConnection() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Indicate whether separate connection(s) for sequencing could be used
(by default it couldn't).
- shouldUseSerializedObjectPolicy() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Indicates whether the query should use SerializedObjectPolicy if descriptor has it.
- shouldUseSerializedObjectPolicy - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Indicates whether the query should use SerializedObjectPolicy if descriptor has it.
- shouldUseSerializedObjectPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether the query should use SerializedObjectPolicy if descriptor has it.
- shouldUseSerializedObjectPolicyDefault - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
default value for shouldUseSerializedObjectPolicy
- shouldUseSessionCacheInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return if the unit of work should use the session cache after an early transaction.
- shouldUseSessionCacheInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return if the unit of work should use the session cache after an early transaction.
- shouldUseSharedCache() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- shouldUseSharedEMF() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- shouldUseSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using SoftCacheWeakIdentityMap.
- shouldUseSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using SoftIdentityMap
- shouldUseStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to use streams to store large binary data.
- shouldUseStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink can be configured to bind large strings.
- shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Indicates whether EclipseLink should internally call beginTransaction() before
getGeneratedValue/Vector, and commitTransaction after.
- shouldUseTransaction - Variable in class org.eclipse.persistence.sequencing.QuerySequence
-
- shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Indicates whether TopLink should internally call beginTransaction() before
getGeneratedValue/Vector, and commitTransaction after.
- shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- shouldUseUnwrappedConnection() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform.NTypeBindCallCustomParameter
-
- shouldUseUpperCaseForIgnoreCase - Static variable in class org.eclipse.persistence.expressions.Expression
-
Use the upper() function for case insensitive expression operations (default).
- shouldUseValueFromRowWithJoin(JoinedAttributeManager, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Indicates whether valueFromRow should call valueFromRowInternalWithJoin (true)
or valueFromRowInternal (false)
- shouldUseWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return true if this descriptor is using WeakIdentityMap
- shouldUseWrapperPolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Use the WrapperPolicy for the objects returned by the query
- shouldUseWrapperPolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: The wrapper policy can be enabled on a query.
- shouldValidateExample() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Returns true if the example object used with this policy should be validated for attributes
with unsupported mappings.
- shouldValidateUpdateCallCacheUse - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Allow additional validation to be performed before using the update call cache
- shouldValidateUpdateCallCacheUse() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED:
Return true if additional validation should be performed before the query uses
the update call cache, false otherwise.
- shouldVerifyDelete - Variable in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
These are used for non-unit of work modification to check if the value of the 1-1 was changed and a deletion is required.
- shouldVerifyDelete() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
PUBLIC: Verify delete is used during delete and update outside of a unit
of work only.
- shouldVerifyDelete - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
These are used for non-unit of work modification to check if the value of the 1-1 was changed and a deletion is required.
- shouldVerifyDelete() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Verify delete is used during delete and update outside of a unit of work only.
- shouldWrapObject(Object, String, String, String, boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
- shouldWriteField(DatabaseField, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
By default returns true.
- shouldWriteInto(Object, Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return true if the cached object data should be written in clone.
- shouldWriteToDatabase() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC:
Return true if this SchemaManager should write to the database directly
- shutdown() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: perform any require shutdown tasks.
- shutdown() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: perform any require shutdown tasks.
- shutdown() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Shut down the remote command manager.
- shutdown() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Shut down the remote command manager.
- shutDown() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Disconnect all connections.
- shutDown() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
This mehtod is a no-op for external pools.
- sign(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Sign - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- sign() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- SIGNAL_ATTEMPTED_BEFORE_WAIT - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- signalAttemptedBeforeWait() - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- SIMPLE_REGEX_MOD - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- SIMPLE_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
- simpleAddChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
Add a change set after it has been applied.
- simpleAddChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add a change set after it has been applied.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
ADVANCED:
This method is used to add an object to a collection once the changeSet is applied.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
This method is used to add an object to a collection once the changeSet is applied.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Integer, boolean, ObjectChangeSet, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
ADVANCED:
This method is used to have an object add to a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
ADVANCED:
This method is used to add an object to a collection once the changeSet is applied.
- simpleAggregate(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple aggregate given a Java name and a single
String for the database (parentheses will be added automatically).
- SimpleArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple arithmetic expression.
- SimpleArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
Creates a new SimpleArithmeticExpressionBNF
.
- SimpleCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple case expression.
- SimpleCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
Creates a new SimpleCaseExpressionBNF
.
- SimpleConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple conditional expression.
- SimpleConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
Creates a new SimpleCondExpressionBNF
.
- SimpleEntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple entity expression.
- SimpleEntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
Creates a new SimpleEntityExpressionBNF
.
- SimpleEntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple entity or value expression.
- SimpleEntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
Creates a new SimpleEntityOrValueExpressionBNF
.
- simpleFromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SimpleFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The FROM clause of a query defines the domain of the query by declaring identification
variables.
- SimpleFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
Creates a new SimpleFromClause
.
- simpleFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple function given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleFunction(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple function given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleFunctionNoParentheses(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple function call without parentheses
- SimpleHomogeneousList - Class in org.eclipse.persistence.jpa.rs.util.list
-
This class is used to wrap collection of homogeneous simple java type attributes, such as
Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type
that is assignable from PersistenceWeavedRest.
- SimpleHomogeneousList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
-
Instantiates a new simple list.
- SimpleHomogeneousListMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
-
Makes the SimpleHomogeneousList class available to JPA-RS JAXB context.
- SimpleHomogeneousListMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SimpleHomogeneousListMetadataSource
-
- simpleLogical(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple logical given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleLogicalNoParens(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
e.g.: ...
- simpleMath(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple math operatin, i.e.
- simpleOrdering(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple ordering given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleRelation(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple relation given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleRelation(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create an operator for a simple relation given a Java name and a single
String for the database (parentheses will be added automatically).
- simpleRemoveChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
Remove a change set after it has been applied.
- simpleRemoveChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Remove a change set after it has been applied.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
ADVANCED:
This method is used to remove an object from a collection once the changeSet is applied.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
This method is used to remove an object from a collection once the changeSet is applied.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Integer, boolean, ObjectChangeSet, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
ADVANCED:
This method is used to have an object removed from a collection once the changeSet is applied
The referenceKey parameter should only be used for direct Maps.
- simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
ADVANCED:
This method is used to remove an object from a collection once the changeSet is applied.
- SimpleResultVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a result variable expression.
- SimpleResultVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
Creates a new SimpleResultVariableBNF
.
- simpleSelectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SimpleSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT statement queries data from entities.
- SimpleSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Creates a new SimpleSelectClause
.
- SimpleSelectClause_NotSingleExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SimpleSelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the simple select clause.
- SimpleSelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
Creates a new SimpleSelectClauseBNF
.
- SimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple select expression.
- SimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
Creates a new SimpleSelectExpressionBNF
.
- simpleSelectStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
-
- SimpleSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
BNFL subquery ::= simple_select_clause subquery_from_clause [where_clause] [groupby_clause] [having_clause]
- SimpleSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Creates a new SimpleSelectStatement
.
- SimpleSelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SimpleSelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
-
Creates a new SimpleSelectStatementFactory
.
- simpleThreeArgumentFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- simpleTwoArgumentFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- sin(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Sin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- sin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- SINGLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for '''.
- singleArgumentSubstring() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Gets the substring of a string starting from the specified start
position.
Builds Symfoware equivalent to SUBSTRING(string_exp, startpos).
Symfoware: SUBSTRING(string_exp FROM startpos)
- singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Override the default SubstringSingleArg operator.
- singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Override the default SubstringSingleArg operator.
- singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Override the default SubstringSingleArg operator.
- SingleResultQuery - Interface in org.eclipse.persistence.jpa.rs.util.list
-
Marker interface for queries returning single results.
- SingleResultQueryList - Class in org.eclipse.persistence.jpa.rs.util.list
-
This class is used to wrap collection of attributes returned by the single-result JPA report query.
- SingleResultQueryList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
-
Instantiates a new query result list item.
- SingleResultQueryListMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
-
Makes the SingleResultQueryList class available to JPA-RS JAXB context.
- SingleResultQueryListMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryListMetadataSource
-
- SingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources
-
Single result query resource.
- SingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource
-
- SingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
-
- SingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource
-
Deprecated.
- SingleResultQueryResult - Class in org.eclipse.persistence.jpa.rs.util.list
-
The result of single result query.
- SingleResultQueryResult() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
Creates a new SingleResultQueryResult.
- SingleResultQueryResultMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
-
Makes the SingleResultQueryResult class available to JPA-RS JAXB context.
- SingleResultQueryResultMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryResultMetadataSource
-
Creates a new SingleResultQueryResultMetadataSource.
- SingleTableMultitenantPolicy - Class in org.eclipse.persistence.descriptors
-
A single table "striped" multitenant policy.
- SingleTableMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
- SingleValuedObjectPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple valued object path expression.
- SingleValuedObjectPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
Creates a new SingleValuedObjectPathExpressionBNF
.
- SingleValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a single valued path expression.
- SingleValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
Creates a new SingleValuedPathExpressionBNF
.
- sinh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Sinh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- sinh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- size() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Forward the request to the record.
- size(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: A logical expression for the size of collection attributeName
.
- size(Class) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: A logical expression for the size of collection expression.
- size() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- size() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- size() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- SIZE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SIZE'.
- size() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
Return the number of elements in the DOM.
- size - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Define the batch size for IN style batch fetching.
- size - Variable in class org.eclipse.persistence.queries.Cursor
-
Cached size of the stream.
- size() - Method in class org.eclipse.persistence.queries.Cursor
-
PUBLIC:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- size() - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
-
- size() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the number of name/value pairs in the result.
- size() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- size() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- size() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
- size - Variable in class org.eclipse.persistence.sequencing.Sequence
-
- size - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- size - Variable in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
- SIZE_MISMATCH_OF_FOREIGN_KEYS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SIZE_ONLY_SUPPORTED_ON_EXPRESSION_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SizeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SIZE function returns an integer value, the number of elements of the collection.
- SizeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Creates a new SizeExpression
.
- SizeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SizeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
-
Creates a new SizeExpressionFactory
.
- sizeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SizeFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
-
- SizeFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- sizeFor(Object) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Return the size of container.
- sizeMismatchOfForeignKeys(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- sizeOnlySupportedOnExpressionQueries(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sizeQuery - Variable in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
- skipLeadingWhitespace() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Removes the whitespace that starts the given text.
- skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- skippedEntity(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- skippedEntity(String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- SLASH_N - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- SLASH_R - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- SnapshotCloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
A SnapshotCloneListIterable
returns a list iterator on a
"snapshot" of a list, allowing for concurrent access to the original list.
- SnapshotCloneListIterable(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
Construct a "snapshot" list iterable for the specified list.
- SnapshotCloneListIterable(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
Construct a "snapshot" list iterable for the specified list.
- SnapshotCloneListIterable.LocalCloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
provide access to "internal" constructor
- Soft - Static variable in class org.eclipse.persistence.config.CacheType
-
A Soft cache holds all objects read by the application,
but allows any un-referenced objects to be free to garbage collection only when the JVM decides memory is low.
- SoftWeak - Static variable in class org.eclipse.persistence.config.CacheType
-
A SoftWeak cache holds all objects in use by the application,
and a fixed size sub-cache of MRU objects using Soft references.
- some(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that is used with a comparison expression.
- some(char[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(double[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(float[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(int[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(long[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(short[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(List) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that checks if the receivers value is contained in the collection.
- some(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- some(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- Some - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- some() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the SOME operator.
- SOME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SOME'.
- SOP_OBJECT_DESERIALIZE_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SOP_OBJECT_IS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SOP_OBJECT_WRONG_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SOP_OBJECT_WRONG_VERSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- sopObjectDeserializeFailed(DatabaseQuery, DatabaseField, AbstractRecord, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sopObjectIsNotFound(DatabaseQuery, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sopObjectWrongPk(DatabaseQuery, Object, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sopObjectWrongVersion(DatabaseQuery, Object, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sort(Comparator<? super E>) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- sortMappings(Vector) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
Short the mappings by type.
- Soundex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- soundex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- sourceClassName - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- sourceExpressionsToPostInitialize - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
Keep a reference to the source and target expressions to post initialize
when building a selection criteria early.
- sourceExpressionsToPostInitialize - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Keep a reference to the source and target expressions to post initialize
when building a selection criteria early.
- sourceFields - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- sourceFields - Variable in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
- sourceForeignKeyFields - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
The (typically primary) source key fields that are referenced by the targetForeignKeyFields.
- sourceForeignKeysToTargetKeys - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
This maps the source foreign key fields to the corresponding (primary) target key fields.
- sourceKeyFields - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
This is a primary key in the source table that is used as foreign key in the target table
- sourceKeyFields - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- sourceKeyFields - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
The (typically primary) source key fields that are referenced by the targetForeignKeyFields.
- sourceKeyFields - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
-
The field in the source table that corresponds to the key in the relation table
- sourceKeysToTargetForeignKeys - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
This maps the (primary) source key fields to the corresponding target foreign key fields.
- sourceMapping - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Table per class requires multiple query executions.
- sourceMethodName - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- sourceObject - Variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- sourceRelationKeyFields - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
-
The field in the intermediate table that corresponds to the key in the source table
- sourceToTargetKeyFieldAssociations - Variable in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- sourceToTargetKeyFields - Variable in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
Maps the source foreign/primary key fields to the target primary/foreign key fields.
- sourceToTargetKeyFields - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Maps the source foreign/primary key fields to the target primary/foreign key fields.
- sourceToTargetKeys - Variable in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- sourceToTargetQueryKeyNames - Variable in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
- SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for ' '.
- SPACE - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- SpatialExpressionFactory - Class in org.eclipse.persistence.expressions.spatial
-
This class is used to construct expressions that use Oracle Spatial operators
- SpatialExpressionFactory() - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
-
- SpatialParameters - Class in org.eclipse.persistence.expressions.spatial
-
PUBLIC:
A utility class used to set parameters on spatial operators within TopLink's
expression framework.
- SpatialParameters() - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- SpatialParameters(String) - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- SpatialParameters.Mask - Enum in org.eclipse.persistence.expressions.spatial
-
- SpatialParameters.QueryType - Enum in org.eclipse.persistence.expressions.spatial
-
- SpatialParameters.Units - Enum in org.eclipse.persistence.expressions.spatial
-
- specialOperations - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
- SPECIFIED_PARTIAL_ATTRIBUTE_DOES_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- specifiedLockingFieldsNotFoundInDatabase(String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- specifiedPartialAttributeDoesNotExist(DatabaseQuery, String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- spliterator() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- spliterator() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- sql(String, List) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Parse the SQL for parameter and return a custom function expression
using a custom operator that will print itself as the SQL.
- SQL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant 'SQL', which is an EclipseLink specific identifier that was added in version 2.4.
- SQL - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- SQL_CALL_DEFERRAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.jpa.sqlcall.deferral.default
" property defines if SQL calls should be deferred to end of
transaction by default or not.
- SQL_CAST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "eclipselink.jdbc.sql-cast
" property specifies if
platform specific CAST SQL operations should be used.
- SQL_DATE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- SQL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- SQL_STATEMENT_NOT_SET_PROPERLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- SQL_TIME - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- SQL_TIMESTAMP - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- SQLAnywhere - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- SQLAnywherePlatform - Class in org.eclipse.persistence.platform.database
-
Provides SQL Anywhere specific behaviour.
- SQLAnywherePlatform() - Constructor for class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- SQLCall - Class in org.eclipse.persistence.queries
-
Purpose: Used as an abstraction of an SQL call.
- SQLCall() - Constructor for class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
Create a new SQL call.
- SQLCall(String) - Constructor for class org.eclipse.persistence.queries.SQLCall
-
PUBLIC:
Create a new SQL call.
- sqlException(SQLException) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- sqlException(SQLException, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- sqlException(SQLException, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- sqlException(SQLException, Accessor, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- sqlException(SQLException, Call, Accessor, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- SqlGeneration - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- SqlPrepare - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- SQLResult - Class in org.eclipse.persistence.queries
-
Purpose:
An abstract superclass that represents the commonalities between the main
result types of the SQLResultSetMapping
- SQLResult() - Constructor for class org.eclipse.persistence.queries.SQLResult
-
- SqlResultSetMapping - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- sqlResultSetMapping - Variable in class org.eclipse.persistence.queries.SQLResult
-
- SQLResultSetMapping - Class in org.eclipse.persistence.queries
-
Purpose:
Concrete class to represent the SQLResultSetMapping structure as defined by
the EJB 3.0 Persistence specification.
- SQLResultSetMapping(Class) - Constructor for class org.eclipse.persistence.queries.SQLResultSetMapping
-
Defaulting constructor.
- SQLResultSetMapping(String) - Constructor for class org.eclipse.persistence.queries.SQLResultSetMapping
-
- sqlResultSetMappings - Variable in class org.eclipse.persistence.sessions.Project
-
This a collection of 'maps' that allow users to map custom SQL to query results
- SQLServer - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- SQLServerPlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides SQL Server specific behavior.
- SQLServerPlatform() - Constructor for class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- sqlStatementNotSetProperly(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- sqlTypeName - Variable in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
- sqrt(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Sqrt - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- sqrt() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- SQRT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SQRT'.
- SqrtExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SQRT function takes a numeric argument and returns a double.
- SqrtExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
Creates a new SqrtExpression
.
- SqrtExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SqrtExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
-
Creates a new SqrtExpressionFactory
.
- sqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- Standard - Static variable in class org.eclipse.persistence.config.TunerType
-
- standardDeviation() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
This represents the aggregate function StandardDeviation.
- StandardDeviation - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- standardDeviation() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- StandardSequence - Class in org.eclipse.persistence.sequencing
-
Purpose: An abstract class providing default sequence behavior.
- StandardSequence() - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
-
- StandardSequence(String) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
-
- StandardSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
-
- StandardSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
-
- StandardTuner - Class in org.eclipse.persistence.tools.tuning
-
Default tuner.
- StandardTuner() - Constructor for class org.eclipse.persistence.tools.tuning.StandardTuner
-
- start() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
-
Invoke StaticWeaveProcessor to perform weaving.
- START_INDEX_OUT_OF_RANGE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- START_WITH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'WHERE'.
- startCallback() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
-
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startCDATA() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startCDATA() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startCollection() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
-
- startCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- startCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- startCollection() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
This method is used to inform the MarshalRecord that the element events
it is about to receive are part of a collection.
- startDiscovery() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
ADVANCED:
Announce the local service and join the cluster
- startDocument(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
-
Called when unmarshalling begins.
- startDocument(ErrorHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
-
INTERNAL
- startDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
-
Event that is called at the start of processing the document.
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
-
INTERNAL:
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
-
- startDocument() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- startDocument() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification that a document is being started.
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
- startDocument() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- startDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- startDocument() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- startDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- startDocument() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
-
- startDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startDocument() - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startDTD(String, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- startEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
-
- startEmptyCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startEntity(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startEntity(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startFields - Variable in class org.eclipse.persistence.history.HistoryPolicy
-
- startIndexOutOfRange() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- startListening() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL:
This method puts us into the listening mode loop.
- startOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
Profile the operation.
- startOperationProfile() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Start call
- startOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String, DatabaseQuery, int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Link to the dms PhaseEvent api start().
- startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL:
Link to the dms PhaseEvent api start().
- startOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL:
Start the operation timing.
- startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
INTERNAL:
Start the operation timing.
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification that a namespace has been declared.
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- startPrefixMapping(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- startRootLevelCollection() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
-
- startRootLevelCollection() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
-
- startRootLevelCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- startRootObject() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
-
- startRootObject() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
-
- startRootObject() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- startStrings - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- startsWith(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text starts with the given character.
- startsWith(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests whether the query starts with the specified prefix from the current position.
- startsWith(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests whether the substring of the query beginning at the specified index starts with the
specified prefix.
- startsWithArithmeticOperator() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the character at the current position is one of the arithmetic operators:
{ '+', '-', '*', '/' },
- startsWithDigit() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines if the text starts with a digit (true
), an arithmetic term
(false
) or anything else (null
).
- startsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Determines whether the path starts with a dot or not.
- startsWithIdentifier(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text at the current position start with the following identifier.
- startsWithIdentifier(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text at the current position start with the following identifier.
- startsWithIgnoreCase(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text starts with the given character.
- startsWithIgnoreCase(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests if the string starts with the specified prefix.
- startsWithIgnoreCase(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests if the string starts with the specified prefix.
- startUp() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Allocate the minimum connections.
- startUp() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
Build the default connection.
- startValue - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
- startValueName - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
- StartWithClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
A START WITH
clause is optional and specifies the root row(s) of the hierarchy.
- StartWithClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
Creates a new StartWithClause
.
- StartWithClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the START WITH
clause.
- StartWithClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
Creates a new StartWithClauseBNF
.
- StartWithClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
StartWithClauseFactory
creates a new
StartWithClause
when the portion
of the query to parse starts with
START WITH.
- StartWithClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
-
Creates a new StartWithClauseFactory
.
- startWithExpression - Variable in class org.eclipse.persistence.queries.ReadAllQuery
-
Used for Oracle HierarchicalQuery support
- startWithIgnoreCase(String, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given string starts with the given prefix and ignores the case.
- StateFieldPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A single_valued_association_field
is designated by the name of an association-field
in a one-to-one or many-to-one relationship.
- StateFieldPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression
.
- StateFieldPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression
.
- StateFieldPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression
.
- StateFieldPathExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_CollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_InvalidEnumConstant - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_NoMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a state field path expression.
- StateFieldPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
Creates a new StateFieldPathExpressionBNF
.
- StateFieldPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- StateFieldPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
-
Creates a new StateFieldPathExpressionFactory
.
- stateFieldPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- StateFieldPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
-
- statement - Variable in class org.eclipse.persistence.expressions.ExpressionBuilder
-
- statement - Variable in class org.eclipse.persistence.queries.Cursor
-
The preparedStatement that holds the handle to the database that the results are read from.
- STATEMENT_NOT_EXECUTED_IN_BATCH - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
- StatementExecute - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- statements - Variable in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
- statements - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- StaticWeave - Class in org.eclipse.persistence.tools.weaving.jpa
-
Description: This is the static weave command line processing class that verifies command options and invokes
StaticWeaveProcessor to statically weave the classes.
- StaticWeave(String[]) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
-
- StaticWeaveAntTask - Class in org.eclipse.persistence.tools.weaving.jpa
-
Description: This is the static weave ant task definition class that verifies the value of specified attributes and invokes
StaticWeaveProcessor to weave classes.
- StaticWeaveAntTask() - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
- StaticWeaveClassTransformer - Class in org.eclipse.persistence.tools.weaving.jpa
-
Description: This class provides the implementation of class transformer by leveraging on the following existing APIs,
PersistenceUnitProcessor.processORMetadata() - get class descriptor.
- StaticWeaveClassTransformer(URL, ClassLoader) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
-
Constructs an instance of StaticWeaveClassTransformer.
- StaticWeaveClassTransformer(URL, String, ClassLoader, Writer, int) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
-
Constructs an instance of StaticWeaveClassTransformer.
- StaticWeaveException - Exception in org.eclipse.persistence.exceptions
-
- StaticWeaveException() - Constructor for exception org.eclipse.persistence.exceptions.StaticWeaveException
-
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
- StaticWeaveException(String) - Constructor for exception org.eclipse.persistence.exceptions.StaticWeaveException
-
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
- StaticWeaveException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.StaticWeaveException
-
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
- StaticWeaveExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
- StaticWeaveExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
-
- StaticWeaveProcessor - Class in org.eclipse.persistence.tools.weaving.jpa
-
Description: The StaticWeaveProcessor controls the static weaving process.
- StaticWeaveProcessor(String, String) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Constructs an instance of StaticWeaveProcessor
- StaticWeaveProcessor(File, File) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Constructs an instance of StaticWeaveProcessor
- StaticWeaveProcessor(URL, URL) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
Constructs an instance of StaticWeaveProcessor
- statusToString_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Convert the status to a string for tracing.
- statusToString_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
- STAX_SOURCE_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- stop() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Stop the current application instance
- STOP_INDEX_OUT_OF_RANGE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- stopDiscovery() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
ADVANCED:
Stop accepting announcements from other services becoming available.
- stopIndexOutOfRange() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- stopListening - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
Indicates to the listening thread that it should stop
- stopListening() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL:
Signal this instance to stop listening.
- storeBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: JPA flag used to control the behavior of the shared cache.
- StoredFunctionCall - Class in org.eclipse.persistence.queries
-
Purpose: Used to define a platform independent function call.
- StoredFunctionCall() - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
-
- StoredFunctionCall(int, String, Class) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
-
- StoredFunctionCall(int, String, Class, DatabaseField) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
-
- StoredFunctionCall(int, String, String) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
-
- StoredFunctionCall(int, String, String, DatabaseField) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
-
- StoredFunctionDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a semi-generic way of creating store function.
- StoredFunctionDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- StoredProcedureCall - Class in org.eclipse.persistence.queries
-
Purpose: Used to define a platform independent procedure call.
- StoredProcedureCall() - Constructor for class org.eclipse.persistence.queries.StoredProcedureCall
-
- StoredProcedureDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a semi-generic way of creating stored procedures.
- StoredProcedureDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- StoredProcedureGenerator - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: To generate StoredProcedures from EclipseLink Projects
- StoredProcedureGenerator(SchemaManager) - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- StoredProcedureParameter - Annotation Type in org.eclipse.persistence.annotations
-
A StoredProcedureParameter annotation is used within a
NamedStoredProcedureQuery annotation.
- StoredProcedureParameter - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- storeInCache() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Configure the version lock value to be stored in the cache.
- storeInObject() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Configure the version lock value to be stored in the object.
- storeProject(Project, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
-
- storeProject(Project, Map, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.ProjectCache
-
PUBLIC: This method is responsible for caching a project instance representing the
application metadata.
- storeXMLDescriptorByQName(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
- stream() - Method in class org.eclipse.persistence.indirection.IndirectList
-
- stream() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- streamForNonExistentFilePrompt() - Method in class org.eclipse.persistence.tools.PackageRenamer
-
- StreamingOutputMarshaller - Class in org.eclipse.persistence.jpa.rs.util
-
Simple StreamingOutput
implementation that uses the provided
JAXBContext
to marshal the result when requested to either XML or
JSON based on the accept media provided.
- StreamingOutputMarshaller(PersistenceContext, Object, MediaType) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
-
- StreamingOutputMarshaller(PersistenceContext, Object, List<MediaType>, FieldsFilter) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
-
This constructor is used for fields filtering.
- StreamingOutputMarshaller(PersistenceContext, Object, List<MediaType>) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
-
Creates a new StreamingOutputMarshaller.
- STRICT_TYPE_CHECKING_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Property controls strictness of Type.getInstanceClass()
type checking.
- STRING - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- STRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- STRING_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- stringBuffer - Variable in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- StringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string expression.
- StringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
Creates a new StringExpressionBNF
.
- stringifyId(Object, String, PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
-
- stringIsEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the specified string is null
, empty, or contains only
whitespace characters.
- stringIsNotEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the specified string is NOT null
, NOT empty, or contains at
least one non-whitespace character.
- StringLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
-
A string literal is enclosed in single quotes.
- StringLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Creates a new StringLiteral
.
- StringLiteral_MissingClosingQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StringLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string literal.
- StringLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
Creates a new StringLiteralBNF
.
- StringLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- StringLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
-
Creates a new StringLiteralFactory
.
- StringPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string primary expression.
- StringPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
Creates a new StringPrimaryBNF
.
- STRINGS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- stringsAreDifferentIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the two sequence of characters are different, with the appropriate
null
checks and the case is ignored.
- stringsAreEqualIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the two sequence of characters are equal or equivalent, with the
appropriate null
checks and the case is ignored.
- StringsWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.StringsWrapperImpl
-
- stringType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link String}.
- StringWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.StringWrapperImpl
-
- Struct - Annotation Type in org.eclipse.persistence.annotations
-
Struct types are extended object-relational data-types supported by some databases.
- Struct - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- StructConverter - Annotation Type in org.eclipse.persistence.annotations
-
A StructConverter is a special type of converter that handles the conversion of a specific
database Struct type.
- StructConverter - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- StructConverter - Interface in org.eclipse.persistence.platform.database.converters
-
PUBLIC:
A StuctConverter can be added to a DatabasePlatform
It allows custom processing dealing java.sql.Struct types
When added to the DatabasePlatform:
1.
- StructConverters - Annotation Type in org.eclipse.persistence.annotations
-
A StructConverters annotation allows the definition of multiple
StructConverter.
- structConverters - Variable in class org.eclipse.persistence.sessions.Project
-
- StructConverterType - Class in org.eclipse.persistence.config
-
This class contains predefined StructConverter types.
- StructConverterType() - Constructor for class org.eclipse.persistence.config.StructConverterType
-
- Structure - Annotation Type in org.eclipse.persistence.annotations
-
Struct types are extended object-relational data-types supported by some databases.
- Structure - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- STRUCTURE_NAME_NOT_SET_IN_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- StructureMapping - Class in org.eclipse.persistence.mappings.structures
-
Purpose:
A structure is an object-relational user-defined data-type or object-type.
- StructureMapping() - Constructor for class org.eclipse.persistence.mappings.structures.StructureMapping
-
Default constructor.
- structureName - Variable in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
Arrays require a structure name, this is the ADT defined for the VARRAY.
- structureName - Variable in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
Arrays require a structure name, this is the ADT defined for the VARRAY.
- structureName - Variable in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
- structureNameNotSetInMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- SUB_SESSION_NOT_DEFINED_FOR_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- SUBCLASS_ATTEMPTED_TO_OVERRIDE_NAMESPACE_DECLARATION - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- SUBCLASS_CANNOT_HAVE_XMLVALUE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- subclassAttemptedToOverrideNamespaceDeclaration(String, String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- subClasses - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
This attribute references the immediate subclass groups for this attributeGroup.
- subExpression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
-
Internal flag used to determine if a sub-expression is traversed, which is required when
representing a nested array.
- SubExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression wraps a sub-expression within parenthesis.
- SubExpression(AbstractExpression, JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Creates a new SubExpression
.
- SubExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- Subgraph - Interface in org.eclipse.persistence.jaxb
-
This type represents a AttributeNode of an EntityGraph that corresponds to a
Managed Type.
- subgraph - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
- subGroups - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- subList(int, int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- subList(int, int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- subList(int, int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Return a view of the specified portion of the list
- subQuery(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return a sub query expression.
- SubqueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a subquery expression.
- SubqueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
Creates a new SubqueryBNF
.
- subqueryFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- SubqueryFirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.SubqueryFirstDeclarationVisitor
-
- SubqueryFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the from clause defined in a subquery.
- SubqueryFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
Creates a new SubqueryFromClauseBNF
.
- SubquerySelectItemCalculator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
-
- subquerySelectItemCount(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Retrieves the number of select items the given subquery has.
- SubqueryVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.SubqueryVisitor
-
- SubSelectIdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable declaration expression defined
in a sub-select expression.
- SubSelectIdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
Creates a new SubSelectIdentificationVariableDeclarationBNF
.
- subSize - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- substitutionHeadName - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
- substitutionHeadNamespace - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
- substring(int, int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the substring from the source string.
- substring(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the substring from the source string.
- substring(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the substring from the source string.
- substring(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, returns the substring from the source string.
- Substring - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- substring() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- SUBSTRING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SUBSTRING'.
- substring() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the current position of the cursor and the end of the text.
- substring(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the given position and the end of the text.
- substring(int, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the given positions.
- substring() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
Build FB equivalent to SUBSTR(x, y)
FB: SUBSTRING(x FROM y)
- substring() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Gets the substring of source bounded by start location to end location.
- substring2() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
Build FB equivalent to SUBSTR(x, y, z)
FB: SUBSTRING(x FROM y FOR z)
- SubstringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The second and third arguments of the SUBSTRING function denote the starting position and
length of the substring to be returned.
- SubstringExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Creates a new SubstringExpression
.
- SubstringExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingFirstComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingSecondComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_ThirdExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SubstringExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
-
Creates a new SubstringExpressionFactory
.
- substringExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SubstringSingleArg - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- substringSingleArg() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- subtract(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- subtract(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Subtract - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- SubtractionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the four binary operators.
- SubtractionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
-
Creates a new SubtractionExpression
.
- SubtractionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubtractionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- sum() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
This represents the aggregate function Sum.
- Sum - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- sum() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Create the SUM operator.
- SUM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SUM'.
- SumFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- SumFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunction
-
Creates a new SumFunction
.
- SumFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SumFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
-
Creates a new SumFunctionFactory
.
- sumFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SunCORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba.sun
-
- SunCORBATransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
- superClassGroup - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
To add inheritance support the two following attrbutes are used to create a model of the inheritance tree
This attribute points to the parent AttributeGroup of this attribute group.
- superClassOverride - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- superType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
- supportsANSIInnerJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether the ANSI syntax for inner joins (e.g.
- supportsAutoConversionToNumericForArithmeticOperations() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Some db allow VARCHAR db field to be used in arithmetic operations automatically converting them to numeric:
UPDATE OL_PHONE SET PHONE_ORDER_VARCHAR = (PHONE_ORDER_VARCHAR + 1) WHERE ...
- supportsAutoConversionToNumericForArithmeticOperations() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Some db allow VARCHAR db field to be used in arithmetic operations automatically converting them to numeric:
UPDATE OL_PHONE SET PHONE_ORDER_VARCHAR = (PHONE_ORDER_VARCHAR + 1) WHERE ...
- supportsChangeTracking(Project) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns whether this descriptor is capable of supporting weaved change tracking.
- supportsConnectionUserName() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
- supportsCountDistinctWithMultipleFields() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Indicates whether the platform supports the count distinct function with multiple fields.
- supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Setting this to false (cf.
- supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
SQL Anywhere does support cascade on delete, unlike Sybase.
- supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Sybase (as of Sybase ASE 15, does not support delete on cascade).
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
-
Attunity Connect does not support creating foreign key constraints with the ALTER TABLE
syntax.
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not support foreign key constraint syntax, so returns
false.
- supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 supports temp tables.
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL supports temp tables for update-all, delete-all queries.
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
- supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether the platform supports global temporary tables.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
INTERNAL: Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL:
Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Indicates whether the platform supports identity.
- supportsIdentity - Variable in class org.eclipse.persistence.platform.database.OraclePlatform
-
Advanced attribute indicating whether identity is supported,
see comment to setSupportsIdentity method.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Indicates whether the platform supports identity.
- supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
Indicates whether the platform supports identity.
- supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Indicates whether locking clause could be selectively applied only to some tables in a ReadQuery.
- supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether locking clause could be selectively applied only to
some tables in a ReadQuery.
Symfoware platform currently only supports FOR UPDATE locking, which
cannot be applied to queries that select from multiple tables.
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Returns true
when invoked to indicate that Informix does
indeed support local temporary tables.
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL:
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- supportsLocalTransactions - Variable in class org.eclipse.persistence.eis.EISPlatform
-
Allows for usage of transaction to be disabled if not supported.
- supportsLocalTransactions() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return if this platform supports local transactions.
- supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
DB2 does not seem to allow FOR UPDATE on queries with multiple tables.
- supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
Indicates whether locking clause could be applied to the query that has more than one table
- supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether locking clause could be applied to the query that has
more than one table.
Symfoware platform currently only supports FOR UPDATE locking, which
cannot be applied to queries that select from multiple tables.
- supportsMediaType(MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- supportsMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.NamespacePrefixMapper
-
Return true if this prefix mapper applies to the media type provided.
- supportsNativeSequenceNumbers() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsNativeSequenceNumbers() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- supportsNestingOuterJoins() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
Does not allow nesting outer joins, i.e.
- supportsOuterJoinsWithBrackets() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
INTERNAL:
Return if brackets can be used in the ON clause for outer joins.
- supportsPrimaryKeyConstraint() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
-
Attunity Connect does not support specifying the primary key in the create table
syntax.
- supportsPrimaryKeyConstraint() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
- supportsResultSetAccessOptimizationOnExecute() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether the query can use ResultSet optimization.
- supportsResultSetAccessOptimizationOnExecute() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Indicates whether the query can use ResultSet optimization.
- supportsResultSetAccessOptimizationOnPrepare() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Indicates whether the query can use ResultSet optimization.
- supportsResultSetAccessOptimizationOnPrepare() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Indicates whether the query can use ResultSet optimization.
- supportsSelectForUpdateNoWait() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Returns true if the database supports SQL syntax not to wait on a SELECT..FOR UPADTE
(i.e.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL: Derby supports sequence objects as of 10.6.1.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL:
Indicates whether the platform supports sequence objects.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Indicates whether the platform supports sequence objects.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Indicates whether the platform supports sequence objects.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether the platform supports sequence objects.
Symfoware does through global sequence objects.
- supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL:
Indicates whether the platform supports sequence objects.
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return if database stored functions are supported.
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Indicates whether the platform supports stored functions.
Although Symfoware supports some stored functions as function routines,
their functionality is incompatible with the one EclipseLink provides.
- supportsUniqueColumns() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
HSQL (1.8.1) does not support the UNIQUE key word in a column, but does support unique constraints defined separately.
- supportsUniqueKeyConstraints() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware supports unique key constraints, so returns true.
Do note that unique constraints cannot be added/removed using
"ALTER TABLE ADD/DROP CONSTRAINT" syntax.
- supportsVPD() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Oracle db supports VPD.
- supportsWaitForUpdate() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- supportsWriteLockValuesComparison() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Indicates whether compareWriteLockValues method is supported by the policy.
- supportsWriteLockValuesComparison() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Indicates that compareWriteLockValues method is supported by the policy.
- Sybase - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- sybaseAddMonthsOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Function, to add months to a date.
- sybaseAtan2Operator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- sybaseInStringOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build instring operator
- sybaseLocate2Operator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build the Sybase equivalent to Locate with a start index.
- sybaseLocateOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build the Sybase equivalent to Locate
- SybasePlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides Sybase ASE specific behavior.
- SybasePlatform() - Constructor for class org.eclipse.persistence.platform.database.SybasePlatform
-
- sybaseToCharOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build Sybase equivalent to TO_CHAR.
- sybaseToCharWithFormatOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build Sybase equivalent to TO_CHAR.
- sybaseToDateOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build Sybase equivalent to TO_DATE.
- sybaseToDateToStringOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build Sybase equivalent to TO_CHAR.
- sybaseToNumberOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build Sybase equivalent to TO_NUMBER.
- Symfoware - Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- SymfowarePlatform - Class in org.eclipse.persistence.platform.database
-
Symfoware Server
http://wiki.eclipse.org/EclipseLink/Development/Incubator/Extensions/SymfowarePlatform
Test results: http://wiki.eclipse.org/EclipseLink/Development/DatabasePlatform/SymfowarePlatform/TestResults
Contributed by: Fujitsu Ltd.
Contributed under bug: 288715
- SymfowarePlatform() - Constructor for class org.eclipse.persistence.platform.database.SymfowarePlatform
-
- SynchronizationListenerFactory - Interface in org.eclipse.persistence.transaction
-
Purpose: Generate synchronization listener objects of the appropriate type.
- SYNCHRONIZED_READ_ON_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Reads and unit of work merges will be serialized.
- SYNCHRONIZED_UNITOFWORK_DOES_NOT_SUPPORT_COMMITANDRESUME - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- SYNCHRONIZED_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Reads can occur concurrently but unit of work merges will be serialized.
- synchronizedUnitOfWorkDoesNotSupportCommitAndResume() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- SYNCRONIZED_OBJECT_LEVEL_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Writes to the cache (merge, object build/refresh will be synchronized
as will cache access (cloning) based on when access is required.
- SYNCRONIZED_OBJECT_LEVEL_READ_WRITE_DATABASE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Writes to the cache (merge, object build/refresh will be synchronized
as will cache access (cloning) based on database transaction.
- syntaxError - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- syntaxError(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- syntaxErrorAt - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- syntaxErrorAt(String, int, int, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- SYSTEM_OUT - Static variable in class org.eclipse.persistence.tools.PackageRenamer
-
- SystemDefaults - Class in org.eclipse.persistence.jpa.rs
-
- SystemDefaults() - Constructor for class org.eclipse.persistence.jpa.rs.SystemDefaults
-
- SystemProperties - Class in org.eclipse.persistence.config
-
This class provides the list of System properties that are recognized by EclipseLink.
- SystemProperties() - Constructor for class org.eclipse.persistence.config.SystemProperties
-