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
AJtaPlatformProviderthat uses aCDIinstance 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.JtaPlatformgetProvidedJtaPlatform()Returns a non-nullJtaPlatform.
-
-
-
Constructor Detail
-
CDISEJtaPlatformProvider
public CDISEJtaPlatformProvider()
Creates a newCDISEJtaPlatformProvider.
-
-
Method Detail
-
getProvidedJtaPlatform
public org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform getProvidedJtaPlatform()
Returns a non-nullJtaPlatform.- Specified by:
getProvidedJtaPlatformin interfaceorg.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider- Returns:
- a non-
nullJtaPlatform
-
-