Spring Data Solr

org.springframework.data.solr.repository.support
Class SolrEntityInformationCreatorImpl

java.lang.Object
  extended by org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
All Implemented Interfaces:
SolrEntityInformationCreator

public class SolrEntityInformationCreatorImpl
extends Object
implements SolrEntityInformationCreator

Author:
Christoph Strobl

Constructor Summary
SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext)
           
 
Method Summary
<T,ID extends Serializable>
SolrEntityInformation<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

SolrEntityInformationCreatorImpl

public SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext)
Method Detail

getEntityInformation

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

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.