Uses of Interface
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
-
Packages that use JtaPlatformResolver Package Description org.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
. -
-
Uses of JtaPlatformResolver in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement JtaPlatformResolver Modifier and Type Class Description class
StandardJtaPlatformResolver
Methods in org.hibernate.engine.transaction.jta.platform.internal that return JtaPlatformResolver Modifier and Type Method Description JtaPlatformResolver
JtaPlatformResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.transaction.jta.platform.internal that return types with arguments of type JtaPlatformResolver Modifier and Type Method Description Class<JtaPlatformResolver>
JtaPlatformResolverInitiator. getServiceInitiated()
-