public interface ElasticsearchPersistentProperty extends PersistentProperty<ElasticsearchPersistentProperty>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElasticsearchPersistentProperty.PropertyToFieldNameConverter |
static class |
ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
when building CriteriaQueries use the name; the fieldname is set later with
ElasticsearchConverter. |
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getActualTypeOrNull()
calls
PersistentProperty.getActualType() but returns null when an exception is thrown |
String |
getFieldName()
Returns the name to be used to store the property in the document.
|
PropertyValueConverter |
getPropertyValueConverter() |
boolean |
hasPropertyValueConverter() |
boolean |
isCompletionProperty() |
boolean |
isGeoPointProperty() |
boolean |
isGeoShapeProperty() |
boolean |
isJoinFieldProperty() |
boolean |
isReadable()
Returns true if the property may be read.
|
boolean |
isSeqNoPrimaryTermProperty()
Returns whether the current property is a
SeqNoPrimaryTerm property. |
boolean |
storeNullValue() |
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, usePropertyAccessString getFieldName()
boolean isSeqNoPrimaryTermProperty()
SeqNoPrimaryTerm property.SeqNoPrimaryTermboolean hasPropertyValueConverter()
PropertyValueConverter is available for this instance.@Nullable PropertyValueConverter getPropertyValueConverter()
PropertyValueConverter for this instance.boolean isReadable()
boolean storeNullValue()
boolean isGeoPointProperty()
boolean isGeoShapeProperty()
boolean isJoinFieldProperty()
boolean isCompletionProperty()
@Nullable default Class<?> getActualTypeOrNull()
PersistentProperty.getActualType() but returns null when an exception is thrownCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.