mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 08:29:08 +00:00
OPENJPA-1008: handle OID type field
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a2210c65a
commit
3a8ec9e182
@ -163,10 +163,9 @@ public class Types {
|
||||
case JavaTypes.LOCALE:
|
||||
attrs.put(f, new Members.Attribute<X, Locale>(this, f));
|
||||
break;
|
||||
case JavaTypes.PC:
|
||||
attrs.put(f, new Members.Attribute(this, f));
|
||||
break;
|
||||
case JavaTypes.OBJECT:
|
||||
case JavaTypes.OID:
|
||||
case JavaTypes.PC:
|
||||
attrs.put(f, new Members.Attribute(this, f));
|
||||
break;
|
||||
case JavaTypes.ARRAY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user