org.ict4h.atomfeed.transaction.AFTransactionManager Maven / Gradle / Ivy
package org.ict4h.atomfeed.transaction;
public interface AFTransactionManager {
public T executeWithTransaction(AFTransactionWork action) throws RuntimeException;
}
package org.ict4h.atomfeed.transaction;
public interface AFTransactionManager {
public T executeWithTransaction(AFTransactionWork action) throws RuntimeException;
}