Uses of Interface
org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
Packages that use SearchIndexedEntity
Package
Description
-
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.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return SearchIndexedEntityModifier and TypeMethodDescription<E> SearchIndexedEntity<E>HibernateOrmMapping.indexedEntity(Class<E> entityType) HibernateOrmMapping.indexedEntity(String entityName) Methods in org.hibernate.search.mapper.orm.mapping.impl that return types with arguments of type SearchIndexedEntity -
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() -
Uses of SearchIndexedEntity in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return types with arguments of type SearchIndexedEntityModifier and TypeMethodDescriptionSet<? extends SearchIndexedEntity<? extends E>>SearchScopeImpl.includedTypes()Constructor parameters in org.hibernate.search.mapper.orm.scope.impl with type arguments of type SearchIndexedEntityModifierConstructorDescriptionSearchScopeImpl(HibernateOrmScopeMappingContext mappingContext, TenancyConfiguration tenancyConfiguration, PojoScopeDelegate<EntityReference, E, SearchIndexedEntity<? extends E>> delegate)