public class TableField extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,R> TableField |
of(Integer tableIndex,
GetterFunction<T,R> getter) |
static TableField |
of(Integer tableIndex,
String fieldName) |
static <T,R> TableField |
of(String tableAlias,
GetterFunction<T,R> getter) |
static TableField |
of(String tableAlias,
String fieldName) |
public static TableField of(Integer tableIndex, String fieldName)
public static TableField of(String tableAlias, String fieldName)
public static <T,R> TableField of(Integer tableIndex, GetterFunction<T,R> getter)
public static <T,R> TableField of(String tableAlias, GetterFunction<T,R> getter)
Copyright © 2024 fossc. All rights reserved.