transient instance
Transient instances are instances stored in memory (persistence state: transient). Transient instances exist and are accessible only within the process that has created the instance. Embedded instances (complex data type attributes) in transient instances are transient, as well.
Transient instances may be permanent or bounded (on selected instance).
Generalisations: instance
Specialisations: bounded transient instance, permanent transient instance
References