Plan to implement this through added @Nationalized annotation.
So that:
@Lob
@Nationalized
String someAtribute;
is interpreted as NCLOB;
@Nationalized
String someAtribute;
is interpreted as NVARCHAR;
etc
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Plan to implement this through added @Nationalized annotation.
So that:
@Lob @Nationalized String someAtribute;
is interpreted as NCLOB;
@Nationalized String someAtribute;
is interpreted as NVARCHAR;
etc