Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiLayout
Packages that use UiLayout
Package
Description
-
Uses of UiLayout in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiLayoutModifier and TypeMethodDescriptionUiLayoutDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiLayoutDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyUiLayoutDao.findManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiLayoutDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiLayoutDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiLayoutDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiLayoutDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyUiLayoutDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitUiLayoutDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiLayoutDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiLayoutDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiLayoutDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiLayoutDao.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<UiLayoutRecord,UiLayout, String> UiLayoutDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiLayout -
Uses of UiLayout in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiLayoutModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_LAYOUT.ACTIVE.Setter forDB_ETERNAL.UI_LAYOUT.CONFIG.UiLayout.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_LAYOUT.CREATED_AT.UiLayout.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_LAYOUT.CREATED_BY.Setter forDB_ETERNAL.UI_LAYOUT.KEY.UiLayout.setLanguage(String language) Setter forDB_ETERNAL.UI_LAYOUT.LANGUAGE.UiLayout.setMetadata(String metadata) Setter forDB_ETERNAL.UI_LAYOUT.METADATA.Setter forDB_ETERNAL.UI_LAYOUT.NAME.Setter forDB_ETERNAL.UI_LAYOUT.SIGMA.UiLayout.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_AT.UiLayout.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_BY. -
Uses of UiLayout in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiLayoutModifierConstructorDescriptionUiLayoutRecord(UiLayout value) Create a detached, initialised UiLayoutRecord