类 CompositeQuerySpaceImpl
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
-
- org.hibernate.loader.plan.build.internal.spaces.AbstractExpandingSourceQuerySpace
-
- org.hibernate.loader.plan.build.internal.spaces.CompositeQuerySpaceImpl
-
public class CompositeQuerySpaceImpl extends AbstractExpandingSourceQuerySpace implements ExpandingCompositeQuerySpace
- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.loader.plan.spi.QuerySpace
QuerySpace.Disposition
-
-
构造器概要
构造器 构造器 说明 CompositeQuerySpaceImpl(CompositePropertyMapping compositeSubPropertyMapping, String uid, ExpandingQuerySpaces querySpaces, boolean canJoinsBeRequired)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PropertyMappinggetPropertyMapping()Get thePropertyMappingfor this QuerySpace.String[]toAliasedColumns(String alias, String propertyName)Get the aliased column names for the specified property in the query space..-
从类继承的方法 org.hibernate.loader.plan.build.internal.spaces.AbstractExpandingSourceQuerySpace
addJoin, getExpandingQuerySpaces
-
从类继承的方法 org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
canJoinsBeRequired, getDisposition, getJoins, getQuerySpaces, getUid, internalGetJoins, sessionFactory
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
addJoin, canJoinsBeRequired, getExpandingQuerySpaces
-
从接口继承的方法 org.hibernate.loader.plan.spi.QuerySpace
getDisposition, getJoins, getQuerySpaces, getUid
-
-
-
-
构造器详细资料
-
CompositeQuerySpaceImpl
public CompositeQuerySpaceImpl(CompositePropertyMapping compositeSubPropertyMapping, String uid, ExpandingQuerySpaces querySpaces, boolean canJoinsBeRequired)
-
-
方法详细资料
-
getPropertyMapping
public PropertyMapping getPropertyMapping()
从接口复制的说明:QuerySpaceGet thePropertyMappingfor this QuerySpace.- 指定者:
getPropertyMapping在接口中QuerySpace- 返回:
- The PropertyMapping
-
toAliasedColumns
public String[] toAliasedColumns(String alias, String propertyName)
从接口复制的说明:QuerySpaceGet the aliased column names for the specified property in the query space..- 指定者:
toAliasedColumns在接口中QuerySpace- 参数:
alias- - the table aliaspropertyName- - the property name- 返回:
- the aliased column names for the specified property
-
-