Henry Saputra created GORA-179:
----------------------------------

             Summary: 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


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

Reply via email to