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

org.hibernate.engine.transaction (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.engine.transaction

Interface Summary
IsolatedWork Represents work that needs to be performed in a manner which isolates it from any current application unit of work transaction.
 

Class Summary
Isolater Class which provides the isolation semantics required by an IsolatedWork.
Isolater.JdbcDelegate An isolation delegate for JDBC-based transactions.
Isolater.JtaDelegate An isolation delegate for JTA-based transactions.