How to integrate hibernate and spring?



How to integrate hibernate and spring?..

Answer / Vinay Kumar Gautam

"Integrating Hibernate with Spring can be done by using Spring's Data Access Layer, Spring Data. You will need to add Hibernate as a dependency in your project and configure it accordingly. The Spring context is used for managing the session factories."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is ORM?

1 Answers  


Can we write sql query in hibernate?

1 Answers  


What are bidirectional relationships?

1 Answers  


What are different environments to configure hibernate?

1 Answers  


Can I reuse the session in hibernate?

1 Answers  


How to configure hibernate in spring mvc?

1 Answers  


What is hbm2ddl in hibernate?

1 Answers  


Can I use jpa without hibernate?

1 Answers  


What is a meant by medium object mapping?

1 Answers  


What are the extension interfaces that are there in hibernate?

1 Answers  


What is lazy code?

1 Answers  


What are the two types of collections in hibernate?

1 Answers  


Categories