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