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