Uses of Interface
com.blazebit.persistence.view.impl.entity.EntityToEntityMapper
Packages that use EntityToEntityMapper
Package
Description
-
Uses of EntityToEntityMapper in com.blazebit.persistence.view.impl.entity
Classes in com.blazebit.persistence.view.impl.entity that implement EntityToEntityMapperModifier and TypeClassDescriptionclassclassclass -
Uses of EntityToEntityMapper in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return EntityToEntityMapperConstructors in com.blazebit.persistence.view.impl.update.flush with parameters of type EntityToEntityMapperModifierConstructorDescriptionTypeDescriptor(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)