| Package | Description |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel | |
| org.hibernate.ejb.criteria | |
| org.hibernate.ejb.criteria.path | |
| org.hibernate.ejb.metamodel |
| Modifier and Type | Method and Description |
|---|---|
EntityType<X> |
Root.getModel()
Return the metamodel entity corresponding to the root.
|
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
<X> EntityType<X> |
Metamodel.entity(Class<X> cls)
Return the metamodel entity type representing the entity.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EntityType<?>> |
Metamodel.getEntities()
Return the metamodel entity types.
|
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
EntityType<X> |
RootImpl.getEntityType() |
EntityType<X> |
RootImpl.getModel() |
| Constructor and Description |
|---|
RootImpl(CriteriaBuilderImpl criteriaBuilder,
EntityType<X> entityType) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeImpl<X>
Defines the Hibernate implementation of the JPA
EntityType contract. |
| Modifier and Type | Method and Description |
|---|---|
<X> EntityType<X> |
MetamodelImpl.entity(Class<X> cls)
Return the metamodel entity type representing the entity.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EntityType<?>> |
MetamodelImpl.getEntities()
Return the metamodel entity types.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.