Uses of Interface
net.jextra.fauxjo.transaction.TransactionInterface
-
Packages that use TransactionInterface Package Description net.jextra.fauxjo.transaction -
-
Uses of TransactionInterface in net.jextra.fauxjo.transaction
Classes in net.jextra.fauxjo.transaction that implement TransactionInterface Modifier and Type Class Description classDummyTransactionA "transaction" to literally do nothing.classMultiTransactionMultipleTransactionInterfaces tied together.classTransactionA clean convience class to manage a typical single database "transaction".Methods in net.jextra.fauxjo.transaction that return TransactionInterface Modifier and Type Method Description TransactionInterfaceMultiTransaction. getTransaction(int index)
-