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 most important topics in java?
How many java languages are there?
Which package is imported by default in java?
What do you mean by the deployment descriptor?
Is java an assembly language?
What do you understand by j2ee?
What is distributed application?
What is multi tier architecture in j2ee?
How will you explain load() and get() methods?
What is j2ee component?
What is advance java?
What software is needed for java programming?