Releases: longshine/EasyDb4J
Releases · longshine/EasyDb4J
Version 0.6
- 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
- statement-free SQL query
- entity query with ORMs
- OO-styled criterion query