Interface ObjectStoreConnection
- All Superinterfaces:
AutoCloseable,TxnApi
-
Method Summary
Modifier and TypeMethodDescriptionDeclare access to the requested resource and lock it with the ObjectStoreConnection's active transaction mode (read or write).voidcommit(TxnHandler handler) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
access
Declare access to the requested resource and lock it with the ObjectStoreConnection's active transaction mode (read or write). -
commit
-