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.