org.hibernate.envers.test
Class EnversTestingJtaBootstrap

java.lang.Object
  extended by org.hibernate.envers.test.EnversTestingJtaBootstrap

public class EnversTestingJtaBootstrap
extends Object

Copied from TestingJtaBootstrap, as Envers tests use a different URL for testing databases.


Constructor Summary
EnversTestingJtaBootstrap()
           
 
Method Summary
static void tryCommit(TransactionManager tm)
           
static TransactionManager updateConfigAndCreateTM(Map configValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnversTestingJtaBootstrap

public EnversTestingJtaBootstrap()
Method Detail

updateConfigAndCreateTM

public static TransactionManager updateConfigAndCreateTM(Map configValues)

tryCommit

public static void tryCommit(TransactionManager tm)
                      throws Exception
Throws:
Exception


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.