Class DirtinessDescriptor
java.lang.Object
org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDirtinessDescriptor(boolean forceSelfDirty, boolean forceContainingDirty, Set<String> dirtyPaths, boolean updatedBecauseOfContained) -
Method Summary
-
Constructor Details
-
DirtinessDescriptor
-
-
Method Details
-
toString
-
forceSelfDirty
public boolean forceSelfDirty() -
forceContainingDirty
public boolean forceContainingDirty() -
dirtyPaths
-
updatedBecauseOfContained
public boolean updatedBecauseOfContained()
-