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

Uses of Package org.hibernate.loader.custom (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Package
org.hibernate.loader.custom

Packages that use org.hibernate.loader.custom
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
org.hibernate.loader.custom.sql   
 

Classes in org.hibernate.loader.custom used by org.hibernate.engine
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
 

Classes in org.hibernate.loader.custom used by org.hibernate.impl
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
 

Classes in org.hibernate.loader.custom used by org.hibernate.loader.custom
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
FetchReturn
          Represents a return which names a fetched association.
NonScalarReturn
          Represents some non-scalar (entity/collection) return within the query result.
Return
          Represents a return in a custom query.
 

Classes in org.hibernate.loader.custom used by org.hibernate.loader.custom.sql
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.