org.ow2.easybeans.deployment.annotations.metadata.interfaces |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
IAnnotationResource.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @
javax.annotation.Resource annotation. |
IAnnotationSecurityPermitAll.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @
javax.annotation.security.PermitAll annotation. |
IAnnotationSecurityRolesAllowed.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @
javax.annotation.security.RolesAllowed annotation. |
IEjbEJB.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @
javax.ejb.EJB annotation. |
IEJBInterceptors.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @
javax.interceptor.Interceptors annotation. |
IInterceptorExcludeDefaultInterceptors.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @
javax.interceptor.ExcludeDefaultInterceptors annotation. |
IPersistenceContext.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @
javax.persistence.PersistenceContext annotation. |
IPersistenceUnit.java | Interface | This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @
javax.persistence.PersistenceUnit annotation. |
ISharedMetadata.java | Interface | Interfaces shared by Class, Method and Attributes. |
ITransactionAttribute.java | Interface | This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata. |