Uses of Interface
org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
-
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.mapping
Modifier and TypeMethodDescription<E> SearchIndexedEntity<E>
SearchMapping.indexedEntity
(Class<E> entityType) SearchMapping.indexedEntity
(String entityName) Modifier and TypeMethodDescriptionCollection<? extends SearchIndexedEntity<?>>
SearchMapping.allIndexedEntities()
-
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.scope
Modifier and TypeMethodDescriptionSet<? extends SearchIndexedEntity<? extends E>>
SearchScope.includedTypes()