org.hibernate.ejb.criteria.path
Class CollectionAttributeJoin<O,E>
java.lang.Object
  
org.hibernate.ejb.criteria.AbstractNode
      
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
          
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
              
org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
                  
org.hibernate.ejb.criteria.path.AbstractPathImpl<X>
                      
org.hibernate.ejb.criteria.path.AbstractFromImpl<Z,X>
                          
org.hibernate.ejb.criteria.path.AbstractJoinImpl<O,E>
                              
org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport<O,Collection<E>,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 interface: 
JoinImplementor 
- 
 
 Refined return type
- Specified by:
 correlateTo in interface CollectionJoinImplementor<O,E>- Specified by:
 correlateTo in interface FromImplementor<O,E>- Specified by:
 correlateTo in interface JoinImplementor<O,E>- Overrides:
 correlateTo in 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:
 getAttribute in interface Fetch<O,E>- Specified by:
 getAttribute in interface Join<O,E>- Specified by:
 getAttribute in interface PathImplementor<E>- Overrides:
 getAttribute in class PluralAttributeJoinSupport<O,Collection<E>,E>
 
- Returns:
 - The metamodel attribute.
 
 
 
getModel
public CollectionAttribute<? super O,E> getModel()
- Specified by:
 getModel in interface CollectionJoin<O,E>- Specified by:
 getModel in interface Path<E>- Specified by:
 getModel in interface PluralJoin<O,Collection<E>,E>- Overrides:
 getModel in class PluralAttributeJoinSupport<O,Collection<E>,E>
 
 
createCorrelationDelegate
protected FromImplementor<O,E> createCorrelationDelegate()
- Specified by:
 createCorrelationDelegate in class AbstractFromImpl<O,E>
 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.