| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.querydef |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCollectionJoinImpl<Z,E>
Purpose: Represents a Join to a ElementCollection of basics.
|
class |
BasicListJoinImpl<Z,E>
Purpose: Represents a Join to a ElementCollection of basics.
|
class |
BasicMapJoinImpl<Z,K,E>
Purpose: Represents a Join to a ElementCollection of basics.
|
class |
BasicSetJoinImpl<Z,E>
Purpose: Represents a Join to a ElementCollection of basics.
|
class |
CollectionJoinImpl<Z,X>
Purpose: Contains the implementation of the CollectionJoin interface of the JPA
criteria API.
|
class |
CompoundExpressionImpl
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
static class |
CriteriaBuilderImpl.CaseImpl<R>
Implementation of Case interface from Criteria Builder
|
static class |
CriteriaBuilderImpl.CoalesceImpl<X>
Interface used to build coalesce expressions.
|
static class |
CriteriaBuilderImpl.SimpleCaseImpl<C,R>
Implementation of SimpleCase interface from CriteriaBuilder
|
class |
FromImpl<Z,X>
Purpose: Contains the implementation of the From interface of the JPA
criteria API.
|
class |
FunctionExpressionImpl<X>
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
class |
InImpl<T>
Purpose: Contains the implementation of the In interface of the JPA
criteria API.
|
class |
JoinImpl<Z,X>
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
class |
ListJoinImpl<Z,X>
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
class |
MapJoinImpl<Z,K,V>
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
class |
ParameterExpressionImpl<T> |
class |
PathImpl<X>
Purpose: Contains the implementation of the Path interface of the JPA
criteria API.
|
class |
PredicateImpl
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
class |
RootImpl<X>
Purpose: Contains the implementation of the Root interface of the JPA
criteria API.
|
class |
SetJoinImpl<Z,X>
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionImpl |
InImpl.leftExpression |
| Constructor and Description |
|---|
InImpl(jakarta.persistence.metamodel.Metamodel metamodel,
ExpressionImpl leftExpression,
Collection values,
List expressions) |
InImpl(jakarta.persistence.metamodel.Metamodel metamodel,
ExpressionImpl leftExpression,
ExpressionImpl rightExp,
List expressions) |
InImpl(jakarta.persistence.metamodel.Metamodel metamodel,
ExpressionImpl leftExpression,
ExpressionImpl rightExp,
List expressions) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.