These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: creating database schema from ejb3
PostPosted: Wed Nov 16, 2005 5:36 am 
Newbie

Joined: Mon Aug 15, 2005 3:43 am
Posts: 15
How can I create my database schema when I am developing with ejb3 and hibernate?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 5:50 am 
Expert
Expert

Joined: Sat Oct 25, 2003 8:49 am
Posts: 490
Location: Vrhnika, Slovenia
Use in persistence.xml:

<!-- Drop and re-create the database schema on startup -->
<property name="hbm2ddl.auto">create</property>

But this is all written in the docs.
Read them?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 9:13 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
hibernate tools also provide a ant task for it.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 9:16 am 
Newbie

Joined: Mon Aug 15, 2005 3:43 am
Posts: 15
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.hbm2ddl.auto" value="create"/>
<property name="hibernate.hbm2ddl.auto" value="update"/>
none is working. Witout an error message
Could you please lead me to the ant task?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 9:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
tools.hibernate.org and use a <annotationconfiguration> with a hibernate.cfg.xml which includes the list of the classes you want to have table generate for.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.