public abstract class AbstractJoinImpl<Z,X> extends AbstractFromImpl<Z,X> implements JoinImplementor<Z,X>, Serializable
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X>ParameterContainer.HelperDEFAULT_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.
|
From<?,Z> |
getParent()
Return the parent of the join.
|
String |
renderTableExpression(CriteriaQueryCompiler.RenderingContext renderingContext) |
canBeDereferenced, canBeFetchSource, canBeJoinSource, createCorrelationDelegate, fetch, fetch, fetch, fetch, fetch, fetch, getAlias, getCorrelationParent, getFetches, getJoins, getPathIdentifier, getPathSource, 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, renderProjectionget, get, get, get, getParentPath, illegalDereference, locateAttribute, registerAttributePath, registerParameters, resolveCachedAttributePath, type, unknownAttributeas, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCorrelationParent, prepareAlias, prepareCorrelationDelegateasBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asStringgetValueHandlersgetValueHandlerrender, renderProjectiongetPathIdentifierget, get, get, get, getModel, getParentPath, typeas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypepublic 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()
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()
getJoinType in interface Fetch<Z,X>getJoinType in interface Join<Z,X>public String renderTableExpression(CriteriaQueryCompiler.RenderingContext renderingContext)
renderTableExpression in interface FromImplementor<Z,X>public JoinImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
JoinImplementorcorrelateTo in interface FromImplementor<Z,X>correlateTo in interface JoinImplementor<Z,X>correlateTo in class AbstractFromImpl<Z,X>Copyright © 2012 JBoss by Red Hat. All Rights Reserved.