Class StandardJtaPlatformResolver
- java.lang.Object
-
- org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
-
- All Implemented Interfaces:
Serializable,JtaPlatformResolver,Service
public class StandardJtaPlatformResolver extends Object implements JtaPlatformResolver
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StandardJtaPlatformResolverINSTANCE
-
Constructor Summary
Constructors Constructor Description StandardJtaPlatformResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JtaPlatformresolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
-
-
Field Detail
-
INSTANCE
public static final StandardJtaPlatformResolver INSTANCE
-
-
Method Detail
-
resolveJtaPlatform
public JtaPlatform resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
- Specified by:
resolveJtaPlatformin interfaceJtaPlatformResolver
-
-