Class PojoImplicitReindexingAssociationInverseSideResolverMarkingNode
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverNode<Object>
-
- org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverMarkingNode
-
- All Implemented Interfaces:
AutoCloseable,ToStringTreeAppendable
public class PojoImplicitReindexingAssociationInverseSideResolverMarkingNode extends PojoImplicitReindexingAssociationInverseSideResolverNode<Object>
APojoImplicitReindexingAssociationInverseSideResolverNodemarking as "to reindex" object passed as an input.
-
-
Constructor Summary
Constructors Constructor Description PojoImplicitReindexingAssociationInverseSideResolverMarkingNode(Map<PojoRawTypeIdentifier<?>,PojoPathOrdinalReference> inverseSidePathOrdinalByType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(ToStringTreeAppender appender)Appends information aboutthisto the givenappender.voidclose()-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingAssociationInverseSideResolverNode
bind, toString
-
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
toStringTree
-
-
-
-
Constructor Detail
-
PojoImplicitReindexingAssociationInverseSideResolverMarkingNode
public PojoImplicitReindexingAssociationInverseSideResolverMarkingNode(Map<PojoRawTypeIdentifier<?>,PojoPathOrdinalReference> inverseSidePathOrdinalByType)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classPojoImplicitReindexingAssociationInverseSideResolverNode<Object>
-
appendTo
public void appendTo(ToStringTreeAppender appender)
Description copied from interface:ToStringTreeAppendableAppends information aboutthisto the givenappender.WARNING: This generally shouldn't be called directly, as
ToStringTreeAppenderwill automatically call this method forToStringTreeAppendablevalues passed toToStringTreeAppender.attribute(String, Object)/ToStringTreeAppender.value(Object).Implementations should assume that calls to
ToStringTreeAppender.startObject()/ToStringTreeAppender.endObject()forthisare handled by the caller.- Parameters:
appender- AToStringTreeAppender.
-
-