Uses of Interface
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverRootContext
-
Packages that use PojoImplicitReindexingAssociationInverseSideResolverRootContext Package Description org.hibernate.search.mapper.pojo.automaticindexing.impl org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoImplicitReindexingAssociationInverseSideResolverRootContext in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoImplicitReindexingAssociationInverseSideResolverRootContext Modifier and Type Method Description voidPojoImplicitReindexingAssociationInverseSideResolver. resolveEntitiesToReindex(PojoReindexingAssociationInverseSideCollector collector, BitSet dirtyAssociationPaths, Object[] oldState, Object[] newState, PojoImplicitReindexingAssociationInverseSideResolverRootContext context)Adds the inverse side of dirty associations (that should cause reindexing) tocollector, taking into account the given "association states" and the bitset describing the dirtiness of associations. -
Uses of PojoImplicitReindexingAssociationInverseSideResolverRootContext in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoImplicitReindexingAssociationInverseSideResolverRootContext Modifier and Type Class Description classPojoContainedTypeIndexingPlan<I,E>classPojoIndexedTypeIndexingPlan<I,E>
-