-->
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: merging/update based on alternative key?
PostPosted: Fri Apr 29, 2005 10:47 am 
Newbie

Joined: Thu Apr 28, 2005 7:22 am
Posts: 3
I have a mapping as follows...

Code:
   <class entity-name="Author" table="Author" node="content">
      <id name="id" type="integer">
         <column name="AUTHOR_ID" not-null="true" />
         <generator class="identity" />
      </id>
      <property name="email" column="email" node="author" type="string" unique="true" />
   </class>


so my Author class has a db generated surrogate key for joins etc but I want to be able to update data in the db based on an alternative key, email address? Is this possible? How would I go about it if so. Thankyou in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 02, 2005 7:05 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
You'll have to do a query to get the object. Note that the query can be cached.

_________________
Emmanuel


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.