|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.intercept.AbstractInterceptor
org.jboss.seam.persistence.ManagedEntityInterceptor
@Interceptor(around=BijectionInterceptor.class) public class ManagedEntityInterceptor
Swizzles entity references around each invocation, maintaining referential integrity even across passivation of the stateful bean or Seam-managed extended persistence context, and allowing for more efficient replication.
| Constructor Summary | |
|---|---|
ManagedEntityInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
aroundInvoke(InvocationContext ctx)
|
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled. |
| Methods inherited from class org.jboss.seam.intercept.AbstractInterceptor |
|---|
getComponent, setComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedEntityInterceptor()
| Method Detail |
|---|
@AroundInvoke
public java.lang.Object aroundInvoke(InvocationContext ctx)
throws java.lang.Exception
java.lang.Exceptionpublic boolean isInterceptorEnabled()
OptimizedInterceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||