Will the Hibernate caching(1st, 2nd, or Query) work when I use JdbcTemplate?
I got to know that the caching is one of the advantage in using ORM instead of traditional JDBC. So, If I got to use Hibernate's JdbcTemplate, still can I enjoy the benefits of hibernate caching?