Interface SearchIndexedEntity
-
public interface SearchIndexedEntityA 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.IndexManagerindexManager()Class<?>javaClass()Stringname()
-