Package com.usatiuk.objects.transaction
Class CurrentTransaction
java.lang.Object
com.usatiuk.objects.transaction.CurrentTransaction
- All Implemented Interfaces:
Transaction,TransactionHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(JObjectKey key) get(Class<T> type, JObjectKey key) getIterator(IteratorStart start, JObjectKey key) voidvoid<T extends JData>
void<T extends JData>
voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.usatiuk.objects.transaction.Transaction
getIterator
-
Constructor Details
-
CurrentTransaction
public CurrentTransaction()
-
-
Method Details
-
onCommit
- Specified by:
onCommitin interfaceTransaction
-
onFlush
- Specified by:
onFlushin interfaceTransactionHandle
-
get
- Specified by:
getin interfaceTransaction
-
delete
- Specified by:
deletein interfaceTransaction
-
getIterator
- Specified by:
getIteratorin interfaceTransaction
-
put
- Specified by:
putin interfaceTransaction
-
putNew
- Specified by:
putNewin interfaceTransaction
-