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
|
クラス 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.