public class UxJooq extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
count(io.vertx.core.json.JsonObject params) |
Integer |
count(io.vertx.core.json.JsonObject params,
String pojo) |
io.vertx.core.Future<Integer> |
countAsync(io.vertx.core.json.JsonObject params) |
io.vertx.core.Future<Integer> |
countAsync(io.vertx.core.json.JsonObject params,
String pojo) |
<T,ID> Boolean |
delete(io.vertx.core.json.JsonObject filters) |
<T,ID> Boolean |
delete(io.vertx.core.json.JsonObject filters,
String pojo) |
<T> T |
delete(T entity) |
<T,ID> io.vertx.core.Future<Boolean> |
deleteAsync(io.vertx.core.json.JsonObject filters) |
<T,ID> io.vertx.core.Future<Boolean> |
deleteAsync(io.vertx.core.json.JsonObject filters,
String pojo) |
<T> io.vertx.core.Future<T> |
deleteAsync(T entity) |
<ID> Boolean |
deleteById(ID... ids) |
<ID> Boolean |
deleteById(ID id) |
<ID> io.vertx.core.Future<Boolean> |
deleteByIdAsync(ID... ids) |
<ID> io.vertx.core.Future<Boolean> |
deleteByIdAsync(ID id) |
Boolean |
existsById(Object id) |
io.vertx.core.Future<Boolean> |
existsByIdAsync(Object id) |
<T> Boolean |
existsOne(io.vertx.core.json.JsonObject andFilters) |
<T> io.vertx.core.Future<Boolean> |
existsOneAsync(io.vertx.core.json.JsonObject andFilters) |
<T> List<T> |
fetch(String field,
Object value) |
<T> List<T> |
fetchAnd(io.vertx.core.json.JsonObject andFilters) |
<T> io.vertx.core.Future<List<T>> |
fetchAndAsync(io.vertx.core.json.JsonObject andFilters) |
<T> io.vertx.core.Future<List<T>> |
fetchAsync(String field,
Object value) |
<T> List<T> |
fetchIn(String field,
io.vertx.core.json.JsonArray values) |
<T> List<T> |
fetchIn(String field,
Object... values) |
<T> io.vertx.core.Future<List<T>> |
fetchInAsync(String field,
io.vertx.core.json.JsonArray values) |
<T> io.vertx.core.Future<List<T>> |
fetchInAsync(String field,
Object... value) |
<T> T |
fetchOne(String field,
Object value) |
<T> T |
fetchOneAnd(io.vertx.core.json.JsonObject andFilters) |
<T> io.vertx.core.Future<T> |
fetchOneAndAsync(io.vertx.core.json.JsonObject andFilters) |
<T> io.vertx.core.Future<T> |
fetchOneAsync(String field,
Object value) |
<T> List<T> |
fetchOr(io.vertx.core.json.JsonObject orFilters) |
<T> io.vertx.core.Future<List<T>> |
fetchOrAsync(io.vertx.core.json.JsonObject orFilters) |
<T> List<T> |
find(io.vertx.core.json.JsonObject filters) |
<T> List<T> |
findAll() |
<T> io.vertx.core.Future<List<T>> |
findAllAsync() |
<T> io.vertx.core.Future<List<T>> |
findAsync(io.vertx.core.json.JsonObject filters) |
<T> T |
findById(Object id) |
<T> io.vertx.core.Future<T> |
findByIdAsync(Object id) |
<T> Boolean |
findExisting(io.vertx.core.json.JsonObject filters) |
<T> io.vertx.core.Future<Boolean> |
findExistingAsync(io.vertx.core.json.JsonObject filters) |
<T> Boolean |
findMissing(io.vertx.core.json.JsonObject filters) |
<T> io.vertx.core.Future<Boolean> |
findMissingAsync(io.vertx.core.json.JsonObject filters) |
<T> List<T> |
insert(List<T> entities) |
<T> T |
insert(T entity) |
<T> io.vertx.core.Future<List<T>> |
insertAsync(List<T> entities) |
<T> io.vertx.core.Future<T> |
insertAsync(T entity) |
<T> io.vertx.core.Future<T> |
insertReturningPrimaryAsync(T entity,
Consumer<Long> consumer) |
UxJooq |
on(Format format) |
UxJooq |
on(String pojo) |
<T> T |
save(Object id,
Function<T,T> copyFun) |
<T> T |
save(Object id,
T updated) |
<T> io.vertx.core.Future<T> |
saveAsync(Object id,
Function<T,T> copyFun) |
<T> io.vertx.core.Future<T> |
saveAsync(Object id,
T updated) |
io.vertx.core.json.JsonObject |
search(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.json.JsonObject |
search(io.vertx.core.json.JsonObject params) |
io.vertx.core.json.JsonObject |
search(io.vertx.core.json.JsonObject params,
String pojo) |
io.vertx.core.json.JsonObject |
searchAnd(io.vertx.up.atom.query.Inquiry inquiry) |
io.vertx.core.json.JsonObject |
searchAnd(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.json.JsonObject |
searchAnd(io.vertx.core.json.JsonObject params,
String pojo) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAndAsync(io.vertx.up.atom.query.Inquiry inquiry) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAndAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAndAsync(io.vertx.core.json.JsonObject params,
String pojo) |
<T> List<T> |
searchAndList(io.vertx.up.atom.query.Inquiry inquiry) |
<T> io.vertx.core.Future<List<T>> |
searchAndListAsync(io.vertx.up.atom.query.Inquiry inquiry) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAsync(io.vertx.core.json.JsonObject params) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchAsync(io.vertx.core.json.JsonObject params,
String pojo) |
io.vertx.core.json.JsonObject |
searchOr(io.vertx.up.atom.query.Inquiry inquiry) |
io.vertx.core.json.JsonObject |
searchOr(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.json.JsonObject |
searchOr(io.vertx.core.json.JsonObject params,
String pojo) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchOrAsync(io.vertx.up.atom.query.Inquiry inquiry) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchOrAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchOrAsync(io.vertx.core.json.JsonObject params,
String pojo) |
<T> List<T> |
searchOrList(io.vertx.up.atom.query.Inquiry inquiry) |
<T> io.vertx.core.Future<List<T>> |
searchOrListAsync(io.vertx.up.atom.query.Inquiry inquiry) |
static org.jooq.Condition |
transform(io.vertx.core.json.JsonObject filters)
Direct analyzing the result to condition
|
static org.jooq.Condition |
transform(io.vertx.core.json.JsonObject filters,
org.jooq.Operator operator) |
<T> List<T> |
update(List<T> entities) |
<T> T |
update(T entity) |
<T> io.vertx.core.Future<List<T>> |
updateAsync(List<T> entities) |
<T> io.vertx.core.Future<T> |
updateAsync(T entity) |
<T> T |
upsert(io.vertx.core.json.JsonObject andFilters,
T updated) |
<T> io.vertx.core.Future<T> |
upsertAsync(io.vertx.core.json.JsonObject andFilters,
T updated) |
<T> io.vertx.core.Future<T> |
upsertReturningPrimaryAsync(io.vertx.core.json.JsonObject andFilters,
T updated,
Consumer<Long> consumer) |
public static org.jooq.Condition transform(io.vertx.core.json.JsonObject filters,
org.jooq.Operator operator)
public static org.jooq.Condition transform(io.vertx.core.json.JsonObject filters)
public <T> io.vertx.core.Future<T> insertReturningPrimaryAsync(T entity,
Consumer<Long> consumer)
public <T> io.vertx.core.Future<T> insertAsync(T entity)
public <T> T insert(T entity)
public <T> io.vertx.core.Future<T> upsertReturningPrimaryAsync(io.vertx.core.json.JsonObject andFilters,
T updated,
Consumer<Long> consumer)
public <T> io.vertx.core.Future<T> updateAsync(T entity)
public <T> T update(T entity)
public <ID> io.vertx.core.Future<Boolean> deleteByIdAsync(ID id)
public <ID> io.vertx.core.Future<Boolean> deleteByIdAsync(ID... ids)
public <ID> Boolean deleteById(ID id)
public <ID> Boolean deleteById(ID... ids)
public <T> io.vertx.core.Future<T> deleteAsync(T entity)
public <T> T delete(T entity)
public <T,ID> io.vertx.core.Future<Boolean> deleteAsync(io.vertx.core.json.JsonObject filters)
public <T,ID> io.vertx.core.Future<Boolean> deleteAsync(io.vertx.core.json.JsonObject filters, String pojo)
public <T,ID> Boolean delete(io.vertx.core.json.JsonObject filters)
public <T> io.vertx.core.Future<T> findByIdAsync(Object id)
public <T> T findById(Object id)
public <T> io.vertx.core.Future<List<T>> findAllAsync()
public <T> List<T> findAll()
public <T> io.vertx.core.Future<T> saveAsync(Object id, T updated)
public <T> T save(Object id, T updated)
public <T> io.vertx.core.Future<Boolean> existsOneAsync(io.vertx.core.json.JsonObject andFilters)
public <T> Boolean existsOne(io.vertx.core.json.JsonObject andFilters)
public <T> io.vertx.core.Future<List<T>> fetchInAsync(String field, io.vertx.core.json.JsonArray values)
public <T> io.vertx.core.Future<List<T>> findAsync(io.vertx.core.json.JsonObject filters)
public <T> io.vertx.core.Future<Boolean> findExistingAsync(io.vertx.core.json.JsonObject filters)
public <T> io.vertx.core.Future<Boolean> findMissingAsync(io.vertx.core.json.JsonObject filters)
public <T> List<T> find(io.vertx.core.json.JsonObject filters)
public <T> Boolean findExisting(io.vertx.core.json.JsonObject filters)
public <T> Boolean findMissing(io.vertx.core.json.JsonObject filters)
public io.vertx.core.Future<Integer> countAsync(io.vertx.core.json.JsonObject params, String pojo)
public io.vertx.core.Future<Integer> countAsync(io.vertx.core.json.JsonObject params)
public Integer count(io.vertx.core.json.JsonObject params)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync(io.vertx.core.json.JsonObject params)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public io.vertx.core.json.JsonObject search(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.json.JsonObject search(io.vertx.core.json.JsonObject params)
public io.vertx.core.json.JsonObject search(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchOrAsync(io.vertx.up.atom.query.Inquiry inquiry)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchOrAsync(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchOrAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public io.vertx.core.json.JsonObject searchOr(io.vertx.up.atom.query.Inquiry inquiry)
public io.vertx.core.json.JsonObject searchOr(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.json.JsonObject searchOr(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAndAsync(io.vertx.up.atom.query.Inquiry inquiry)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAndAsync(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAndAsync(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public io.vertx.core.json.JsonObject searchAnd(io.vertx.up.atom.query.Inquiry inquiry)
public io.vertx.core.json.JsonObject searchAnd(io.vertx.core.json.JsonObject params,
String pojo)
public io.vertx.core.json.JsonObject searchAnd(io.vertx.up.atom.query.Inquiry inquiry,
String pojo)
public <T> io.vertx.core.Future<List<T>> searchAndListAsync(io.vertx.up.atom.query.Inquiry inquiry)
public <T> io.vertx.core.Future<List<T>> searchOrListAsync(io.vertx.up.atom.query.Inquiry inquiry)
public <T> List<T> searchAndList(io.vertx.up.atom.query.Inquiry inquiry)
public <T> List<T> searchOrList(io.vertx.up.atom.query.Inquiry inquiry)
public <T> io.vertx.core.Future<List<T>> fetchAndAsync(io.vertx.core.json.JsonObject andFilters)
public <T> List<T> fetchAnd(io.vertx.core.json.JsonObject andFilters)
public <T> io.vertx.core.Future<List<T>> fetchOrAsync(io.vertx.core.json.JsonObject orFilters)
public <T> List<T> fetchOr(io.vertx.core.json.JsonObject orFilters)
public <T> io.vertx.core.Future<T> fetchOneAndAsync(io.vertx.core.json.JsonObject andFilters)
public <T> T fetchOneAnd(io.vertx.core.json.JsonObject andFilters)
public <T> io.vertx.core.Future<T> upsertAsync(io.vertx.core.json.JsonObject andFilters,
T updated)
public <T> T upsert(io.vertx.core.json.JsonObject andFilters,
T updated)
Copyright © 2019. All rights reserved.