Interface SearchIndexedEntity
-
public interface SearchIndexedEntity
A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.search.engine.backend.index.IndexManager
indexManager()
Class<?>
javaClass()
String
name()
-