Skip to content

Releases: longshine/EasyDb4J

Version 0.6

17 Jun 12:04
Compare
Choose a tag to compare
  • targeting java 1.6
  • mapping annotations on fields or getters/setters:
    • define column details with @Mapping.Column(name, type, updatable)
    • specify primary keys with @Mapping.PrimaryKey
    • ignore a filed with @Mapping.Ignore
  • minor bug fixes

Version 0.3

18 Jun 01:21
Compare
Choose a tag to compare
  • statement-free SQL query
  • entity query with ORMs
  • OO-styled criterion query