public interface EntityPropertyDescriptor extends Feature
| 限定符和类型 | 字段和说明 |
|---|---|
static FeatureId<EntityPropertyDescriptor> |
ID |
static String |
ID_VALUE |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
findAnnotation(Class<T> aClass) |
Set<Annotation> |
getAnnotations() |
RDBColumnMetadata |
getColumn() |
Field |
getField() |
default String |
getId() |
default String |
getName() |
String |
getPropertyName() |
Class |
getPropertyType() |
default FeatureType |
getType() |
static final FeatureId<EntityPropertyDescriptor> ID
default FeatureType getType()
String getPropertyName()
Class getPropertyType()
Field getField()
RDBColumnMetadata getColumn()
<T extends Annotation> Optional<T> findAnnotation(Class<T> aClass)
Set<Annotation> getAnnotations()
Copyright © 2020. All rights reserved.