Hi friends, can u explain Transparent Persistence in
hibernate with sample code.

Answers were Sorted based on User's Feedback



Hi friends, can u explain Transparent Persistence in hibernate with sample code...

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

Hi friends, can u explain Transparent Persistence in hibernate with sample code...

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

Post New Answer

More J2EE Interview Questions

What is jlayeredpane java?

0 Answers  


What are different modules in spring?

0 Answers  


What is a j2ee component?

0 Answers  


Is object a composite data type in java?

0 Answers  


Difference between treemap & sortedset

3 Answers   Oracle,






What is sandbox in java?

0 Answers  


What is single tier architecture in java?

0 Answers  


how dopost is secured than doget?

4 Answers   CGI,


What is the difference between java and core java?

0 Answers  


What is event handling in java?

0 Answers  


What is a j2ee container?

0 Answers  


What is external entity?

0 Answers  


Categories