OPENJPA-139. Need to include JavaTypes.CALENDAR in the switch statement when attempting to attach a field of type CALENDAR.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@505099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-02-09 00:34:44 +00:00
parent 0a072b8a50
commit 7ea424bf0b
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ abstract class AttachStrategy
set); set);
break; break;
case JavaTypes.DATE: case JavaTypes.DATE:
case JavaTypes.CALENDAR:
case JavaTypes.NUMBER: case JavaTypes.NUMBER:
case JavaTypes.BOOLEAN_OBJ: case JavaTypes.BOOLEAN_OBJ:
case JavaTypes.BYTE_OBJ: case JavaTypes.BYTE_OBJ: