Package | Description |
---|---|
javax.persistence.criteria | |
org.hibernate.ejb.criteria | |
org.hibernate.ejb.criteria.path |
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
Subquery.correlate(ListJoin<X,Y> parentList)
Create a subquery list join object correlated to a list join
object of the enclosing query.
|
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list)
Create an inner join to the specified List-valued attribute.
|
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list,
JoinType jt)
Create a join to the specified List-valued attribute using
the given join type.
|
<X,Y> ListJoin<X,Y> |
From.joinList(String attributeName)
Create an inner join to the specified List-valued attribute.
|
<X,Y> ListJoin<X,Y> |
From.joinList(String attributeName,
JoinType jt)
Create a join to the specified List-valued attribute using
the given join type.
|
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
Subquery.correlate(ListJoin<X,Y> parentList)
Create a subquery list join object correlated to a list join
object of the enclosing query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListJoinImplementor<Z,X>
Specialization of
JoinImplementor for List typed attribute joins |
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
CriteriaSubqueryImpl.correlate(ListJoin<X,Y> source)
Create a subquery list join object correlated to a list join
object of the enclosing query.
|
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
CriteriaSubqueryImpl.correlate(ListJoin<X,Y> source)
Create a subquery list join object correlated to a list join
object of the enclosing query.
|
Modifier and Type | Class and Description |
---|---|
class |
ListAttributeJoin<O,E>
TODO : javadoc
|
Modifier and Type | Method and Description |
---|---|
<Y> ListJoin<X,Y> |
AbstractFromImpl.join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
AbstractFromImpl.join(ListAttribute<? super X,Y> list,
JoinType jt) |
<X,Y> ListJoin<X,Y> |
AbstractFromImpl.joinList(String attributeName) |
<X,Y> ListJoin<X,Y> |
AbstractFromImpl.joinList(String attributeName,
JoinType jt) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.