|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchedOperations
Created by IntelliJ IDEA. User: programacion Date: 13-nov-2009 Time: 13:17:55 To change this template use File | Settings | File Templates.
Method Summary | |
---|---|
void |
commit()
Push changes |
boolean |
isAutoCommit()
Return the commit mode |
void |
rollback()
Go back to the initial state |
void |
setAutoCommit(boolean autoCommit)
Establish if the changes are immediate or belong to a transaction |
Method Detail |
---|
void setAutoCommit(boolean autoCommit)
autoCommit
- boolean isAutoCommit()
void commit() throws Exception
Exception
void rollback() throws Exception
Exception
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |