public class TableInfoFactory extends Object
Modifier and Type | Field and Description |
---|---|
static Set<Class<?>> |
defaultSupportColumnTypes |
Modifier and Type | Method and Description |
---|---|
static List<Field> |
getColumnFields(Class<?> entityClass) |
static void |
init(String mapperPackageName)
用于解决 https://github.com/mybatis-flex/mybatis-flex/pull/376 的问题
|
static TableInfo |
ofEntityClass(Class<?> entityClass) |
static TableInfo |
ofMapperClass(Class<?> mapperClass) |
static TableInfo |
ofTableName(String tableName) |
public static void init(String mapperPackageName)
mapperPackageName
- mapper 的包名Copyright © 2024. All rights reserved.