INTERVIEW QUESTIONS
J2EE
HIBERNATE
DETAILS
Question: Explain about transparent persistence of Hibernate?
Answer: Transparent persistence is provided for Plain old Java objects or POJOs. For proper functioning of the applications importance should be given to the methods equals () and hash Code methods (). It has a requirement which should be strictly followed in the applications which is a no-argument constructor.
|