Class JPAServiceNames


  • public class JPAServiceNames
    extends Object
    For Jakarta Persistence service names
    Author:
    Scott Marlow
    • Field Detail

      • JPA_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName JPA_SERVICE_NAME
      • LOCAL_TRANSACTION_PROVIDER_CAPABILITY

        public static final String LOCAL_TRANSACTION_PROVIDER_CAPABILITY
        Name of the capability that ensures a local provider of transactions is present. Once its service is started, calls to the getInstance() methods of ContextTransactionManager, and LocalUserTransaction can be made knowing that the global default TM and UT will be from that provider.
        See Also:
        Constant Field Values
      • TRANSACTION_SYNCHRONIZATION_REGISTRY_CAPABILITY

        public static final String TRANSACTION_SYNCHRONIZATION_REGISTRY_CAPABILITY
        Name of the capability that ensures a local provider of transactions is present. Once its service is started, calls to the getInstance() methods of ContextTransactionManager, and LocalUserTransaction can be made knowing that the global default TM and UT will be from that provider.
        See Also:
        Constant Field Values
      • TRANSACTION_SYNCHRONIZATION_REGISTRY_SERVICE

        public static final org.jboss.msc.service.ServiceName TRANSACTION_SYNCHRONIZATION_REGISTRY_SERVICE
    • Constructor Detail

      • JPAServiceNames

        public JPAServiceNames()
    • Method Detail

      • getPUServiceName

        public static org.jboss.msc.service.ServiceName getPUServiceName​(String scopedPersistenceUnitName)
      • getJPAServiceName

        public static org.jboss.msc.service.ServiceName getJPAServiceName()