Uses of Class
com.blazebit.persistence.view.impl.update.flush.CollectionAttributeFlusher
Packages that use CollectionAttributeFlusher
-
Uses of CollectionAttributeFlusher in com.blazebit.persistence.view.impl.update.flush
Modifier and TypeClassDescriptionclassIndexedListAttributeFlusher<E,V extends List<?>> classParentCollectionReferenceAttributeFlusher<E,V extends Collection<?>> Methods in com.blazebit.persistence.view.impl.update.flush that return CollectionAttributeFlusherModifier and TypeMethodDescriptionprotected 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) Methods in com.blazebit.persistence.view.impl.update.flush that return types with arguments of type CollectionAttributeFlusherModifier and TypeMethodDescriptionprotected DirtyAttributeFlusher<CollectionAttributeFlusher<E,V>, E, V> CollectionAttributeFlusher.determineDirtyFlusherForNewCollection(UpdateContext context, V initial, V current) CollectionAttributeFlusher.getDirtyFlusher(UpdateContext context, Object view, Object initial, Object current) protected DirtyAttributeFlusher<CollectionAttributeFlusher<E,V>, E, V> CollectionAttributeFlusher.getDirtyFlusherForRecordingCollection(UpdateContext context, RecordingCollection<?, ?> collection) Method parameters in com.blazebit.persistence.view.impl.update.flush with type arguments of type CollectionAttributeFlusherModifier and TypeMethodDescriptionCollectionAttributeFlusher.mergeWith(List<CollectionAttributeFlusher<E, V>> fetchGraphNodes) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type CollectionAttributeFlusherModifierConstructorDescriptionprotectedCollectionAttributeFlusher(CollectionAttributeFlusher original, boolean fetch) protectedCollectionAttributeFlusher(CollectionAttributeFlusher original, boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends CollectionAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers)