vote up 1 vote down star
1

liquibase is a perfect alternative to hibernate's hbm2ddl_auto property if you are using xml-mapping. But Im using JPA annotation (hibernate annotations). Is it possible to use liquibase then?

flag

2 Answers

vote up 3 vote down check

Yes, LiquiBase uses hibernate's metadata classes, which are the same whether you use xml mappings or annotations. You do need a hibernate config file to point liquibase to, but your mappings can be xml or jpa annotations.

link|flag
Could you explain a little bit more detailed, or point me to a url – Roger Jun 17 at 10:07
The liquibase hibernate documentation is at liquibase.org/manual/hibernate. Is there anything in particular you are wondering? – Nathan Voxland Aug 3 at 5:45
The source should build fine. Send me an email nathan [at] voxland.net and I can help you out – Nathan Voxland Nov 18 at 7:13
vote up 1 vote down

Thank you this helped me too ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.