@Documented @Target(value=METHOD) @Retention(value=SOURCE) public @interface LazySQLSelect
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
dynamicWhereClause |
String |
methodName |
String |
params |
String |
returnClassName
If set, this class will be generated as return type.
|
boolean |
returnFirstOrNull
If set, the mehtod will not return a list, but the first result or nothing
|
String |
returns |
boolean |
useObjectAsInput |
public abstract String[] value
public abstract String returns
public abstract String params
public abstract String returnClassName
public abstract boolean returnFirstOrNull
public abstract String methodName
Copyright © 2019. All rights reserved.