T - ID - public class MappingSolrEntityInformation<T,ID extends Serializable> extends org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> implements SolrEntityInformation<T,ID>
AbstractEntityInformation| Constructor and Description |
|---|
MappingSolrEntityInformation(SolrPersistentEntity<T> entity) |
MappingSolrEntityInformation(SolrPersistentEntity<T> entity,
String solrCoreName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdAttribute()
get the name of the id attribute
|
String |
getSolrCoreName()
get the name of the solr collection the entity resides in
|
getId, getIdTypegetJavaType, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MappingSolrEntityInformation(SolrPersistentEntity<T> entity)
public MappingSolrEntityInformation(SolrPersistentEntity<T> entity, String solrCoreName)
public String getIdAttribute()
SolrEntityInformationgetIdAttribute in interface SolrEntityInformation<T,ID extends Serializable>public String getSolrCoreName()
SolrEntityInformationgetSolrCoreName in interface SolrEntityInformation<T,ID extends Serializable>Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.