Hibernate - PropertyNotFoundException: Could not find a getter for
<property name="DPart1" not-null="true"/>
should work...
for a property called "dPart1" a hibernate will try a getter named "getDpart1" not "getDPart1" IIRC
Can't you just access it like a field?
access="field"