|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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,Map<K,V>,V>
org.hibernate.ejb.criteria.path.MapAttributeJoin<O,K,V>
public class MapAttributeJoin<O,K,V>
TODO : javadoc
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl |
|---|
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X> |
| Nested classes/interfaces inherited from interface org.hibernate.ejb.criteria.ParameterContainer |
|---|
ParameterContainer.Helper |
| Field Summary |
|---|
| Fields inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl |
|---|
DEFAULT_JOIN_TYPE |
| Constructor Summary | |
|---|---|
MapAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<V> javaType,
PathSource<O> pathSource,
javax.persistence.metamodel.MapAttribute<? super O,K,V> joinAttribute,
javax.persistence.criteria.JoinType joinType)
|
|
| Method Summary | |
|---|---|
MapAttributeJoin<O,K,V> |
correlateTo(CriteriaSubqueryImpl subquery)
|
protected FromImplementor<O,V> |
createCorrelationDelegate()
|
javax.persistence.criteria.Expression<Map.Entry<K,V>> |
entry()
|
javax.persistence.metamodel.MapAttribute<? super O,K,V> |
getAttribute()
Retrieve reference to the attribute this path represents. |
javax.persistence.metamodel.MapAttribute<? super O,K,V> |
getModel()
|
javax.persistence.criteria.Path<K> |
key()
|
javax.persistence.criteria.Path<V> |
value()
|
| Methods inherited from class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport |
|---|
canBeDereferenced, canBeJoinSource, isBasicCollection, locateManagedType |
| Methods inherited from class org.hibernate.ejb.criteria.path.AbstractJoinImpl |
|---|
getJoinType, getParent, renderTableExpression |
| 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 org.hibernate.ejb.criteria.expression.SelectionImpl |
|---|
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection |
| Methods inherited from class org.hibernate.ejb.criteria.expression.AbstractTupleElement |
|---|
forceConversion, getJavaType, getValueHandler, resetJavaType, setAlias |
| Methods inherited from class org.hibernate.ejb.criteria.AbstractNode |
|---|
criteriaBuilder |
| 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.Fetch |
|---|
getJoinType, getParent |
| Methods inherited from interface org.hibernate.ejb.criteria.FromImplementor |
|---|
getCorrelationParent, prepareAlias, prepareCorrelationDelegate, renderTableExpression |
| Methods inherited from interface org.hibernate.ejb.criteria.ExpressionImplementor |
|---|
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString |
| Methods inherited from interface org.hibernate.ejb.criteria.SelectionImplementor |
|---|
getValueHandlers |
| Methods inherited from interface org.hibernate.ejb.criteria.TupleElementImplementor |
|---|
getValueHandler |
| Methods inherited from interface org.hibernate.ejb.criteria.Renderable |
|---|
render, renderProjection |
| Methods inherited from interface org.hibernate.ejb.criteria.PathSource |
|---|
getPathIdentifier |
| Methods inherited from interface javax.persistence.criteria.Join |
|---|
getJoinType, getParent |
| 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 |
| Methods inherited from interface javax.persistence.criteria.FetchParent |
|---|
fetch, fetch, fetch, fetch, fetch, fetch, getFetches |
| Constructor Detail |
|---|
public MapAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<V> javaType,
PathSource<O> pathSource,
javax.persistence.metamodel.MapAttribute<? super O,K,V> joinAttribute,
javax.persistence.criteria.JoinType joinType)
| Method Detail |
|---|
public javax.persistence.metamodel.MapAttribute<? super O,K,V> getAttribute()
AbstractJoinImpl
getAttribute in interface javax.persistence.criteria.Fetch<O,V>getAttribute in interface javax.persistence.criteria.Join<O,V>getAttribute in interface PathImplementor<V>getAttribute in class PluralAttributeJoinSupport<O,Map<K,V>,V>public javax.persistence.metamodel.MapAttribute<? super O,K,V> getModel()
getModel in interface javax.persistence.criteria.MapJoin<O,K,V>getModel in interface javax.persistence.criteria.Path<V>getModel in interface javax.persistence.criteria.PluralJoin<O,Map<K,V>,V>getModel in class PluralAttributeJoinSupport<O,Map<K,V>,V>public final MapAttributeJoin<O,K,V> correlateTo(CriteriaSubqueryImpl subquery)
AbstractFromImpl
correlateTo in interface FromImplementor<O,V>correlateTo in interface JoinImplementor<O,V>correlateTo in interface MapJoinImplementor<O,K,V>correlateTo in class AbstractJoinImpl<O,V>protected FromImplementor<O,V> createCorrelationDelegate()
createCorrelationDelegate in class AbstractFromImpl<O,V>public javax.persistence.criteria.Path<V> value()
value in interface javax.persistence.criteria.MapJoin<O,K,V>public javax.persistence.criteria.Expression<Map.Entry<K,V>> entry()
entry in interface javax.persistence.criteria.MapJoin<O,K,V>public javax.persistence.criteria.Path<K> key()
key in interface javax.persistence.criteria.MapJoin<O,K,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||