Hibernate without hibernate.cfg.xml

The documentation states that a hibernate.cfg.xml file is required to use Liquibase-Hibernate. However we don’t have this file in our environment…is there a way to use Liquibase without the config file?

Yes, we would also like to generate changsets from JPA annotations.