| Package | Description |
|---|---|
| io.vertx.quiz | |
| io.vertx.up.unity | |
| io.vertx.up.unity.jq |
| Modifier and Type | Method and Description |
|---|---|
UxJooq |
JooqBase.getDao() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UxJooq |
UxJooq.on(Format format) |
UxJooq |
UxJooq.on(String pojo) |
Copyright © 2020. All rights reserved.