Description
Some (maybe many) of the methods in SQLBuffer are no longer needed. I ran into a few with the changes for OPENJPA-1118 (removing Numbers.valueOf()).
At least public appendValue(int), appendValue(int, Column), appendValue(long), and appendValue(long, Column) can take advantage of autoboxing.
Attachments
Issue Links
- relates to
-
OPENJPA-1118 code changes towards broader use of JDK5 features
- Closed