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 are j2ee concepts?

0 Answers  


What is use of final keyword in java?

0 Answers  


Which java technology is in demand?

0 Answers  


Explain the j2ee tiers.

0 Answers  


Which server is best for java?

0 Answers  






Is tomcat a java ee?

0 Answers  


What is Connector architecture?

0 Answers  


is it possible to create single instance of java class per session in web application

4 Answers  


What are the technologies a java developer must know?

0 Answers  


how many external variables are there in jsp ?

1 Answers  


Where javac is located?

0 Answers  


What is form-based authentication?

0 Answers  


Categories