-->
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: Upgrade to 3, Problem with Schema table column ordering
PostPosted: Wed Jun 13, 2007 1:25 pm 
Newbie

Joined: Wed Jun 13, 2007 1:10 pm
Posts: 2
Location: London, UK
Hi All,

We've upgraded from an older version of hibernate to the latest and greatest only to discover that we have a problem when we try to migrate the data (100M + rows :~ ) The causes seems to lie with the schema created. The two schemes produce different coloum ordering for the bean properties. Therefore wondering if anyone has encountered the same problem and if they managed to solve this, how did they go about. I have had a look at docs but couldn't see anything that could enlighten me. I'm sorry if the answer to this is obvious, I'm new to hibernate.

Thanks in advance for any help.


Top
 Profile  
 
 Post subject: Re: Upgrade to 3, Problem with Schema table column ordering
PostPosted: Mon Jun 18, 2007 7:29 am 
Newbie

Joined: Fri May 04, 2007 8:14 am
Posts: 4
Blade_The_DayWalker wrote:
The causes seems to lie with the schema created. The two schemes produce different coloum ordering for the bean properties. Therefore wondering if anyone has encountered the same problem and if they managed to solve this, how did they go about.

The order of columns isn't deterministic, since hbm2ddl (the schema generator) stores columns in a HashMap (see org.hibernate.tool.hbm2ddl.TableMetadata). If you have code that relies on a particular ordering of columns, it needs fixing ;-)


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.