| Class | Description |
|---|---|
| EntityBeanAssociatingInterceptor |
Interceptor factory for entity beans that associates an invocation with a primary key
|
| EntityBeanEjbCreateMethodInterceptor |
Interceptor factory for entity beans that class the corresponding ejbCreate method.
|
| EntityBeanHomeCreateInterceptorFactory |
Interceptor that hooks up create methods for Entity beans.
|
| EntityBeanHomeFinderInterceptorFactory |
Interceptor that hooks up finder methods for BMP entity beans
This is a view level interceptor that should be attached to finder methods on the home interface.
|
| EntityBeanHomeMethodInterceptorFactory |
Interceptor that hooks up home business methods for entity beans
This is a view level interceptor that should be attached to business methods on the home interface.
|
| EntityBeanHomeRemoveByHandleInterceptorFactory | |
| EntityBeanHomeRemoveInterceptorFactory | |
| EntityBeanIdentityInterceptorFactory |
Interceptor for equals / hashCode for Entity beans.
|
| EntityBeanIsIdenticalInterceptorFactory |
Interceptor that handles the
EJBLocalObject.isIdentical(javax.ejb.EJBLocalObject)
&& EJBObject.isIdentical(javax.ejb.EJBObject) methods |
| EntityBeanReentrancyInterceptor | |
| EntityBeanRemoveInterceptor |
Interceptor that wraps the ejbRemove method and marks the EJB as removed.
|
| EntityBeanSynchronizationInterceptor |
Interceptor which manages Synchronization semantics on an entity bean. |
| InternalInvocationMarker |
Marker used to signify a CMP internal invocation.
|
| Enum | Description |
|---|---|
| EntityBeanHomeFinderInterceptorFactory.ReturnType |
Copyright © 2014 JBoss by Red Hat. All rights reserved.