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: Copy Data from one table to another
PostPosted: Wed Feb 08, 2006 11:56 am 
Newbie

Joined: Wed Feb 08, 2006 11:27 am
Posts: 2
Can Any one help me with copying the data from table to another table, which has the same schema using Hibernate and Struts.

Thanks in advance!

NPR


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 08, 2006 4:01 pm 
Regular
Regular

Joined: Wed Feb 08, 2006 3:59 pm
Posts: 75
Take a look at Session.replicate()


Top
 Profile  
 
 Post subject: Re: Copy Data from one table to another
PostPosted: Wed Feb 08, 2006 4:12 pm 
Expert
Expert

Joined: Mon Feb 14, 2005 12:32 pm
Posts: 609
Location: Atlanta, GA - USA
NPR28 wrote:
Can Any one help me with copying the data from table to another table, which has the same schema using Hibernate and Struts.

Thanks in advance!

NPR


Session.replicate() is more appropriate for copying data from a Table in one Database to the same Table in another database.

What exactly are you trying to do ? Can you provide an example ?

_________________
Preston

Please don't forget to give credit if/when you get helpful information.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 08, 2006 6:29 pm 
Newbie

Joined: Wed Feb 08, 2006 11:27 am
Posts: 2
I am trying to access the data from a table and if the specified conditions are satisfied the I am trying to copy few rows of the data from that table into a new table (which has a new name but the same schema) from the same database.

Thanks a lot!
NPR


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.