Uses of Class
net.sf.jkniv.sqlegance.transaction.TransactionType
-
Packages that use TransactionType Package Description net.sf.jkniv.sqlegance.builder net.sf.jkniv.sqlegance.transaction -
-
Uses of TransactionType in net.sf.jkniv.sqlegance.builder
Methods in net.sf.jkniv.sqlegance.builder that return TransactionType Modifier and Type Method Description TransactionTypeRepositoryConfig. getTransactionType() -
Uses of TransactionType in net.sf.jkniv.sqlegance.transaction
Methods in net.sf.jkniv.sqlegance.transaction that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. get(String s)static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-