Interface NosqlPersistentProperty
- All Superinterfaces:
org.springframework.data.mapping.PersistentProperty<NosqlPersistentProperty>
- All Known Implementing Classes:
BasicNosqlPersistentProperty
public interface NosqlPersistentProperty
extends org.springframework.data.mapping.PersistentProperty<NosqlPersistentProperty>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumTo optimize class info for different properties make use of the typecode. -
Method Summary
Modifier and TypeMethodDescriptionThe code of the type of the propertyMethods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getAssociationTargetTypeInformation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccess
-
Method Details
-
getTypeCode
NosqlPersistentProperty.TypeCode getTypeCode()The code of the type of the property- Returns:
- The property type code
-