Uses of Enum Class
org.tentackle.pdo.junit.AbstractPdoTest.TransactionType
Packages that use AbstractPdoTest.TransactionType
-
Uses of AbstractPdoTest.TransactionType in org.tentackle.pdo.junit
Methods in org.tentackle.pdo.junit that return AbstractPdoTest.TransactionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractPdoTest.TransactionType[]AbstractPdoTest.TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tentackle.pdo.junit with parameters of type AbstractPdoTest.TransactionTypeModifierConstructorDescriptionCreates a test with rollback.AbstractPdoTest(AbstractPdoTest.TransactionType txType, boolean commit) Creates a test.