Uses of Interface
com.blazebit.persistence.view.impl.collection.CollectionRemoveListener
Packages that use CollectionRemoveListener
Package
Description
-
Uses of CollectionRemoveListener in com.blazebit.persistence.view.impl.collection
Methods in com.blazebit.persistence.view.impl.collection with parameters of type CollectionRemoveListenerModifier and TypeMethodDescriptionvoidCollectionAction.doAction(T collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidCollectionAddAllAction.doAction(C collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidCollectionClearAction.doAction(C collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidCollectionRemoveAllAction.doAction(C collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidListAction.doAction(T list, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidListAddAction.doAction(C list, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidListAddAllAction.doAction(C list, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidListRemoveAction.doAction(C list, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidListSetAction.doAction(C list, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidMapAction.doAction(T map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapClearAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapPutAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapPutAllAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapRemoveAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapRemoveAllEntriesAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapRemoveAllKeysAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidMapRemoveAllValuesAction.doAction(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) voidRecordingCollection.replay(C collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) voidRecordingMap.replay(C map, UpdateContext context, MapViewToEntityMapper mapper, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener valueRemoveListener) -
Uses of CollectionRemoveListener in com.blazebit.persistence.view.impl.update.flush
Classes in com.blazebit.persistence.view.impl.update.flush that implement CollectionRemoveListenerModifier and TypeClassDescriptionclassclassFields in com.blazebit.persistence.view.impl.update.flush declared as CollectionRemoveListenerModifier and TypeFieldDescriptionprotected final CollectionRemoveListenerAbstractPluralAttributeFlusher.cascadeDeleteListenerstatic final CollectionRemoveListenerEntityCollectionRemoveListener.INSTANCEprotected final CollectionRemoveListenerAbstractPluralAttributeFlusher.removeListenerConstructors in com.blazebit.persistence.view.impl.update.flush with parameters of type CollectionRemoveListenerModifierConstructorDescriptionAbstractPluralAttributeFlusher(String attributeName, String mapping, boolean fetch, Class<?> ownerEntityClass, String ownerIdAttributeName, String ownerMapping, DirtyAttributeFlusher<?, ?, ?> ownerIdFlusher, DirtyAttributeFlusher<?, ?, ?> elementFlusher, boolean supportsCollectionDml, FlushStrategy flushStrategy, AttributeAccessor entityAttributeAccessor, InitialValueAttributeAccessor viewAttributeAccessor, boolean optimisticLockProtected, boolean collectionUpdatable, boolean viewOnlyDeleteCascaded, boolean jpaProviderDeletesCollection, CollectionRemoveListener cascadeDeleteListener, CollectionRemoveListener removeListener, TypeDescriptor elementDescriptor) CollectionAttributeFlusher(String attributeName, String mapping, Class<?> ownerEntityClass, String ownerIdAttributeName, String ownerMapping, DirtyAttributeFlusher<?, ?, ?> ownerIdFlusher, DirtyAttributeFlusher<?, ?, ?> elementFlusher, boolean supportsCollectionDml, FlushStrategy flushStrategy, AttributeAccessor entityAttributeAccessor, InitialValueAttributeAccessor viewAttributeAccessor, boolean optimisticLockProtected, boolean collectionUpdatable, boolean viewOnlyDeleteCascaded, boolean jpaProviderDeletesCollection, CollectionRemoveListener cascadeDeleteListener, CollectionRemoveListener removeListener, CollectionInstantiatorImplementor<?, ?> collectionInstantiator, TypeDescriptor elementDescriptor, InverseFlusher<E> inverseFlusher, InverseRemoveStrategy inverseRemoveStrategy) IndexedListAttributeFlusher(String attributeName, String mapping, Class<?> ownerEntityClass, String ownerIdAttributeName, String ownerMapping, DirtyAttributeFlusher<?, ?, ?> ownerIdFlusher, DirtyAttributeFlusher<?, ?, ?> elementFlusher, boolean supportsCollectionDml, FlushStrategy flushStrategy, AttributeAccessor attributeMapper, InitialValueAttributeAccessor viewAttributeAccessor, boolean optimisticLockProtected, boolean collectionUpdatable, boolean viewOnlyDeleteCascaded, boolean jpaProviderDeletesCollection, CollectionRemoveListener cascadeDeleteListener, CollectionRemoveListener removeListener, CollectionInstantiatorImplementor<?, ?> collectionInstantiator, TypeDescriptor elementDescriptor, InverseFlusher<E> inverseFlusher, InverseRemoveStrategy inverseRemoveStrategy) MapAttributeFlusher(String attributeName, String mapping, Class<?> ownerEntityClass, String ownerIdAttributeName, String ownerMapping, DirtyAttributeFlusher<?, ?, ?> ownerIdFlusher, DirtyAttributeFlusher<?, ?, ?> elementFlusher, boolean supportsCollectionDml, FlushStrategy flushStrategy, AttributeAccessor attributeMapper, InitialValueAttributeAccessor viewAttributeAccessor, boolean optimisticLockProtected, boolean collectionUpdatable, CollectionRemoveListener keyCascadeDeleteListener, CollectionRemoveListener elementCascadeDeleteListener, CollectionRemoveListener keyRemoveListener, CollectionRemoveListener elementRemoveListener, boolean viewOnlyDeleteCascaded, boolean jpaProviderDeletesCollection, TypeDescriptor keyDescriptor, TypeDescriptor elementDescriptor, MapViewToEntityMapper mapper, MapViewToEntityMapper loadOnlyMapper, MapInstantiatorImplementor<?, ?> mapInstantiator) ParentCollectionReferenceAttributeFlusher(String attributeName, String mapping, FlushStrategy flushStrategy, AttributeAccessor entityAttributeAccessor, InitialValueAttributeAccessor viewAttributeAccessor, CollectionRemoveListener cascadeDeleteListener, CollectionRemoveListener removeListener, TypeDescriptor elementDescriptor) PostFlushCollectionElementDeleter(CollectionRemoveListener collectionRemoveListener, List<Object> elements)