JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
cn.easii.relation.annotation
Annotation Interface ConstantsCondition
@Documented
@Target
(
LOCAL_VARIABLE
)
@Retention
(
RUNTIME
)
public @interface
ConstantsCondition
关联常量条件,比如查询固定某状态的值
Version:
1.0
Author:
linpl
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
field
对应关联查询时条件的字段名称
String
value
关联查询时,指定字段的值
Element Details
field
String
field
对应关联查询时条件的字段名称
Returns:
String
value
String
value
关联查询时,指定字段的值
Returns:
String