All Downloads are FREE. Search and download functionalities are using the official Maven repository.

asta.lasta-di.0.6.0-RC1.source-code.tx_aop.xml Maven / Gradle / Ivy

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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy