JIDE 3.5.15

com.jidesoft.database
Interface BatchedOperations

All Known Implementing Classes:
BatchedCrudTableModelWrapper

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

setAutoCommit

void setAutoCommit(boolean autoCommit)
Establish if the changes are immediate or belong to a transaction

Parameters:
autoCommit -

isAutoCommit

boolean isAutoCommit()
Return the commit mode

Returns:

commit

void commit()
            throws Exception
Push changes

Throws:
Exception

rollback

void rollback()
              throws Exception
Go back to the initial state

Throws:
Exception

JIDE 3.5.15