Add price and quantityInStock attributes for book
commit4746e8de6a0153c378f539fd0f32d1efb4807729
authorImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 11 Nov 2008 08:17:47 +0000 (11 14:17 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 11 Nov 2008 08:17:47 +0000 (11 14:17 +0600)
treec273e03710c29575bda907864261a25843a79a93
parent3dfcdb943232035f75bc52e142dee08ef0de1ed3
Add price and quantityInStock attributes for book

This attributes will mainly be used for search purpose for Hibernate
restrictions.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hibernate-abstract-dao/src/test/java/com/smartitengineering/dao/impl/hibernate/AbstractDAOTest.java
smart-hibernate-abstract-dao/src/test/java/com/smartitengineering/dao/impl/hibernate/domain/Book.java
smart-hibernate-abstract-dao/src/test/resources/hbm/Book.hbm.xml