Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
-
-
Uses of PojoPathFilter in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoPathFilter Modifier and Type Method Description PojoPathFilterHibernateOrmListenerTypeContext. dirtyContainingAssociationFilter()PojoPathFilterHibernateOrmListenerTypeContext. dirtyFilter() -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoPathFilter Modifier and Type Method Description PojoPathFilterPojoImplicitReindexingAssociationInverseSideResolver. dirtyContainingAssociationFilter()PojoPathFilterPojoImplicitReindexingResolver. dirtySelfFilter()PojoPathFilterPojoImplicitReindexingResolverImpl. dirtySelfFilter()PojoPathFilterPojoImplicitReindexingResolver. dirtySelfOrContainingFilter()PojoPathFilterPojoImplicitReindexingResolverImpl. dirtySelfOrContainingFilter()Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoPathFilter Modifier and Type Method Description booleanPojoImplicitReindexingResolverRootContext. isDirtyForReindexingResolution(PojoPathFilter filter)Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoPathFilter Constructor Description PojoImplicitReindexingAssociationInverseSideResolver(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 PojoPathFilter Modifier and Type Method Description default 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 Modifier and Type Method Description PojoPathFilterPojoIndexedTypeManager. dirtySelfFilter() -
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoPathFilter Modifier and Type Method Description PojoPathFilterPojoRuntimePathsBuildingHelper. createFilter(Set<PojoModelPathValueNode> paths)PojoPathFilterPojoRuntimePathsBuildingHelper. 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 Modifier and Type Method Description PojoPathFilterPojoWorkIndexedTypeContext. dirtySelfFilter()
-