com.bm.ejb3metadata.annotations.metadata.interfaces |
EJB 3.0
Implementation of meta data analysis for EJB 3.0
|
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. |
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. |
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. |