Align CayenneTemplate generics with Cayenne's DataContext
---------------------------------------------------------
Key: CLK-750
URL: https://issues.apache.org/jira/browse/CLK-750
Project: Click
Issue Type: Bug
Components: extras
Reporter: Bob Schellink
Assignee: Bob Schellink
Fix For: 2.3.0-RC1
Cayenne uses the following signature on DataContext:
public <T> T newObject(Class<T> persistentClass)
Click's CayenneTemplate should use the same so that no casting is required.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.