You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2011/01/19 00:16:46 UTC

[jira] Created: (CLK-750) Align CayenneTemplate generics with Cayenne's DataContext

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.


[jira] Resolved: (CLK-750) Align CayenneTemplate generics with Cayenne's DataContext

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-750.
-------------------------------

    Resolution: Fixed

fixed

> 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.