Hi friends, can u explain Transparent Persistence in
hibernate with sample code.
Answer Posted / 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 |
Post New Answer View All Answers
What are java front end tools?
Why is j2ee needed?
What is container-managed transaction?
What is declarative security ?
What is the difference between java and core java?
What is application configuration resource file?
What is j2ee product?
Is java more difficult than c++?
What is form-based authentication?
What is the latest technology used in java?
What is java servlet container?
Is class a data type in java?
What is the difference between session bean and entity bean ?
What is java technology stack?
Explain the four types of container that the j2ee specification defines