| 程序包 | 说明 |
|---|---|
| org.hswebframework.ezorm.rdb.mapping | |
| org.hswebframework.ezorm.rdb.mapping.jpa | |
| org.hswebframework.ezorm.rdb.mapping.parser |
| 限定符和类型 | 字段和说明 |
|---|---|
static FeatureId<EntityPropertyDescriptor> |
EntityPropertyDescriptor.ID |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleEntityPropertyDescriptor |
| 限定符和类型 | 方法和说明 |
|---|---|
static EntityPropertyDescriptor |
SimpleEntityPropertyDescriptor.of(PropertyDescriptor descriptor,
RDBColumnMetadata column) |
| 限定符和类型 | 方法和说明 |
|---|---|
DataType |
DefaultDataTypeResolver.resolve(EntityPropertyDescriptor descriptor) |
Optional<ValueCodec> |
ValueCodecResolver.resolve(EntityPropertyDescriptor descriptor) |
DataType |
DataTypeResolver.resolve(EntityPropertyDescriptor descriptor) |
Optional<ValueCodec> |
DefaultValueCodecResolver.resolve(EntityPropertyDescriptor descriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultValueCodecResolver.register(Class<?> ann,
java.util.function.Function<EntityPropertyDescriptor,ValueCodec> codecFunction) |
<T extends Annotation> |
DefaultValueCodecResolver.register(Class<T> ann,
java.util.function.BiFunction<EntityPropertyDescriptor,T,ValueCodec> codecFunction) |
void |
DefaultValueCodecResolver.register(java.util.function.Predicate<Class<?>> ann,
java.util.function.Function<EntityPropertyDescriptor,ValueCodec> codecFunction) |
Copyright © 2023. All rights reserved.