|
Spring Data Elasticsearch | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ElasticsearchPersistentEntity | |
---|---|
org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
MappingElasticsearchConverter.getMappingContext()
|
org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchConverter.getMappingContext()
Returns the underlying MappingContext used by the converter. |
Constructor parameters in org.springframework.data.elasticsearch.core.convert with type arguments of type ElasticsearchPersistentEntity | |
---|---|
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
|
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.core.mapping |
---|
Classes in org.springframework.data.elasticsearch.core.mapping that implement ElasticsearchPersistentEntity | |
---|---|
class |
SimpleElasticsearchPersistentEntity<T>
Elasticsearch specific PersistentEntity implementation holding |
Uses of ElasticsearchPersistentEntity in org.springframework.data.elasticsearch.repository.support |
---|
Constructors in org.springframework.data.elasticsearch.repository.support with parameters of type ElasticsearchPersistentEntity | |
---|---|
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity)
|
|
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity,
String indexName,
String type)
|
Constructor parameters in org.springframework.data.elasticsearch.repository.support with type arguments of type ElasticsearchPersistentEntity | |
---|---|
ElasticsearchEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
|
|
Spring Data Elasticsearch | |||||||||
PREV NEXT | FRAMES NO FRAMES |