mirror of https://github.com/apache/openjpa.git
OPENJPA-422. The reproxy() method needed the Calendar object type in it's switch statement.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@589207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e487d35da6
commit
ddd0791346
|
@ -527,6 +527,7 @@ public class DetachManager
|
|||
break;
|
||||
}
|
||||
// no break
|
||||
case JavaTypes.CALENDAR:
|
||||
case JavaTypes.DATE:
|
||||
case JavaTypes.OBJECT:
|
||||
sm.provideField(getDetachedPersistenceCapable(), this, i);
|
||||
|
|
Loading…
Reference in New Issue