org.asyrinx.brownie.hibernate.wrapper
クラス TransactionWrapper

java.lang.Object
  拡張org.asyrinx.brownie.hibernate.wrapper.TransactionWrapper
すべての実装インタフェース:
net.sf.hibernate.Transaction
直系の既知のサブクラス:
LogTransaction

public class TransactionWrapper
extends java.lang.Object
implements net.sf.hibernate.Transaction

作成者:
akima

フィールドの概要
protected  net.sf.hibernate.Transaction wrapped
           
 
コンストラクタの概要
TransactionWrapper(net.sf.hibernate.Transaction wrapped)
           
 
メソッドの概要
 void commit()
           
 void rollback()
           
 boolean wasCommitted()
           
 boolean wasRolledBack()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

wrapped

protected final net.sf.hibernate.Transaction wrapped
コンストラクタの詳細

TransactionWrapper

public TransactionWrapper(net.sf.hibernate.Transaction wrapped)
メソッドの詳細

commit

public void commit()
            throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.Transaction 内の commit
例外:
net.sf.hibernate.HibernateException

rollback

public void rollback()
              throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.Transaction 内の rollback
例外:
net.sf.hibernate.HibernateException

wasCommitted

public boolean wasCommitted()
                     throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.Transaction 内の wasCommitted
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException

wasRolledBack

public boolean wasRolledBack()
                      throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.Transaction 内の wasRolledBack
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException


Copyright © 2004 asyrinx organization. All Rights Reserved.