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:
Kevin W. Sutter 2007-10-27 20:18:56 +00:00
parent e487d35da6
commit ddd0791346
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ public class DetachManager
break;
}
// no break
case JavaTypes.CALENDAR:
case JavaTypes.DATE:
case JavaTypes.OBJECT:
sm.provideField(getDetachedPersistenceCapable(), this, i);