Uses of Interface
org.hibernate.search.mapper.orm.mapping.SearchIndexedEntity
-
Packages that use SearchIndexedEntity Package Description org.hibernate.search.mapper.orm.entity -
-
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.entity
Subinterfaces of SearchIndexedEntity in org.hibernate.search.mapper.orm.entity Modifier and Type Interface Description interfaceSearchIndexedEntity<E>A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
-