Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
Packages that use PojoPathFilter
Package
Description
-
Uses of PojoPathFilter in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoPathFilterModifier and TypeMethodDescriptionHibernateOrmListenerTypeContext.dirtyContainingAssociationFilter()HibernateOrmListenerTypeContext.dirtyFilter() -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoPathFilterModifier and TypeMethodDescriptionPojoImplicitReindexingAssociationInverseSideResolver.dirtyContainingAssociationFilter()PojoImplicitReindexingResolver.dirtySelfFilter()PojoImplicitReindexingResolverImpl.dirtySelfFilter()PojoImplicitReindexingResolver.dirtySelfOrContainingFilter()PojoImplicitReindexingResolverImpl.dirtySelfOrContainingFilter()Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoPathFilterModifier and TypeMethodDescriptionbooleanPojoImplicitReindexingResolverRootContext.isDirtyForReindexingResolution(PojoPathFilter filter) Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoPathFilterModifierConstructorDescriptionPojoImplicitReindexingAssociationInverseSideResolver(PojoPathOrdinals pathOrdinals, PojoPathFilter dirtyContainingAssociationFilter, List<List<PojoImplicitReindexingAssociationInverseSideResolverNode<Object>>> resolversByOrdinal) PojoImplicitReindexingResolverDirtinessFilterNode(PojoPathFilter dirtyPathFilter, PojoImplicitReindexingResolverNode<T> nested) PojoImplicitReindexingResolverImpl(PojoPathFilter dirtySelfFilter, PojoPathFilter dirtySelfOrContainingFilter, PojoImplicitReindexingResolverNode<T> containingEntitiesResolverRoot, PojoImplicitReindexingAssociationInverseSideResolver associationInverseSideResolver) -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoPathFilterModifier and TypeMethodDescriptiondefault voidPojoTypeExtendedMappingCollector.dirtyContainingAssociationFilter(PojoPathFilter filter) default voidPojoTypeExtendedMappingCollector.dirtyFilter(PojoPathFilter dirtyFilter) -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoPathFilter -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoPathFilterModifier and TypeMethodDescriptionPojoRuntimePathsBuildingHelper.createFilter(Set<PojoModelPathValueNode> paths) PojoRuntimePathsBuildingHelper.createFilterForNonNullOrdinals(List<?> list) -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoPathFilter