Interface SearchIndexedEntity<E>

Type Parameters:
E - The entity type.

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

    Modifier and Type
    Method
    Description
    org.hibernate.search.engine.backend.index.IndexManager
     
     
     
  • Method Details

    • jpaName

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

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

      org.hibernate.search.engine.backend.index.IndexManager indexManager()
      Returns:
      The index manager this entity is indexed in.