org.hibernate.ejb.criteria.path
Class PluralAttributeJoinSupport<O,C,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,C,E>
org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport<O,C,E>
- All Implemented Interfaces: 
- Serializable, Expression<E>, Fetch<O,E>, FetchParent<O,E>, From<O,E>, Join<O,E>, Path<E>, PluralJoin<O,C,E>, Selection<E>, TupleElement<E>, ExpressionImplementor<E>, FromImplementor<O,E>, JoinImplementor<O,E>, ParameterContainer, PathImplementor<E>, PathSource<E>, Renderable, SelectionImplementor<E>, TupleElementImplementor<E>
- Direct Known Subclasses: 
- CollectionAttributeJoin, ListAttributeJoin, MapAttributeJoin, SetAttributeJoin
- public abstract class PluralAttributeJoinSupport<O,C,E> 
- extends AbstractJoinImpl<O,E>- implements PluralJoin<O,C,E>
Support for defining joins to plural attributes (JPA requires typing based on
 the specific collection type so we cannot really implement all support in a
 single class)
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl | 
| canBeFetchSource, createCorrelationDelegate, 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 | 
| getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet | 
 
 
 
 
 
 
 
 
 
 
 
 
PluralAttributeJoinSupport
public PluralAttributeJoinSupport(CriteriaBuilderImpl criteriaBuilder,
                                  Class<E> javaType,
                                  PathSource<O> pathSource,
                                  Attribute<? super O,?> joinAttribute,
                                  JoinType joinType)
getAttribute
public PluralAttribute<? super O,C,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- AbstractJoinImpl<O,E>
 
- 
- Returns:
- The metamodel attribute.
 
getModel
public PluralAttribute<? super O,C,E> getModel()
- 
- Specified by:
- getModelin interface- Path<E>
- Specified by:
- getModelin interface- PluralJoin<O,C,E>
 
- 
 
locateManagedType
protected ManagedType<E> locateManagedType()
- 
- Overrides:
- locateManagedTypein class- AbstractFromImpl<O,E>
 
- 
 
isBasicCollection
public boolean isBasicCollection()
- 
 
- 
 
canBeDereferenced
protected boolean canBeDereferenced()
- Description copied from class: AbstractFromImpl
- 
 
- 
- Overrides:
- canBeDereferencedin class- AbstractFromImpl<O,E>
 
- 
 
canBeJoinSource
protected boolean canBeJoinSource()
- 
- Specified by:
- canBeJoinSourcein class- AbstractFromImpl<O,E>
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.