Uses of Interface
com.blazebit.persistence.view.impl.entity.ViewToEntityMapper
Packages that use ViewToEntityMapper
Package
Description
-
Uses of ViewToEntityMapper in com.blazebit.persistence.view.impl.collection
Methods in com.blazebit.persistence.view.impl.collection with parameters of type ViewToEntityMapperModifier 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) voidRecordingCollection.replay(C collection, UpdateContext context, ViewToEntityMapper mapper, CollectionRemoveListener removeListener) -
Uses of ViewToEntityMapper in com.blazebit.persistence.view.impl.entity
Classes in com.blazebit.persistence.view.impl.entity that implement ViewToEntityMapperModifier and TypeClassDescriptionclassclassclassclassclassFields in com.blazebit.persistence.view.impl.entity declared as ViewToEntityMapperModifier and TypeFieldDescriptionprotected final ViewToEntityMapperAbstractEntityLoader.viewIdMapperMethods in com.blazebit.persistence.view.impl.entity that return ViewToEntityMapperModifier and TypeMethodDescriptionMapViewToEntityMapper.getKeyMapper()MapViewToEntityMapper.getValueMapper()Constructors in com.blazebit.persistence.view.impl.entity with parameters of type ViewToEntityMapperModifierConstructorDescriptionAbstractEntityLoader(EntityViewManagerImpl evm, Class<?> entityClass, javax.persistence.metamodel.SingularAttribute<?, ?> jpaIdAttribute, javax.persistence.metamodel.SingularAttribute<?, ?> viewIdMappingAttribute, ViewToEntityMapper viewIdMapper, AttributeAccessor entityIdAccessor) FlusherBasedEntityLoader(EntityViewManagerImpl evm, Class<?> entityClass, javax.persistence.metamodel.SingularAttribute<?, ?> jpaIdAttribute, ViewToEntityMapper viewIdMapper, AttributeAccessor entityIdAccessor, DirtyAttributeFlusher<?, Object, Object>[] flushers) InverseViewToEntityMapper(EntityViewManagerImpl evm, Map<Object, EntityViewUpdaterImpl> localCache, ViewType<?> childViewType, Mapper<Object, Object> parentEntityOnChildViewMapper, Mapper<Object, Object> parentEntityOnChildEntityAddMapper, Mapper<Object, Object> parentEntityOnChildEntityRemoveMapper, ViewToEntityMapper elementViewToEntityMapper, DirtyAttributeFlusher<?, Object, Object> parentReferenceAttributeFlusher, DirtyAttributeFlusher<?, Object, Object> idAttributeFlusher) ReferenceEntityLoader(EntityViewManagerImpl evm, ManagedViewType<?> subviewType, ViewToEntityMapper viewIdMapper) ReferenceEntityLoader(EntityViewManagerImpl evm, Class<?> entityClass, javax.persistence.metamodel.SingularAttribute<?, ?> idAttribute, javax.persistence.metamodel.SingularAttribute<?, ?> viewIdMappingAttribute, ViewToEntityMapper viewIdMapper, AttributeAccessor entityIdAccessor, boolean forceQuery) -
Uses of ViewToEntityMapper in com.blazebit.persistence.view.impl.update
Methods in com.blazebit.persistence.view.impl.update that return ViewToEntityMapperModifier and TypeMethodDescriptionstatic ViewToEntityMapperEntityViewUpdaterImpl.createViewIdMapper(EntityViewManagerImpl evm, Map<Object, EntityViewUpdaterImpl> localCache, ManagedViewType<?> viewType) static ViewToEntityMapperEntityViewUpdaterImpl.createViewIdMapper(EntityViewManagerImpl evm, Map<Object, EntityViewUpdaterImpl> localCache, SingularAttribute<?, ?> viewIdAttribute) Methods in com.blazebit.persistence.view.impl.update with parameters of type ViewToEntityMapperModifier and TypeMethodDescriptionstatic DirtyAttributeFlusher<?,Object, Object> EntityViewUpdaterImpl.createIdFlusher(EntityViewManagerImpl evm, Map<Object, EntityViewUpdaterImpl> localCache, ViewType<?> viewType, ViewToEntityMapper viewToEntityMapper) static DirtyAttributeFlusher<?,Object, Object> EntityViewUpdaterImpl.createIdFlusher(EntityViewManagerImpl evm, Map<Object, EntityViewUpdaterImpl> localCache, ViewType<?> viewType, ViewToEntityMapper viewToEntityMapper, AbstractMethodAttribute<?, ?> idAttribute) -
Uses of ViewToEntityMapper in com.blazebit.persistence.view.impl.update.flush
Fields in com.blazebit.persistence.view.impl.update.flush declared as ViewToEntityMapperModifier and TypeFieldDescriptionprotected final ViewToEntityMapperUpdateCollectionElementAttributeFlusher.viewToEntityMapperMethods in com.blazebit.persistence.view.impl.update.flush that return ViewToEntityMapperModifier and TypeMethodDescriptionSimpleMapViewToEntityMapper.getKeyMapper()TypeDescriptor.getLoadOnlyViewToEntityMapper()SimpleMapViewToEntityMapper.getValueMapper()EmbeddableAttributeFlusher.getViewToEntityMapper()TypeDescriptor.getViewToEntityMapper()Methods in com.blazebit.persistence.view.impl.update.flush with parameters of type ViewToEntityMapperModifier and TypeMethodDescriptionprotected booleanCollectionAttributeFlusher.executeActions(UpdateContext context, Collection<Object> jpaCollection, List<CollectionAction<Collection<?>>> actions, ViewToEntityMapper mapper) static TypeDescriptorTypeDescriptor.forInverseAttribute(ViewToEntityMapper viewToEntityMapper) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type ViewToEntityMapperModifierConstructorDescriptionCompositeAttributeFlusher(EntityViewManagerImpl evm, Class<?> viewType, Class<?> entityClass, javax.persistence.metamodel.ManagedType<?> managedType, boolean persistable, ViewMapper<Object, Object> persistViewMapper, javax.persistence.metamodel.SingularAttribute<?, ?> jpaIdAttribute, javax.persistence.metamodel.SingularAttribute<?, ?> viewIdMappingAttribute, AttributeAccessor entityIdAccessor, ViewToEntityMapper viewIdMapper, AttributeAccessor viewIdAccessor, EntityTupleizer tupleizer, EntityLoader jpaIdInstantiator, ObjectBuilder<Object> idViewBuilder, DirtyAttributeFlusher<?, Object, Object> idFlusher, VersionAttributeFlusher<Object, Object> versionFlusher, String lockOwner, UnmappedAttributeCascadeDeleter[] cascadeDeleteUnmappedFlushers, UnmappedAttributeCascadeDeleter[][] flusherWiseCascadeDeleteUnmappedFlushers, DirtyAttributeFlusher[] flushers, FlushMode flushMode, FlushStrategy flushStrategy) FusedCollectionElementActions(ViewToEntityMapper loadOnlyViewToEntityMapper, Map<Object, Object> removed, Map<Object, Object> added) FusedMapActions(ViewToEntityMapper keyViewToEntityMapper, List<? extends MapAction<?>> collectionActions) InverseFlusher(Class<?> parentEntityClass, String attributeName, String parentIdAttributeName, String childIdAttributeName, Class<?> childIdViewClass, UnmappedAttributeCascadeDeleter deleter, ViewToEntityMapper parentReferenceViewToEntityMapper, DirtyAttributeFlusher<?, E, Object> parentReferenceAttributeFlusher, Mapper<E, Object> parentEntityOnChildViewMapper, TargetViewClassBasedInverseViewToEntityMapper childViewToEntityMapper, ViewToEntityMapper childReferenceViewToEntityMapper, Mapper<E, Object> parentEntityOnChildEntityMapper, InverseEntityToEntityMapper childEntityToEntityMapper) PostFlushViewToEntityMapperDeleter(ViewToEntityMapper viewToEntityMapper, Object object) SimpleMapViewToEntityMapper(ViewToEntityMapper keyMapper, ViewToEntityMapper valueMapper) SubviewAttributeFlusher(String attributeName, String mapping, boolean optimisticLockProtected, boolean updatable, boolean cascadeDelete, boolean orphanRemoval, boolean viewOnlyDeleteCascaded, TypeConverter<?, ?> converter, boolean fetch, String[] elementIdAttributePaths, String parameterName, boolean passThrough, boolean isEmbedded, AttributeAccessor entityAttributeAccessor, InitialValueAttributeAccessor viewAttributeAccessor, AttributeAccessor subviewIdAccessor, ViewToEntityMapper viewToEntityMapper, InverseFlusher<E> inverseFlusher, InverseRemoveStrategy inverseRemoveStrategy) TypeDescriptor(boolean mutable, boolean identifiable, boolean jpaManaged, boolean jpaEntity, boolean shouldJpaMerge, boolean shouldJpaPersist, boolean cascadePersist, boolean cascadeUpdate, String entityIdAttributeName, String attributeIdAttributeName, Class<?> jpaType, TypeConverter<Object, Object> converter, BasicUserType<Object> basicUserType, EntityToEntityMapper entityToEntityMapper, ViewToEntityMapper viewToEntityMapper, ViewToEntityMapper loadOnlyViewToEntityMapper) UpdateCollectionElementAttributeFlusher(DirtyAttributeFlusher<?, E, V> nestedGraphNode, Object element, boolean optimisticLockProtected, ViewToEntityMapper viewToEntityMapper) ViewCollectionRemoveListener(ViewToEntityMapper viewToEntityMapper) ViewTypeCascadeDeleter(ViewToEntityMapper viewToEntityMapper)