Add generics to the other methods to minimize user end casts
commit260ab850c13e84b66dba5be86a60af551fbd1876
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 31 Jan 2009 14:28:23 +0000 (31 20:28 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 31 Jan 2009 14:28:23 +0000 (31 20:28 +0600)
tree18cfe65fe3972389d5d5a6e9688eed6ac5574200
parentba11c521723eac802d0e37898233da010ed81bc4
Add generics to the other methods to minimize user end casts

The 'other' methods were lacking the feature of generics and thus users
had to do a lot of casts and this change reduces or removes that need.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/CommonReadDaoWithList.java
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/CommonReadDaoWithMap.java
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/CommonReadDaoWithVarArgs.java
smart-hibernate-abstract-dao/src/main/java/com/smartitengineering/dao/impl/hibernate/AbstractCommonDaoImpl.java
smart-hibernate-abstract-dao/src/main/java/com/smartitengineering/dao/impl/hibernate/AbstractDAO.java
smart-hibernate-abstract-dao/src/test/java/com/smartitengineering/dao/impl/hibernate/AbstractDAOTest.java