Uses of Interface
io.ebean.CancelableQuery
-
Packages that use CancelableQuery Package Description io.ebean io.ebean.service -
-
Uses of CancelableQuery in io.ebean
Subinterfaces of CancelableQuery in io.ebean Modifier and Type Interface Description interfaceDtoQuery<T>Query for performing native SQL queries that return DTO Bean's.interfaceQuery<T>Object relational query for finding a List, Set, Map or single entity bean.interfaceSqlQueryQuery object for performing native SQL queries that return SqlRow or directly read ResultSet using a RowMapper. -
Uses of CancelableQuery in io.ebean.service
Subinterfaces of CancelableQuery in io.ebean.service Modifier and Type Interface Description interfaceSpiFetchGroupQuery<T>Extension of Query to build FetchGroup via query beans.
-