Use Flyway with JPA/Hibernate entities in IntelliJ IDEA | JPA Buddy

preview_player
Показать описание
#jpa #hibernate #flyway #eclipselink #intellijidea #java #kotlin #jpabuddy #database

Versioned & Init Flyway migration generation are extremely useful features that save a lot of time from routine work. Init schema Flyway migration action helps developers to generate a database schema from scratch. It can use your JPA entities or existing database as a source. As a result, you will get a Flyway migration with all required commands for schema initialization. By using Versioned Flyway migration action, you can automatically generate a Flyway migration that contains all required code to update the database, so it complies with your JPA model.

00:00 – Introduction
00:39 – Application overview
00:57 – Generating Flyway init migration
01:54 – Adding changes to the JPA data model
02:53 – Generating Flyway versioned migration
04:22 – Thank you!

JPA Buddy is an IntelliJ IDEA plugin that helps developers work efficiently with Hibernate, EclipseLink, Spring Data JPA, Flyway, Liquibase, Lombok, MapStruct, and other related technologies in both Java and Kotlin.

The plugin is intended to:
– Lower barrier to entry into development with JPA
– Boost developer’s productivity
– Make sure your code follows best practices

JPA Buddy delivers:
– Intuitive wizards to work with JPA
– Automatic database versioning changelog generation
– Smart inspections to make the code better
– JPA Entities generation based on tables (reverse engineering)
– Visual DTO designer and mapper code generator

You can use JPA Buddy in any project with Spring Boot, Jakarta Enterprise Edition, Quarkus, Micronaut, or even without any framework.

Join us:
Рекомендации по теме
Комментарии
Автор

i can see jpa designer but not jpa explorer. and inside designer, I can only see flyway java migration but not flyway init migration please help ;(

VasanthKumar-nupx
Автор

I can't execute migration script, because there is no flyway group in side menu. I'm using maven. I've tried to add flyway plugin for maven, but it's still no special menu.

ЕвгенийВасильев-щв
Автор

Hi is there any major difference using Maven?

Vdkn