Uses of Interface
com.blazebit.persistence.view.impl.change.PluralDirtyChecker
Packages that use PluralDirtyChecker
Package
Description
-
Uses of PluralDirtyChecker in com.blazebit.persistence.view.impl.change
Subinterfaces of PluralDirtyChecker in com.blazebit.persistence.view.impl.changeModifier and TypeInterfaceDescriptioninterfaceMapDirtyChecker<E,K, V> An interface for determining the dirty kind of two objects.Constructors in com.blazebit.persistence.view.impl.change with parameters of type PluralDirtyCheckerModifierConstructorDescriptionAbstractCollectionChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, C initial, C current, PluralDirtyChecker<C, V> pluralDirtyChecker) CollectionChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Collection<V> initial, Collection<V> current, PluralDirtyChecker<Collection<V>, V> pluralDirtyChecker) ListChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, List<V> initial, List<V> current, PluralDirtyChecker<List<V>, V> pluralDirtyChecker) SetChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Set<V> initial, Set<V> current, PluralDirtyChecker<Set<V>, V> pluralDirtyChecker) -
Uses of PluralDirtyChecker in com.blazebit.persistence.view.impl.update.flush
Classes in com.blazebit.persistence.view.impl.update.flush that implement PluralDirtyCheckerModifier and TypeClassDescriptionclassAbstractPluralAttributeFlusher<X extends AbstractPluralAttributeFlusher<X,A, R, E, V>, A, R, E, V> classCollectionAttributeFlusher<E,V extends Collection<?>> classIndexedListAttributeFlusher<E,V extends List<?>> classMapAttributeFlusher<E,V extends Map<?, ?>> classParentCollectionReferenceAttributeFlusher<E,V extends Collection<?>>