descriptionA simple DAO API for most common CRUD operations
homepage URLhttp://code.google.com/p/smart-dao/
ownerimran@smartitengineering.com
last changeTue, 7 Sep 2010 23:18:55 +0000 (8 05:18 +0600)
content tags
add:
readme
This project basically aims to create an abstraction layer above common ORM used this days and provide a simplified DAO layer which is not only independent of the ORM tool being used but also integrated with other services, for example App Layer Caching, Free Text Search Engine etc. Initial target is to implement it for Hibernate and when JPA provides Hibernate's Criteria like API implement for JPA as well. Integrate App Layer Cache and Compass Framework.
shortlog
2010-09-07 Imran M YousufAdd support for nested type of query parameterhbasemaster
2010-09-07 Imran M YousufCheck whether Result is null or empty before asking...
2010-09-07 Imran M YousufCheck validity of entity before attempting to create...
2010-09-07 Imran M YousufClose the streams when writing serializable id to objec...
2010-09-07 Imran M YousufFree executor service implementation of schema info...
2010-09-07 Imran M YousufChange CommonReadDao to use generic for Id
2010-09-04 Imran M YousufMake ID and Version generics serializable as well
2010-09-01 Imran M YousufAdd support for projection of certain families only
2010-09-01 Imran M YousufAdd support to specify the first row to start searching...
2010-09-01 Imran M YousufPass Scan to getFilter
2010-09-01 Imran M YousufModify cell filter creation to respect filter on id...
2010-09-01 Imran M YousufAdd filter config to determine whether to filter on...
2010-09-01 Imran M YousufMake ID and Version of PersistentDTO template-able...
2010-08-26 Imran M YousufFor common dao test add hadoop test as dependency and...
2010-08-26 Imran M YousufExtend filter config to be able to specify a cell range
2010-08-26 Imran M YousufUse AsyncExecutorService instead of ExecutorService
...
tags
15 years ago smart-dao-0.3.1 [maven-release-plugin] copy for...
15 years ago 0.3
15 years ago 0.2
heads
13 years ago master
13 years ago hbase
14 years ago domain
15 years ago version
15 years ago release-0.3
15 years ago maint-0.3
15 years ago compass
15 years ago cache
15 years ago refactor-QueryParameter-API