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 |
What is ORM?
Can we write sql query in hibernate?
What are bidirectional relationships?
What are different environments to configure hibernate?
Can I reuse the session in hibernate?
How to configure hibernate in spring mvc?
What is hbm2ddl in hibernate?
Can I use jpa without hibernate?
What is a meant by medium object mapping?
What are the extension interfaces that are there in hibernate?
What is lazy code?
What are the two types of collections in hibernate?