Uses of Class
com.blazebit.persistence.view.impl.update.flush.CollectionElementAttributeFlusher
Packages that use CollectionElementAttributeFlusher
-
Uses of CollectionElementAttributeFlusher in com.blazebit.persistence.view.impl.update.flush
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in com.blazebit.persistence.view.impl.update.flush with type parameters of type CollectionElementAttributeFlusherModifier and TypeFieldDescriptionprotected final List<CollectionElementAttributeFlusher<E,V>> AbstractPluralAttributeFlusher.elementFlushersMethods in com.blazebit.persistence.view.impl.update.flush that return CollectionElementAttributeFlusherModifier and TypeMethodDescriptionprotected abstract CollectionElementAttributeFlusher<E,V> AbstractPluralAttributeFlusher.createMergeFlusher(TypeDescriptor typeDescriptor, Object element) protected CollectionElementAttributeFlusher<E,V> CollectionAttributeFlusher.createMergeFlusher(TypeDescriptor typeDescriptor, Object element) protected CollectionElementAttributeFlusher<E,V> MapAttributeFlusher.createMergeFlusher(TypeDescriptor typeDescriptor, Object element) protected abstract CollectionElementAttributeFlusher<E,V> AbstractPluralAttributeFlusher.createPersistFlusher(TypeDescriptor typeDescriptor, Object element) protected CollectionElementAttributeFlusher<E,V> CollectionAttributeFlusher.createPersistFlusher(TypeDescriptor typeDescriptor, Object element) protected CollectionElementAttributeFlusher<E,V> MapAttributeFlusher.createPersistFlusher(TypeDescriptor typeDescriptor, Object element) Methods in com.blazebit.persistence.view.impl.update.flush that return types with arguments of type CollectionElementAttributeFlusherModifier and TypeMethodDescriptionCollectionElementAttributeFlusher.getDirtyFlusher(UpdateContext context, Object view, Object initial, Object current) MergeCollectionElementAttributeFlusher.getDirtyFlusher(UpdateContext context, Object view, Object initial, Object current) PersistCollectionElementAttributeFlusher.getDirtyFlusher(UpdateContext context, Object view, Object initial, Object current) protected abstract List<CollectionElementAttributeFlusher<E,V>> AbstractPluralAttributeFlusher.getElementFlushers(UpdateContext context, V current, List<? extends A> actions) protected List<CollectionElementAttributeFlusher<E,V>> CollectionAttributeFlusher.getElementFlushers(UpdateContext context, V current, List<? extends CollectionAction<?>> actions) protected List<CollectionElementAttributeFlusher<E,V>> MapAttributeFlusher.getElementFlushers(UpdateContext context, V current, List<? extends MapAction<?>> actions) Method parameters in com.blazebit.persistence.view.impl.update.flush with type arguments of type CollectionElementAttributeFlusherModifier and TypeMethodDescriptionprotected final booleanAbstractPluralAttributeFlusher.determineElementFlushers(UpdateContext context, TypeDescriptor typeDescriptor, List<CollectionElementAttributeFlusher<E, V>> elementFlushers, Iterable<?> values, List<? extends A> actions, V current) protected final intCollectionAttributeFlusher.getActionUnrelatedDirtyObjectCount(V initial, List<CollectionElementAttributeFlusher<E, V>> elementFlushers, List<? extends CollectionAction<?>> actions) MergeCollectionElementAttributeFlusher.mergeWith(List<CollectionElementAttributeFlusher<E, V>> fetchGraphNodes) PersistCollectionElementAttributeFlusher.mergeWith(List<CollectionElementAttributeFlusher<E, V>> fetchGraphNodes)