Class MappingElasticsearchEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation<T,ID>
Type Parameters:
T -
ID -
All Implemented Interfaces:
ElasticsearchEntityInformation<T,ID>, EntityInformation<T,ID>, EntityMetadata<T>

public class MappingElasticsearchEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements ElasticsearchEntityInformation<T,ID>
Elasticsearch specific implementation of AbstractEntityInformation
Author:
Rizwan Idrees, Mohsin Husen, Ryan Henszey, Oliver Gierke, Mark Paluch, Christoph Strobl, Ivan Greene, Sylvain Laurent, Peter-Josef Meisch