Uses of Interface
org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
-
Packages that use SearchIndexingPlanFilterContext Package Description org.hibernate.search.mapper.pojo.work org.hibernate.search.mapper.pojo.work.impl -
-
Uses of SearchIndexingPlanFilterContext in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work that return SearchIndexingPlanFilterContext Modifier and Type Method Description SearchIndexingPlanFilterContextSearchIndexingPlanFilterContext. exclude(Class<?> clazz)Specify an indexed/contained type (or its supertype class) to exclude, along with (unless specified otherwise) all its subtypes.SearchIndexingPlanFilterContextSearchIndexingPlanFilterContext. exclude(String name)Specify a name of an indexed/contained type (or a name of its named supertype) to exclude, along with (unless specified otherwise) all its subtypes.SearchIndexingPlanFilterContextSearchIndexingPlanFilterContext. include(Class<?> clazz)Specify an indexed/contained type (or its supertype class) to include, along with (unless specified otherwise) all its subtypes.SearchIndexingPlanFilterContextSearchIndexingPlanFilterContext. include(String name)Specify a name of an indexed/contained type (or a name of its named supertype) to include, along with (unless specified otherwise) all its subtypes.Methods in org.hibernate.search.mapper.pojo.work with parameters of type SearchIndexingPlanFilterContext Modifier and Type Method Description voidSearchIndexingPlanFilter. apply(SearchIndexingPlanFilterContext context)This method is invoked while filtering types to be indexed. -
Uses of SearchIndexingPlanFilterContext in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement SearchIndexingPlanFilterContext Modifier and Type Class Description classSearchIndexingPlanFilterContextImplMethods in org.hibernate.search.mapper.pojo.work.impl that return SearchIndexingPlanFilterContext Modifier and Type Method Description SearchIndexingPlanFilterContextSearchIndexingPlanFilterContextImpl. exclude(Class<?> clazz)SearchIndexingPlanFilterContextSearchIndexingPlanFilterContextImpl. exclude(String name)SearchIndexingPlanFilterContextSearchIndexingPlanFilterContextImpl. include(Class<?> clazz)SearchIndexingPlanFilterContextSearchIndexingPlanFilterContextImpl. include(String name)
-