org.hibernate.ejb.criteria.path
Class MapAttributeJoin<O,K,V>
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,Map<K,V>,V>
org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport<O,Map<K,V>,V>
                                   org.hibernate.ejb.criteria.path.MapAttributeJoin<O,K,V>
org.hibernate.ejb.criteria.path.MapAttributeJoin<O,K,V>
- All Implemented Interfaces: 
- Serializable, Expression<V>, Fetch<O,V>, FetchParent<O,V>, From<O,V>, Join<O,V>, MapJoin<O,K,V>, Path<V>, PluralJoin<O,Map<K,V>,V>, Selection<V>, TupleElement<V>, ExpressionImplementor<V>, FromImplementor<O,V>, JoinImplementor<O,V>, MapJoinImplementor<O,K,V>, ParameterContainer, PathImplementor<V>, PathSource<V>, Renderable, SelectionImplementor<V>, TupleElementImplementor<V>
- public class MapAttributeJoin<O,K,V> 
- extends PluralAttributeJoinSupport<O,Map<K,V>,V>- implements MapJoinImplementor<O,K,V>, 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 | 
 
 
MapAttributeJoin
public MapAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
                        Class<V> javaType,
                        PathSource<O> pathSource,
                        MapAttribute<? super O,K,V> joinAttribute,
                        JoinType joinType)
getAttribute
public MapAttribute<? super O,K,V> getAttribute()
- Description copied from class: AbstractJoinImpl
- Retrieve reference to the attribute this path represents.
 
- 
- Specified by:
- getAttributein interface- Fetch<O,V>
- Specified by:
- getAttributein interface- Join<O,V>
- Specified by:
- getAttributein interface- PathImplementor<V>
- Overrides:
- getAttributein class- PluralAttributeJoinSupport<O,Map<K,V>,V>
 
- 
- Returns:
- The metamodel attribute.
 
getModel
public MapAttribute<? super O,K,V> getModel()
- 
- Specified by:
- getModelin interface- MapJoin<O,K,V>
- Specified by:
- getModelin interface- Path<V>
- Specified by:
- getModelin interface- PluralJoin<O,Map<K,V>,V>
- Overrides:
- getModelin class- PluralAttributeJoinSupport<O,Map<K,V>,V>
 
- 
 
correlateTo
public final MapAttributeJoin<O,K,V> correlateTo(CriteriaSubqueryImpl subquery)
- Description copied from class: AbstractFromImpl
- 
 
- 
- Specified by:
- correlateToin interface- FromImplementor<O,V>
- Specified by:
- correlateToin interface- JoinImplementor<O,V>
- Specified by:
- correlateToin interface- MapJoinImplementor<O,K,V>
- Overrides:
- correlateToin class- AbstractJoinImpl<O,V>
 
- 
 
createCorrelationDelegate
protected FromImplementor<O,V> createCorrelationDelegate()
- 
- Specified by:
- createCorrelationDelegatein class- AbstractFromImpl<O,V>
 
- 
 
value
public Path<V> value()
- 
 
- 
- Specified by:
- valuein interface- MapJoin<O,K,V>
 
- 
 
entry
public Expression<Map.Entry<K,V>> entry()
- 
 
- 
- Specified by:
- entryin interface- MapJoin<O,K,V>
 
- 
 
key
public Path<K> key()
- 
 
- 
- Specified by:
- keyin interface- MapJoin<O,K,V>
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.