Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiField
Packages that use UiField
Package
Description
-
Uses of UiField in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiFieldModifier and TypeMethodDescriptionUiFieldDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiFieldDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiFieldDao.findManyByContainer(Collection<String> values) Find records that haveCONTAINER IN (values)asynchronouslyUiFieldDao.findManyByContainer(Collection<String> values, int limit) Find records that haveCONTAINER IN (values)asynchronously limited by the given limitUiFieldDao.findManyByControlId(Collection<String> values) Find records that haveCONTROL_ID IN (values)asynchronouslyUiFieldDao.findManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limitUiFieldDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiFieldDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiFieldDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiFieldDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiFieldDao.findManyByHidden(Collection<Boolean> values) Find records that haveHIDDEN IN (values)asynchronouslyUiFieldDao.findManyByHidden(Collection<Boolean> values, int limit) Find records that haveHIDDEN IN (values)asynchronously limited by the given limitUiFieldDao.findManyByLabel(Collection<String> values) Find records that haveLABEL IN (values)asynchronouslyUiFieldDao.findManyByLabel(Collection<String> values, int limit) Find records that haveLABEL IN (values)asynchronously limited by the given limitUiFieldDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiFieldDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiFieldDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiFieldDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiFieldDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyUiFieldDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitUiFieldDao.findManyByOptionConfig(Collection<String> values) Find records that haveOPTION_CONFIG IN (values)asynchronouslyUiFieldDao.findManyByOptionConfig(Collection<String> values, int limit) Find records that haveOPTION_CONFIG IN (values)asynchronously limited by the given limitUiFieldDao.findManyByOptionItem(Collection<String> values) Find records that haveOPTION_ITEM IN (values)asynchronouslyUiFieldDao.findManyByOptionItem(Collection<String> values, int limit) Find records that haveOPTION_ITEM IN (values)asynchronously limited by the given limitUiFieldDao.findManyByOptionJsx(Collection<String> values) Find records that haveOPTION_JSX IN (values)asynchronouslyUiFieldDao.findManyByOptionJsx(Collection<String> values, int limit) Find records that haveOPTION_JSX IN (values)asynchronously limited by the given limitUiFieldDao.findManyByRender(Collection<String> values) Find records that haveRENDER IN (values)asynchronouslyUiFieldDao.findManyByRender(Collection<String> values, int limit) Find records that haveRENDER IN (values)asynchronously limited by the given limitUiFieldDao.findManyByRowType(Collection<String> values) Find records that haveROW_TYPE IN (values)asynchronouslyUiFieldDao.findManyByRowType(Collection<String> values, int limit) Find records that haveROW_TYPE IN (values)asynchronously limited by the given limitUiFieldDao.findManyByRules(Collection<String> values) Find records that haveRULES IN (values)asynchronouslyUiFieldDao.findManyByRules(Collection<String> values, int limit) Find records that haveRULES IN (values)asynchronously limited by the given limitUiFieldDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiFieldDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiFieldDao.findManyBySpan(Collection<Integer> values) Find records that haveSPAN IN (values)asynchronouslyUiFieldDao.findManyBySpan(Collection<Integer> values, int limit) Find records that haveSPAN IN (values)asynchronously limited by the given limitUiFieldDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiFieldDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiFieldDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiFieldDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitUiFieldDao.findManyByXPoint(Collection<Integer> values) Find records that haveX_POINT IN (values)asynchronouslyUiFieldDao.findManyByXPoint(Collection<Integer> values, int limit) Find records that haveX_POINT IN (values)asynchronously limited by the given limitUiFieldDao.findManyByYPoint(Collection<Integer> values) Find records that haveY_POINT IN (values)asynchronouslyUiFieldDao.findManyByYPoint(Collection<Integer> values, int limit) Find records that haveY_POINT IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiFieldRecord,UiField, String> UiFieldDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiField -
Uses of UiField in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiFieldModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_FIELD.ACTIVE.UiField.setContainer(String container) Setter forDB_ETERNAL.UI_FIELD.CONTAINER.UiField.setControlId(String controlId) Setter forDB_ETERNAL.UI_FIELD.CONTROL_ID.UiField.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_FIELD.CREATED_AT.UiField.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_FIELD.CREATED_BY.Setter forDB_ETERNAL.UI_FIELD.HIDDEN.Setter forDB_ETERNAL.UI_FIELD.KEY.Setter forDB_ETERNAL.UI_FIELD.LABEL.UiField.setLanguage(String language) Setter forDB_ETERNAL.UI_FIELD.LANGUAGE.UiField.setMetadata(String metadata) Setter forDB_ETERNAL.UI_FIELD.METADATA.Setter forDB_ETERNAL.UI_FIELD.NAME.UiField.setOptionConfig(String optionConfig) Setter forDB_ETERNAL.UI_FIELD.OPTION_CONFIG.UiField.setOptionItem(String optionItem) Setter forDB_ETERNAL.UI_FIELD.OPTION_ITEM.UiField.setOptionJsx(String optionJsx) Setter forDB_ETERNAL.UI_FIELD.OPTION_JSX.Setter forDB_ETERNAL.UI_FIELD.RENDER.UiField.setRowType(String rowType) Setter forDB_ETERNAL.UI_FIELD.ROW_TYPE.Setter forDB_ETERNAL.UI_FIELD.RULES.Setter forDB_ETERNAL.UI_FIELD.SIGMA.Setter forDB_ETERNAL.UI_FIELD.SPAN.UiField.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_FIELD.UPDATED_AT.UiField.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_FIELD.UPDATED_BY.Setter forDB_ETERNAL.UI_FIELD.X_POINT.Setter forDB_ETERNAL.UI_FIELD.Y_POINT. -
Uses of UiField in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiFieldModifierConstructorDescriptionUiFieldRecord(UiField value) Create a detached, initialised UiFieldRecord