- Enclosing class:
- Result
public static class Result.Builder<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
column(kotlin.reflect.KProperty<?> column)
jdbcType(org.apache.ibatis.type.JdbcType jdbcType)
property(kotlin.reflect.KProperty<?> property)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder(boolean isId,
String index)
-
-
Method Details
-
-
-
-
jdbcType
public Result.Builder<T> jdbcType(org.apache.ibatis.type.JdbcType jdbcType)
-