-->
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: Reverse Engineering INTEGER columns --> java long variables?
PostPosted: Tue Feb 15, 2011 12:23 pm 
Beginner
Beginner

Joined: Wed Oct 08, 2008 10:59 am
Posts: 37
When I reverse engineer given database tables with several INTEGER based columns then all these
INTEGER columns are auto-mapped/converted onto java.lang.Integer variables in persistence objects

How can I adjust/tell Hibernate Tools to use (automatically) "long" values instead?

Or do I really have to manually change this in the hbm.xml files and java classes?

Peter


Top
 Profile  
 
 Post subject: Re: Reverse Engineering INTEGER columns --> java long variables?
PostPosted: Tue Feb 15, 2011 12:48 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
use the type column in reveng.xml.

btw. it happens because the type in the table is set to be optional thus the entity needs to be able to represent null.

_________________
Max
Don't forget to rate


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.