Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
Description
At http://cayenne.apache.org/doc/scripting-sqltemplate.html which is Cayenne 3.0 doc there is a line
SQLTemplate update = new SQLTemplate(Artist.class, sql, false);
which can not be compiled under 3.0 as the third parameter is removed from 3.0 API.