-->
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.  [ 1 post ] 
Author Message
 Post subject: export multiples schemas as "create-drop" and "update"
PostPosted: Tue Apr 06, 2010 10:03 am 
Newbie

Joined: Mon Aug 31, 2009 1:19 pm
Posts: 11
Hello,

I'm developing an application (APP1) that interacts with another app(APP2) that already is in production. This interaction is by reading and writing the DB of APP2.

APP1 uses DB1 and APP2 uses DB2.

I have something like this:
Code:
@Entity
public class EntityAPP1{
...
}

@Entity
@Table(schema="DB2")
public class EntityAPP2{
....
}


I have a backup of DB2 to work in dev, but i don't know how to export DB1 as "create-drop" and DB2 as "update".


Could you help me?


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

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.