问题:org.hibernate.PropertyNotFoundException: Could not find a setter for property id in class
我的原因是: hbm.xml中 少了access="field"如:
我的原因是: hbm.xml中 少了access="field"如:
<property name="parentDpId" type="java.lang.String" access="field">
<column name="PARENTDPID" length="32">
<comment>上级组织架构的ID</comment>
</column>
</property>