Uses of Interface
org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
-
-
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.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return SearchIndexedEntity Modifier and Type Method Description <E> SearchIndexedEntity<E>HibernateOrmMapping. indexedEntity(Class<E> entityType)SearchIndexedEntity<?>HibernateOrmMapping. indexedEntity(String entityName)Methods in org.hibernate.search.mapper.orm.mapping.impl that return types with arguments of type SearchIndexedEntity Modifier and Type Method Description Collection<SearchIndexedEntity<?>>HibernateOrmMapping. 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() -
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of SearchIndexedEntity in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeIndexedTypeContext<E>A mapper-specific indexed type context, accessible throughPojoScopeDelegate.includedIndexedTypes()in particular.Methods in org.hibernate.search.mapper.orm.scope.impl that return types with arguments of type SearchIndexedEntity Modifier and Type Method Description Set<? extends SearchIndexedEntity<? extends E>>SearchScopeImpl. includedTypes()
-