Package org.jboss.as.jpa.util
Class JPAServiceNames
java.lang.Object
org.jboss.as.jpa.util.JPAServiceNames
For Jakarta Persistence service names
- Author:
- Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNamestatic final StringName of the capability that ensures a local provider of transactions is present.static final StringName of the capability that ensures a local provider of transactions is present.static final org.jboss.msc.service.ServiceName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceNamestatic org.jboss.msc.service.ServiceNamegetPUServiceName(String scopedPersistenceUnitName)
-
Field Details
-
JPA_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName JPA_SERVICE_NAME -
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
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
-
getJPAServiceName
public static org.jboss.msc.service.ServiceName getJPAServiceName()
-