-->
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: "outerjoinable" version? (community support reques
PostPosted: Thu Nov 04, 2004 9:25 am 
Expert
Expert

Joined: Tue Oct 05, 2004 9:45 am
Posts: 263
Hibernate version: cvs-snapshot

hi,

and again i have a strange question :) knowing that this is absolutly not a 'normal' issue ... but it could safe me a lot of problems working with hiberante because the legacy-db i'm using has some funny characteristics :)

History:
- changing anything at existing tables is not allowed
- using versioning is only possible in an extra table ... (that means that i (have to doublicate the amount of tables)
- there're more than 10 mio entries in the db without knowing something like a version-column

The big Problem is, that i must insert a version-entry for each db-entry ... that's a lot ...

A possibility for me could be, loading data without version-information ... detecting missing versions and writing one by seperate insert-statement and update my entity-object. Now, i can use versioning ...

That's my idea ... but i cannot do this with hibernate ... or?

Is there a possibility to use versioning without the necessity that the version-information is allready in db? Currently i only figured out to extend a Version-Class ... but that won't work with entries where no version-column is available ...

A little support would be great ;)

thx!
curio


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.