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

Uses of Interface org.hibernate.engine.transaction.IsolatedWork (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.engine.transaction.IsolatedWork

Packages that use IsolatedWork
org.hibernate.engine.transaction   
 

Uses of IsolatedWork in org.hibernate.engine.transaction
 

Methods in org.hibernate.engine.transaction with parameters of type IsolatedWork
static void Isolater.doIsolatedWork(IsolatedWork work, SessionImplementor session)
          Ensures that all processing actually performed by the given work will occur on a seperate transaction.
static void Isolater.doNonTransactedWork(IsolatedWork work, SessionImplementor session)
          Ensures that all processing actually performed by the given work will occur outside of a transaction.
 void Isolater.JtaDelegate.delegateWork(IsolatedWork work, boolean transacted)
           
 void Isolater.JdbcDelegate.delegateWork(IsolatedWork work, boolean transacted)