diffChangeLog not working with Hibernate Views

Hello Guys, Need Help.


Just started evaluating liquibase, and its excellent. 


I am using diffChangeLog, with hibernate config files against oracle db. Oracle db has views and so does the hibernate config file as database objects (like below) : 

CREATE VIEW TEST_VIEW …


But with Hibernate extension, it looks like it does not considers views from hibernate config files. The snapshot from hibernate database has no views when built … its probably not evaluating views in hbm files in the file HibernateDatabaseSnapshotGenerator, can someone help with a sample code to generate such views or provide hints so that I could extend that class and add view definition to the snapshot ?


Thanks,