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

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


Uses of Package
org.hibernate.engine.query.sql

Packages that use org.hibernate.engine.query.sql
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.query   
org.hibernate.engine.query.sql   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader.custom.sql   
 

Classes in org.hibernate.engine.query.sql used by org.hibernate.engine
NativeSQLQueryReturn
          Describes a return in a native SQL query.
NativeSQLQuerySpecification
          Defines the specification or blue-print for a native-sql query.
 

Classes in org.hibernate.engine.query.sql used by org.hibernate.engine.query
NativeSQLQuerySpecification
          Defines the specification or blue-print for a native-sql query.
 

Classes in org.hibernate.engine.query.sql used by org.hibernate.engine.query.sql
NativeSQLQueryNonScalarReturn
          Represents the base information for a non-scalar return defined as part of a native sql query.
NativeSQLQueryReturn
          Describes a return in a native SQL query.
 

Classes in org.hibernate.engine.query.sql used by org.hibernate.impl
NativeSQLQuerySpecification
          Defines the specification or blue-print for a native-sql query.
 

Classes in org.hibernate.engine.query.sql used by org.hibernate.loader.custom.sql
NativeSQLQueryReturn
          Describes a return in a native SQL query.