Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Migration tasks

Apostolos Samaras edited this page Sep 11, 2018 · 2 revisions
  1. Migrate DTOs to Lombok.
  2. Migrate Entity classes to Lombok.
  3. Transition to Hibernate DDL: Update Entity classes with Indexes and Cascade annotation.
  4. Integrate post-deployment Liquibase scripts execution support.
  5. Migrate custom JPQL/Native queries to Spring Repositories + QueryDSL.
  6. Migrate custom resultsets paging support to Spring's Pageable.
  7. Migrate custom mappers to Mapstruct.
  8. Migrate tests.
  9. Enable OptimisticLockException (Add version column in DTO's)
Clone this wiki locally