• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Abstract DAO and Generic Dao

 
Ranch Hand
Posts: 278
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi all

I am little confused about different terms and technologies in SPring ,hibernate world.

What exactly is Abstract DAO and how is it different from Generic DAO.
If someone can provide me some basic tutorials link ,that would be great.

I understand -Abstract DAO is a design pattern.
And Generic DAO - is a ORM Package to write basic CRUD operations os that other DAOs can extend it.
So is this Generic DAO implementatin of Abstract DAO pattern.
Also some examples to clear me on this would be very helpful.
 
reply
    Bookmark Topic Watch Topic
  • New Topic