I am aware of liquibase:diff
which could give me the difference scripts between my databases.
I am trying to generate the difference scripts between my database and my jpa entity
.
I have my hibernate orm.xml
of my jpa entity
and I want to find out the difference scripts using liquibase-hibernate plugin.
Is this possible, if so how can it be achieved?