jsr338-experts@jpa-spec.java.net

[jsr338-experts] Nationalized character data

From: Steve Ebersole <steve.ebersole_at_redhat.com>
Date: Tue, 22 May 2012 16:07:48 -0500

I apologize if I missed reference to this in previous 2.1 discussions.

Has there been discussion about support for nationalized character data
(nvarchar, nchar, nclob) mappings in 2.1? These are new types
standardized in JDBC 4. Handling them differently is important in both:
(1) read and write operations
(2) DDL exporting

I'd love to see a @Nationalized annotation that can be applied to
properties that correspond to character data.