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 is layout manager in java?
What is java 2 platform, standard edition (j2se)?
Which of the following are subclasses of java awt component?
What is application component provider?
Which is best eclipse for java?
I Want build and release interview questions
What are the components of j2ee applications?
What is application configuration resource file?
to update a batch in a table in jdbc which method of statement object is used
What is a java developer?
What is asant?
Which compiler is used in java?