| 构造器和说明 |
|---|
Builder(boolean isId,
String index) |
Builder(boolean isId,
String index,
SelectCache selectCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result |
build() |
<E> Result.Builder<T> |
column(com.baomidou.mybatisplus.core.toolkit.support.SFunction<E,?> column) |
Result.Builder<T> |
javaType(Class<?> javaType) |
Result.Builder<T> |
jdbcType(org.apache.ibatis.type.JdbcType jdbcType) |
Result.Builder<T> |
property(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> property) |
public Builder(boolean isId,
String index)
public Builder(boolean isId,
String index,
SelectCache selectCache)
public Result.Builder<T> property(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> property)
public <E> Result.Builder<T> column(com.baomidou.mybatisplus.core.toolkit.support.SFunction<E,?> 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.