-->
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: updating discriminator value for a composite
PostPosted: Wed Mar 31, 2004 5:21 am 
Newbie

Joined: Wed Mar 31, 2004 5:14 am
Posts: 4
Is it possible to change a discriminator value for a persisted object? I have designed tree using the composit pattern with the thee classes element, leaf and node. Leaf and node are subclasses of element. My problem is, I have to put a new leaf on an persisted leaf, so this leaf have to become a node with the same Id, because other object references to it. Creating a new node with the same attibutes as the leaf updates all attibutes except for the discriminator.
How can I solve this problem?

Many thanks in advance.
katie


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 31, 2004 6:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Use direct JDBC. Objects cannot "change classes" in Java.


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.