Monday, April 25, 2005
Hibernate DB Generation From Mapping Files
I use AppFuse to develop my Web Applications. So, I allow my Hibernate mapping files to generate my database for me. I always wanted to know how to get Hibernate to generate a TEXT field in MySQL. I have to type in: length="2147483647" in my mapping for a TEXT field. The answer can also be found in the Hibernate Documentation on the Hibernate website.
