OPENJPA-838: Applied Helen Xu's changes where she back ported Pinaki's changes from 1.2.x

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@1339862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Heath Thomann 2012-05-17 21:06:40 +00:00
parent a342afb765
commit 8349d51e6f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class ReflectingPersistenceCapable
}
public void pcProvideField(int i) {
switch (meta.getField(i).getTypeCode()) {
switch (meta.getField(i).getDeclaredTypeCode()) {
case JavaTypes.BOOLEAN:
sm.providedBooleanField(this, i,
((Boolean) getValue(i, o)).booleanValue());