Definitions for "Persistent object"
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.
a data structure whose existence transcends time (i
an object that continues to exist after the thread that created it has ceased to exist