Interface SearchIndexedEntity

    • Method Detail

      • jpaName

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

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

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