This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
v0.4.0
- Add TTL support enhancement
- Allow for logging Query Objects for debugging enhancement
- Allow for Criteria other that equal to enhancement. Introduce QueryBuilder and CriteriaQuery
- Add ALLOW FILTERING on select when needed based on the criteria and table info
- Enhance base toRow and fromRow based on table info enhancement
- PersistenceUtils - add bindToJSON for allowing for not extend Entity
- More compatible with Java Persistence API