Uses of Enum
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 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.