[Hibernate] hibernate type mapping and JPA
manipulate how Hibernate maps boolean type, e.g. java.lang.Boolean = TINYINT(1) instead of java.lang.Boolean = BIT? Kind regards, Lieven DOCLO - This SF.net email is sponsored by: Splunk Inc. Still grepping through log file
Re: [Hibernate] hibernate type mapping and JPA
Nevermind, We found out we need to subclass the MySQLDialect class we're using and manipulate the type mapping over there... Thx, Lieven Lieven Doclo schreef: > Hi guys, > > Does anyone of you know how to manipulate the type mapping system in > Hibernate when it come