| Package | Description |
|---|---|
| io.vertx.quiz | |
| io.vertx.up.uca.jooq | |
| io.vertx.up.unity |
| Modifier and Type | Method and Description |
|---|---|
UxJooq |
JooqBase.getDao() |
| Modifier and Type | Method and Description |
|---|---|
UxJooq |
UxJooq.on(Format format) |
UxJooq |
UxJooq.on(String pojo) |
| Modifier and Type | Method and Description |
|---|---|
static UxJooq |
Ux.Jooq.on(Class<?> clazz)
Get reference of UxJooq that bind to Dao class, this method access standard database, the configured position is
vertx-jooq.yml |
static UxJooq |
Ux.Jooq.on(Class<?> clazz,
DataPool pool)
The overloading method of above
on(Class<?>) method here. |
static UxJooq |
Ux.Jooq.on(Class<?> clazz,
String key)
The overloading method of above
on(Class<?>) method here. |
static UxJooq |
Ux.Jooq.ons(Class<?> clazz)
Get reference of UxJooq that bind to Dao class, this method won’t access standard database, instead it will access history database that has been configured in
vertx-jooq.yml file. |
Copyright © 2021. All rights reserved.