persistence@glassfish.java.net

String Persistence Strategies

From: Shelley <randomshelley_at_gmail.com>
Date: Wed, 5 Sep 2007 12:08:19 -0700 (PDT)

I'm interested in strategies for persisting/mapping java.lang.String objects.
The majority of RDBMS support VARCHAR data types with a maximum length of
255; however, since the length of a java.lang.String is unbounded, this
creates a problem with ORM mappings.

What strategies have been used to overcome this data type inconsistency in
Java Persistence / ORM applications?
-- 
View this message in context: http://www.nabble.com/String-Persistence-Strategies-tf4387515.html#a12508916
Sent from the java.net - glassfish persistence mailing list archive at Nabble.com.