|
DODS 6.5 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addDeletedDO(CoreDO DO)
|
void |
dontAggregateDOModifications()
|
boolean |
getAutoWrite()
Method returns value of a data member. |
java.util.Vector |
getDeletedDOs()
|
CoreDO[] |
getDOs()
Gets an array of DOs. |
DOCache |
getTransactionCache()
Method return transaction Cache |
boolean |
isFirstWrite()
|
boolean |
isReleased()
Method to ensure this object is still valid. |
void |
resetDeletedDOs()
|
void |
saveDirtyDOs()
|
void |
setFirstWrite(boolean newfw)
|
boolean |
wasReadOnly()
Although it's internally used to skip uneccessary commits against the database, this information is made publicly accessible through this method. |
Methods inherited from interface com.lutris.appserver.server.sql.DBTransaction |
commit, createQuery, delete, getDatabaseName, getDO, getDO, handleException, insert, lockDO, preventCacheQueries, release, rollback, setDatabaseName, update, write |
Method Detail |
public boolean isReleased()
public CoreDO[] getDOs()
public void saveDirtyDOs()
public DOCache getTransactionCache()
public java.util.Vector getDeletedDOs()
public void addDeletedDO(CoreDO DO)
public void resetDeletedDOs()
public void dontAggregateDOModifications()
public boolean getAutoWrite()
public boolean isFirstWrite()
public void setFirstWrite(boolean newfw)
public boolean wasReadOnly()
|
DODS 6.5 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |