Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@evlach evlach released this 03 Oct 19:15
· 96 commits to master since this release
  • 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