Hi friends, can u explain Transparent Persistence in
hibernate with sample code.

Answers were Sorted based on User's Feedback



Hi friends, can u explain Transparent Persistence in hibernate with sample code...

Answer / nelson

Transparent means seperation of concerns between peristence
classes and the way they are persisted. Domain classes need
not know any details about how they are getting persisted.
An example would be the DAO pattern which provide
transparent persistence.

Is This Answer Correct ?    3 Yes 3 No

Hi friends, can u explain Transparent Persistence in hibernate with sample code...

Answer / ram nidadavolu

Types of Hibernate instance states:-

Transient- The instance is not associated with any
persistence context.

persistence- The instance is associated with a persistence
context.

Detached-The instance is associated with a persistence
context which has been closed- currently not associated.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More J2EE Interview Questions

What are the components of awt in java?

0 Answers  


What is j2ee stack?

0 Answers  


Why java is a platform?

0 Answers  


Is j2ee a programming language?

0 Answers  


What is setfocusable in java?

0 Answers  


Is java a tool?

0 Answers  


What is j2ee tutorial?

0 Answers  


What is a panel java?

0 Answers  


Define thin client?

0 Answers  


which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post

7 Answers  


what is Directory Structure of webapplication?

8 Answers   CTS, Virtusa,


What is j2ee product provider?

0 Answers  


Categories