-->
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.  [ 4 posts ] 
Author Message
 Post subject: Need DDL for examples for MySQL v4 and Hibernate Version 2.1
PostPosted: Tue Apr 13, 2004 9:54 am 
Newbie

Joined: Tue Apr 13, 2004 9:47 am
Posts: 4
Location: Atlanta, Ga
I am brand new to Hibernate as of today. I need to find the DDL for the example code so I can create the tables properly in MySQL. What I want to do is run the eample then convert it to a struts application using a DAO pattern then eventually Session Facade with DAO. This is for a proof of concept to determine what can and cannot be done with Hiabernate. Would also appreciate any web code that someone has done with this already.

Thanks.


Top
 Profile  
 
 Post subject: Which example application are you talking about?
PostPosted: Wed Apr 14, 2004 8:49 pm 
Beginner
Beginner

Joined: Mon Mar 22, 2004 9:37 am
Posts: 22
Location: Willow Grove, PA
Also, hibernate can be set to automatically create the schema for you (i.e. you don't have to have the ddl).

Matt


Top
 Profile  
 
 Post subject: fyi
PostPosted: Wed Apr 14, 2004 10:42 pm 
Beginner
Beginner

Joined: Mon Mar 22, 2004 9:37 am
Posts: 22
Location: Willow Grove, PA
see hibernate.properties

## auto schema export

#hibernate.hbm2ddl.auto create-drop
#hibernate.hbm2ddl.auto create
#hibernate.hbm2ddl.auto update
if you are interested in creating the database tables on the fly.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 15, 2004 8:50 am 
Newbie

Joined: Tue Apr 13, 2004 9:47 am
Posts: 4
Location: Atlanta, Ga
Thanks, was able to track down and get the example running with your help. Now I have to turn it into a Web program.

John


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.