Hibernate column as TEXT
801682Apr 9 2011 — edited May 2 2011hello,
How can I specify the type of hibernate column? In my entity I create parameter as String for e.g. private String param;
When I try to insert a long string it gives me an exception that value is too long, I cant find anywhere how to makle column as text?