string « Schema « JPA Q&A





1. JPA, schema export, and unlimited string column length    forum.hibernate.org

Hi, I'm using JPA 1 with Hibernate/JBoss5.1.0.GA as my provider. I have a few entities with String fields that need to be mapped to columns without length restrictions. I haven't seen any JPA documentation that describes a way to remove the character length restriction other than picking some arbitrarily large number. Since we always use PostgreSQL in our production and development ...