Interface MeilisearchPersistentProperty
- All Superinterfaces:
PersistentProperty<MeilisearchPersistentProperty>
- All Known Implementing Classes:
SimpleMeilisearchPersistentProperty
public interface MeilisearchPersistentProperty
extends PersistentProperty<MeilisearchPersistentProperty>
Meilisearch specific
PersistentProperty abstraction.- Author:
- Junghoon Ban
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the field a property is persisted to.Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getAssociationTargetTypeInformation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isReadable, isTransient, isVersionProperty, isWritable, usePropertyAccess
-
Method Details
-
getFieldName
String getFieldName()Returns the name of the field a property is persisted to.- Returns:
- the field name
-