Package org.jboss.as.jpa.util
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 Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameJPA_SERVICE_NAMEstatic StringLOCAL_TRANSACTION_PROVIDER_CAPABILITYName of the capability that ensures a local provider of transactions is present.static StringTRANSACTION_SYNCHRONIZATION_REGISTRY_CAPABILITYName of the capability that ensures a local provider of transactions is present.static org.jboss.msc.service.ServiceNameTRANSACTION_SYNCHRONIZATION_REGISTRY_SERVICE
-
Constructor Summary
Constructors Constructor Description JPAServiceNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceNamegetJPAServiceName()static org.jboss.msc.service.ServiceNamegetPUServiceName(String scopedPersistenceUnitName)
-
-
-
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
-
-
Method Detail
-
getPUServiceName
public static org.jboss.msc.service.ServiceName getPUServiceName(String scopedPersistenceUnitName)
-
getJPAServiceName
public static org.jboss.msc.service.ServiceName getJPAServiceName()
-
-