Discussion :: Hibernate-CSE
- Which of the following is true about transient state of a persistent entity?
A.
A new instance of a persistent class which is not associated with a Session
|
B.
A new instance of a persistent class which has no representation in the database
|
C.
A new instance of a persistent class which has no identifier value
|
D.
All of the above
|
Answer : Option D
Explanation :
Be The First To Comment