SQLBuffer code cleanup
----------------------
Key: OPENJPA-1555
URL: https://issues.apache.org/jira/browse/OPENJPA-1555
Project: OpenJPA
Issue Type: Improvement
Components: jdbc
Reporter: Michael Dick
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.