Class OrientDBTypeMapping


  • public class OrientDBTypeMapping
    extends Object
    Author:
    Luca Frosini (ISTI - CNR) Create a mapping between OrientDB OType https://orientdb.gitbooks.io/orientdb-manual/content/orientdb.wiki/Types.html and PropertyTypeName.BaseType
    • Field Detail

      • 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 Detail

      • OrientDBTypeMapping

        public OrientDBTypeMapping()
    • Method Detail

      • 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)