Class TransactionAttributeAnnotationInformationFactory

java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionAttributeType>
org.jboss.as.ejb3.deployment.processors.annotation.TransactionAttributeAnnotationInformationFactory

public class TransactionAttributeAnnotationInformationFactory extends org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionAttributeType>
Processes the TransactionAttribute annotation on a session bean
Author:
Stuart Douglas
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected jakarta.ejb.TransactionAttributeType
    fromAnnotation(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransactionAttributeAnnotationInformationFactory

      protected TransactionAttributeAnnotationInformationFactory()
  • Method Details

    • fromAnnotation

      protected jakarta.ejb.TransactionAttributeType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
      Specified by:
      fromAnnotation in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionAttributeType>