-
Mar 2nd, 2012, 11:01 PM
#1
Do HibernateDaoSupport in spring require hibernate jar files for support
Hi ,
This is my first post.
I am a novice to spring. i am using spring 2.5. Using HibernateDaoSupport. My doubt is, do i still require Hibernate jar files for support of HibernateDaoSupport..
I did a sample example in netbeans. I unchecked the hibernate jar library. The application is still working. Is that correct working with HibernateDaoSupport class without using Hibernate jar files..
Thanks & Regards,
Vipul Kumar
-
Mar 3rd, 2012, 07:33 AM
#2
Hibernate is still required it makes it only easier to work with hibernate.
Just another note HibernateDaoSupport and HibernateTemplate should be considered deprecated as of hibernate 3.0.1 and you should preferably only implement plain hibernate daos (as recommended and explained in the reference guide).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules