1.

What are the main differences between persistent and transient objects?

Answer»
S.noPERSISTENT OBJECTSTransient Objects
1.In this state, the database has the SAVED objectsThe objects are not kept in the database in this state of Hibernation
2.Example- An entity from a REPOSITORY comes under persistent objectsUntil persisted, the CREATION of a new entity is called transients


Discussion

No Comment Found