#1460 - ENH: Add FetchGroup ... as a mechanism to specify select() + fetch() separately from Query

Change to add generics for FetchGroup
This commit is contained in:
rob bygrave
2018-08-02 23:18:44 +12:00
parent ec7e4e4935
commit 6d0556a120
11 changed files with 81 additions and 63 deletions
@@ -6,7 +6,7 @@ import io.ebeaninternal.server.querydefn.SpiFetchGroup;
/**
* Default FetchGroup implementation.
*/
class DFetchGroup implements SpiFetchGroup {
class DFetchGroup<T> implements SpiFetchGroup<T> {
private final OrmQueryDetail detail;