public class EntityField extends Property
| 构造器和说明 |
|---|
EntityField(Field field) |
EntityField(Field field,
boolean camelCaseToSnake) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exists() |
String |
getColumnName() |
Class<? extends DictionaryEnum> |
getDicClass() |
<T> Class<? extends KeyGenerator<T>> |
getKeyGeneratorClass() |
String |
getName() |
Object |
getValue(Object target) |
boolean |
isDictionaryKey() |
boolean |
isIdField() |
boolean |
isZeroValue(Object target) |
void |
setValue(Object target,
Object value) |
public EntityField(Field field)
public EntityField(Field field, boolean camelCaseToSnake)
public boolean exists()
public boolean isIdField()
public <T> Class<? extends KeyGenerator<T>> getKeyGeneratorClass()
public String getColumnName()
public boolean isDictionaryKey()
public Class<? extends DictionaryEnum> getDicClass()
public boolean isZeroValue(Object target)
public void setValue(Object target, Object value)
setValue 在接口中 FieldInvokersetValue 在类中 PropertyCopyright © 2019. All rights reserved.