Uses of Class
org.eclipse.persistence.internal.jpa.querydef.FromImpl
Packages that use FromImpl
-
Uses of FromImpl in org.eclipse.persistence.internal.jpa.querydef
Subclasses of FromImpl 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
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.Fields in org.eclipse.persistence.internal.jpa.querydef declared as FromImplFields in org.eclipse.persistence.internal.jpa.querydef with type parameters of type FromImplMethods in org.eclipse.persistence.internal.jpa.querydef with parameters of type FromImplModifier and TypeMethodDescriptionabstract void
void
void
protected void
protected Expression
SubQueryImpl.internalCorrelate
(FromImpl from) Constructors in org.eclipse.persistence.internal.jpa.querydef with parameters of type FromImplModifierConstructorDescriptionCollectionJoinImpl
(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)