You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2016/05/30 21:00:15 UTC

[jira] [Created] (DELTASPIKE-1158) It is not possible to override methods defined within delegates

John D. Ament created DELTASPIKE-1158:
-----------------------------------------

             Summary: It is not possible to override methods defined within delegates
                 Key: DELTASPIKE-1158
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1158
             Project: DeltaSpike
          Issue Type: Bug
    Affects Versions: 1.6.1
            Reporter: John D. Ament
            Assignee: John D. Ament
             Fix For: 1.6.2


While looking at DELTASPIKE-1157, I found that its not actually possible to define a custom findBy method directly in a repository.  It probably works if you have a generic layer between your repositories and DeltaSpike, e.g.

```
public abstract class CustomRepo<E,PK> extends AbstractEntityRepository<E, PK>
```

The delegate method doesn't work properly due to bad match on the return types.  Attached is a test case that proves it (ignore the query hints part)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)