Uses of Class
cn.vertxup.ui.domain.tables.pojos.VQuery
Packages that use VQuery
Package
Description
-
Uses of VQuery in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VQueryModifier and TypeMethodDescriptionVQueryDao.findManyByCriteria(Collection<String> values) Find records that haveCRITERIA IN (values)asynchronouslyVQueryDao.findManyByCriteria(Collection<String> values, int limit) Find records that haveCRITERIA IN (values)asynchronously limited by the given limitVQueryDao.findManyByPager(Collection<String> values) Find records that havePAGER IN (values)asynchronouslyVQueryDao.findManyByPager(Collection<String> values, int limit) Find records that havePAGER IN (values)asynchronously limited by the given limitVQueryDao.findManyByProjection(Collection<String> values) Find records that havePROJECTION IN (values)asynchronouslyVQueryDao.findManyByProjection(Collection<String> values, int limit) Find records that havePROJECTION IN (values)asynchronously limited by the given limitVQueryDao.findManyBySorter(Collection<String> values) Find records that haveSORTER IN (values)asynchronouslyVQueryDao.findManyBySorter(Collection<String> values, int limit) Find records that haveSORTER IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VQueryRecord,VQuery, String> VQueryDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type VQuery -
Uses of VQuery in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return VQueryModifier and TypeMethodDescriptionVQuery.setCriteria(String criteria) Setter forDB_ETERNAL.V_QUERY.CRITERIA.Setter forDB_ETERNAL.V_QUERY.KEY.Setter forDB_ETERNAL.V_QUERY.PAGER.VQuery.setProjection(String projection) Setter forDB_ETERNAL.V_QUERY.PROJECTION.Setter forDB_ETERNAL.V_QUERY.SORTER. -
Uses of VQuery in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type VQueryModifierConstructorDescriptionVQueryRecord(VQuery value) Create a detached, initialised VQueryRecord