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

Uses of Class org.hibernate.loader.custom.FetchReturn (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.loader.custom.FetchReturn

Packages that use FetchReturn
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
 

Uses of FetchReturn in org.hibernate.loader.custom
 

Subclasses of FetchReturn in org.hibernate.loader.custom
 class CollectionFetchReturn
          Spefically a fetch return that refers to a collection association.
 class EntityFetchReturn
          Spefically a fetch return that refers to an entity association.