org.kasource.spring.transaction.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ka-spring-baseline Show documentation
Show all versions of ka-spring-baseline Show documentation
Spring utilities baseline at version 2.5.x
The newest version!
/**
* Transaction Utility classes.
*
* TransactionListener
* Implement this interface to listen to transaction events.
*
* TransactionResult
* An enumeration of possible outcomes when a transaction is committed.
*
* TransactionSupport
* Lets the client register itself as a TransactionListener.
*
* TransactionSupportImpl
* Implementation of TransactionSupport.
*
*
*
* @author rikardwi
**/
package org.kasource.spring.transaction;