Package org.hibernate.loader.plan.spi
Interface EntityQuerySpace
-
- All Superinterfaces:
QuerySpace
- All Known Subinterfaces:
ExpandingEntityQuerySpace
public interface EntityQuerySpace extends QuerySpace
Models a QuerySpace specific to an entity (EntityPersister). It'sQuerySpace.getDisposition()
result will beQuerySpace.Disposition.ENTITY
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.loader.plan.spi.QuerySpace
QuerySpace.Disposition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityPersister
getEntityPersister()
Retrieve the EntityPersister that this QuerySpace refers to.-
Methods inherited from interface org.hibernate.loader.plan.spi.QuerySpace
getDisposition, getJoins, getPropertyMapping, getQuerySpaces, getUid, toAliasedColumns
-
-
-
-
Method Detail
-
getEntityPersister
EntityPersister getEntityPersister()
Retrieve the EntityPersister that this QuerySpace refers to.- Returns:
- The entity persister
-
-