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