|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SelectKey
| Required Element Summary | |
|---|---|
boolean |
before
|
String |
keyProperty
|
Class<?> |
resultType
|
String[] |
statement
|
| Optional Element Summary | |
|---|---|
StatementType |
statementType
|
| Element Detail |
|---|
public abstract String[] statement
public abstract String keyProperty
public abstract boolean before
public abstract Class<?> resultType
public abstract StatementType statementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||