Interface IQueryPopulateProperty<T>
- Type Parameters:
T
- the type
- All Known Subinterfaces:
IQueryFluent<T>
- All Known Implementing Classes:
Query
public interface IQueryPopulateProperty<T>
interface with the next methods in the chain.
- Author:
- ajoseph
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(JdbcTemplateMapper jdbcTemplateMapper) limitOffsetClause
(String limitOffsetClause)
-
Method Details
-
where
-
orderBy
-
limitOffsetClause
-
execute
-