Uses of Interface
com.blazebit.persistence.view.impl.collection.MapInstantiatorImplementor
Packages that use MapInstantiatorImplementor
Package
Description
-
Uses of MapInstantiatorImplementor in com.blazebit.persistence.view.impl.collection
Classes in com.blazebit.persistence.view.impl.collection that implement MapInstantiatorImplementorModifier and TypeClassDescriptionclassAbstractMapInstantiator<C extends Map<?,?>, R extends RecordingMap<C, ?, ?>> classclassclass -
Uses of MapInstantiatorImplementor in com.blazebit.persistence.view.impl.metamodel
Methods in com.blazebit.persistence.view.impl.metamodel that return MapInstantiatorImplementorModifier and TypeMethodDescriptionprotected final MapInstantiatorImplementor<?,?> AbstractAttribute.createMapInstantiator(MetamodelBuildingContext context, PluralObjectFactory<? extends Map<?, ?>> mapFactory, boolean sorted, boolean ordered, Comparator comparator) abstract MapInstantiatorImplementor<?,?> AbstractAttribute.getMapInstantiator()AbstractMethodSingularAttribute.getMapInstantiator()AbstractParameterSingularAttribute.getMapInstantiator() -
Uses of MapInstantiatorImplementor in com.blazebit.persistence.view.impl.metamodel.attribute
Methods in com.blazebit.persistence.view.impl.metamodel.attribute that return MapInstantiatorImplementorModifier and TypeMethodDescriptionAbstractMethodCollectionAttribute.getMapInstantiator()AbstractMethodListAttribute.getMapInstantiator()AbstractMethodMapAttribute.getMapInstantiator()AbstractMethodSetAttribute.getMapInstantiator()AbstractParameterCollectionAttribute.getMapInstantiator()AbstractParameterListAttribute.getMapInstantiator()AbstractParameterMapAttribute.getMapInstantiator()AbstractParameterSetAttribute.getMapInstantiator() -
Uses of MapInstantiatorImplementor in com.blazebit.persistence.view.impl.objectbuilder
Methods in com.blazebit.persistence.view.impl.objectbuilder that return MapInstantiatorImplementorConstructors in com.blazebit.persistence.view.impl.objectbuilder with parameters of type MapInstantiatorImplementorModifierConstructorDescriptionMapInstantiatorAccumulator(MapInstantiatorImplementor<?, ?> mapInstantiator, ContainerAccumulator<?> valueAccumulator, boolean filterNulls) -
Uses of MapInstantiatorImplementor in com.blazebit.persistence.view.impl.update.flush
Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type MapInstantiatorImplementorModifierConstructorDescriptionMapAttributeFlusher(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)