| Package | Description |
|---|---|
| io.vertx.tp.atom.cv | |
| io.vertx.tp.atom.refine | |
| io.vertx.tp.modular.dao | |
| io.vertx.tp.modular.jdbc |
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap<String,AoDao> |
AoCache.POOL_T_DAO |
| Modifier and Type | Method and Description |
|---|---|
static AoDao |
Ao.toDao(io.vertx.up.commune.config.Database database,
DataAtom atom) |
static AoDao |
Ao.toDao(io.vertx.up.commune.config.Database database,
Supplier<DataAtom> supplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDao
数据库核心操作,操作名称命名为: 同步:operation 异步:operationAsync 针对所有的数据库操作统一处理
|
| Modifier and Type | Method and Description |
|---|---|
AoDao |
AbstractDao.mount(DataAtom atom) |
AoDao |
AoDao.mount(DataAtom atom)
挂载到元数据中,主要用于链接 metadata
|
| Modifier and Type | Method and Description |
|---|---|
AoDao |
Pin.getDao(io.vertx.up.commune.config.Database database)
读取数据处理访问器专用接口 用于Crud等各种复杂操作
|
Copyright © 2020. All rights reserved.