public abstract class PluralAttributeJoinSupport<O,C,E> extends AbstractJoinImpl<O,E> implements PluralJoin<O,C,E>
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X>ParameterContainer.HelperDEFAULT_JOIN_TYPE| Constructor and Description |
|---|
PluralAttributeJoinSupport(CriteriaBuilderImpl criteriaBuilder,
Class<E> javaType,
PathSource<O> pathSource,
Attribute<? super O,?> joinAttribute,
JoinType joinType) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canBeDereferenced() |
protected boolean |
canBeJoinSource() |
PluralAttribute<? super O,C,E> |
getAttribute()
Retrieve reference to the attribute this path represents.
|
PluralAttribute<? super O,C,E> |
getModel() |
boolean |
isBasicCollection() |
protected ManagedType<E> |
locateManagedType() |
JoinImplementor<O,E> |
on(Expression<Boolean> restriction)
Coordinate return type between
Join.on(Expression) and Fetch#on(Expression) |
JoinImplementor<O,E> |
on(Predicate... restrictions)
Coordinate return type between
Join.on(Predicate...) and Fetch#on(Predicate...) |
correlateTo, getJoinType, getOn, getParent, renderTableExpressioncanBeFetchSource, 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, prepareAlias, prepareCorrelationDelegate, render, renderProjectionget, get, get, get, getParentPath, getPathSourceForSubPaths, 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, waitgetJoinType, getOn, getParentgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetget, get, get, get, getParentPath, typeas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypefetch, fetch, fetch, fetch, fetch, fetch, getFetchestreatAsgetCorrelationParent, prepareAlias, prepareCorrelationDelegateasBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asStringgetValueHandlersgetValueHandlerrender, renderProjectiongetPathIdentifierpublic PluralAttributeJoinSupport(CriteriaBuilderImpl criteriaBuilder, Class<E> javaType, PathSource<O> pathSource, Attribute<? super O,?> joinAttribute, JoinType joinType)
public PluralAttribute<? super O,C,E> getAttribute()
PathImplementorgetAttribute in interface Fetch<O,E>getAttribute in interface Join<O,E>getAttribute in interface PathImplementor<E>getAttribute in class AbstractJoinImpl<O,E>public PluralAttribute<? super O,C,E> getModel()
protected ManagedType<E> locateManagedType()
locateManagedType in class AbstractFromImpl<O,E>public boolean isBasicCollection()
protected boolean canBeDereferenced()
canBeDereferenced in class AbstractFromImpl<O,E>protected boolean canBeJoinSource()
canBeJoinSource in class AbstractFromImpl<O,E>public JoinImplementor<O,E> on(Predicate... restrictions)
JoinImplementorJoin.on(Predicate...) and Fetch#on(Predicate...)public JoinImplementor<O,E> on(Expression<Boolean> restriction)
JoinImplementorJoin.on(Expression) and Fetch#on(Expression)Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.