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

Uses of Class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn

Packages that use NativeSQLQueryNonScalarReturn
org.hibernate.engine.query.sql   
 

Uses of NativeSQLQueryNonScalarReturn in org.hibernate.engine.query.sql
 

Subclasses of NativeSQLQueryNonScalarReturn in org.hibernate.engine.query.sql
 class NativeSQLQueryCollectionReturn
          Represents a return defined as part of a native sql query which names a collection role in the form {classname}.{collectionrole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
 class NativeSQLQueryJoinReturn
          Represents a return defined as part of a native sql query which names a fetched role.
 class NativeSQLQueryRootReturn
          Represents a return defined as part of a native sql query which names a "root" entity.