Class 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
    A JtaPlatformProvider that uses a CDI instance to provide a JtaPlatform.

    Normally this class is instantiated by the Java service provider infrastructure.

    See Also:
    JtaPlatform, CDISEJtaPlatform
    • Method Detail

      • getProvidedJtaPlatform

        public org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform getProvidedJtaPlatform()
        Returns a non-null JtaPlatform.
        Specified by:
        getProvidedJtaPlatform in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
        Returns:
        a non-null JtaPlatform