Interface SelectQueryExecutor<T>
-
public interface SelectQueryExecutor<T>- Since:
- 2.5.0
- Author:
- Martin Schumacher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>query(Query select)TqueryExactOne(Query query)Optional<T>queryOne(Query select)
-