| Package | Description |
|---|---|
| io.mybatis.rui.model | |
| io.mybatis.rui.template.database |
| Modifier and Type | Method and Description |
|---|---|
static JdbcType |
JdbcType.forCode(int code) |
static JdbcType |
JdbcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcType[] |
JdbcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.addTags(Map<String,Set<JdbcType>> typeTags) |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
Database.getJavaType(@NonNull JdbcType jdbcType)
获取 jdbcType 对应的 javaType
|
Copyright © 2023. All rights reserved.