public interface Entity
Table and Column as
the tableName and column respectively.Table,
Column| Modifier and Type | Method and Description |
|---|---|
static <T extends Entity> |
fromJson(io.vertx.core.json.JsonObject json,
Class<T> entityClass) |
static <T extends Entity> |
getColumns(Class<T> clasz) |
static <T extends Entity> |
getTableName(Class<T> entity) |
static <T extends Entity> |
toJson(T entity) |
static <T extends Entity> io.vertx.core.json.JsonObject toJson(T entity)
Copyright © 2021. All rights reserved.