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 TypeMethodDescriptionvoid
delete
(JObjectKey key) get
(Class<T> type, JObjectKey key) getIterator
(IteratorStart start, JObjectKey key) void
void
<T extends JData>
void<T extends JData>
voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.usatiuk.objects.transaction.Transaction
getIterator
-
Constructor Details
-
CurrentTransaction
public CurrentTransaction()
-
-
Method Details
-
onCommit
- Specified by:
onCommit
in interfaceTransaction
-
onFlush
- Specified by:
onFlush
in interfaceTransactionHandle
-
get
- Specified by:
get
in interfaceTransaction
-
delete
- Specified by:
delete
in interfaceTransaction
-
getIterator
- Specified by:
getIterator
in interfaceTransaction
-
put
- Specified by:
put
in interfaceTransaction
-
putNew
- Specified by:
putNew
in interfaceTransaction
-