public interface SearchIndexedEntity
A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
-
Method Summary
org.hibernate.search.engine.backend.index.IndexManager
-
Method Details
-
javaClass
- Returns:
- The Java class of the entity.
-
name
- Returns:
- The name of the entity.
-
indexManager
org.hibernate.search.engine.backend.index.IndexManager indexManager()
- Returns:
- The index manager this entity is indexed in.