Uses of Interface
org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
Packages that use SearchIndexedEntity
-
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return SearchIndexedEntityModifier and TypeMethodDescription<E> SearchIndexedEntity<E>SearchMapping.indexedEntity(Class<E> entityType) SearchMapping.indexedEntity(String entityName) Methods in org.hibernate.search.mapper.orm.mapping that return types with arguments of type SearchIndexedEntityModifier and TypeMethodDescriptionCollection<? extends SearchIndexedEntity<?>>SearchMapping.allIndexedEntities() -
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return types with arguments of type SearchIndexedEntityModifier and TypeMethodDescriptionSet<? extends SearchIndexedEntity<? extends E>>SearchScope.includedTypes()