Added ANY base type mapping
This commit is contained in:
parent
7865bd81cc
commit
6080c0ee41
|
@ -24,6 +24,7 @@ public class OrientDBTypeMapping {
|
|||
static {
|
||||
BASE_TYPE_TO_OTYPE = new HashMap<>();
|
||||
|
||||
BASE_TYPE_TO_OTYPE.put(BaseType.ANY, OType.ANY);
|
||||
BASE_TYPE_TO_OTYPE.put(BaseType.BOOLEAN, OType.BOOLEAN);
|
||||
BASE_TYPE_TO_OTYPE.put(BaseType.INTEGER, OType.INTEGER);
|
||||
BASE_TYPE_TO_OTYPE.put(BaseType.SHORT, OType.SHORT);
|
||||
|
|
Loading…
Reference in New Issue