public interface Transaction extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
UUID |
getUuid() |
boolean |
isReadOnly() |
void |
rollback() |
boolean isReadOnly()
void commit()
void rollback()
void close()
close in interface AutoCloseableUUID getUuid()
Copyright © 2019. All rights reserved.