Package | Description |
---|---|
javax.persistence.criteria | |
org.hibernate.ejb.criteria | |
org.hibernate.ejb.criteria.path |
Modifier and Type | Method and Description |
---|---|
<Y> Root<Y> |
Subquery.correlate(Root<Y> parentRoot)
Create a subquery root correlated to a root of the
enclosing query.
|
<X> Root<X> |
AbstractQuery.from(Class<X> entityClass)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
<X> Root<X> |
AbstractQuery.from(EntityType<X> entity)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
Modifier and Type | Method and Description |
---|---|
Set<Root<?>> |
AbstractQuery.getRoots()
Return the query roots.
|
Modifier and Type | Method and Description |
---|---|
<Y> Root<Y> |
Subquery.correlate(Root<Y> parentRoot)
Create a subquery root correlated to a root of the
enclosing query.
|
Modifier and Type | Method and Description |
---|---|
<Y> Root<Y> |
CriteriaSubqueryImpl.correlate(Root<Y> source)
Create a subquery root correlated to a root of the
enclosing query.
|
<X> Root<X> |
QueryStructure.from(Class<X> entityClass) |
<X> Root<X> |
CriteriaSubqueryImpl.from(Class<X> entityClass)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
<X> Root<X> |
CriteriaQueryImpl.from(Class<X> entityClass)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
<X> Root<X> |
QueryStructure.from(EntityType<X> entityType) |
<X> Root<X> |
CriteriaSubqueryImpl.from(EntityType<X> entityType)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
<X> Root<X> |
CriteriaQueryImpl.from(EntityType<X> entityType)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
Modifier and Type | Method and Description |
---|---|
Set<Root<?>> |
QueryStructure.getRoots() |
Set<Root<?>> |
CriteriaSubqueryImpl.getRoots()
Return the query roots.
|
Set<Root<?>> |
CriteriaQueryImpl.getRoots()
Return the query roots.
|
Modifier and Type | Method and Description |
---|---|
<Y> Root<Y> |
CriteriaSubqueryImpl.correlate(Root<Y> source)
Create a subquery root correlated to a root of the
enclosing query.
|
Modifier and Type | Class and Description |
---|---|
class |
RootImpl<X>
TODO : javadoc
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.