| 构造器和说明 |
|---|
Builder(boolean isId,
String index) |
Builder(boolean isId,
String index,
SelectCache selectCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result |
build() |
<E> Result.Builder<T> |
column(kotlin.reflect.KProperty<?> column) |
Result.Builder<T> |
javaType(Class<?> javaType) |
Result.Builder<T> |
jdbcType(org.apache.ibatis.type.JdbcType jdbcType) |
Result.Builder<T> |
property(kotlin.reflect.KProperty<?> property) |
public Builder(boolean isId,
String index)
public Builder(boolean isId,
String index,
SelectCache selectCache)
public Result.Builder<T> property(kotlin.reflect.KProperty<?> property)
public <E> Result.Builder<T> column(kotlin.reflect.KProperty<?> column)
public Result.Builder<T> javaType(Class<?> javaType)
public Result.Builder<T> jdbcType(org.apache.ibatis.type.JdbcType jdbcType)
public Result build()
Copyright © 2023. All rights reserved.