Uses of Class
org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
-
Packages that use WebSphereJtaPlatform.WebSphereEnvironment Package Description org.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
. -
-
Uses of WebSphereJtaPlatform.WebSphereEnvironment in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return WebSphereJtaPlatform.WebSphereEnvironment Modifier and Type Method Description static WebSphereJtaPlatform.WebSphereEnvironment
WebSphereJtaPlatform.WebSphereEnvironment. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebSphereJtaPlatform.WebSphereEnvironment[]
WebSphereJtaPlatform.WebSphereEnvironment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.engine.transaction.jta.platform.internal with parameters of type WebSphereJtaPlatform.WebSphereEnvironment Constructor Description WebSphereJtaPlatform(Class transactionManagerAccessClass, WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment)
-