Uses of Class
org.eclipse.persistence.internal.jpa.querydef.FromImpl
-
Uses of FromImpl in org.eclipse.persistence.internal.jpa.querydef
Modifier 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
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
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 TypeMethodDescriptionabstract void
void
void
protected void
protected Expression
SubQueryImpl.internalCorrelate
(FromImpl from) ModifierConstructorDescriptionCollectionJoinImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType, FromImpl correlatedParent) FromImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable<T> modelArtifact, FromImpl correlatedParent) JoinImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType, FromImpl correlatedParent) ListJoinImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType, FromImpl correlatedParent) MapJoinImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<V> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType, FromImpl correlatedParent) RootImpl
(ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable modelArtifact, FromImpl correlatedParent) SetJoinImpl
(Path<Z> parentPath, ManagedType managedType, Metamodel metamodel, Class<X> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType, FromImpl correlatedParent)