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

Uses of Package net.sf.hibernate (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Package
net.sf.hibernate

Packages that use net.sf.hibernate
net.sf.hibernate   
net.sf.hibernate.cache   
net.sf.hibernate.cfg   
net.sf.hibernate.collection   
net.sf.hibernate.connection   
net.sf.hibernate.dialect   
net.sf.hibernate.engine   
net.sf.hibernate.exception   
net.sf.hibernate.expression   
net.sf.hibernate.hql   
net.sf.hibernate.id   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
net.sf.hibernate.loader   
net.sf.hibernate.mapping   
net.sf.hibernate.metadata   
net.sf.hibernate.odmg   
net.sf.hibernate.persister   
net.sf.hibernate.property   
net.sf.hibernate.proxy   
net.sf.hibernate.sql   
net.sf.hibernate.tool.hbm2ddl   
net.sf.hibernate.transaction   
net.sf.hibernate.type   
net.sf.hibernate.util   
net.sf.hibernate.xml   
 

Classes in net.sf.hibernate used by net.sf.hibernate
CallbackException
          Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
Databinder
          Provides XML Marshalling for classes registered with a SessionFactory.
FetchMode
          Represents an association fetching strategy.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
ObjectNotFoundException
          Thrown when Session.load() fails to select a row with the given primary key (identifier value).
Query
          An object-oriented representation of a Hibernate query.
ReplicationMode
          Represents a replication strategy.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
UnresolvableObjectException
          Thrown when Hibernate could not resolve an object by id, especially when loading an association.
ValidationFailure
          Thrown from Validatable.validate() when an invariant was violated.
 

Classes in net.sf.hibernate used by net.sf.hibernate.cache
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in net.sf.hibernate used by net.sf.hibernate.cfg
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
SessionFactory
          Creates Sessions.
 

Classes in net.sf.hibernate used by net.sf.hibernate.collection
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
JDBCException
          Wraps an SQLException.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in net.sf.hibernate used by net.sf.hibernate.connection
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in net.sf.hibernate used by net.sf.hibernate.dialect
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in net.sf.hibernate used by net.sf.hibernate.engine
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
JDBCException
          Wraps an SQLException.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
 

Classes in net.sf.hibernate used by net.sf.hibernate.exception
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
JDBCException
          Wraps an SQLException.
 

Classes in net.sf.hibernate used by net.sf.hibernate.expression
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in net.sf.hibernate used by net.sf.hibernate.hql
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in net.sf.hibernate used by net.sf.hibernate.id
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in net.sf.hibernate used by net.sf.hibernate.impl
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
Databinder
          Provides XML Marshalling for classes registered with a SessionFactory.
FetchMode
          Represents an association fetching strategy.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
JDBCException
          Wraps an SQLException.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
Query
          An object-oriented representation of a Hibernate query.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ReplicationMode
          Represents a replication strategy.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
 

Classes in net.sf.hibernate used by net.sf.hibernate.jca
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
Databinder
          Provides XML Marshalling for classes registered with a SessionFactory.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
LockMode
          Instances represent a lock mode for a row of a relational database table.
Query
          An object-oriented representation of a Hibernate query.
ReplicationMode
          Represents a replication strategy.
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
 

Classes in net.sf.hibernate used by net.sf.hibernate.jmx
Databinder
          Provides XML Marshalling for classes registered with a SessionFactory.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
 

Classes in net.sf.hibernate used by net.sf.hibernate.loader
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in net.sf.hibernate used by net.sf.hibernate.mapping
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.
 

Classes in net.sf.hibernate used by net.sf.hibernate.metadata
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in net.sf.hibernate used by net.sf.hibernate.odmg
Query
          An object-oriented representation of a Hibernate query.
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
 

Classes in net.sf.hibernate used by net.sf.hibernate.persister
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
JDBCException
          Wraps an SQLException.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in net.sf.hibernate used by net.sf.hibernate.property
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.
 

Classes in net.sf.hibernate used by net.sf.hibernate.proxy
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in net.sf.hibernate used by net.sf.hibernate.sql
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in net.sf.hibernate used by net.sf.hibernate.tool.hbm2ddl
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in net.sf.hibernate used by net.sf.hibernate.transaction
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
TransactionException
          Indicates that a transaction could not be begun, committed or rolled back.
 

Classes in net.sf.hibernate used by net.sf.hibernate.type
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in net.sf.hibernate used by net.sf.hibernate.util
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.
 

Classes in net.sf.hibernate used by net.sf.hibernate.xml
Databinder
          Provides XML Marshalling for classes registered with a SessionFactory.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.