|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) public @interface SyncParam
Represents a parameter of a named query used in a data sync operation (see Sync
).
Required Element Summary | |
---|---|
String |
name
The name of the query parameter. |
String |
val
The value to assign to the query parameter. |
Element Detail |
---|
public abstract String name
public abstract String val
Example literal value: @SyncParam(name = "literal", val = "literalValue")
Example field reference: @SyncParam(name = "id", val = "{id}")
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |