|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV NEXT | FRAMES NO FRAMES |
ABS(x)
.
ABS(x)
.
ABS(x)
.
AbsExpression
.
AbsExpressionFactory
creates a new AbsExpression
when the portion of the
query to parse starts with ABS.AbsExpressionFactory
.
ABS
function removes the minus sign from a specified argument and returns
the absolute value, which is always a positive number or zero.AbsExpressionStateObject
.
AbsExpressionStateObject
.
AbsExpressionStateObject
.
Resolver
is responsible to calculate the IType
based on the type of the
ABS expression.AbsFunctionResolver
.
IJPQLQueryFormatter
is used to generate a string representation of a StateObject
based on how it was parsed, which means this formatter can only be used when the
StateObject
was created by parsing a JPQL query because it needs to retrieve parsing
information from the corresponding Expression
.AbstractActualJPQLQueryFormatter
.
AbstractActualJPQLQueryFormatter
.
ICaseExpressionStateObjectBuilder
adds support for
creating a CASE
expression.AbstractCaseExpressionStateObjectBuilder
.
AbstractCompositeDirectCollectionMapping
consolidates the behavior of mappings that
map collections of "native" data objects (e.g.AbstractConditionalClause
.
AbstractConditionalClauseStateObject
.
AbstractConditionalClauseStateObject
.
IConditionalExpressionStateObjectBuilder
that supports the
creation of the conditional expression based on the JPQL grammar defined in JPA 2.0.AbstractStateObjectBuilder
.
AbstractConditionalStateObjectBuilderWrapper
.
AbstractContentAssistVisitor
.
Expression
and determines if a JPQL identifier can be
added ("appended") when the position of the cursor is at the end of the expression.AppendableExpressionVisitor
.
AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
should perform the check.CollectionExpression
if it is visited.Expression
is complete or not.Expression
, which is based on the
location of the cursor.AbstractContentAssistVisitor.DefaultMappingCollector
, which simply returns an empty collection.QueryPosition
by traversing the valid portion of the JPQL
query.AbstractContentAssistVisitor.DefaultMappingCollector
returns the possible mappings (non-collection type or
collection type) from a managed type.Expression
is one of the two that represents
an invalid expression.Filter
based on the type of the Expression
.Filter
is responsible to filter out the mappings that can't have their type
assignable to the one passed in.Expression
is in a subquery.Expression
is grammatically valid
by determining if the ending of the Expression
is complete or not.Expression
in
order to increase the list of valid proposals.Expression
takes care of parsing an expression that encapsulates two expressions
separated by a comma.AbstractDoubleEncapsulatedExpression
.
StateObject
represents a JPQL expression that has a JPQL identifier followed by
two an encapsulated expression with parenthesis, the two expression are separated by a comma.AbstractDoubleEncapsulatedExpressionStateObject
.
AbstractDoubleEncapsulatedExpressionStateObject
.
AbstractDoubleEncapsulatedExpressionStateObject
.
EclipseLinkExpressionVisitor
.AbstractEclipseLinkSelectExpressionStateObjectBuilder
.
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
.
EclipseLinkStateObjectVisitor
, which implements all the
methods but does nothing.StateObjectVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given StateObject
.ExpressionVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given Expression
.StateObjectVisitor
traverses up the hierarchy.EclipseLinkExpressionVisitor
traverses up the hierarchy.AbstractEncapsulatedExpression
.
AbstractEncapsulatedExpressionStateObject
.
AbstractExpression
.
AbstractExpression
.
ExpressionVisitor
, which implements all the methods but does
nothing.IMapping
that is wrapping the runtime representation of a persistent field.AbstractFieldMapping
.
AbstractFromClause
.
FROM
clause, which
is either the FROM
clause of the query or of a sub-query expression.AbstractFromClauseStateObject
.
AbstractGrammarValidator
.
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.AbstractEncapsulatedExpression
.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
which
implements some of the methods since the behavior is the same for all subclasses of
AbstractSingleEncapsulatedExpression
.CollectionExpression
if it is visited.CollectionExpressionVisitor
.
CollectionExpression
by making sure each item is separated
by a comma.CollectionExpression
by making sure each item is not
separated by a comma.NullExpression
.NullExpressionVisitor
.
AbstractIdentificationVariableDeclarationStateObject
.
AbstractIdentificationVariableDeclarationStateObject
.
JPQLGrammar
.AbstractJPQLGrammar
.
AbstractJPQLGrammar
.
IJPQLQueryBuilder
that parses a JPQL query or any JPQL
fragments and creates the StateObject
representation by delegating the creation to an
instance of BasicStateObjectBuilder
.AbstractJPQLQueryBuilder
.
IJPQLQueryFormatter
, which converts an StateObject
into its string representation that can be used as a real JPQL query.AbstractJPQLQueryFormatter
.
AbstractJPQLQueryHelper.getResultType()
;
Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String)
.AbstractJPQLQueryHelper
.
AbstractJPQLQueryHelper
.
StateObject
that holds onto a list of children, the
methods defined in ListHolderStateObject
are automatically handled here.AbstractListHolderStateObject
.
AbstractListHolderStateObject
.
AbstractListHolderStateObject
.
AbstractLiteralExpressionFactory
.
IMapping
that is wrapping the runtime representation
of a persistent attribute.AbstractMapping
.
IMapping
that is wrapping the runtime representation of a property.AbstractMethodMapping
.
UpdateClauseStateObject
.
AbstractModifyStatementStateObject
.
AbstractNewValueStateObjectBuilder
.
AbstractPathExpression
.
AbstractPathExpression
.
AbstractPathExpression
.
AbstractPathExpressionStateObject
.
AbstractPathExpressionStateObject
.
Resolver
is responsible to resolve a single path of a path expression (state field
path expression, singled valued object field, or a collection-valued path expression).AbstractPathResolver
.
AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.RangeVariableDeclarationStateObject
.
RangeVariableDeclarationStateObject
.
AbstractRangeVariableDeclarationStateObject
.
BasicRefactoringTool
.
scalar expression
.AbstractScalarExpressionStateObjectBuilder
.
AbstractSchemaName
.
AbstractSchemaNameBNF
.
AbstractSchemaNameFactory
creates a new AbstractSchemaName
.AbstractSchemaNameFactory
.
AbstractSchemaNameStateObject
.
AbstractSchemaNameStateObject
.
AbstractSchemaNameStateObject
.
SelectClause
.
SELECT
clause,
which is either the SELECT
clause of the top-level query or of a subquery.AbstractSelectClauseStateObject
.
AbstractSelectExpressionStateObjectBuilder
.
SELECT
and a FROM
clause.AbstractSelectStatement
.
SELECT
clause and a FROM clause.AbstractSelectStatementStateObject
.
AbstractSemanticValidator
.
AbstractSemanticValidator.validateStateFieldPathExpression(
StateFieldPathExpression, PathType)
to validate the type of the mapping and to make sure it
is allowed based on its location.ISimpleSelectExpressionStateObjectBuilder
that supports
the creation of the select expression based on the JPQL grammar defined in JPA 2.0.AbstractSimpleSelectExpressionStateObjectBuilder
.
EncapsulatedExpression
.
StateObject
represents a JPQL expression that has a JPQL identifier followed by
an encapsulated expression with parenthesis.AbstractSingleEncapsulatedExpressionStateObject
.
AbstractSingleEncapsulatedExpressionStateObject
.
AbstractSingleEncapsulatedExpressionStateObject
.
StateObject
.AbstractStateObject
.
StateObject
hierarchy based on a JPQL fragment
that is manually created.AbstractStateObjectBuilder
.
StateObjectVisitor
, which implements all the methods but does
nothing.StateObjectVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given StateObject
.ExpressionVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given Expression
.StateObjectVisitor
traverses up the hierarchy.ExpressionVisitor
traverses up the hierarchy.Expression
takes care of parsing an expression that encapsulates three expressions
separated by a comma.AbstractTripleEncapsulatedExpression
.
AbstractTripleEncapsulatedExpressionStateObject
.
AbstractTripleEncapsulatedExpressionStateObject
.
AbstractTripleEncapsulatedExpressionStateObject
.
AbstractValidator
.
CollectionExpression
in
order to properly validate the Expression
.BypassChildCollectionExpressionVisitor
.
SubExpression
if it's a parent.BypassParentSubExpressionVisitor
.
CollectionExpression
or a single visited
Expression
.Expression
by checking its BNF against some BNFs.JPQLQueryBNFValidator
.
Expression
.OwningClauseVisitor
.
Expression
.Expression
.Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
StateObject
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
at the given position by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Expression
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Resolver
by the given visitor
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
Expression
.
StateObjectVisitor
needs to visit this class but it is defined by a
third-party provider.
StateObjectVisitor
needs to visit this class but it is defined by a
third-party provider.
ExpressionVisitor
needs to visit this class but it is defined by a third-
party provider.
ExpressionVisitor
needs to visit this class but it is defined by a third-
party provider.
Access
annotation to specify an access
type to be applied to an entity class, mapped superclass, or
embeddable class, or to a specific attribute of such a class.Sequence.addText(String)
in 2.1.0
Sequence.addText(int, String)
in 2.1.0
DeclarationResolver.Declaration
.
x + y
.
x + y
.
StateObject
to the stack for future use, which will be removed from
the stack to complete the creation of another StateObject
.
x + y
.
IEntity
as a possible abstract schema type.
IdentifierRole.AGGREGATE
and the beginning starts with the current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.AGGREGATE
and the beginning starts with the
current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.AGGREGATE
and the beginning starts with the
current word.
AggregateObjectMapping
(Embeddable
in JPA) to the
DynamicTypeBuilder.entityType
being built or extended.
Collection
the items contained in the array.
Collection
the items returned by the given Iterator
.
AS
identifier is specified.
AS
identifier is specified.
AS
identifier is specified.
AS
identifier is specified.
AS
identifier is used.
AS
identifier is specified.
Resolver
.
ExpressionFactory
to the given query BNF.
ExpressionFactory
to the given query BNF.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
StateObject
to the given list.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
AbstractExpression
to the given collection.
DynamicClassWriter
.
DynamicClassWriter
but specifying a different parent class.
DynamicClassWriter
.
IdentifierRole.CLAUSE
and the beginning starts with the current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.CLAUSE
and the beginning starts with the
current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.CLAUSE
and the beginning starts with the
current word.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
AbstractContentAssistVisitor.addIdentifier(String)
;
Otherwise checks the ending of the JPQL query with a portion of the identifier from the
entire length of the identifier to the given offset by cutting off the trailing characters.
IdentifierRole.COMPOUND_FUNCTION
and the beginning starts with the current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.COMPOUND_FUNCTION
and the beginning starts
with the current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.COMPOUND_FUNCTION
and the beginning starts
with the current word.
DeclarationResolver.Declaration
at the end of the list.
DELETE
statement.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
FROM
clause.
DirectCollectionMapping
to the DynamicTypeBuilder.entityType
being
built or extended.
DirectToFieldMapping
(@Basic) mapping to be added to a
dynamic type through API.
SELECT
statement.
DynamicClassWriter
with the provided
DynamicClassLoader
so that a dynamic class can be generated when
needed.
IType
.
ExpressionFactory
.
ExpressionFactory
with the
given unique identifier.
IdentifierRole.FUNCTION
and the beginning starts with the current word.
FUNCTION
by
determining the JPQLQueryBNF
that represents the fragment for which the given Expression
was parsed.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.FUNCTION
and the beginning starts with the
current word.
JPQLQueryBNF
as valid
proposals if their role is IdentifierRole.FUNCTION
and the beginning starts with the
current word.
GROUP BY
clause.
GROUP BY
clause and parses the given JPQL fragment.
HAVING
clause.
HAVING
clause and parses the given JPQL fragment.
INNER JOIN
expression to this declaration.
INNER JOIN FETCH
expression to this declaration.
StateObject
as a child of this one.
StateObject
as a child of this one.
StateObject
as a child of this one.
StateObject
as a child of this one.
StateObject
as a child of this one.
ORDER BY
item to this clause.
ORDER BY
item to this clause.
ORDER BY
item to this clause.
ORDER BY
item to this clause.
ORDER BY
item to this clause.
StateObject
as a select item.
StateObject
as a child of this one.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
UPDATE
item to this clause.
StateObject
as a child of this one.
UPDATE
clause.
UPDATE
clause.
UPDATE
clause.
StateObject
as a select item.
ORDER BY
item to this clause with ASC
.
ORDER BY
item to this clause with DESC
.
StateObjects
as children of this one.
StateObjects
as children of this one.
StateObjects
as children of this one.
StateObjects
as children of this one.
StateObjects
as children of this one.
StateObjects
as children of this one.
StateObjects
as children of this one.
AdditionExpression
.
arithmetic_expression ::= arithmetic_expression + arithmetic_term
AdditionExpressionStateObject
.
AdditionExpressionStateObject
.
AdditionExpressionStateObject
.
Join
with its identification variable, which can be null
.
JOIN
expression to this declaration.
JOIN
expression to this declaration.
JOIN
expression to this declaration.
JOIN
expression to this declaration.
JOIN FETCH
expression to this declaration.
JOIN FETCH
expression to this declaration.
JOIN FETCH
expression to this declaration.
JOIN FETCH
expression to this declaration.
Expression
.
LEFT JOIN
expression to this declaration.
LEFT JOIN FETCH
expression to this declaration.
LEFT OUTER JOIN
expression to this declaration.
LEFT OUTER JOIN FETCH
expression to this declaration.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
IListChangeListener
for the specified list.
AND
and OR
.
ManyToManyMapping
to the DynamicTypeBuilder.entityType
being built or
extended.
DynamicTypeBuilder.entityType
's descriptor being built or
extended.
mapping
(state field, association field or collection field)
as a valid proposal.
mappings
(state fields, association fields or collection fields)
as valid proposals.
-
sign is used.
data
for optimized binary storage as an attachment.
data
for optimized binary storage as an attachment.
NOT
identifier is specified.
NOT
identifier is specified.
NOT
identifier is specified.
NOT
identifier is specified.
NOT
identifier is specified.
NOT
identifier is specified.
NOT
identifier is specified.
OF
identifier is specified.
OneToManyMapping
to the DynamicTypeBuilder.entityType
being built or
extended.
OneToOneMapping
(@OneToOne and @ManyToOne) mappings to be
added to a dynamic type through API.
ORDER BY
clause.
ORDER BY
clause and parses the given JPQL fragment, which should
represent one or many ordering items.
ORDER BY
item to this clause.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
AbstractExpression
to the given list.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
Expressions
representing the encapsulated Expression
.
+
sign is used.
Expression
Expression
.
Expression
.
Expression
.
Expression
.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
StateObject
, which means there are validation issues.
IPropertyChangeListener
for the specified property.
IPropertyChangeListener
for the specified property.
IPropertyChangeListener
for the specified property.
AbstractIdentificationVariableDeclarationStateObject
for the given IdentificationVariableDeclaration
.
AbstractIdentificationVariableDeclarationStateObject
for the given IdentificationVariableDeclaration
.
AbstractIdentificationVariableDeclarationStateObject
for the given IdentificationVariableDeclaration
.
FROM
clause.
FROM
clause.
SELECT
clause as valid proposals.
StateObject
as a select item.
StateObject
as a select item.
StateObject
as a select item.
SELECT
statement.
SELECT
statement.
Expression.equal
to be used
for comparisons.
data
as an attachment and return attachment's content-id, cid.
TextEdit
with the given information.
TextEdit
with the given information.
TextEdit
at the right position.
TextEdit
objects.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
Expression
at the given position.
PersistenceUnitInfo.getClassLoader()
method.
UPDATE
statement.
UPDATE
statement.
WHEN
clause.
StateObjects
as the WHEN
expression and
the THEN
expression of the new WHEN
clause.
StateObjects
as the WHEN
expression and
the THEN
expression of the new WHEN
clause.
WHERE
clause.
WHERE
clause.
WHERE
clause and parses the given JPQL fragment.
AggregateExpressionBNF
.
AggregateFunction
.
SELECT
clause the result of a query may be the result of an aggregate
function applied to a path expression.AggregateFunctionStateObject
.
AggregateStateObject
.
AggregateFunctionStateObject
.
AggregateStateObject
.
AggregateFunctionStateObject
.
ALL(subquery)
.
ALL(subquery)
.
ALL(subquery)
.
attributeName
holding true for criteria
.
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
.
AllOrAnyExpressionBNF
.
AllOrAnyExpressionFactory
creates a new AllOrAnyExpression
when the portion
of the query to parse starts with ALL, ANY or SOME.AndExpressionFactory
.
ALL
conditional expression is a predicate that is true
if the
comparison operation is true
for all values in the result of the subquery or the
result of the subquery is empty.AllOrAnyExpressionStateObject
.
AllOrAnyExpressionStateObject
.
AllOrAnyExpressionStateObject
.
"eclipselink.jdbc.allow-native-sql-queries"
property
specifies whether any user defined SQL is allowed within a persistence
unit.
"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).
ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of true
:
it configures a ClassDescriptor
to always refresh the cache if data is received from the database by any query.
ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of true
:
it configures a ClassDescriptor
to always remotely refresh the cache if data is received from the database by any
query in a RemoteSession
.
x AND y
.
x AND y
.
x AND y
.
ANDFilter
that will "accept" any object that is accept by all of
the specified filters.
AndExpression
.
AndExpression
creates a new AdditionExpression
when the portion of the query
to parse starts with AND.AndExpressionFactory
.
AND
logical operator chains multiple criteria together.AndExpressionStateObject
.
AndExpressionStateObject
.
AndExpressionStateObject
.
AndFilter
that will "accept" any object that is accept by both of
the specified wrapped filters.
AND
expression.
AnonymousExpressionVisitor.visit(Expression)
and perform the
same task for all visited expressions
.AnonymousStateObjectVisitor.visit(StateObject)
and perform the
same task for all visited ItateObjects
.AnonymousStateObjectVisitor.visit(StateObject)
and perform the
same task for all visited ItateObjects
.ANTLRQueryBuilder
.
ANY(subquery)
.
ANY(subquery)
.
ANY(subquery)
.
"eclipselink.application-location"
Specifies the file system directory location where
DDL files are written (output) to.
PersistenceUnitInfo.getPersistenceUnitRootUrl()
Expression
can be followed by an arithmetic operator.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
StateObject
are equivalent to the children
of the given one, i.e. the information of the StateObjects
is the same.
Expression
can be followed by a comparison operator.
StateObject
are equivalent, i.e. the information of
both StateObject
is the same.
Expression
can be followed by a logical operator.
ArithmeticExpression
.
ArithmeticExpressionBNF
.
ExpressionFactory
creates a new expression when the portion of the query to parse
starts with an arithmetic identifier.AbstractArithmeticExpressionFactory
.
ArithmeticExpressionStateObject
.
ArithmeticExpressionStateObject
.
ArithmeticExpressionStateObject
.
ArithmeticFactor
.
ArithmeticFactorBNF
.
ArithmeticFactorStateObject
.
ArithmeticFactorStateObject
.
ArithmeticPrimaryBNF
.
ArithmeticTermBNF
.