Uses of Interface
com.bm.ejb3metadata.annotations.metadata.interfaces.ITransactionAttribute

Packages that use ITransactionAttribute
com.bm.ejb3metadata.annotations.analyzer Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.metadata Implementation of meta data analysis for EJB 3.0 
 

Uses of ITransactionAttribute in com.bm.ejb3metadata.annotations.analyzer
 

Classes in com.bm.ejb3metadata.annotations.analyzer with type parameters of type ITransactionAttribute
 class JavaxEjbTransactionAttributeVisitor<T extends ITransactionAttribute>
          This class manages the handling of @TransactionAttribute annotation.
 

Uses of ITransactionAttribute in com.bm.ejb3metadata.annotations.metadata
 

Classes in com.bm.ejb3metadata.annotations.metadata that implement ITransactionAttribute
 class ClassAnnotationMetadata
          This class represents the annotation metadata of a Bean.
From this class, we can access to all methods of a bean with its associated information.
 class MethodAnnotationMetadata
          This class represents the annotation metadata of a method.
 



Copyright © 2008. All Rights Reserved.