Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiOp
Packages that use UiOp
Package
Description
-
Uses of UiOp in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiOpModifier and TypeMethodDescriptionUiOpDao.findManyByAction(Collection<String> values) Find records that haveACTION IN (values)asynchronouslyUiOpDao.findManyByAction(Collection<String> values, int limit) Find records that haveACTION IN (values)asynchronously limited by the given limitUiOpDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiOpDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiOpDao.findManyByClientId(Collection<String> values) Find records that haveCLIENT_ID IN (values)asynchronouslyUiOpDao.findManyByClientId(Collection<String> values, int limit) Find records that haveCLIENT_ID IN (values)asynchronously limited by the given limitUiOpDao.findManyByClientKey(Collection<String> values) Find records that haveCLIENT_KEY IN (values)asynchronouslyUiOpDao.findManyByClientKey(Collection<String> values, int limit) Find records that haveCLIENT_KEY IN (values)asynchronously limited by the given limitUiOpDao.findManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyUiOpDao.findManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitUiOpDao.findManyByControlId(Collection<String> values) Find records that haveCONTROL_ID IN (values)asynchronouslyUiOpDao.findManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limitUiOpDao.findManyByControlType(Collection<String> values) Find records that haveCONTROL_TYPE IN (values)asynchronouslyUiOpDao.findManyByControlType(Collection<String> values, int limit) Find records that haveCONTROL_TYPE IN (values)asynchronously limited by the given limitUiOpDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiOpDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiOpDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiOpDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiOpDao.findManyByEvent(Collection<String> values) Find records that haveEVENT IN (values)asynchronouslyUiOpDao.findManyByEvent(Collection<String> values, int limit) Find records that haveEVENT IN (values)asynchronously limited by the given limitUiOpDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiOpDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiOpDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiOpDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiOpDao.findManyByPlugin(Collection<String> values) Find records that havePLUGIN IN (values)asynchronouslyUiOpDao.findManyByPlugin(Collection<String> values, int limit) Find records that havePLUGIN IN (values)asynchronously limited by the given limitUiOpDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiOpDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiOpDao.findManyByText(Collection<String> values) Find records that haveTEXT IN (values)asynchronouslyUiOpDao.findManyByText(Collection<String> values, int limit) Find records that haveTEXT IN (values)asynchronously limited by the given limitUiOpDao.findManyByUiSort(Collection<Integer> values) Find records that haveUI_SORT IN (values)asynchronouslyUiOpDao.findManyByUiSort(Collection<Integer> values, int limit) Find records that haveUI_SORT IN (values)asynchronously limited by the given limitUiOpDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiOpDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiOpDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiOpDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiOpRecord,UiOp, String> UiOpDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiOp -
Uses of UiOp in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiOpModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_OP.ACTION.Setter forDB_ETERNAL.UI_OP.ACTIVE.UiOp.setClientId(String clientId) Setter forDB_ETERNAL.UI_OP.CLIENT_ID.UiOp.setClientKey(String clientKey) Setter forDB_ETERNAL.UI_OP.CLIENT_KEY.Setter forDB_ETERNAL.UI_OP.CONFIG.UiOp.setControlId(String controlId) Setter forDB_ETERNAL.UI_OP.CONTROL_ID.UiOp.setControlType(String controlType) Setter forDB_ETERNAL.UI_OP.CONTROL_TYPE.UiOp.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_OP.CREATED_AT.UiOp.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_OP.CREATED_BY.Setter forDB_ETERNAL.UI_OP.EVENT.Setter forDB_ETERNAL.UI_OP.KEY.UiOp.setLanguage(String language) Setter forDB_ETERNAL.UI_OP.LANGUAGE.UiOp.setMetadata(String metadata) Setter forDB_ETERNAL.UI_OP.METADATA.Setter forDB_ETERNAL.UI_OP.PLUGIN.Setter forDB_ETERNAL.UI_OP.SIGMA.Setter forDB_ETERNAL.UI_OP.TEXT.Setter forDB_ETERNAL.UI_OP.UI_SORT.UiOp.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_OP.UPDATED_AT.UiOp.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_OP.UPDATED_BY. -
Uses of UiOp in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiOp