-->
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: DDL Validation in MySQL 5.0 whit integer(10) and char(1)
PostPosted: Fri Nov 09, 2007 6:47 am 
Newbie

Joined: Sun Oct 22, 2006 1:56 pm
Posts: 5
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:
3.2

Name and version of the database you are using:
Mysql 5.0

I am having some problems with ddl validation in a legacy database. I am using hibernate entity manager and annotations.
My ids are usually declared in mysql as integer(10) so I need a Long field to manage it. Unfortunately, using long fields makes the validator expect a bigint(10) declaration. Is there anyway to avoid this?. I am also having a problem with an enum field mapped to a char(1). Hibernate expects a varchar(255).
Hibernate works well but I must disable ddl validation.

Thanks.


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.