Uses of Enum
com.blazebit.persistence.view.impl.update.flush.AbstractPluralAttributeFlusher.PluralFlushOperation
Packages that use AbstractPluralAttributeFlusher.PluralFlushOperation
-
Uses of AbstractPluralAttributeFlusher.PluralFlushOperation in com.blazebit.persistence.view.impl.update.flush
Fields in com.blazebit.persistence.view.impl.update.flush declared as AbstractPluralAttributeFlusher.PluralFlushOperationModifier and TypeFieldDescriptionprotected final AbstractPluralAttributeFlusher.PluralFlushOperationAbstractPluralAttributeFlusher.flushOperationMethods in com.blazebit.persistence.view.impl.update.flush that return AbstractPluralAttributeFlusher.PluralFlushOperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractPluralAttributeFlusher.PluralFlushOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.view.impl.update.flush with parameters of type AbstractPluralAttributeFlusher.PluralFlushOperationModifier and TypeMethodDescriptionAbstractPluralAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends A> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protected CollectionAttributeFlusher<E,V> CollectionAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends CollectionAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protected CollectionAttributeFlusher<E,V> IndexedListAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends CollectionAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protected MapAttributeFlusher<E,V> MapAttributeFlusher.partialFlusher(boolean fetch, boolean upsert, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protected MapAttributeFlusher<E,V> MapAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type AbstractPluralAttributeFlusher.PluralFlushOperationModifierConstructorDescriptionprotectedAbstractPluralAttributeFlusher(AbstractPluralAttributeFlusher<?, ?, ?, ?, ?> original, boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends A> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protectedCollectionAttributeFlusher(CollectionAttributeFlusher original, boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends CollectionAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) IndexedListAttributeFlusher(IndexedListAttributeFlusher<E, V> original, boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends CollectionAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protectedMapAttributeFlusher(MapAttributeFlusher original, boolean fetch, boolean upsert, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers)