Uses of Interface
com.blazebit.persistence.view.spi.type.DirtyTracker
Packages that use DirtyTracker
Package
Description
Type SPI for Blaze-Persistence Entity-View.
-
Uses of DirtyTracker in com.blazebit.persistence.view.spi.type
Subinterfaces of DirtyTracker in com.blazebit.persistence.view.spi.typeModifier and TypeInterfaceDescriptioninterfaceA dirty tracker that exposes the captured initial state.interfaceA dirty tracker that exposes the mutable state.Methods in com.blazebit.persistence.view.spi.type that return DirtyTrackerModifier and TypeMethodDescriptionMutableStateTrackable.$$_getParent()Returns the parent object at which this object is registered.Methods in com.blazebit.persistence.view.spi.type with parameters of type DirtyTrackerModifier and TypeMethodDescriptionvoidMutableStateTrackable.$$_addReadOnlyParent(DirtyTracker readOnlyParent, int parentIndex) Adds the given parent at the given parent index to the interleaved read only parents list.voidMutableStateTrackable.$$_removeReadOnlyParent(DirtyTracker readOnlyParent, int parentIndex) Removes the given parent from the given parent index from the interleaved read only parents list.