@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Alias
Evaluation values, other than the default equality check, can
be assigned tothe alias as well.| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The string name of the parameter to be used.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Evaluation |
evaluation
The database query evaluation to be used when generating a
QueryCriteria. |
String |
fieldName
Alternate field name to be used in the
QueryCriteria,
if the default name of the field would be invalid (such as with maps or lists of key-value pairs. |
Class<?> |
type
Java type that the submitted parameter argument will be attempted to be converted to.
|
public abstract String value
public abstract Evaluation evaluation
QueryCriteria.public abstract String fieldName
QueryCriteria,
if the default name of the field would be invalid (such as with maps or lists of key-value pairs.public abstract Class<?> type
Copyright © 2016. All rights reserved.