Uses of Class
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverNode
-
Packages that use PojoImplicitReindexingAssociationInverseSideResolverNode Package Description org.hibernate.search.mapper.pojo.automaticindexing.impl -
-
Uses of PojoImplicitReindexingAssociationInverseSideResolverNode in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subclasses of PojoImplicitReindexingAssociationInverseSideResolverNode in org.hibernate.search.mapper.pojo.automaticindexing.impl Modifier and Type Class Description classPojoImplicitReindexingAssociationInverseSideResolverMarkingNodeAPojoImplicitReindexingAssociationInverseSideResolverNodemarking as "to reindex" object passed as an input.Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoImplicitReindexingAssociationInverseSideResolverNode Modifier and Type Method Description static <P,V>
PojoImplicitReindexingAssociationInverseSideResolverNode<Object>PojoImplicitReindexingAssociationInverseSideResolverNode. bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?,P,V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested)Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoImplicitReindexingAssociationInverseSideResolverNode Modifier and Type Method Description static <P,V>
PojoImplicitReindexingAssociationInverseSideResolverNode<Object>PojoImplicitReindexingAssociationInverseSideResolverNode. bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?,P,V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested)Constructor parameters in org.hibernate.search.mapper.pojo.automaticindexing.impl with type arguments of type PojoImplicitReindexingAssociationInverseSideResolverNode Constructor Description PojoImplicitReindexingAssociationInverseSideResolver(PojoPathOrdinals pathOrdinals, PojoPathFilter dirtyContainingAssociationFilter, List<List<PojoImplicitReindexingAssociationInverseSideResolverNode<Object>>> resolversByOrdinal)
-