Class CDISEJtaPlatformProvider
- java.lang.Object
-
- io.helidon.integrations.cdi.hibernate.CDISEJtaPlatformProvider
-
- All Implemented Interfaces:
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
public final class CDISEJtaPlatformProvider extends Object implements org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
AJtaPlatformProvider
that uses aCDI
instance to provide aJtaPlatform
.Normally this class is instantiated by the Java service provider infrastructure.
- See Also:
JtaPlatform
,CDISEJtaPlatform
-
-
Constructor Summary
Constructors Constructor Description CDISEJtaPlatformProvider()
Creates a newCDISEJtaPlatformProvider
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
getProvidedJtaPlatform()
Returns a non-null
JtaPlatform
.
-
-
-
Constructor Detail
-
CDISEJtaPlatformProvider
public CDISEJtaPlatformProvider()
Creates a newCDISEJtaPlatformProvider
.
-
-
Method Detail
-
getProvidedJtaPlatform
public org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform getProvidedJtaPlatform()
Returns a non-null
JtaPlatform
.- Specified by:
getProvidedJtaPlatform
in interfaceorg.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
- Returns:
- a non-
null
JtaPlatform
-
-