You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by johnament <gi...@git.apache.org> on 2016/06/02 11:41:55 UTC

[GitHub] deltaspike pull request #52: [DELTASPIKE-1160] Enable other Entity types as ...

Github user johnament commented on a diff in the pull request:

    https://github.com/apache/deltaspike/pull/52#discussion_r65524383
  
    --- Diff: deltaspike/modules/data/impl/src/main/java/org/apache/deltaspike/data/impl/builder/AnnotatedQueryBuilder.java ---
    @@ -88,4 +83,12 @@ else if (query.isNative())
             return context.applyRestrictions(result);
         }
     
    +    private Class<?> getMethodResultEntityClass(Method m){
    --- End diff --
    
    HI Danny, good catch, thats what happens when I'm looking at this too late in the evening.
    
    Can you please commit this all under the original ticket?  and can you expand this method to check for collection types?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---