java - Entity with @Column length greater than 255 characters -
since default 255 how specify "infinite" length hold info such huge text? should not vendor specific solution such "columndefinition" property.
try "text" (lob) http://www.postgresql.org/docs/8.0/static/datatype-character.html
@lob @type(type = "org.hibernate.type.texttype")
java sql hibernate postgresql java-ee
No comments:
Post a Comment