Uses of Class
com.blazebit.persistence.view.impl.entity.InverseEntityToEntityMapper
Packages that use InverseEntityToEntityMapper
-
Uses of InverseEntityToEntityMapper in com.blazebit.persistence.view.impl.update.flush
Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type InverseEntityToEntityMapperModifierConstructorDescriptionInverseFlusher(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)