Spring Data Solr

org.springframework.data.solr.core.mapping
Interface SolrPersistentEntity<T>

Type Parameters:
T -
All Superinterfaces:
PersistentEntity<T,SolrPersistentProperty>
All Known Implementing Classes:
SimpleSolrPersistentEntity

public interface SolrPersistentEntity<T>
extends PersistentEntity<T,SolrPersistentProperty>

Author:
Christoph Strobl

Method Summary
 String getSolrCoreName()
           
 
Methods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty
 

Method Detail

getSolrCoreName

String getSolrCoreName()

Spring Data Solr

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