Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiColumn
Packages that use UiColumn
Package
Description
-
Uses of UiColumn in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiColumnModifier and TypeMethodDescriptionUiColumnDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiColumnDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiColumnDao.findManyByClassName(Collection<String> values) Find records that haveCLASS_NAME IN (values)asynchronouslyUiColumnDao.findManyByClassName(Collection<String> values, int limit) Find records that haveCLASS_NAME IN (values)asynchronously limited by the given limitUiColumnDao.findManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyUiColumnDao.findManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitUiColumnDao.findManyByControlId(Collection<String> values) Find records that haveCONTROL_ID IN (values)asynchronouslyUiColumnDao.findManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limitUiColumnDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiColumnDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiColumnDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiColumnDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiColumnDao.findManyByDataIndex(Collection<String> values) Find records that haveDATA_INDEX IN (values)asynchronouslyUiColumnDao.findManyByDataIndex(Collection<String> values, int limit) Find records that haveDATA_INDEX IN (values)asynchronously limited by the given limitUiColumnDao.findManyByDatum(Collection<String> values) Find records that haveDATUM IN (values)asynchronouslyUiColumnDao.findManyByDatum(Collection<String> values, int limit) Find records that haveDATUM IN (values)asynchronously limited by the given limitUiColumnDao.findManyByEmpty(Collection<String> values) Find records that haveEMPTY IN (values)asynchronouslyUiColumnDao.findManyByEmpty(Collection<String> values, int limit) Find records that haveEMPTY IN (values)asynchronously limited by the given limitUiColumnDao.findManyByFilterConfig(Collection<String> values) Find records that haveFILTER_CONFIG IN (values)asynchronouslyUiColumnDao.findManyByFilterConfig(Collection<String> values, int limit) Find records that haveFILTER_CONFIG IN (values)asynchronously limited by the given limitUiColumnDao.findManyByFilterType(Collection<String> values) Find records that haveFILTER_TYPE IN (values)asynchronouslyUiColumnDao.findManyByFilterType(Collection<String> values, int limit) Find records that haveFILTER_TYPE IN (values)asynchronously limited by the given limitUiColumnDao.findManyByFixed(Collection<Boolean> values) Find records that haveFIXED IN (values)asynchronouslyUiColumnDao.findManyByFixed(Collection<Boolean> values, int limit) Find records that haveFIXED IN (values)asynchronously limited by the given limitUiColumnDao.findManyByFormat(Collection<String> values) Find records that haveFORMAT IN (values)asynchronouslyUiColumnDao.findManyByFormat(Collection<String> values, int limit) Find records that haveFORMAT IN (values)asynchronously limited by the given limitUiColumnDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiColumnDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiColumnDao.findManyByMapping(Collection<String> values) Find records that haveMAPPING IN (values)asynchronouslyUiColumnDao.findManyByMapping(Collection<String> values, int limit) Find records that haveMAPPING IN (values)asynchronously limited by the given limitUiColumnDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiColumnDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiColumnDao.findManyByOption(Collection<String> values) Find records that haveOPTION IN (values)asynchronouslyUiColumnDao.findManyByOption(Collection<String> values, int limit) Find records that haveOPTION IN (values)asynchronously limited by the given limitUiColumnDao.findManyByPosition(Collection<Integer> values) Find records that havePOSITION IN (values)asynchronouslyUiColumnDao.findManyByPosition(Collection<Integer> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitUiColumnDao.findManyByRender(Collection<String> values) Find records that haveRENDER IN (values)asynchronouslyUiColumnDao.findManyByRender(Collection<String> values, int limit) Find records that haveRENDER IN (values)asynchronously limited by the given limitUiColumnDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiColumnDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiColumnDao.findManyBySorter(Collection<Boolean> values) Find records that haveSORTER IN (values)asynchronouslyUiColumnDao.findManyBySorter(Collection<Boolean> values, int limit) Find records that haveSORTER IN (values)asynchronously limited by the given limitUiColumnDao.findManyByTitle(Collection<String> values) Find records that haveTITLE IN (values)asynchronouslyUiColumnDao.findManyByTitle(Collection<String> values, int limit) Find records that haveTITLE IN (values)asynchronously limited by the given limitUiColumnDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiColumnDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiColumnDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiColumnDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitUiColumnDao.findManyByWidth(Collection<Integer> values) Find records that haveWIDTH IN (values)asynchronouslyUiColumnDao.findManyByWidth(Collection<Integer> values, int limit) Find records that haveWIDTH IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiColumnRecord,UiColumn, String> UiColumnDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiColumn -
Uses of UiColumn in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiColumnModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_COLUMN.ACTIVE.UiColumn.setClassName(String className) Setter forDB_ETERNAL.UI_COLUMN.CLASS_NAME.Setter forDB_ETERNAL.UI_COLUMN.CONFIG.UiColumn.setControlId(String controlId) Setter forDB_ETERNAL.UI_COLUMN.CONTROL_ID.UiColumn.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_COLUMN.CREATED_AT.UiColumn.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_COLUMN.CREATED_BY.UiColumn.setDataIndex(String dataIndex) Setter forDB_ETERNAL.UI_COLUMN.DATA_INDEX.Setter forDB_ETERNAL.UI_COLUMN.DATUM.Setter forDB_ETERNAL.UI_COLUMN.EMPTY.UiColumn.setFilterConfig(String filterConfig) Setter forDB_ETERNAL.UI_COLUMN.FILTER_CONFIG.UiColumn.setFilterType(String filterType) Setter forDB_ETERNAL.UI_COLUMN.FILTER_TYPE.Setter forDB_ETERNAL.UI_COLUMN.FIXED.Setter forDB_ETERNAL.UI_COLUMN.FORMAT.Setter forDB_ETERNAL.UI_COLUMN.KEY.UiColumn.setLanguage(String language) Setter forDB_ETERNAL.UI_COLUMN.LANGUAGE.UiColumn.setMapping(String mapping) Setter forDB_ETERNAL.UI_COLUMN.MAPPING.UiColumn.setMetadata(String metadata) Setter forDB_ETERNAL.UI_COLUMN.METADATA.Setter forDB_ETERNAL.UI_COLUMN.OPTION.UiColumn.setPosition(Integer position) Setter forDB_ETERNAL.UI_COLUMN.POSITION.Setter forDB_ETERNAL.UI_COLUMN.RENDER.Setter forDB_ETERNAL.UI_COLUMN.SIGMA.Setter forDB_ETERNAL.UI_COLUMN.SORTER.Setter forDB_ETERNAL.UI_COLUMN.TITLE.UiColumn.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_COLUMN.UPDATED_AT.UiColumn.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_COLUMN.UPDATED_BY.Setter forDB_ETERNAL.UI_COLUMN.WIDTH. -
Uses of UiColumn in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiColumnModifierConstructorDescriptionUiColumnRecord(UiColumn value) Create a detached, initialised UiColumnRecord