Uses of Interface
org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
Packages that use ElasticsearchPersistentProperty
Package
Description
classes/interfaces for specification and implementation of Elasticsearch routing.
-
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core
Constructor parameters in org.springframework.data.elasticsearch.core with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionEntityOperations(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> context) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return types with arguments of type ElasticsearchPersistentPropertyMethod parameters in org.springframework.data.elasticsearch.core.convert with type arguments of type ElasticsearchPersistentPropertyModifier and TypeMethodDescriptionstatic ElasticsearchTypeMapperElasticsearchTypeMapper.create(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext) Creates a new defaultElasticsearchTypeMapper.Constructor parameters in org.springframework.data.elasticsearch.core.convert with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionMappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext) MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext, @Nullable GenericConversionService conversionService) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core.mapping
Classes in org.springframework.data.elasticsearch.core.mapping that implement ElasticsearchPersistentPropertyModifier and TypeClassDescriptionclassElasticsearch specificPersistentPropertyimplementation processingMethods in org.springframework.data.elasticsearch.core.mapping that return ElasticsearchPersistentPropertyModifier and TypeMethodDescriptionprotected ElasticsearchPersistentPropertySimpleElasticsearchMappingContext.createPersistentProperty(Property property, SimpleElasticsearchPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) @Nullable ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getIndexedIndexNameProperty()@Nullable ElasticsearchPersistentPropertySimpleElasticsearchPersistentEntity.getIndexedIndexNameProperty()@Nullable ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getJoinFieldProperty()Returns theJoinFieldproperty of theElasticsearchPersistentEntity.@Nullable ElasticsearchPersistentPropertySimpleElasticsearchPersistentEntity.getJoinFieldProperty()@Nullable ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getPersistentPropertyWithFieldName(String fieldName) returns theElasticsearchPersistentPropertywith the given fieldName (can be set by theField) annotation.@Nullable ElasticsearchPersistentPropertySimpleElasticsearchPersistentEntity.getPersistentPropertyWithFieldName(String fieldName) default ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getRequiredSeqNoPrimaryTermProperty()Returns theSeqNoPrimaryTermproperty of theElasticsearchPersistentEntityor throws an IllegalStateException in case no such property is available on the entity.@Nullable ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getSeqNoPrimaryTermProperty()Returns theSeqNoPrimaryTermproperty of theElasticsearchPersistentEntity.@Nullable ElasticsearchPersistentPropertySimpleElasticsearchPersistentEntity.getSeqNoPrimaryTermProperty()@Nullable ElasticsearchPersistentPropertyElasticsearchPersistentEntity.getVersionProperty()Methods in org.springframework.data.elasticsearch.core.mapping that return types with arguments of type ElasticsearchPersistentPropertyModifier and TypeMethodDescriptionprotected Association<ElasticsearchPersistentProperty>SimpleElasticsearchPersistentProperty.createAssociation()Methods in org.springframework.data.elasticsearch.core.mapping with parameters of type ElasticsearchPersistentPropertyModifier and TypeMethodDescriptionvoidSimpleElasticsearchPersistentEntity.addPersistentProperty(ElasticsearchPersistentProperty property) ElasticsearchPersistentProperty.PropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) Constructor parameters in org.springframework.data.elasticsearch.core.mapping with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionSimpleElasticsearchPersistentProperty(Property property, PersistentEntity<?, ElasticsearchPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core.routing
Constructor parameters in org.springframework.data.elasticsearch.core.routing with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionDefaultRoutingResolver(MappingContext<? extends ElasticsearchPersistentEntity<?>, ? extends ElasticsearchPersistentProperty> mappingContext) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.repository.query
Methods in org.springframework.data.elasticsearch.repository.query that return types with arguments of type ElasticsearchPersistentPropertyModifier and TypeMethodDescriptionprotected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> ElasticsearchQueryMethod.getMappingContext()Constructor parameters in org.springframework.data.elasticsearch.repository.query with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionElasticsearchQueryMethod(Method method, RepositoryMetadata repositoryMetadata, ProjectionFactory factory, MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext) ReactiveElasticsearchQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory, MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.repository.query.parser
Constructor parameters in org.springframework.data.elasticsearch.repository.query.parser with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionElasticsearchQueryCreator(PartTree tree, MappingContext<?, ElasticsearchPersistentProperty> context) ElasticsearchQueryCreator(PartTree tree, ParameterAccessor parameters, MappingContext<?, ElasticsearchPersistentProperty> context) -
Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.repository.support
Constructor parameters in org.springframework.data.elasticsearch.repository.support with type arguments of type ElasticsearchPersistentPropertyModifierConstructorDescriptionElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext)