@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Query
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
countQuery |
boolean |
nativeQuery |
boolean |
readOnly |
public abstract java.lang.String countQuery
Page