Uses of Class
org.tentackle.test.pdo.AbstractPdoTest.TransactionType
-
Packages that use AbstractPdoTest.TransactionType Package Description org.tentackle.test.pdo -
-
Uses of AbstractPdoTest.TransactionType in org.tentackle.test.pdo
Methods in org.tentackle.test.pdo that return AbstractPdoTest.TransactionType Modifier and Type Method Description static AbstractPdoTest.TransactionTypeAbstractPdoTest.TransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractPdoTest.TransactionType[]AbstractPdoTest.TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tentackle.test.pdo with parameters of type AbstractPdoTest.TransactionType Constructor Description AbstractPdoTest(AbstractPdoTest.TransactionType txType)Creates a test with rollback.AbstractPdoTest(AbstractPdoTest.TransactionType txType, boolean commit)Creates a test.
-