Class EntityManagerCachingInterceptor
- java.lang.Object
-
- com.priint.pubserver.plugin.entitymanager.EntityManagerCachingInterceptor
-
public class EntityManagerCachingInterceptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLICENSE_MANAGER
-
Constructor Summary
Constructors Constructor Description EntityManagerCachingInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckCache(boolean aggresive, EntityManager em)java.lang.Objectrequest(javax.interceptor.InvocationContext ctx)
-
-
-
Field Detail
-
LICENSE_MANAGER
public static final java.lang.String LICENSE_MANAGER
- See Also:
- Constant Field Values
-
-
Method Detail
-
request
public java.lang.Object request(javax.interceptor.InvocationContext ctx) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkCache
public static final void checkCache(boolean aggresive, EntityManager em)
-
-