-->
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: SaveOrUpdate
PostPosted: Sat Dec 01, 2012 12:12 am 
Newbie

Joined: Sat Dec 01, 2012 12:01 am
Posts: 3
Any example using following SaveOrUpdate API.


Code:
saveOrUpdate

void saveOrUpdate(String entityName,
                  Object object)
                  throws HibernateException Either save(String, Object) or update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
This operation cascades to associated instances if the association is mapped with cascade="save-update".


Parameters:object - a transient or detached instance containing new or updated state Throws: HibernateExceptionSee Also:save(String,Object), update(String,Object)


I am trying to copy a record into backup table. Both table will have same structure.


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.