Im thinking about starting a java project with the idea of separate the domain classes from everything related to the persistence layer. Then, I want to use hibernate or jpa with the xml mappings configuration (in a orm.xml file) and with liquibase to control the database changes.
It would be great to use liquibase-hibernate plugin to generate the db changesets but im not sure if it is possible.
Can someone tell me if it is possible and if it is a good idea?
Thank you very much.