Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiForm
Packages that use UiForm
Package
Description
-
Uses of UiForm in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiFormModifier and TypeMethodDescriptionUiFormDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiFormDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiFormDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyUiFormDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitUiFormDao.findManyByColumns(Collection<Integer> values) Find records that haveCOLUMNS IN (values)asynchronouslyUiFormDao.findManyByColumns(Collection<Integer> values, int limit) Find records that haveCOLUMNS IN (values)asynchronously limited by the given limitUiFormDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiFormDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiFormDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiFormDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiFormDao.findManyByHidden(Collection<String> values) Find records that haveHIDDEN IN (values)asynchronouslyUiFormDao.findManyByHidden(Collection<String> values, int limit) Find records that haveHIDDEN IN (values)asynchronously limited by the given limitUiFormDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyUiFormDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitUiFormDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiFormDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiFormDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiFormDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiFormDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyUiFormDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitUiFormDao.findManyByRow(Collection<String> values) Find records that haveROW IN (values)asynchronouslyUiFormDao.findManyByRow(Collection<String> values, int limit) Find records that haveROW IN (values)asynchronously limited by the given limitUiFormDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiFormDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiFormDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiFormDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiFormDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiFormDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitUiFormDao.findManyByWindow(Collection<BigDecimal> values) Find records that haveWINDOW IN (values)asynchronouslyUiFormDao.findManyByWindow(Collection<BigDecimal> values, int limit) Find records that haveWINDOW IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiFormRecord,UiForm, String> UiFormDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiForm -
Uses of UiForm in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiFormModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_FORM.ACTIVE.Setter forDB_ETERNAL.UI_FORM.CODE.UiForm.setColumns(Integer columns) Setter forDB_ETERNAL.UI_FORM.COLUMNS.UiForm.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_FORM.CREATED_AT.UiForm.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_FORM.CREATED_BY.Setter forDB_ETERNAL.UI_FORM.HIDDEN.UiForm.setIdentifier(String identifier) Setter forDB_ETERNAL.UI_FORM.IDENTIFIER.Setter forDB_ETERNAL.UI_FORM.KEY.UiForm.setLanguage(String language) Setter forDB_ETERNAL.UI_FORM.LANGUAGE.UiForm.setMetadata(String metadata) Setter forDB_ETERNAL.UI_FORM.METADATA.Setter forDB_ETERNAL.UI_FORM.NAME.Setter forDB_ETERNAL.UI_FORM.ROW.Setter forDB_ETERNAL.UI_FORM.SIGMA.UiForm.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_FORM.UPDATED_AT.UiForm.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_FORM.UPDATED_BY.UiForm.setWindow(BigDecimal window) Setter forDB_ETERNAL.UI_FORM.WINDOW. -
Uses of UiForm in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiFormModifierConstructorDescriptionUiFormRecord(UiForm value) Create a detached, initialised UiFormRecord