Persistency used for inserts only. It is appropriate to store values in files
for example.
author: Gennady Krizhevsky
Method Summary
int
insert(PersistentObject persistentObject) Insert persistent object
Parameters: persistentObject - number of row affected or RC_NON_DIRTY value if record is not "dirty".
int
insert(PersistentObject persistentObject, LifeCycleController controller) Insert persistent object
Parameters: persistentObject - Parameters: controller - number of row affected or RC_NON_DIRTY value if record is not "dirty".
Insert persistent object
Parameters: persistentObject - number of row affected or RC_NON_DIRTY value if record is not "dirty". Should not be used for batch updates or complex/compound objects throws: DuplicateRecordException - if duplicate record is detected throws: OdalPersistencyException -
Insert persistent object
Parameters: persistentObject - Parameters: controller - number of row affected or RC_NON_DIRTY value if record is not "dirty". Should not be used for batch updates or complex/compound objects throws: DuplicateRecordException - throws: OdalPersistencyException -