Uses of Interface
com.blazebit.persistence.view.impl.collection.CollectionInstantiatorImplementor
Packages that use CollectionInstantiatorImplementor
Package
Description
-
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.collection
Classes in com.blazebit.persistence.view.impl.collection that implement CollectionInstantiatorImplementorModifier and TypeClassDescriptionclassAbstractCollectionInstantiator<C extends Collection<?>,R extends RecordingCollection<? extends C, ?>> classclassclassclassclass -
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.metamodel
Methods in com.blazebit.persistence.view.impl.metamodel that return CollectionInstantiatorImplementorModifier and TypeMethodDescriptionprotected final CollectionInstantiatorImplementor<?,?> AbstractAttribute.createCollectionInstantiator(MetamodelBuildingContext context, PluralObjectFactory<? extends Collection<?>> collectionFactory, boolean indexed, boolean sorted, boolean ordered, Comparator comparator) abstract CollectionInstantiatorImplementor<?,?> AbstractAttribute.getCollectionInstantiator()AbstractMethodSingularAttribute.getCollectionInstantiator()AbstractParameterSingularAttribute.getCollectionInstantiator() -
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.metamodel.attribute
Methods in com.blazebit.persistence.view.impl.metamodel.attribute that return CollectionInstantiatorImplementorModifier and TypeMethodDescriptionAbstractMethodCollectionAttribute.getCollectionInstantiator()AbstractMethodListAttribute.getCollectionInstantiator()AbstractMethodMapAttribute.getCollectionInstantiator()AbstractMethodSetAttribute.getCollectionInstantiator()AbstractParameterCollectionAttribute.getCollectionInstantiator()AbstractParameterListAttribute.getCollectionInstantiator()AbstractParameterMapAttribute.getCollectionInstantiator()AbstractParameterSetAttribute.getCollectionInstantiator() -
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.objectbuilder
Methods in com.blazebit.persistence.view.impl.objectbuilder that return CollectionInstantiatorImplementorConstructors in com.blazebit.persistence.view.impl.objectbuilder with parameters of type CollectionInstantiatorImplementorModifierConstructorDescriptionCollectionInstantiatorAccumulator(CollectionInstantiatorImplementor<?, ?> collectionInstantiator, ContainerAccumulator<?> valueAccumulator, boolean filterNulls) -
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.objectbuilder.transformer
Constructors in com.blazebit.persistence.view.impl.objectbuilder.transformer with parameters of type CollectionInstantiatorImplementorModifierConstructorDescriptionNonIndexedTupleListTransformer(int[] parentIdPositions, int startIndex, CollectionInstantiatorImplementor<?, ?> collectionInstantiator, boolean dirtyTracking, TypeConverter<Object, Object> elementConverter) -
Uses of CollectionInstantiatorImplementor in com.blazebit.persistence.view.impl.update.flush
Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type CollectionInstantiatorImplementorModifierConstructorDescriptionCollectionAttributeFlusher(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)