0 Replies Latest reply on Sep 12, 2006 9:49 PM by gommo

    Disable auto creating for views

    gommo

      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