public abstract class FieldDescription<BIND_ANNOTATION extends Annotation,CONDITION_DESC> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected BIND_ANNOTATION |
bindAnnotation
被修饰字段:注解
|
protected String |
customCondition
注解条件:针对绑定表的自定义查询条件,例如:is_deleted=0 and enable=1
|
protected Class<?> |
entityClass
关联表的Entity
|
protected Class<?> |
fieldClass
被修饰字段:类型
|
protected String |
fieldName
被修饰字段:名
|
protected boolean |
isCollection
被修饰字段:是否为集合
|
protected List<OrderByDescription> |
orderBys
注解条件:排序
|
protected Method |
setMethod
被修饰字段:set方法
|
| 构造器和说明 |
|---|
FieldDescription(String fieldName,
Class<?> fieldClass,
Method setMethod,
boolean isCollection,
BIND_ANNOTATION bindAnnotation,
Class<?> entityClass,
String customCondition,
List<OrderByDescription> orderBys) |
protected String fieldName
protected Class<?> fieldClass
protected Method setMethod
protected boolean isCollection
protected BIND_ANNOTATION extends Annotation bindAnnotation
protected Class<?> entityClass
protected String customCondition
protected List<OrderByDescription> orderBys
public FieldDescription(String fieldName, Class<?> fieldClass, Method setMethod, boolean isCollection, BIND_ANNOTATION bindAnnotation, Class<?> entityClass, String customCondition, List<OrderByDescription> orderBys)
public abstract ConditionSign<?,CONDITION_DESC> conditionUniqueKey()
Copyright © 2021. All rights reserved.