Uses of Class
org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
Packages that use ExpressionImpl
-
Uses of ExpressionImpl in org.eclipse.persistence.internal.jpa.querydef
Subclasses of ExpressionImpl in org.eclipse.persistence.internal.jpa.querydefModifier and TypeClassDescriptionclass
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
Purpose: Contains the implementation of the Predicate interface of the JPA criteria API.class
Implementation of Case interface from Criteria Builderclass
Interface used to build coalesce expressions.class
Implementation of SimpleCase interface from CriteriaBuilderclass
FromImpl<Z,
X> Purpose: Contains the implementation of the From interface of the JPA criteria API.class
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
class
PathImpl<X>
Purpose: Contains the implementation of the Path interface of the JPA criteria API.class
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.Fields in org.eclipse.persistence.internal.jpa.querydef declared as ExpressionImplConstructors in org.eclipse.persistence.internal.jpa.querydef with parameters of type ExpressionImplModifierConstructorDescriptionInImpl
(Metamodel metamodel, ExpressionImpl leftExpression, Collection values, List expressions) InImpl
(Metamodel metamodel, ExpressionImpl leftExpression, ExpressionImpl rightExp, List expressions)