Class PojoImplicitReindexingAssociationInverseSideResolverNode<T>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverNode<T>
-
- All Implemented Interfaces:
AutoCloseable,ToStringTreeAppendable
- Direct Known Subclasses:
PojoImplicitReindexingAssociationInverseSideResolverMarkingNode
public abstract class PojoImplicitReindexingAssociationInverseSideResolverNode<T> extends Object implements AutoCloseable, ToStringTreeAppendable
A resolver of the inverse side of an association based on an "association state".
-
-
Constructor Summary
Constructors Constructor Description PojoImplicitReindexingAssociationInverseSideResolverNode()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static <P,V>
PojoImplicitReindexingAssociationInverseSideResolverNode<Object>bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?,P,V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested)abstract voidclose()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
appendTo, toStringTree
-
-
-
-
Method Detail
-
bind
public static <P,V> PojoImplicitReindexingAssociationInverseSideResolverNode<Object> bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?,P,V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested)
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-