Uses of Enum
com.blazebit.persistence.view.impl.change.DirtyChecker.DirtyKind
Packages that use DirtyChecker.DirtyKind
Package
Description
-
Uses of DirtyChecker.DirtyKind in com.blazebit.persistence.view.impl.change
Methods in com.blazebit.persistence.view.impl.change that return DirtyChecker.DirtyKindModifier and TypeMethodDescriptionDirtyChecker.getDirtyKind(E initial, E current) Returns the dirty kind of the objects.static DirtyChecker.DirtyKindReturns the enum constant of this type with the specified name.static DirtyChecker.DirtyKind[]DirtyChecker.DirtyKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DirtyChecker.DirtyKind in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return DirtyChecker.DirtyKindModifier and TypeMethodDescriptionBasicDirtyChecker.getDirtyKind(V initial, V current) CollectionAttributeFlusher.getDirtyKind(V initial, V current) CollectionElementAttributeFlusher.getDirtyKind(V initial, V current) CompositeAttributeFlusher.getDirtyKind(Object initial, Object current) EmbeddableAttributeFlusher.getDirtyKind(V initial, V current) IndexedListAttributeFlusher.getDirtyKind(V initial, V current) MapAttributeFlusher.getDirtyKind(V initial, V current) SubviewAttributeFlusher.getDirtyKind(V initial, V current)