Top "Liquibase-hibernate" questions

Liquibase plugin for Hibernate that lets this be configured as a comparison database for Liquibase commands.

using spring boot profiles with liquibase changeset context attribute to manage changset scope

I am trying to do a proof of concept application with spring boot and liquibase. I basically want to create …

postgresql spring-boot liquibase liquibase-hibernate
Liquibase generate changelog from JPA entities

I have a Spring boot, spring data jpa project with a parent and three children modules. One of my modules …

spring-boot spring-data liquibase liquibase-hibernate
Liquibase Hibernate Plugin Does Not Work

As described here (https://github.com/liquibase/liquibase-hibernate/issues/74) I'm having an issue getting the liquibase-hibernate extension to work properly. …

java hibernate liquibase liquibase-hibernate
Is there a way to convert SQL queries to liquibase changelog format?

I would like to know if it is possible to convert an existing SQL script into XML format of changelogs …

java sql spring-data-jpa liquibase liquibase-hibernate