Class JPAServiceNames

java.lang.Object
org.jboss.as.jpa.util.JPAServiceNames

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

    • 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:
    • 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:
    • TRANSACTION_SYNCHRONIZATION_REGISTRY_SERVICE

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

    • JPAServiceNames

      public JPAServiceNames()
  • Method Details

    • getPUServiceName

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

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