Uses of Interface
nl.datasteel.crudcraft.runtime.mapper.EntityMapper
Packages that use EntityMapper
Package
Description
-
Uses of EntityMapper in nl.datasteel.crudcraft.runtime.service
Fields in nl.datasteel.crudcraft.runtime.service declared as EntityMapperModifier and TypeFieldDescriptionAbstractCrudService.mapper
The mapper used to convert between entity and DTOs.Constructors in nl.datasteel.crudcraft.runtime.service with parameters of type EntityMapperModifierConstructorDescriptionprotected
AbstractCrudService
(org.springframework.data.jpa.repository.JpaRepository<T, ID> repository, EntityMapper<T, U, R, F, ID> mapper, Class<T> entityClass, Class<R> responseClass, Class<F> refClass) Constructor to initialize the service with repository, mapper, and entity classes. -
Uses of EntityMapper in nl.datasteel.crudcraft.runtime.service.strategy
Constructors in nl.datasteel.crudcraft.runtime.service.strategy with parameters of type EntityMapperModifierConstructorDescriptionQuerydslExecutionStrategy
(org.springframework.data.querydsl.QuerydslPredicateExecutor<T> repository, EntityMapper<T, ?, R, F, ?> mapper, Class<R> responseClass, Class<F> refClass, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T> specRepository) Constructs a new execution strategy using the provided repository.