|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IllegalPersistentStateRuntimeException | |
| org.jaffa.persistence | |
| org.jaffa.persistence.engines.jdbcengine.datasource | |
| Uses of IllegalPersistentStateRuntimeException in org.jaffa.persistence |
| Methods in org.jaffa.persistence that throw IllegalPersistentStateRuntimeException | |
protected void |
Persistent.update()
This method should be invoked by every updateXxx() method of the persistent class, before setting the value. |
| Uses of IllegalPersistentStateRuntimeException in org.jaffa.persistence.engines.jdbcengine.datasource |
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource that throw IllegalPersistentStateRuntimeException | |
void |
PersistentTransaction.addObject(IPersistent object)
Adds an object to the transaction to be written. |
void |
PersistentTransaction.updateObject(IPersistent object)
Adds an object to the transaction to be updated. |
void |
PersistentTransaction.deleteObject(IPersistent object)
Adds an object to the transaction to be deleted. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||