Class JPADefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class JPADefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Jakarta Persistence ResourceDefinition
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAdditionalRuntimePackages​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • DEFAULT_DATASOURCE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_DATASOURCE
      • DEFAULT_EXTENDEDPERSISTENCE_INHERITANCE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_EXTENDEDPERSISTENCE_INHERITANCE
      • DEPLOYMENT_INSTANCE

        public static final JPADefinition DEPLOYMENT_INSTANCE
    • Method Detail

      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAttributes in class org.jboss.as.controller.SimpleResourceDefinition
      • registerAdditionalRuntimePackages

        public void registerAdditionalRuntimePackages​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerAdditionalRuntimePackages in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAdditionalRuntimePackages in class org.jboss.as.controller.SimpleResourceDefinition