Uses of Interface
org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
-
Packages that use SearchIndexedEntity Package Description org.hibernate.search.mapper.orm.mapping org.hibernate.search.mapper.orm.scope -
-
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return SearchIndexedEntity Modifier and Type Method Description <E> SearchIndexedEntity<E>SearchMapping. indexedEntity(Class<E> entityType)SearchIndexedEntity<?>SearchMapping. indexedEntity(String entityName)Methods in org.hibernate.search.mapper.orm.mapping that return types with arguments of type SearchIndexedEntity Modifier and Type Method Description Collection<? 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 SearchIndexedEntity Modifier and Type Method Description Set<? extends SearchIndexedEntity<? extends E>>SearchScope. includedTypes()
-