mirror of https://github.com/apache/openjpa.git
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:
parent
0a072b8a50
commit
7ea424bf0b
|
@ -155,6 +155,7 @@ abstract class AttachStrategy
|
|||
set);
|
||||
break;
|
||||
case JavaTypes.DATE:
|
||||
case JavaTypes.CALENDAR:
|
||||
case JavaTypes.NUMBER:
|
||||
case JavaTypes.BOOLEAN_OBJ:
|
||||
case JavaTypes.BYTE_OBJ:
|
||||
|
|
Loading…
Reference in New Issue