To explain a bit more, I am trying to generate my changelog from my hibernate files. If I put a simple id field it works great but as soon as I do a composite-id, it fails. I have a relation A-----[order]------B so I need to map a table with A_id, B_id + my parameter [order]. Liquibase-hibernate can't seem to be able to generate a changelog from that.
↧