Class OrientDBTypeMapping
java.lang.Object
org.gcube.informationsystem.resourceregistry.types.OrientDBTypeMapping
- Author:
- Luca Frosini (ISTI - CNR)
Create a mapping between OrientDB
OTypehttps://orientdb.gitbooks.io/orientdb-manual/content/orientdb.wiki/Types.html andPropertyTypeName.BaseType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<org.gcube.informationsystem.types.PropertyTypeName.BaseType,com.orientechnologies.orient.core.metadata.schema.OType> protected static final Map<com.orientechnologies.orient.core.metadata.schema.OType,org.gcube.informationsystem.types.PropertyTypeName.BaseType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.gcube.informationsystem.types.PropertyTypeName.BaseTypegetBaseTypeByOType(com.orientechnologies.orient.core.metadata.schema.OType oType) static com.orientechnologies.orient.core.metadata.schema.OTypegetOTypeByBaseType(org.gcube.informationsystem.types.PropertyTypeName.BaseType baseType)
-
Field Details
-
BASE_TYPE_TO_OTYPE
protected static final Map<org.gcube.informationsystem.types.PropertyTypeName.BaseType,com.orientechnologies.orient.core.metadata.schema.OType> BASE_TYPE_TO_OTYPE -
OTYPE_TO_BASE_TYPE
protected static final Map<com.orientechnologies.orient.core.metadata.schema.OType,org.gcube.informationsystem.types.PropertyTypeName.BaseType> OTYPE_TO_BASE_TYPE
-
-
Constructor Details
-
OrientDBTypeMapping
public OrientDBTypeMapping()
-
-
Method Details
-
getOTypeByBaseType
public static com.orientechnologies.orient.core.metadata.schema.OType getOTypeByBaseType(org.gcube.informationsystem.types.PropertyTypeName.BaseType baseType) -
getBaseTypeByOType
public static org.gcube.informationsystem.types.PropertyTypeName.BaseType getBaseTypeByOType(com.orientechnologies.orient.core.metadata.schema.OType oType)
-