public class MetadataHelper extends Object
| 构造器和说明 |
|---|
MetadataHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Serializable |
getBeanId(Object bean) |
static ColumnInfo |
getColumnByFieldName(TableInfo tableInfo,
String fieldName) |
static TableInfo |
getTableInfo(Class<?> type) |
static TableInfo |
getTableInfo(GlobalConfig config,
Class<?> type,
boolean loadIfNotExists) |
public static TableInfo getTableInfo(GlobalConfig config, Class<?> type, boolean loadIfNotExists)
public static ColumnInfo getColumnByFieldName(TableInfo tableInfo, String fieldName)
public static Serializable getBeanId(Object bean)
Copyright © 2024. All rights reserved.