Extend a rudimentary dao implementation
commitd004633c0f55950f922ca17b9fa1daf0ef8e2164
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 30 May 2010 10:30:09 +0000 (30 16:30 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 30 May 2010 10:30:09 +0000 (30 16:30 +0600)
treec9a4b9b8fca0b4000b3e9d459d13f8ad6e15f4a9
parenta7414a4294d4140388a71165baa46d244080ee1c
Extend a rudimentary dao implementation

It is done to avoid creation of dummy DAO Implementations without any
concrete need for them. In case DAO is needed to have more operations then
user should implement their own DAO by extending the AbstractCommonDaoImpl

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hibernate-abstract-dao/src/main/java/com/smartitengineering/dao/impl/hibernate/CommonDaoImpl.java [new file with mode: 0644]