-->
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: makePersistent=saveOrUpdate, but what about save and Update
PostPosted: Thu Aug 30, 2007 6:45 pm 
Newbie

Joined: Tue Feb 20, 2007 9:42 am
Posts: 1
Location: Santiago, Chile
The In Action Hibernate book folks offer us examples
of classes with the method names of makePersistent
which will call the HibernateUtil.getSession().saveOrUpdate.

But sometimes you only are interested in saving data. If
the data already exists you need to throw an error.
Therefore you are obligated to call HibernateUtil.getSession().save

Other times you only want to Update. If the data doesn´t
exist you you need to throw an error.
So you need to call the HibernateUtil.getSession().Update

Shouldn´t the folks at Hibernate in Action have offered us

makePersistentSaveOnly and a makePersistentUpdateOnly methods.

Shouldn´t these be included in the GenericHibernateDAO in Hibernate 3?


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.