Package | Description |
---|---|
javax.persistence.criteria | |
org.hibernate.ejb.criteria | |
org.hibernate.ejb.criteria.path |
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
Subquery.correlate(MapJoin<X,K,V> parentMap)
Create a subquery map join object correlated to a map join
object of the enclosing query.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map)
Create an inner join to the specified Map-valued attribute.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map,
JoinType jt)
Create a join to the specified Map-valued attribute using
the given join type.
|
<X,K,V> MapJoin<X,K,V> |
From.joinMap(String attributeName)
Create an inner join to the specified Map-valued attribute.
|
<X,K,V> MapJoin<X,K,V> |
From.joinMap(String attributeName,
JoinType jt)
Create a join to the specified Map-valued attribute using
the given join type.
|
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
Subquery.correlate(MapJoin<X,K,V> parentMap)
Create a subquery map join object correlated to a map join
object of the enclosing query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapJoinImplementor<Z,K,V>
Specialization of
JoinImplementor for Map typed attribute joins |
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
CriteriaSubqueryImpl.correlate(MapJoin<X,K,V> source)
Create a subquery map join object correlated to a map join
object of the enclosing query.
|
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
CriteriaSubqueryImpl.correlate(MapJoin<X,K,V> source)
Create a subquery map join object correlated to a map join
object of the enclosing query.
|
Modifier and Type | Class and Description |
---|---|
class |
MapAttributeJoin<O,K,V>
TODO : javadoc
|
Modifier and Type | Method and Description |
---|---|
<K,V> MapJoin<X,K,V> |
AbstractFromImpl.join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
AbstractFromImpl.join(MapAttribute<? super X,K,V> map,
JoinType jt) |
<X,K,V> MapJoin<X,K,V> |
AbstractFromImpl.joinMap(String attributeName) |
<X,K,V> MapJoin<X,K,V> |
AbstractFromImpl.joinMap(String attributeName,
JoinType jt) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.