Question
Entity States Which of the following statements is valid regarding the entity state in its lifecycle? (Note: More than one option may be correct.) Read
Entity States
Which of the following statements is valid regarding the entity state in its lifecycle? (Note: More than one option may be correct.)
Read the options very carefully before attempting the question.
1) When an entity object is initially created, its state is 'Transient' or 'New'.
2) When an entity object is persisted to the database using EntityManager, its state changes to Managed or 'Persistent'.
3) When an entity object is retrieved from the database using EntityManager, its state changes to Retrieved.
4) When the EntityManager is closed, the state of the entity object is Removed. Please give right answer
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started