Add abstract common dao implementation for common write dao
commit15acbcd62cf8a73c86ea8bbc6ad50b9edfa2c43f
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 22 Aug 2010 08:57:24 +0000 (22 14:57 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 22 Aug 2010 08:57:24 +0000 (22 14:57 +0600)
tree279517e48a8512f834806ad06481c0485ae7c1ce
parentc170caf60f165e78a45d3296784fb2e6a4dd71c8
Add abstract common dao implementation for common write dao

In process add dependencies to HBase tests and smart abstract-dao.
Also implement the fetch by id(s) operations among the read operations.

Next will implement the search list/single object by reading the query
parameters.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/pom.xml
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/AbstractCommonDao.java [new file with mode: 0644]
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/App.java [deleted file]