| Package | Description |
|---|---|
| cn.vertxup.domain.tables.daos | |
| cn.vertxup.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
RResourceMatrix |
RResourceMatrixDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<RResourceMatrix> |
RResourceMatrixDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByModeProjection(String... values)
Fetch records that have
MODE_PROJECTION IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByModeProjectionAsync(List<String> values)
Fetch records that have
MODE_PROJECTION IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByModeQuery(String... values)
Fetch records that have
MODE_QUERY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByModeQueryAsync(List<String> values)
Fetch records that have
MODE_QUERY IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByQuery(String... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByQueryAsync(List<String> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<RResourceMatrix> |
RResourceMatrixDao.fetchByUserId(String... values)
Fetch records that have
USER_ID IN (values) |
CompletableFuture<List<RResourceMatrix>> |
RResourceMatrixDao.fetchByUserIdAsync(List<String> values)
Fetch records that have
USER_ID IN (values) asynchronously |
CompletableFuture<RResourceMatrix> |
RResourceMatrixDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
RResourceMatrixDao.getId(RResourceMatrix object) |
| Modifier and Type | Method and Description |
|---|---|
RResourceMatrix |
RResourceMatrix.setKey(String key) |
RResourceMatrix |
RResourceMatrix.setModeProjection(String modeProjection) |
RResourceMatrix |
RResourceMatrix.setModeQuery(String modeQuery) |
RResourceMatrix |
RResourceMatrix.setProjection(String projection) |
RResourceMatrix |
RResourceMatrix.setQuery(String query) |
RResourceMatrix |
RResourceMatrix.setResourceId(String resourceId) |
RResourceMatrix |
RResourceMatrix.setSigma(String sigma) |
RResourceMatrix |
RResourceMatrix.setUserId(String userId) |
| Constructor and Description |
|---|
RResourceMatrix(RResourceMatrix value) |
Copyright © 2019. All rights reserved.