org.guiceex.transaction.annotation
クラス Transactionals
java.lang.Object
org.guiceex.transaction.annotation.Transactionals
public class Transactionals
- extends Object
@Transactionalのユーティリティーメソッドクラスです。
- 作成者:
- matu◆AliceLAklI.
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transactionals
public Transactionals()
getTransactional
public static Transactional getTransactional(TransactionAttributeType propargation)
@Transactionalアノテーションインスタンスを作成します。
- パラメータ:
propargation - rollbackFor -
- 戻り値:
bindTransactionInterceptor
public static void bindTransactionInterceptor(Binder binder,
TransactionAttributeType propargation)
@TransactionalアノテーションへTransactionInterceptor
をバインディングします。
- パラメータ:
binder - propargation -
Copyright © 2007. All Rights Reserved.