public class JoinImpl<Z,X> extends FromImpl<Z,X>
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
Description: This class represents a join of an attribute from a "From"element.
Join,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected JoinType |
joinType |
protected <any> |
on |
correlatedParent, fetches, isFetch, isJoin, joins, managedTypemodelArtifact, pathParentisLiteral, literal, metamodelalias, currentNode, javaType| Constructor and Description |
|---|
JoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact) |
JoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType) |
JoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType,
FromImpl correlatedParent) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> <any> |
buildExpressionForAs(java.lang.Class<T> type) |
<any> |
getAttribute()
Return the metamodel Attribute corresponding to the join.
|
JoinType |
getJoinType()
Return the join type.
|
Predicate |
getOn() |
<any> |
getParent()
Return the parent of the join.
|
JoinImpl<Z,X> |
on(<any> restriction) |
JoinImpl<Z,X> |
on(Predicate... restrictions) |
fetch, fetch, fetch, fetch, fetch, fetch, findJoinFetches, findJoins, get, get, get, get, getCorrelationParent, getFetches, getJoins, isCorrelated, isFrom, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, typeclone, findRootAndParameters, getModel, getParentPathas, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRootpublic JoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact)
public JoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType)
public <any> getAttribute()
public <any> getParent()
public JoinType getJoinType()
protected <T> <any> buildExpressionForAs(java.lang.Class<T> type)
buildExpressionForAs in class ExpressionImpl<X>public Predicate getOn()