接口 ExpandingEntityQuerySpace
-
- 所有超级接口:
EntityQuerySpace,ExpandingQuerySpace,QuerySpace
- 所有已知实现类:
EntityQuerySpaceImpl
public interface ExpandingEntityQuerySpace extends EntityQuerySpace, ExpandingQuerySpace
Describes an entity query space that allows adding joins with other query spaces; used while building anEntityQuerySpace.- 作者:
- Steve Ebersole
- 另请参阅:
Join
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.loader.plan.spi.QuerySpace
QuerySpace.Disposition
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ExpandingCompositeQuerySpacemakeCompositeIdentifierQuerySpace()Builds a composite query space that allows adding joins used if the entity has a composite entity identifier.-
从接口继承的方法 org.hibernate.loader.plan.spi.EntityQuerySpace
getEntityPersister
-
从接口继承的方法 org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
addJoin, canJoinsBeRequired, getExpandingQuerySpaces
-
从接口继承的方法 org.hibernate.loader.plan.spi.QuerySpace
getDisposition, getJoins, getPropertyMapping, getQuerySpaces, getUid, toAliasedColumns
-
-
-
-
方法详细资料
-
makeCompositeIdentifierQuerySpace
ExpandingCompositeQuerySpace makeCompositeIdentifierQuerySpace()
Builds a composite query space that allows adding joins used if the entity has a composite entity identifier.- 返回:
- The expanding composite query space.
-
-