mirror of https://github.com/apache/openjpa.git
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:
parent
a342afb765
commit
8349d51e6f
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue