Package org.h2.mvstore.type
Class ObjectDataType.Holder
java.lang.Object
org.h2.mvstore.type.ObjectDataType.Holder
- Enclosing class:
ObjectDataType
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Integer
getCommonClassId
(Class<?> clazz) Get the class id, or null if not found.
-
Field Details
-
COMMON_CLASSES_MAP
-
-
Constructor Details
-
Holder
private Holder()
-
-
Method Details
-
getCommonClassId
Get the class id, or null if not found.- Parameters:
clazz
- the class- Returns:
- the class id or null
-