public interface EntityTransaction
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
commit() |
boolean |
getRollbackOnly() |
boolean |
isActive() |
void |
rollback() |
void |
setRollbackOnly() |
Copyright © 2013. All Rights Reserved.