Uses of Class
cn.vertxup.ui.domain.tables.pojos.VSearch
Packages that use VSearch
Package
Description
-
Uses of VSearch in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VSearchModifier and TypeMethodDescriptionVSearchDao.findManyByAdvanced(Collection<Boolean> values) Find records that haveADVANCED IN (values)asynchronouslyVSearchDao.findManyByAdvanced(Collection<Boolean> values, int limit) Find records that haveADVANCED IN (values)asynchronously limited by the given limitVSearchDao.findManyByAdvancedNotice(Collection<String> values) Find records that haveADVANCED_NOTICE IN (values)asynchronouslyVSearchDao.findManyByAdvancedNotice(Collection<String> values, int limit) Find records that haveADVANCED_NOTICE IN (values)asynchronously limited by the given limitVSearchDao.findManyByAdvancedTitle(Collection<String> values) Find records that haveADVANCED_TITLE IN (values)asynchronouslyVSearchDao.findManyByAdvancedTitle(Collection<String> values, int limit) Find records that haveADVANCED_TITLE IN (values)asynchronously limited by the given limitVSearchDao.findManyByAdvancedView(Collection<String> values) Find records that haveADVANCED_VIEW IN (values)asynchronouslyVSearchDao.findManyByAdvancedView(Collection<String> values, int limit) Find records that haveADVANCED_VIEW IN (values)asynchronously limited by the given limitVSearchDao.findManyByAdvancedWidth(Collection<String> values) Find records that haveADVANCED_WIDTH IN (values)asynchronouslyVSearchDao.findManyByAdvancedWidth(Collection<String> values, int limit) Find records that haveADVANCED_WIDTH IN (values)asynchronously limited by the given limitVSearchDao.findManyByCond(Collection<String> values) Find records that haveCOND IN (values)asynchronouslyVSearchDao.findManyByCond(Collection<String> values, int limit) Find records that haveCOND IN (values)asynchronously limited by the given limitVSearchDao.findManyByConfirmClear(Collection<String> values) Find records that haveCONFIRM_CLEAR IN (values)asynchronouslyVSearchDao.findManyByConfirmClear(Collection<String> values, int limit) Find records that haveCONFIRM_CLEAR IN (values)asynchronously limited by the given limitVSearchDao.findManyByEnabled(Collection<Boolean> values) Find records that haveENABLED IN (values)asynchronouslyVSearchDao.findManyByEnabled(Collection<Boolean> values, int limit) Find records that haveENABLED IN (values)asynchronously limited by the given limitVSearchDao.findManyByOpAdvanced(Collection<String> values) Find records that haveOP_ADVANCED IN (values)asynchronouslyVSearchDao.findManyByOpAdvanced(Collection<String> values, int limit) Find records that haveOP_ADVANCED IN (values)asynchronously limited by the given limitVSearchDao.findManyByOpRedo(Collection<String> values) Find records that haveOP_REDO IN (values)asynchronouslyVSearchDao.findManyByOpRedo(Collection<String> values, int limit) Find records that haveOP_REDO IN (values)asynchronously limited by the given limitVSearchDao.findManyByOpView(Collection<String> values) Find records that haveOP_VIEW IN (values)asynchronouslyVSearchDao.findManyByOpView(Collection<String> values, int limit) Find records that haveOP_VIEW IN (values)asynchronously limited by the given limitVSearchDao.findManyByPlaceholder(Collection<String> values) Find records that havePLACEHOLDER IN (values)asynchronouslyVSearchDao.findManyByPlaceholder(Collection<String> values, int limit) Find records that havePLACEHOLDER IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VSearchRecord,VSearch, String> VSearchDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type VSearch -
Uses of VSearch in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return VSearchModifier and TypeMethodDescriptionVSearch.setAdvanced(Boolean advanced) Setter forDB_ETERNAL.V_SEARCH.ADVANCED.VSearch.setAdvancedNotice(String advancedNotice) Setter forDB_ETERNAL.V_SEARCH.ADVANCED_NOTICE.VSearch.setAdvancedTitle(String advancedTitle) Setter forDB_ETERNAL.V_SEARCH.ADVANCED_TITLE.VSearch.setAdvancedView(String advancedView) Setter forDB_ETERNAL.V_SEARCH.ADVANCED_VIEW.VSearch.setAdvancedWidth(String advancedWidth) Setter forDB_ETERNAL.V_SEARCH.ADVANCED_WIDTH.Setter forDB_ETERNAL.V_SEARCH.COND.VSearch.setConfirmClear(String confirmClear) Setter forDB_ETERNAL.V_SEARCH.CONFIRM_CLEAR.VSearch.setEnabled(Boolean enabled) Setter forDB_ETERNAL.V_SEARCH.ENABLED.Setter forDB_ETERNAL.V_SEARCH.KEY.VSearch.setOpAdvanced(String opAdvanced) Setter forDB_ETERNAL.V_SEARCH.OP_ADVANCED.Setter forDB_ETERNAL.V_SEARCH.OP_REDO.Setter forDB_ETERNAL.V_SEARCH.OP_VIEW.VSearch.setPlaceholder(String placeholder) Setter forDB_ETERNAL.V_SEARCH.PLACEHOLDER. -
Uses of VSearch in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type VSearchModifierConstructorDescriptionVSearchRecord(VSearch value) Create a detached, initialised VSearchRecord