I�d like to clarify the current status of Liquibase (2.0) with reference to a database schema that is defined by JPA annotations.
I�m getting mixed messages on this subject from perusing the manual and the forum.
In particular, I would like to use the diffChangeLog command to generate the changeset required to update an actual schema (mysql) to the logical schema defined by a set of annotated entity classes and a persistence.xml.
Is it possible to set the referenceUrl parameter to a simple Hibernate config file that instantiates a logical schema based on the annotated classes?
If anybody can share their experiences of similar issues, I would be grateful.
Regards
Simon