类 CollectionFetchReturn
- java.lang.Object
-
- org.hibernate.loader.custom.NonScalarReturn
-
- org.hibernate.loader.custom.FetchReturn
-
- org.hibernate.loader.custom.CollectionFetchReturn
-
- 所有已实现的接口:
Return
public class CollectionFetchReturn extends FetchReturn
Specifically a fetch return that refers to a collection association.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionFetchReturn(String alias, NonScalarReturn owner, String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollectionAliasesgetCollectionAliases()EntityAliasesgetElementEntityAliases()-
从类继承的方法 org.hibernate.loader.custom.FetchReturn
getOwner, getOwnerProperty
-
从类继承的方法 org.hibernate.loader.custom.NonScalarReturn
getAlias, getLockMode
-
-
-
-
构造器详细资料
-
CollectionFetchReturn
public CollectionFetchReturn(String alias, NonScalarReturn owner, String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
-
-
方法详细资料
-
getCollectionAliases
public CollectionAliases getCollectionAliases()
-
getElementEntityAliases
public EntityAliases getElementEntityAliases()
-
-