Spring Data Elasticsearch

org.springframework.data.elasticsearch.repository.support
Class ElasticsearchEntityInformationCreatorImpl

java.lang.Object
  extended by org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
All Implemented Interfaces:
ElasticsearchEntityInformationCreator

public class ElasticsearchEntityInformationCreatorImpl
extends Object
implements ElasticsearchEntityInformationCreator


Constructor Summary
ElasticsearchEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
           
 
Method Summary
<T,ID extends Serializable>
ElasticsearchEntityInformation<T,ID>
getEntityInformation(Class<T> domainClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticsearchEntityInformationCreatorImpl

public ElasticsearchEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
Method Detail

getEntityInformation

public <T,ID extends Serializable> ElasticsearchEntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
Specified by:
getEntityInformation in interface ElasticsearchEntityInformationCreator

Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.