Skip to content

Version 0.6

Latest
Compare
Choose a tag to compare
@longshine longshine released this 17 Jun 12:04
· 9 commits to master since this release
  • 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