Hi friends, can u explain Transparent Persistence in
hibernate with sample code.
Answers were Sorted based on User's Feedback
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 |
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 |
What are the components of awt in java?
What is j2ee stack?
Why java is a platform?
Is j2ee a programming language?
What is setfocusable in java?
Is java a tool?
What is j2ee tutorial?
What is a panel java?
Define thin client?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
what is Directory Structure of webapplication?
What is j2ee product provider?