public class CollectionAttributeJoin<O,E> extends PluralAttributeJoinSupport<O,Collection<E>,E> implements CollectionJoinImplementor<O,E>, Serializable
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X>
ParameterContainer.Helper
DEFAULT_JOIN_TYPE
Constructor and Description |
---|
CollectionAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<E> javaType,
PathSource<O> pathSource,
javax.persistence.metamodel.CollectionAttribute<? super O,E> joinAttribute,
javax.persistence.criteria.JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
CollectionAttributeJoin<O,E> |
correlateTo(CriteriaSubqueryImpl subquery) |
protected FromImplementor<O,E> |
createCorrelationDelegate() |
javax.persistence.metamodel.CollectionAttribute<? super O,E> |
getAttribute()
Retrieve reference to the attribute this path represents.
|
javax.persistence.metamodel.CollectionAttribute<? super O,E> |
getModel() |
canBeDereferenced, canBeJoinSource, isBasicCollection, locateManagedType
getJoinType, getParent, renderTableExpression
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, 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, renderTableExpression
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString
getValueHandlers
getValueHandler
render, renderProjection
getPathIdentifier
public CollectionAttributeJoin(CriteriaBuilderImpl criteriaBuilder, Class<E> javaType, PathSource<O> pathSource, javax.persistence.metamodel.CollectionAttribute<? super O,E> joinAttribute, javax.persistence.criteria.JoinType joinType)
public final CollectionAttributeJoin<O,E> correlateTo(CriteriaSubqueryImpl subquery)
AbstractFromImpl
correlateTo
in interface CollectionJoinImplementor<O,E>
correlateTo
in interface FromImplementor<O,E>
correlateTo
in interface JoinImplementor<O,E>
correlateTo
in class AbstractJoinImpl<O,E>
public javax.persistence.metamodel.CollectionAttribute<? super O,E> getAttribute()
AbstractJoinImpl
getAttribute
in interface javax.persistence.criteria.Fetch<O,E>
getAttribute
in interface javax.persistence.criteria.Join<O,E>
getAttribute
in interface PathImplementor<E>
getAttribute
in class PluralAttributeJoinSupport<O,Collection<E>,E>
public javax.persistence.metamodel.CollectionAttribute<? super O,E> getModel()
getModel
in interface javax.persistence.criteria.CollectionJoin<O,E>
getModel
in interface javax.persistence.criteria.Path<E>
getModel
in interface javax.persistence.criteria.PluralJoin<O,Collection<E>,E>
getModel
in class PluralAttributeJoinSupport<O,Collection<E>,E>
protected FromImplementor<O,E> createCorrelationDelegate()
createCorrelationDelegate
in class AbstractFromImpl<O,E>
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved