Uses of Interface
com.blazebit.persistence.view.impl.change.DirtyChecker
Packages that use DirtyChecker
Package
Description
-
Uses of DirtyChecker in com.blazebit.persistence.view.impl.change
Classes in com.blazebit.persistence.view.impl.change with type parameters of type DirtyCheckerSubinterfaces of DirtyChecker in com.blazebit.persistence.view.impl.changeModifier and TypeInterfaceDescriptioninterfaceMapDirtyChecker<E,K, V> An interface for determining the dirty kind of two objects.interfacePluralDirtyChecker<E,V> An interface for determining the dirty kind of two objects.Fields in com.blazebit.persistence.view.impl.change declared as DirtyCheckerMethods in com.blazebit.persistence.view.impl.change that return DirtyCheckerModifier and TypeMethodDescriptionPluralDirtyChecker.getElementDirtyChecker(V element) MapDirtyChecker.getKeyDirtyChecker(K element) <X> DirtyChecker<X>[]DirtyChecker.getNestedCheckers(E current) Methods in com.blazebit.persistence.view.impl.change with parameters of type DirtyCheckerModifier and TypeMethodDescriptionprotected final <X> ChangeModel<X>AbstractChangeModel.get(ManagedViewType<?> elementType, DirtyStateTrackable object, DirtyChecker<? extends DirtyStateTrackable> dirtyChecker, String attributePath) protected final <X> List<? extends ChangeModel<X>>AbstractChangeModel.getAll(ManagedViewType<?> elementType, Object object, DirtyChecker<?> dirtyChecker, String attributePath) protected final <X> ChangeModel<X>AbstractChangeModel.getChangeModel(DirtyStateTrackable object, AbstractMethodAttribute<?, ?> methodAttribute, DirtyChecker<? extends DirtyStateTrackable> dirtyChecker) protected <X> ChangeModel<X>AbstractChangeModel.getChangeModel(Object initialAttributeObject, Object attributeObject, AbstractMethodAttribute<?, ?> methodAttribute, DirtyChecker<Object> attributeDirtyChecker) protected <X> ChangeModel<X>AbstractSingularChangeModel.getChangeModel(Object initialAttributeObject, Object attributeObject, AbstractMethodAttribute<?, ?> methodAttribute, DirtyChecker<Object> attributeDirtyChecker) protected final <X> List<? extends ChangeModel<X>>AbstractChangeModel.getChangeModelList(ManagedViewType<?> currentType, Object o, DirtyChecker<?> currentChecker, String attributePath, String[] parts, int start) protected final List<ChangeModel<?>>AbstractChangeModel.getDirtyChanges(ManagedViewTypeImplementor<?> elementType, DirtyStateTrackable object, DirtyChecker<? extends DirtyStateTrackable> dirtyChecker) protected final <X> AbstractChangeModel<X,X> AbstractPluralChangeModel.getObjectChangeModel(Type<X> elementType, X initial, X element, DirtyChecker<X> dirtyChecker) protected final booleanAbstractChangeModel.isChanged(ManagedViewType<?> elementType, Object initial, Object current, DirtyChecker<?> dirtyChecker, String attributePath) protected final booleanAbstractChangeModel.isDirty(ManagedViewType<?> elementType, Object initial, Object current, DirtyChecker<?> dirtyChecker, String attributePath) Constructors in com.blazebit.persistence.view.impl.change with parameters of type DirtyCheckerModifierConstructorDescriptionBasicElementSingularChangeModel(BasicTypeImpl<V> basicType, V current, DirtyChecker<V> dirtyChecker) BasicSingularChangeModel(BasicTypeImpl<V> basicType, V initial, V current, DirtyChecker<V> dirtyChecker) ViewChangeModel(ManagedViewTypeImplementor<V> type, V object, DirtyChecker<V> dirtyChecker) ViewSingularChangeModel(ManagedViewTypeImplementor<V> type, V initial, DirtyStateTrackable current, DirtyChecker<V> dirtyChecker) -
Uses of DirtyChecker in com.blazebit.persistence.view.impl.entity
Methods in com.blazebit.persistence.view.impl.entity that return DirtyCheckerModifier and TypeMethodDescriptionDirtyChecker<?>DefaultEntityToEntityMapper.getDirtyChecker()DirtyChecker<?>EntityToEntityMapper.getDirtyChecker()DirtyChecker<?>LoadOnlyEntityToEntityMapper.getDirtyChecker() -
Uses of DirtyChecker in com.blazebit.persistence.view.impl.update
Methods in com.blazebit.persistence.view.impl.update that return DirtyCheckerModifier and TypeMethodDescriptionEntityViewUpdater.getDirtyChecker()EntityViewUpdaterImpl.getDirtyChecker() -
Uses of DirtyChecker in com.blazebit.persistence.view.impl.update.flush
Subinterfaces of DirtyChecker in com.blazebit.persistence.view.impl.update.flushModifier and TypeInterfaceDescriptioninterfaceDirtyAttributeFlusher<T extends DirtyAttributeFlusher<T,E, V>, E, V> Classes in com.blazebit.persistence.view.impl.update.flush that implement DirtyCheckerModifier and TypeClassDescriptionclassAbstractPluralAttributeFlusher<X extends AbstractPluralAttributeFlusher<X,A, R, E, V>, A, R, E, V> classclassclassclassCollectionAttributeFlusher<E,V extends Collection<?>> classclassclassclassIndexedListAttributeFlusher<E,V extends List<?>> classclassMapAttributeFlusher<E,V extends Map<?, ?>> classclassclassclassParentCollectionReferenceAttributeFlusher<E,V extends Collection<?>> classclassclassclassclassMethods in com.blazebit.persistence.view.impl.update.flush that return DirtyCheckerModifier and TypeMethodDescriptionCollectionAttributeFlusher.getElementDirtyChecker(E element) MapAttributeFlusher.getElementDirtyChecker(E element) MapAttributeFlusher.getKeyDirtyChecker(Object element) <X> DirtyChecker<X>[]BasicDirtyChecker.getNestedCheckers(V current) <X> DirtyChecker<X>[]CollectionAttributeFlusher.getNestedCheckers(V current) <X> DirtyChecker<X>[]CollectionElementAttributeFlusher.getNestedCheckers(V current) <X> DirtyChecker<X>[]CompositeAttributeFlusher.getNestedCheckers(Object current) <X> DirtyChecker<X>[]EmbeddableAttributeFlusher.getNestedCheckers(V current) <X> DirtyChecker<X>[]MapAttributeFlusher.getNestedCheckers(V current) <X> DirtyChecker<X>[]SubviewAttributeFlusher.getNestedCheckers(V current)