Uses of Class
cn.vertxup.lbs.domain.tables.pojos.LRegion
Packages that use LRegion
Package
Description
-
Uses of LRegion in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LRegionModifier and TypeMethodDescriptionLRegionDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyLRegionDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitLRegionDao.findManyByCityId(Collection<String> values) Find records that haveCITY_ID IN (values)asynchronouslyLRegionDao.findManyByCityId(Collection<String> values, int limit) Find records that haveCITY_ID IN (values)asynchronously limited by the given limitLRegionDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyLRegionDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitLRegionDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyLRegionDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitLRegionDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyLRegionDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitLRegionDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyLRegionDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitLRegionDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyLRegionDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitLRegionDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyLRegionDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitLRegionDao.findManyByOrder(Collection<Integer> values) Find records that haveORDER IN (values)asynchronouslyLRegionDao.findManyByOrder(Collection<Integer> values, int limit) Find records that haveORDER IN (values)asynchronously limited by the given limitLRegionDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyLRegionDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitLRegionDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyLRegionDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitLRegionDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyLRegionDao.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<LRegionRecord,LRegion, String> LRegionDao.queryExecutor()Methods in cn.vertxup.lbs.domain.tables.daos with parameters of type LRegion -
Uses of LRegion in cn.vertxup.lbs.domain.tables.pojos
Methods in cn.vertxup.lbs.domain.tables.pojos that return LRegionModifier and TypeMethodDescriptionSetter forDB_ETERNAL.L_REGION.ACTIVE.Setter forDB_ETERNAL.L_REGION.CITY_ID.Setter forDB_ETERNAL.L_REGION.CODE.LRegion.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_REGION.CREATED_AT.LRegion.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_REGION.CREATED_BY.Setter forDB_ETERNAL.L_REGION.KEY.LRegion.setLanguage(String language) Setter forDB_ETERNAL.L_REGION.LANGUAGE.LRegion.setMetadata(String metadata) Setter forDB_ETERNAL.L_REGION.METADATA.Setter forDB_ETERNAL.L_REGION.NAME.Setter forDB_ETERNAL.L_REGION.ORDER.Setter forDB_ETERNAL.L_REGION.SIGMA.LRegion.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_REGION.UPDATED_AT.LRegion.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_REGION.UPDATED_BY. -
Uses of LRegion in cn.vertxup.lbs.domain.tables.records
Constructors in cn.vertxup.lbs.domain.tables.records with parameters of type LRegionModifierConstructorDescriptionLRegionRecord(LRegion value) Create a detached, initialised LRegionRecord