0 votes
in Spring by
What are the two ways of accessing Hibernate by using Spring.

1 Answer

0 votes
by

Inversion of Control approach by using Hibernate Template and Callback.

Extending HibernateDAOSupport and Applying an AOP Interceptor node.

...