Interface SearchIndexedEntity


  • public interface SearchIndexedEntity
    A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
    • Method Detail

      • jpaName

        String jpaName()
        Returns:
        The JPA name of the entity.
      • javaClass

        Class<?> javaClass()
        Returns:
        The Java class of the entity.
      • indexManager

        IndexManager indexManager()
        Returns:
        The index manager this entity is indexed in.