# diffChangeLog not working with Hibernate Views

**URL:** https://forum.liquibase.org/t/diffchangelog-not-working-with-hibernate-views/2626
**Category:** Liquibase Development
**Created:** [March 19, 2013, 2:56am UTC](https://forum.liquibase.org/t/diffchangelog-not-working-with-hibernate-views/2626 "2013-03-19T02:56:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![anshuiitk](https://avatars.discourse-cdn.com/v4/letter/a/df705f/32.png) [@anshuiitk](https://forum.liquibase.org/u/anshuiitk)
#### Post date: [March 19, 2013, 2:56am UTC](https://forum.liquibase.org/t/diffchangelog-not-working-with-hibernate-views/2626/1 "2013-03-19T02:56:00Z")

</div>

Hello Guys, Need Help.

Just started evaluating liquibase, and its excellent.&nbsp;

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) :&nbsp;

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&nbsp;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,
