Definitions for "Persistent Object" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Oma, Outlive, Poa, Survive, Lifespan
An object that has been assigned a storage location in the database where it will be stored. When you commit the transaction in which you create a persistent object, the object is saved in the database. A persistent object continues to exist and retains its data beyond the duration of the process that created it.
Helpful?           0
a data structure whose existence transcends time (i
Helpful?           0
an object that continues to exist after the thread that created it has ceased to exist
Helpful?           0
an object that is saved on secondary storage during a program execution and thus survives the program execution in which it was created
Helpful?           0
an object that is stored in an object table in the database
Helpful?           0
an object that is stored in some type of data store
Helpful?           0
an object which is stored in an Oracle database
Helpful?           0
An object that exists after the process or thread that created it. Synonym: persistent object [OMA].
Helpful?           0
A persistent object is an object that continues to exist and retains its data beyond the duration of the process that creates it.
Helpful?           0
A persistent object has been activated in a POA with the ``persistent'' lifespan policy. Persistent objects can outlive the server they were originally created in, so the server can be stopped and restarted transparently, usually by an Implementation Repository.
Helpful?           0
An object that can survive the process or thread that created it. A persistent object exists until it is explicitly deleted.
Helpful?           0