| Package | Description |
|---|---|
| com.oracle.nosql.spring.data.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
static NosqlPersistentProperty.TypeCode |
BasicNosqlPersistentProperty.getCodeForDeserialization(Class<?> cls) |
static NosqlPersistentProperty.TypeCode |
BasicNosqlPersistentProperty.getCodeForSerialization(Class<?> cls) |
NosqlPersistentProperty.TypeCode |
BasicNosqlPersistentProperty.getTypeCode()
The code of the type of the property
|
NosqlPersistentProperty.TypeCode |
NosqlPersistentProperty.getTypeCode()
The code of the type of the property
|
static NosqlPersistentProperty.TypeCode |
NosqlPersistentProperty.TypeCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NosqlPersistentProperty.TypeCode[] |
NosqlPersistentProperty.TypeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Oracle Corporation. All rights reserved.