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 StandardJtaPlatformResolver
INSTANCE
-
Constructor Summary
Constructors Constructor Description StandardJtaPlatformResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JtaPlatform
resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
-
-
Field Detail
-
INSTANCE
public static final StandardJtaPlatformResolver INSTANCE
-
-
Method Detail
-
resolveJtaPlatform
public JtaPlatform resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
- Specified by:
resolveJtaPlatform
in interfaceJtaPlatformResolver
-
-