public class OrientDBType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrientDBType.OType |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<?>,OrientDBType.OType> |
TYPES_BY_CLASS |
| Constructor and Description |
|---|
OrientDBType() |
| Modifier and Type | Method and Description |
|---|---|
static OrientDBType.OType |
getTypeByClass(Class<?> iClass)
Return the correspondent type by checking the "assignability" of the
class received as parameter.
|
protected static final Map<Class<?>,OrientDBType.OType> TYPES_BY_CLASS
public static OrientDBType.OType getTypeByClass(Class<?> iClass)
iClass - Class to checkCopyright © 2020. All Rights Reserved.