Module com.appslandia.common
Package com.appslandia.common.junit.jpa
Class MandatoryTestTxInterceptor
- java.lang.Object
-
- com.appslandia.common.junit.jpa.TestTxInterceptor
-
- com.appslandia.common.junit.jpa.MandatoryTestTxInterceptor
-
- All Implemented Interfaces:
Serializable
@Interceptor public class MandatoryTestTxInterceptor extends TestTxInterceptor
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.appslandia.common.junit.jpa.TestTxInterceptor
testEmfControl
-
-
Constructor Summary
Constructors Constructor Description MandatoryTestTxInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoTran(jakarta.interceptor.InvocationContext context)-
Methods inherited from class com.appslandia.common.junit.jpa.TestTxInterceptor
getEm, setEm, storeNewEm, willRollbackOn
-
-
-
-
Method Detail
-
doTran
public Object doTran(jakarta.interceptor.InvocationContext context) throws Exception
- Overrides:
doTranin classTestTxInterceptor- Throws:
Exception
-
-