org.jboss.seam.persistence
@Interceptor(stateless=true) public class EntityManagerProxyInterceptor extends AbstractInterceptor
| Constructor and Description |
|---|
EntityManagerProxyInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundInvoke(InvocationContext ic) |
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled.
|
void |
postActivate(InvocationContext invocation) |
void |
postConstruct(InvocationContext invocation) |
getComponent, setComponent@AroundInvoke public Object aroundInvoke(InvocationContext ic) throws Exception
Exception@PostActivate public void postActivate(InvocationContext invocation) throws Exception
Exception@PostConstruct public void postConstruct(InvocationContext invocation) throws Exception
Exceptionpublic boolean isInterceptorEnabled()
OptimizedInterceptorCopyright © 2015 Seam Framework. All Rights Reserved.