public abstract class AbstractJoinImpl<Z,X> extends AbstractFromImpl<Z,X> implements JoinImplementor<Z,X>, Serializable
Join
implementations.AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X>
ParameterContainer.Helper
DEFAULT_JOIN_TYPE
Constructor and Description |
---|
AbstractJoinImpl(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType,
PathSource<Z> pathSource,
Attribute<? super Z,?> joinAttribute,
JoinType joinType) |
AbstractJoinImpl(CriteriaBuilderImpl criteriaBuilder,
PathSource<Z> pathSource,
Attribute<? super Z,X> joinAttribute,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
JoinImplementor<Z,X> |
correlateTo(CriteriaSubqueryImpl subquery)
Refined return type
|
Attribute<? super Z,?> |
getAttribute()
Retrieve reference to the attribute this path represents.
|
JoinType |
getJoinType()
Return the join type.
|
Predicate |
getOn()
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
|
From<?,Z> |
getParent()
Return the parent of the join.
|
JoinImplementor<Z,X> |
on(Expression<Boolean> restriction)
Coordinate return type between
Join.on(Expression) and Fetch#on(Expression) |
JoinImplementor<Z,X> |
on(Predicate... restrictions)
Coordinate return type between
Join.on(Predicate...) and Fetch#on(Predicate...) |
String |
renderTableExpression(RenderingContext renderingContext) |
canBeDereferenced, canBeFetchSource, canBeJoinSource, createCorrelationDelegate, fetch, fetch, fetch, fetch, fetch, fetch, getAlias, getCorrelationParent, getFetches, getJoins, getPathIdentifier, getPathSource, illegalFetch, illegalJoin, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, locateAttributeInternal, locateManagedType, prepareAlias, prepareCorrelationDelegate, render
get, get, get, get, getParentPath, getPathSourceForSubPaths, illegalDereference, locateAttribute, registerAttributePath, registerParameters, resolveCachedAttributePath, type, unknownAttribute
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
forceConversion, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
treatAs
getCorrelationParent, prepareAlias, prepareCorrelationDelegate
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString
getValueHandlers
getValueHandler
render, renderGroupBy, renderProjection
getPathIdentifier
get, get, get, get, getModel, getParentPath, type
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
public AbstractJoinImpl(CriteriaBuilderImpl criteriaBuilder, PathSource<Z> pathSource, Attribute<? super Z,X> joinAttribute, JoinType joinType)
public AbstractJoinImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, PathSource<Z> pathSource, Attribute<? super Z,?> joinAttribute, JoinType joinType)
public Attribute<? super Z,?> getAttribute()
PathImplementor
getAttribute
in interface Fetch<Z,X>
getAttribute
in interface Join<Z,X>
getAttribute
in interface PathImplementor<X>
getAttribute
in class AbstractFromImpl<Z,X>
public JoinType getJoinType()
Join
getJoinType
in interface Fetch<Z,X>
getJoinType
in interface Join<Z,X>
public From<?,Z> getParent()
Join
public String renderTableExpression(RenderingContext renderingContext)
renderTableExpression
in interface FromImplementor<Z,X>
public JoinImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
JoinImplementor
correlateTo
in interface FromImplementor<Z,X>
correlateTo
in interface JoinImplementor<Z,X>
correlateTo
in class AbstractFromImpl<Z,X>
public JoinImplementor<Z,X> on(Predicate... restrictions)
JoinImplementor
Join.on(Predicate...)
and Fetch#on(Predicate...)
public JoinImplementor<Z,X> on(Expression<Boolean> restriction)
JoinImplementor
Join.on(Expression)
and Fetch#on(Expression)
Copyright © 2021 JBoss by Red Hat. All rights reserved.