Class SolrEntityInformationCreatorImpl
java.lang.Object
org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
- All Implemented Interfaces:
SolrEntityInformationCreator
public class SolrEntityInformationCreatorImpl
extends Object
implements SolrEntityInformationCreator
-
Constructor Summary
ConstructorsConstructorDescriptionSolrEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty> mappingContext) -
Method Summary
Modifier and TypeMethodDescription<T,ID> SolrEntityInformation<T, ID> getEntityInformation(Class<T> domainClass)
-
Constructor Details
-
SolrEntityInformationCreatorImpl
public SolrEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty> mappingContext)
-
-
Method Details
-
getEntityInformation
- Specified by:
getEntityInformationin interfaceSolrEntityInformationCreator
-