What are all the ways to access hibernate by using spring?
Answer / Chandra Kant
Hibernate can be accessed by using Spring in several ways: Integration with Hibernate Template, Integration with Hibernate DAO Support, and direct integration via SessionFactory or Session.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between spring and spring boot? : Spring Boot
What are the ways by which configuration metadata can be provided to the spring container?
What are modules in spring?
Explain the spring mvc framework.
What is crud in spring?
What does aop mean?
What is the default server in spring boot? : Spring Boot
What is spring java based configuration?
What is the use of @component in spring?
How to handle exceptions in spring mvc environment?
What is yml file in spring boot? : Spring Boot
What does @controller do in spring?