类 WebSphereExtendedJtaPlatform

  • 所有已实现的接口:
    Serializable, TransactionManagerAccess, JtaPlatform, Service, Configurable, ServiceRegistryAwareService

    public class WebSphereExtendedJtaPlatform
    extends AbstractJtaPlatform
    JTA platform implementation intended for use with WebSphere Application Server (WAS).

    WAS, unlike every other app server on the planet, does not allow direct access to the JTS TransactionManager. Instead, for common transaction-related tasks users must utilize a proprietary API known as ExtendedJTATransaction.

    Even more unfortunate, the exact TransactionManagerLookup to use inside of WAS is highly dependent upon

    • WAS version
    • the WAS container in which Hibernate will be utilized

    This class is reported to work on WAS version 6 in any of the standard J2EE/Java EE component containers.

    作者:
    Gavin King, 另请参阅:
    序列化表格
    • 构造器详细资料

      • WebSphereExtendedJtaPlatform

        public WebSphereExtendedJtaPlatform()