From d4b65da80d89bef8709ebef92bb3ac40130659e9 Mon Sep 17 00:00:00 2001 From: Andrey Oganesyan Date: Sat, 19 Feb 2022 21:29:07 +0300 Subject: [PATCH] Add JPA Buddy to Code Generators category (#965) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c2fd5f..9851c6a 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a - [JavaPoet](https://github.com/square/javapoet) - API to generate source files. - [JHipster](https://github.com/jhipster/generator-jhipster) - Yeoman source code generator for Spring Boot and AngularJS. - [Joda-Beans](https://www.joda.org/joda-beans/) - Small framework that adds queryable properties to Java, enhancing JavaBeans. +- [JPA Buddy ![c]](https://www.jpa-buddy.com) - Plugin for IntelliJ IDEA. Provides visual tools for generating JPA entities, Spring Data JPA repositories, Liquibase changelogs and SQL scripts. Offers automatic Liquibase/Flyway script generation by comparing model to DB, and reverse engineering JPA entities from DB tables. - [Lombok](https://projectlombok.org) - Code generator that aims to reduce verbosity. - [Record-Builder](https://github.com/Randgalt/record-builder) - Companion builder class, withers and templates for Java records. - [Telosys](https://www.telosys.org/) - Simple and light code generator available as an Eclipse Plugin and also as a CLI.