public class SimpleEntityPropertyDescriptor extends Object implements EntityPropertyDescriptor
ID, ID_VALUE| 构造器和说明 |
|---|
SimpleEntityPropertyDescriptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
findAnnotation(Class<T> tClass) |
Set<Annotation> |
getAnnotations() |
RDBColumnMetadata |
getColumn() |
Field |
getField() |
String |
getPropertyName() |
Class |
getPropertyType() |
static EntityPropertyDescriptor |
of(PropertyDescriptor descriptor,
RDBColumnMetadata column) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getName, getTypepublic static EntityPropertyDescriptor of(PropertyDescriptor descriptor, RDBColumnMetadata column)
public String getPropertyName()
getPropertyName 在接口中 EntityPropertyDescriptorpublic Field getField()
getField 在接口中 EntityPropertyDescriptorpublic Class getPropertyType()
getPropertyType 在接口中 EntityPropertyDescriptorpublic RDBColumnMetadata getColumn()
getColumn 在接口中 EntityPropertyDescriptorpublic <T extends Annotation> Optional<T> findAnnotation(Class<T> tClass)
findAnnotation 在接口中 EntityPropertyDescriptorpublic Set<Annotation> getAnnotations()
getAnnotations 在接口中 EntityPropertyDescriptorCopyright © 2021. All rights reserved.