brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document @Convert support

dnebing opened this issue · comments

SansOrm supports decorating a field w/ @convert to help conversion from Java types to JDBC types, but this is not really documented.