public abstract class PointTxAttributeCustomizer extends AbstractCustomizer
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected static Map<Transactional.TxType,String> |
txInterceptors |
classPatterns, ignoreClassPatterns, targetInterface, targetInterface_BINDING| コンストラクタと説明 |
|---|
PointTxAttributeCustomizer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
doCustomize(ComponentDef componentDef) |
protected abstract boolean |
isImplicitTxSupportedMethod(Method method) |
protected boolean |
isOutOfTxMethod(Transactional methodAttr,
Method method) |
addClassPattern, addClassPattern, addIgnoreClassPattern, addIgnoreClassPattern, customize, isMatchClassPattern, isMatchTargetInterface, setTargetInterfaceprotected static final Map<Transactional.TxType,String> txInterceptors
protected void doCustomize(ComponentDef componentDef)
doCustomize クラス内 AbstractCustomizerprotected boolean isOutOfTxMethod(Transactional methodAttr, Method method)
protected abstract boolean isImplicitTxSupportedMethod(Method method)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.