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 -
Method Summary
Modifier and TypeMethodDescriptionstatic <P,V> PojoImplicitReindexingAssociationInverseSideResolverNode<Object> bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?, P, V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested) abstract voidclose()final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
appendTo, toStringTree
-
Constructor Details
-
PojoImplicitReindexingAssociationInverseSideResolverNode
public PojoImplicitReindexingAssociationInverseSideResolverNode()
-
-
Method Details
-
bind
public static <P,V> PojoImplicitReindexingAssociationInverseSideResolverNode<Object> bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?, P, V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested) -
toString
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-