| Package | Description |
|---|---|
| app.myoss.cloud.mybatis.type |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumValueTypeHandler<E extends Enum<?> & EnumValue>
如果枚举class实现了
EnumValue 接口,用于映射 "数据库中字段的值" 和 "java枚举" 的关系。 |
| Modifier and Type | Method and Description |
|---|---|
void |
EnumValueTypeHandler.setNonNullParameter(PreparedStatement ps,
int i,
EnumValue parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
Copyright © 2018–2022. All rights reserved.