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 is 2 stands for in j2ee?
What are the most important topics in java?
What are the advantages of object-relational mapping (orm)?
What are web technologies in java?
Is eclipse written in java?
What software is needed for java programming?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
What is java ee architecture?
What is the name of java compiler?
What is basic authentication?
What are the main components of multi-tier architecture?
How will you explain load() and get() methods?
What is component contract?
What is java transaction api (jta)?
Is java is a technology?