Zeliang Huang [http://community.jboss.org/people/ossa] created the discussion

"Exporting DDL for production"

To view the discussion, visit: http://community.jboss.org/message/639753#639753

--------------------------------------------------------------
Hi Guys, 

I had set 
|  |  |  | <property name="hibernate.hbm2ddl.auto" value="update" /> |
for my development environment. All the tables, constraints, indexes and 
sequence are auto-created by hibernate. 

I am now preparing for production and I need to remove this auto function. 
May I know there is any way to generate the scripts that created all the 
database objects needed by JBPM. I am using Oracle 10g as my database. 

Btw, is there any way, I can tell Hibernate to use different sequence number 
for different JBPM tables? Currently all tables are using one sequence called 
HIBERNATE_SEQUENCE


thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/639753#639753]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to