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 four components of j2ee application?
Which compiler is used in java?
Is j2ee a framework?
What is server in j2ee?
What is jaxr provider?
Can u give me sample code for ServiceImpl and DaoImpl, in j2ee .
Which java ide is best?
What is cmp in j2ee?
What is isv?
What is considered as a web component?
What is j2ee module?
Is eclipse written in java?