@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface QueryByAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
where |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
distinct |
java.lang.Class<?> |
from |
int |
limit |
int |
offset |
OrderBy[] |
orderBy |
java.lang.String |
select |
boolean |
throwNoResultException |
PredicateType |
type |
public abstract PredicateType type
public abstract OrderBy[] orderBy