Class TransactionManagementAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.TransactionManagement,jakarta.ejb.TransactionManagementType>
-
- org.jboss.as.ejb3.deployment.processors.annotation.TransactionManagementAnnotationInformationFactory
-
public class TransactionManagementAnnotationInformationFactory extends ClassAnnotationInformationFactory<jakarta.ejb.TransactionManagement,jakarta.ejb.TransactionManagementType>
Processes theTransactionManagementTypeannotation on a session bean- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTransactionManagementAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected jakarta.ejb.TransactionManagementTypefromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)-
Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
-
-
-
Method Detail
-
fromAnnotation
protected jakarta.ejb.TransactionManagementType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.ejb.TransactionManagement,jakarta.ejb.TransactionManagementType>
-
-