We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
本文介绍dal client缺省的数据库字段到java类型的映射。包括SqlServer和Mysql。
如果是使用code gen,Dal缺省的ORM机制是直接使用JDBC的ResultSet.getObject(String)方法获得对应字段。
SqlServer Mapping
Mysql Mapping