public class OrientDBTypeMapping extends Object
OType
https://orientdb.gitbooks.io/orientdb-manual/content/orientdb.wiki/Types.html
and PropertyTypeName.BaseType| Modifier and Type | Field and Description |
|---|---|
protected static Map<org.gcube.informationsystem.types.PropertyTypeName.BaseType,com.orientechnologies.orient.core.metadata.schema.OType> |
BASE_TYPE_TO_OTYPE |
protected static Map<com.orientechnologies.orient.core.metadata.schema.OType,org.gcube.informationsystem.types.PropertyTypeName.BaseType> |
OTYPE_TO_BASE_TYPE |
| Constructor and Description |
|---|
OrientDBTypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.informationsystem.types.PropertyTypeName.BaseType |
getBaseTypeByOType(com.orientechnologies.orient.core.metadata.schema.OType oType) |
static com.orientechnologies.orient.core.metadata.schema.OType |
getOTypeByBaseType(org.gcube.informationsystem.types.PropertyTypeName.BaseType baseType) |
protected static final Map<org.gcube.informationsystem.types.PropertyTypeName.BaseType,com.orientechnologies.orient.core.metadata.schema.OType> BASE_TYPE_TO_OTYPE
protected static final Map<com.orientechnologies.orient.core.metadata.schema.OType,org.gcube.informationsystem.types.PropertyTypeName.BaseType> OTYPE_TO_BASE_TYPE
public static com.orientechnologies.orient.core.metadata.schema.OType getOTypeByBaseType(org.gcube.informationsystem.types.PropertyTypeName.BaseType baseType)
public static org.gcube.informationsystem.types.PropertyTypeName.BaseType getBaseTypeByOType(com.orientechnologies.orient.core.metadata.schema.OType oType)
Copyright © 2022. All Rights Reserved.