接口 EntityQuerySpace
-
- 所有超级接口:
QuerySpace
- 所有已知子接口:
ExpandingEntityQuerySpace
- 所有已知实现类:
EntityQuerySpaceImpl
public interface EntityQuerySpace extends QuerySpace
Models a QuerySpace specific to an entity (EntityPersister). It'sQuerySpace.getDisposition()result will beQuerySpace.Disposition.ENTITY- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.loader.plan.spi.QuerySpace
QuerySpace.Disposition
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EntityPersistergetEntityPersister()Retrieve the EntityPersister that this QuerySpace refers to.-
从接口继承的方法 org.hibernate.loader.plan.spi.QuerySpace
getDisposition, getJoins, getPropertyMapping, getQuerySpaces, getUid, toAliasedColumns
-
-
-
-
方法详细资料
-
getEntityPersister
EntityPersister getEntityPersister()
Retrieve the EntityPersister that this QuerySpace refers to.- 返回:
- The entity persister
-
-