Interface CustomSqlExecution<Mapper,ResultType>
-
public interface CustomSqlExecution<Mapper,ResultType>- Author:
- jbarrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultTypeexecute(Mapper mapper)Class<Mapper>getMapperClass()
-
-
-
Method Detail
-
execute
ResultType execute(Mapper mapper)
-
-