站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

EntityFetchReturn (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.loader.custom
Class EntityFetchReturn

java.lang.Object
  extended byorg.hibernate.loader.custom.NonScalarReturn
      extended byorg.hibernate.loader.custom.FetchReturn
          extended byorg.hibernate.loader.custom.EntityFetchReturn
All Implemented Interfaces:
Return

public class EntityFetchReturn
extends FetchReturn

Spefically a fetch return that refers to an entity association.

Author:
Steve Ebersole

Constructor Summary
EntityFetchReturn(String alias, EntityAliases entityAliases, NonScalarReturn owner, String ownerProperty, LockMode lockMode)
           
 
Method Summary
 EntityAliases getEntityAliases()
           
 
Methods inherited from class org.hibernate.loader.custom.FetchReturn
getOwner, getOwnerProperty
 
Methods inherited from class org.hibernate.loader.custom.NonScalarReturn
getAlias, getLockMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityFetchReturn

public EntityFetchReturn(String alias,
                         EntityAliases entityAliases,
                         NonScalarReturn owner,
                         String ownerProperty,
                         LockMode lockMode)
Method Detail

getEntityAliases

public EntityAliases getEntityAliases()