[
https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696546#comment-13696546
]
Hudson commented on GORA-179:
-----------------------------
Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
GORA-179 - Modify the Query interface to be Query<K, T extends Persistent>
to be more precise (Revision 4f40cc48b417cb33448b607b17fb277651cd186b)
Result = FAILURE
hsaputra :
Files :
* gora-core/src/main/java/org/apache/gora/query/Query.java
* gora-core/src/main/java/org/apache/gora/store/DataStore.java
* gora-core/src/main/java/org/apache/gora/query/impl/QueryBase.java
* gora-core/src/main/java/org/apache/gora/mapreduce/GoraMapper.java
* gora-dynamodb/src/main/java/org/apache/gora/dynamodb/query/DynamoDBResult.java
* gora-core/src/main/java/org/apache/gora/query/PartitionQuery.java
* gora-core/src/main/java/org/apache/gora/query/impl/ResultBase.java
* gora-core/src/main/java/org/apache/gora/query/ws/impl/QueryWSBase.java
* gora-core/src/main/java/org/apache/gora/query/impl/PartitionQueryImpl.java
* CHANGES.txt
* gora-core/src/main/java/org/apache/gora/query/Result.java
> 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