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

org.kasource.spring.transaction.package-info Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy