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

org.hibernate.classic (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Package org.hibernate.classic

This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.

See:
          Description

Interface Summary
Lifecycle Provides callbacks from the Session to the persistent object.
Session An extension of the Session API, including all deprecated methods from Hibernate2.
Validatable Implemented by persistent classes with invariants that must be checked before inserting into or updating the database.
 

Exception Summary
ValidationFailure Thrown from Validatable.validate() when an invariant was violated.
 

Package org.hibernate.classic Description

This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.