org.hibernate.ejb.criteria.path
Class CollectionAttributeJoin<O,E>
java.lang.Object
   org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.AbstractNode
       org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
           org.hibernate.ejb.criteria.expression.SelectionImpl<T>
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
               org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
                   org.hibernate.ejb.criteria.path.AbstractPathImpl<X>
org.hibernate.ejb.criteria.path.AbstractPathImpl<X>
                       org.hibernate.ejb.criteria.path.AbstractFromImpl<Z,X>
org.hibernate.ejb.criteria.path.AbstractFromImpl<Z,X>
                           org.hibernate.ejb.criteria.path.AbstractJoinImpl<O,E>
org.hibernate.ejb.criteria.path.AbstractJoinImpl<O,E>
                               org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport<O,Collection<E>,E>
org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport<O,Collection<E>,E>
                                   org.hibernate.ejb.criteria.path.CollectionAttributeJoin<O,E>
org.hibernate.ejb.criteria.path.CollectionAttributeJoin<O,E>
- All Implemented Interfaces: 
- Serializable, CollectionJoin<O,E>, Expression<E>, Fetch<O,E>, FetchParent<O,E>, From<O,E>, Join<O,E>, Path<E>, PluralJoin<O,Collection<E>,E>, Selection<E>, TupleElement<E>, CollectionJoinImplementor<O,E>, ExpressionImplementor<E>, FromImplementor<O,E>, JoinImplementor<O,E>, ParameterContainer, PathImplementor<E>, PathSource<E>, Renderable, SelectionImplementor<E>, TupleElementImplementor<E>
- public class CollectionAttributeJoin<O,E> 
- extends PluralAttributeJoinSupport<O,Collection<E>,E>- implements CollectionJoinImplementor<O,E>, Serializable
TODO : javadoc
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl | 
| 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 | 
 
| Methods inherited from class org.hibernate.ejb.criteria.path.AbstractPathImpl | 
| get, get, get, get, getParentPath, illegalDereference, locateAttribute, registerAttributePath, registerParameters, resolveCachedAttributePath, type, unknownAttribute | 
 
| Methods inherited from class org.hibernate.ejb.criteria.expression.ExpressionImpl | 
| as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
 
 
 
 
 
| Methods inherited from interface javax.persistence.criteria.From | 
| getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet | 
 
 
CollectionAttributeJoin
public CollectionAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
                               Class<E> javaType,
                               PathSource<O> pathSource,
                               CollectionAttribute<? super O,E> joinAttribute,
                               JoinType joinType)
correlateTo
public final CollectionAttributeJoin<O,E> correlateTo(CriteriaSubqueryImpl subquery)
- Description copied from class: AbstractFromImpl
- 
 
- 
- Specified by:
- correlateToin interface- CollectionJoinImplementor<O,E>
- Specified by:
- correlateToin interface- FromImplementor<O,E>
- Specified by:
- correlateToin interface- JoinImplementor<O,E>
- Overrides:
- correlateToin class- AbstractJoinImpl<O,E>
 
- 
 
getAttribute
public CollectionAttribute<? super O,E> getAttribute()
- Description copied from class: AbstractJoinImpl
- Retrieve reference to the attribute this path represents.
 
- 
- Specified by:
- getAttributein interface- Fetch<O,E>
- Specified by:
- getAttributein interface- Join<O,E>
- Specified by:
- getAttributein interface- PathImplementor<E>
- Overrides:
- getAttributein class- PluralAttributeJoinSupport<O,Collection<E>,E>
 
- 
- Returns:
- The metamodel attribute.
 
getModel
public CollectionAttribute<? super O,E> getModel()
- 
- Specified by:
- getModelin interface- CollectionJoin<O,E>
- Specified by:
- getModelin interface- Path<E>
- Specified by:
- getModelin interface- PluralJoin<O,Collection<E>,E>
- Overrides:
- getModelin class- PluralAttributeJoinSupport<O,Collection<E>,E>
 
- 
 
createCorrelationDelegate
protected FromImplementor<O,E> createCorrelationDelegate()
- 
- Specified by:
- createCorrelationDelegatein class- AbstractFromImpl<O,E>
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.