You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2012/11/12 08:36:11 UTC

[jira] [Updated] (GORA-179) Modify the Query interface to be Query to be more precise

     [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra updated GORA-179:
-------------------------------

    Attachment: GORA-179.patch
    
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira