I'm using the property hibernate.hbm2ddl.auto with a value of 'update' to auto create schemas on deployment.
However, I have created a number of views and mapped the views to entity beans. What I find is that (obviously) if these views don't exist then jboss creates them as tables instead. Is there a way to specify an entity to not be created? Also, where is the documentation for properties such as hibernate.hbm2ddl.auto Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971162#3971162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971162 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
