Package com.github.yulichang.toolkit
Class SqlHelper
java.lang.Object
com.github.yulichang.toolkit.SqlHelper
- Since:
- 1.4.4
- Author:
- yulichang
- See Also:
-
SqlHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R,T> R exec(Class<T> entityClass, Function<JoinMapper<T>, R> function)
-
Constructor Details
-
SqlHelper
public SqlHelper()
-
-
Method Details
-
exec
-