org.jfaster.mango.transaction.TransactionAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mango Show documentation
Show all versions of mango Show documentation
mango is a dao framework.
The newest version!
package org.jfaster.mango.transaction;
/**
* @author ash
*/
public interface TransactionAction {
void doInTransaction(TransactionStatus status);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy