Uses of Interface
org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Packages that use ElasticsearchPersistentEntity
Package
Description
Classes related to Elasticsearch index management.
classes/interfaces for specification and implementation of Elasticsearch routing.
-
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ElasticsearchPersistentEntityModifier and TypeMethodDescriptionAbstractReactiveElasticsearchTemplate.getPersistentEntityFor(Class<?> type) ReactiveElasticsearchOperations.getPersistentEntityFor(Class<?> clazz) Constructor parameters in org.springframework.data.elasticsearch.core with type arguments of type ElasticsearchPersistentEntityModifierConstructorDescriptionEntityOperations(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> context) -
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return types with arguments of type ElasticsearchPersistentEntityMethods in org.springframework.data.elasticsearch.core.convert with parameters of type ElasticsearchPersistentEntityModifier and TypeMethodDescriptionElasticsearchConverter.updateFieldNames(String propertyPath, ElasticsearchPersistentEntity<?> persistentEntity) Replaces the parts in a dot separated property path with the field names of the respective properties.MappingElasticsearchConverter.updateFieldNames(String propertyPath, ElasticsearchPersistentEntity<?> persistentEntity) Method parameters in org.springframework.data.elasticsearch.core.convert with type arguments of type ElasticsearchPersistentEntityModifier 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 ElasticsearchPersistentEntityModifierConstructorDescriptionMappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext) MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext, GenericConversionService conversionService) -
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core.index
Methods in org.springframework.data.elasticsearch.core.index with parameters of type ElasticsearchPersistentEntityModifier and TypeMethodDescriptionprotected StringMappingBuilder.buildPropertyMapping(ElasticsearchPersistentEntity<?> entity, Document runtimeFields) -
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core.mapping
Classes in org.springframework.data.elasticsearch.core.mapping that implement ElasticsearchPersistentEntityModifier and TypeClassDescriptionclassElasticsearch specificPersistentEntityimplementation holding -
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core.routing
Constructor parameters in org.springframework.data.elasticsearch.core.routing with type arguments of type ElasticsearchPersistentEntityModifierConstructorDescriptionDefaultRoutingResolver(MappingContext<? extends ElasticsearchPersistentEntity<?>, ? extends ElasticsearchPersistentProperty> mappingContext) -
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.repository.query
Methods in org.springframework.data.elasticsearch.repository.query that return types with arguments of type ElasticsearchPersistentEntityModifier and TypeMethodDescriptionprotected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> ElasticsearchQueryMethod.getMappingContext()Constructors in org.springframework.data.elasticsearch.repository.query with parameters of type ElasticsearchPersistentEntityModifierConstructorDescriptionSimpleElasticsearchEntityMetadata(Class<T> type, ElasticsearchPersistentEntity<?> entity) Constructor parameters in org.springframework.data.elasticsearch.repository.query with type arguments of type ElasticsearchPersistentEntityModifierConstructorDescriptionElasticsearchQueryMethod(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 ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.repository.support
Constructors in org.springframework.data.elasticsearch.repository.support with parameters of type ElasticsearchPersistentEntityModifierConstructorDescriptionMappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> persistentEntity) Constructor parameters in org.springframework.data.elasticsearch.repository.support with type arguments of type ElasticsearchPersistentEntityModifierConstructorDescriptionElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext)