- 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
- define column details with
- minor bug fixes