类 CollectionReturnImpl
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
-
- org.hibernate.loader.plan.build.internal.returns.CollectionReturnImpl
-
- 所有已实现的接口:
CollectionReference,CollectionReturn,Return
public class CollectionReturnImpl extends AbstractCollectionReference implements CollectionReturn
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionReturnImpl(CollectionDefinition collectionDefinition, ExpandingQuerySpaces querySpaces)
-
方法概要
-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
allowElementJoin, allowIndexJoin, getCollectionPersister, getElementGraph, getIndexGraph, getPropertyPath, getQuerySpaceUid
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.loader.plan.spi.CollectionReference
allowElementJoin, allowIndexJoin, getCollectionPersister, getElementGraph, getIndexGraph, getPropertyPath, getQuerySpaceUid
-
-
-
-
构造器详细资料
-
CollectionReturnImpl
public CollectionReturnImpl(CollectionDefinition collectionDefinition, ExpandingQuerySpaces querySpaces)
-
-