java.lang.Object
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
io.helidon.integrations.cdi.hibernate.CDISEJtaPlatform
All Implemented Interfaces:
Serializable, org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess, org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform, org.hibernate.service.Service, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.ServiceRegistryAwareService

@ApplicationScoped public class CDISEJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
An AbstractJtaPlatform that is an ApplicationScoped CDI managed bean that supplies TransactionManager and UserTransaction instances that are supplied to it at construction time.
See Also: