Uses of Enum Class
com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
Packages that use NosqlPersistentProperty.TypeCode
-
Uses of NosqlPersistentProperty.TypeCode in com.oracle.nosql.spring.data.core.mapping
Methods in com.oracle.nosql.spring.data.core.mapping that return NosqlPersistentProperty.TypeCodeModifier and TypeMethodDescriptionBasicNosqlPersistentProperty.getCodeForDeserialization
(Class<?> cls) BasicNosqlPersistentProperty.getCodeForSerialization
(Class<?> cls) BasicNosqlPersistentProperty.getTypeCode()
The code of the type of the propertyNosqlPersistentProperty.getTypeCode()
The code of the type of the propertyReturns the enum constant of this class with the specified name.static NosqlPersistentProperty.TypeCode[]
NosqlPersistentProperty.TypeCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.