Interface SearchIndexedEntity
-
- All Known Subinterfaces:
SearchIndexedEntity<E>
@Deprecated public interface SearchIndexedEntity
Deprecated.UseSearchIndexedEntityinstead.A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IndexManagerindexManager()Deprecated.Class<?>javaClass()Deprecated.StringjpaName()Deprecated.
-
-
-
Method Detail
-
jpaName
String jpaName()
Deprecated.- Returns:
- The
JPA nameof 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.
-
-