Uses of Interface
org.hibernate.search.mapper.orm.mapping.SearchIndexedEntity
-
Packages that use SearchIndexedEntity Package Description org.hibernate.search.mapper.orm.mapping -
-
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 SearchIndexedEntitySearchMapping. indexedEntity(Class<?> entityType)SearchIndexedEntitySearchMapping. 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()
-