| Package | Description |
|---|---|
| persistence | |
| persistence.query |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>> |
PersistenceClient.query(Query q) |
<T> io.vertx.core.Future<T> |
PersistenceClient.query(Query q,
Collector<io.vertx.sqlclient.Row,?,T> collector) |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBuilder.build() |
static <T extends Entity> |
QueryBuilder.delete(T entity) |
static <T extends Entity> |
Query.delete(T entity) |
static <T extends Entity> |
QueryBuilder.insert(T entity) |
static <T extends Entity> |
Query.insert(T entity) |
static <T extends Entity> |
Query.select(Class<T> entityClass,
UUID id) |
static Query |
Query.select(String tableName,
UUID id) |
static <T extends Entity> |
QueryBuilder.update(T entity) |
static <T extends Entity> |
Query.update(T entity) |
Copyright © 2020. All rights reserved.