Hi,
I have looked Liquibase Hibernate Integration documentation and i saw that it uses hibernate.cfg.xml to create changelog. In my project I use Spring’s AnnotationSessionFactoryBean and its “packagesToScan” property to scan annotated entities:
So i don’t have any hibernate.cfg.xml file in which lists scanned entities one by one.
Is there any way using Hibernate integration with AnnotationSessionFactoryBean?
thanks a lot…