Just to spit ball...
@Entity class SomeEntity { @Basic @BasicMapping( jdbcTypeCode = Types.LONGNVARCHAR, size = @Size( length = x, precision = x, scale = x ), ... ) String someStringValue; }