InterviewSolution
| 1. |
What Are The States Of An Object In Hibernate? |
|
Answer» The states of an object in hibernate are
Transient: The object is in the transient STATE if it is just CREATED but has no primary key (IDENTIFIER) and it is not associated with the session. The states of an object in hibernate are Transient: The object is in the transient state if it is just created but has no primary key (identifier) and it is not associated with the session. |
|