Consider if parameter is initialized before applying it
commit355501278f614ee641905503542dc0f54f255a90
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 15 Nov 2008 06:55:51 +0000 (15 12:55 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 15 Nov 2008 06:55:51 +0000 (15 12:55 +0600)
tree35b8594d7ec150f151d0a706fdbf05aa96ec0b7b
parente93c8ceb0ccddc0185afeccce32b673ebbf3285d
Consider if parameter is initialized before applying it

Parameter should applied if and only if it is initialized and this
change integrates it and fixes as needed to accommodate it.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/queryparam/impl/CompoundQueryParameter.java
smart-hibernate-abstract-dao/src/main/java/com/smartitengineering/dao/impl/hibernate/AbstractDAO.java