| Interface | Description |
|---|---|
| EnumValue<T extends Serializable> |
用于获取枚举,保存在数据库中字段的值
|
| Class | Description |
|---|---|
| EnumValueAnnotationTypeHandler<E extends Enum<E>> |
如果枚举字段使用了
EnumValueMappedType 注解,用于映射 "数据库中字段的值" 和 "java枚举" 的关系。 |
| EnumValueTypeHandler<E extends Enum<?> & EnumValue> |
如果枚举class实现了
EnumValue 接口,用于映射 "数据库中字段的值" 和 "java枚举" 的关系。 |
| UnsupportedTypeHandler |
nothing to do, just for
Column.typeHandler() set default value |
| Annotation Type | Description |
|---|---|
| EnumValueMappedType |
用于获取枚举,保存在数据库中字段的值。特别注意:同一个枚举中,此注解只能使用一次,会进行唯一性校验。
|
Copyright © 2018–2022. All rights reserved.