public class SingularAttributeJoin<Z,X> extends AbstractJoinImpl<Z,X>
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X>
ParameterContainer.Helper
DEFAULT_JOIN_TYPE
Constructor and Description |
---|
SingularAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType,
PathSource<Z> pathSource,
SingularAttribute<? super Z,?> joinAttribute,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canBeJoinSource() |
SingularAttributeJoin<Z,X> |
correlateTo(CriteriaSubqueryImpl subquery)
Refined return type
|
protected FromImplementor<Z,X> |
createCorrelationDelegate() |
SingularAttribute<? super Z,?> |
getAttribute()
Retrieve reference to the attribute this path represents.
|
Bindable<X> |
getModel() |
getJoinType, getParent, renderTableExpression
canBeDereferenced, canBeFetchSource, 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, renderProjection
get, get, get, get, getParentPath, 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
getCorrelationParent, prepareAlias, prepareCorrelationDelegate
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString
getValueHandlers
getValueHandler
render, renderProjection
getPathIdentifier
get, get, get, get, getParentPath, type
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
public SingularAttributeJoin(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, PathSource<Z> pathSource, SingularAttribute<? super Z,?> joinAttribute, JoinType joinType)
public SingularAttribute<? super Z,?> getAttribute()
AbstractJoinImpl
getAttribute
in interface Fetch<Z,X>
getAttribute
in interface Join<Z,X>
getAttribute
in interface PathImplementor<X>
getAttribute
in class AbstractJoinImpl<Z,X>
public SingularAttributeJoin<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
JoinImplementor
correlateTo
in interface FromImplementor<Z,X>
correlateTo
in interface JoinImplementor<Z,X>
correlateTo
in class AbstractJoinImpl<Z,X>
protected FromImplementor<Z,X> createCorrelationDelegate()
createCorrelationDelegate
in class AbstractFromImpl<Z,X>
protected boolean canBeJoinSource()
canBeJoinSource
in class AbstractFromImpl<Z,X>
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.