Interface QueryExecutor
-
public interface QueryExecutor- Since:
- 2.5.0
- Author:
- Martin Schumacher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ExecutableQuery executableQuery)longexecute(UpdatebleQuery updatebleQuery)longexecuteAndReturnKey(Insert insert)<T> SelectQueryExecutor<T>select(RowExtractor<T> rowMapper)<T> SelectQueryExecutor<T>select(Class<T> elementType)
-
-
-
Method Detail
-
select
<T> SelectQueryExecutor<T> select(RowExtractor<T> rowMapper)
-
select
<T> SelectQueryExecutor<T> select(Class<T> elementType)
-
execute
long execute(UpdatebleQuery updatebleQuery)
-
executeAndReturnKey
long executeAndReturnKey(Insert insert)
-
execute
void execute(ExecutableQuery executableQuery)
-
-