Reputation: 2403
Since the default is 255 how would I specify an "infinite" length to hold information such as a huge text? It should not be a vendor specific solution such as the "columnDefinition" property.
Upvotes: 3
Views: 2949
Reputation: 1178
Try a "text" (lob) http://www.postgresql.org/docs/8.0/static/datatype-character.html
@Lob
@Type(type = "org.hibernate.type.TextType")
Upvotes: 6