@Target(value=java.lang.annotation.ElementType.FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface UESQuery
| Modifier and Type | Required Element and Description | 
|---|---|
java.lang.Class<?> | 
resultDTO
The DTO containing attributes of UES query. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
defaultOrderBy
The default order by clause of the UES query. 
 |