Class DirtinessDescriptor
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
-
- All Implemented Interfaces:
Serializable
public final class DirtinessDescriptor extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirtinessDescriptor(boolean forceSelfDirty, boolean forceContainingDirty, Set<String> dirtyPaths, boolean updatedBecauseOfContained)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
dirtyPaths()
boolean
forceContainingDirty()
boolean
forceSelfDirty()
String
toString()
boolean
updatedBecauseOfContained()
-