Interface SolrPersistentEntity<T>

Type Parameters:
T -
All Superinterfaces:
Iterable<SolrPersistentProperty>, org.springframework.data.mapping.PersistentEntity<T,SolrPersistentProperty>
All Known Implementing Classes:
SimpleSolrPersistentEntity

public interface SolrPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,SolrPersistentProperty>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the core's name for this entity.
     
    Returns the score property of the SolrPersistentEntity.
    boolean
    Returns whether the SolrPersistentEntity has an score property.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.springframework.data.mapping.PersistentEntity

    doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation