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

org.rhq.test.TransactionCallbackWithContext Maven / Gradle / Ivy

The newest version!
package org.rhq.test;

import javax.persistence.EntityManager;
import javax.transaction.TransactionManager;

public interface TransactionCallbackWithContext {

    T execute(TransactionManager tm, EntityManager em) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy