@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Select
| Modifier and Type | Required Element and Description |
|---|---|
String |
sql |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends SpgeedMapper> |
mapper
Spgeed use json format to retrieve data from postgresql server and convert
it to POJO or you can keep it to JSON.
|
String[] |
roles |
public abstract String sql
public abstract Class<? extends SpgeedMapper> mapper
public abstract String[] roles
Copyright © 2017–2019 CodeLutin. All rights reserved.