-->
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.  [ 2 posts ] 
Author Message
 Post subject: MySQL on duplicate key update and EntityManager
PostPosted: Thu May 22, 2008 5:31 am 
Newbie

Joined: Tue Nov 27, 2007 5:29 am
Posts: 9
I'm trying out this;
Code:
entityManager.createNativeQuery("insert into resource_hits (portal_id, hour, resource, hits) values (:portalId,:hour,:resource,:hits) on duplicate key update hits=hits+:hits");


This gets translated to;
Hibernate: insert into resource_hits (hits, resource, hour, portal_id) values (?, ?, ?, ?)


Wonder why that duplicate key part is thrown out?


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 22, 2008 5:48 am 
Newbie

Joined: Tue Nov 27, 2007 5:29 am
Posts: 9
Ok,lets drop this. Works ok. Config error.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.