-->
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: how to take advantage of MySQL UPDATE using HQL?
PostPosted: Fri May 04, 2007 4:54 pm 
Newbie

Joined: Fri May 04, 2007 4:38 pm
Posts: 1
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3.2

Name and version of the database you are using: MySQL 5.0

Hi,


How do I force Hibernate to take advantage of multiple table updates in MySQL

Pretty much I have an object A that has a composite key to the object B and C

I would imagine that MySQL dialect of HQL should allow to do this:

update
A a
join a.id.B b
set
a.propertyA = value
where
b.propertyB = condition

but I get
"expected 'set', got 'join'"

Thank you!


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.