接口 ExpandingQuerySpace
-
- 所有超级接口:
QuerySpace
- 所有已知实现类:
AbstractExpandingSourceQuerySpace,CollectionQuerySpaceImpl,CompositeQuerySpaceImpl,EntityQuerySpaceImpl
public interface ExpandingQuerySpace extends QuerySpace
Describes a query space that allows adding joins with other query spaces; used while building aQuerySpace.- 作者:
- Steve Ebersole
- 另请参阅:
Join
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.loader.plan.spi.QuerySpace
QuerySpace.Disposition
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidaddJoin(Join join)Adds a join with another query space.booleancanJoinsBeRequired()ExpandingQuerySpacesgetExpandingQuerySpaces()-
从接口继承的方法 org.hibernate.loader.plan.spi.QuerySpace
getDisposition, getJoins, getPropertyMapping, getQuerySpaces, getUid, toAliasedColumns
-
-
-
-
方法详细资料
-
canJoinsBeRequired
boolean canJoinsBeRequired()
-
addJoin
void addJoin(Join join)
Adds a join with another query space.- 参数:
join- The join to add.
-
getExpandingQuerySpaces
ExpandingQuerySpaces getExpandingQuerySpaces()
-
-