I am using the following:
– mssql 2000.
– eclipse 3.2.1
– hibernate synchronizer 3.1.9
I want to generate the mapping file for a database view using H/Synchronizer, but only the tables are being presented on a refresh, i.e. no db views. The Hibernate documentation says that Hibernate supports views, but does Synchroniser?. If it does, are there any caveats?
I have used the same logins and permissions for the views as I have for the tables.
Thanks in Advance