Package org.jboss.as.jpa.hibernate5
Class DefaultJtaPlatform
- java.lang.Object
-
- org.jboss.as.jpa.hibernate5.DefaultJtaPlatform
-
- All Implemented Interfaces:
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
public class DefaultJtaPlatform extends Object implements org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description DefaultJtaPlatform()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JBossAppServerJtaPlatformgetDelegate()org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformgetProvidedJtaPlatform()static voidsetDelegate(JBossAppServerJtaPlatform delegate)
-
-
-
Method Detail
-
getDelegate
public static JBossAppServerJtaPlatform getDelegate()
-
setDelegate
public static void setDelegate(JBossAppServerJtaPlatform delegate)
-
getProvidedJtaPlatform
public org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform getProvidedJtaPlatform()
- Specified by:
getProvidedJtaPlatformin interfaceorg.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
-
-