Uses of Class
io.vertx.up.uca.jooq.UxJooq
-
Packages that use UxJooq Package Description io.vertx.quiz io.vertx.up.uca.jooq io.vertx.up.unity -
-
Uses of UxJooq in io.vertx.quiz
Methods in io.vertx.quiz that return UxJooq Modifier and Type Method Description UxJooqJooqBase. getDao() -
Uses of UxJooq in io.vertx.up.uca.jooq
Methods in io.vertx.up.uca.jooq that return UxJooq Modifier and Type Method Description UxJooqUxJooq. on(Format format)UxJooqUxJooq. on(String pojo) -
Uses of UxJooq in io.vertx.up.unity
Methods in io.vertx.up.unity that return UxJooq Modifier and Type Method Description static UxJooqUx.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 UxJooqUx.Jooq. on(Class<?> clazz, DataPool pool)The overloading method of above `on(Class>)` method here.static UxJooqUx.Jooq. on(Class<?> clazz, String key)The overloading method of above `on(Class>)` method here.static UxJooqUx.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.
-