JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.binis.codegen.spring.query
Interface QueryFetch<R,T>
public interface
QueryFetch<R,T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
fetch
()
R
in
(
List
<
T
> list)
R
in
(
Queryable
query)
R
leftFetch
()
Method Details
fetch
R
fetch
()
leftFetch
R
leftFetch
()
in
R
in
(
List
<
T
> list)
in
R
in
(
Queryable
query)