Uses of Enum
com.blazebit.persistence.view.impl.update.flush.InverseCollectionElementAttributeFlusher.Strategy
Packages that use InverseCollectionElementAttributeFlusher.Strategy
-
Uses of InverseCollectionElementAttributeFlusher.Strategy in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return InverseCollectionElementAttributeFlusher.StrategyModifier and TypeMethodDescriptionInverseCollectionElementAttributeFlusher.Strategy.of(InverseRemoveStrategy inverseRemoveStrategy) Returns the enum constant of this type with the specified name.InverseCollectionElementAttributeFlusher.Strategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type InverseCollectionElementAttributeFlusher.StrategyModifierConstructorDescriptionInverseCollectionElementAttributeFlusher(DirtyAttributeFlusher<?, E, V> nestedGraphNode, Object element, boolean optimisticLockProtected, InverseFlusher<E> inverseFlusher, InverseCollectionElementAttributeFlusher.Strategy strategy)