
org.leialearns.spring.test.TransactionHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-test Show documentation
Show all versions of spring-test Show documentation
Utilities for testing spring wired components
The newest version!
package org.leialearns.spring.test;
public interface TransactionHelper {
void runInTransaction(Runnable runnable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy