-->
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: Storing records w/o mapping
PostPosted: Tue Jun 30, 2009 8:36 am 
Beginner
Beginner

Joined: Fri Jul 20, 2007 10:38 am
Posts: 49
Hi there...

I need to load/store/delete a single String value in a table (one column). I didn't want to go through the ORM stuff because of the simplicity of the needs. So I thought I could use getSession().createSQLQuery("...").executeUpdate() but it bounces me off saying "Update queries only supported through HQL".

From the Hibernate Reference Documentation ($16) and examples from the web I get the impression that it should work, but it goes a little back and forth so I'm not sure anymore.

Anyway, I moved to createQuery("...").executeUpdate() but I can't start with "INSERT".

I'm sure there's an easy way of doing this but apparently I'm looking in the wrong direction. Can anyone help me out?

Thanks,
Lino


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.