hibrenate中映射文件对应的数据库中的字段和bean里面的字段

其中createOn对应bean里面的字段

其中create_on对应数据库中的字段

<property name="createOn" type="java.lang.String">
            <column name="create_on" length="19">
                <comment>创建时间</comment>
            </column>
        </property>

你可能感兴趣的:(hibrenate中映射文件对应的数据库中的字段和bean里面的字段)