asta.lasta-di.0.6.0-RC1.source-code.tx_aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lasta-di Show documentation
Show all versions of lasta-di Show documentation
DI Container for LastaFlute, super forked from Seasar as Java8
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components namespace="tx_aop"> <include path="jta.xml"/> <component name="requiredTx" class="org.dbflute.lasta.di.tx.RequiredTxInterceptor"/> <component name="requiresNewTx" class="org.dbflute.lasta.di.tx.RequiresNewTxInterceptor"/> <component name="mandatoryTx" class="org.dbflute.lasta.di.tx.MandatoryInterceptor"/> <component name="notSupportedTx" class="org.dbflute.lasta.di.tx.NotSupportedInterceptor"/> <component name="neverTx" class="org.dbflute.lasta.di.tx.NeverInterceptor"/> </components>