Uses of Class
cn.vertxup.lbs.domain.tables.pojos.LLocation
Packages that use LLocation
Package
Description
-
Uses of LLocation in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LLocationModifier and TypeMethodDescriptionLLocationDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyLLocationDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitLLocationDao.findManyByAddress(Collection<String> values) Find records that haveADDRESS IN (values)asynchronouslyLLocationDao.findManyByAddress(Collection<String> values, int limit) Find records that haveADDRESS IN (values)asynchronously limited by the given limitLLocationDao.findManyByCity(Collection<String> values) Find records that haveCITY IN (values)asynchronouslyLLocationDao.findManyByCity(Collection<String> values, int limit) Find records that haveCITY IN (values)asynchronously limited by the given limitLLocationDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyLLocationDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitLLocationDao.findManyByCountry(Collection<String> values) Find records that haveCOUNTRY IN (values)asynchronouslyLLocationDao.findManyByCountry(Collection<String> values, int limit) Find records that haveCOUNTRY IN (values)asynchronously limited by the given limitLLocationDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyLLocationDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitLLocationDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyLLocationDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitLLocationDao.findManyByFullName(Collection<String> values) Find records that haveFULL_NAME IN (values)asynchronouslyLLocationDao.findManyByFullName(Collection<String> values, int limit) Find records that haveFULL_NAME IN (values)asynchronously limited by the given limitLLocationDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyLLocationDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitLLocationDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyLLocationDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitLLocationDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyLLocationDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitLLocationDao.findManyByPostal(Collection<String> values) Find records that havePOSTAL IN (values)asynchronouslyLLocationDao.findManyByPostal(Collection<String> values, int limit) Find records that havePOSTAL IN (values)asynchronously limited by the given limitLLocationDao.findManyByRegion(Collection<String> values) Find records that haveREGION IN (values)asynchronouslyLLocationDao.findManyByRegion(Collection<String> values, int limit) Find records that haveREGION IN (values)asynchronously limited by the given limitLLocationDao.findManyByRegionId(Collection<String> values) Find records that haveREGION_ID IN (values)asynchronouslyLLocationDao.findManyByRegionId(Collection<String> values, int limit) Find records that haveREGION_ID IN (values)asynchronously limited by the given limitLLocationDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyLLocationDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitLLocationDao.findManyByState(Collection<String> values) Find records that haveSTATE IN (values)asynchronouslyLLocationDao.findManyByState(Collection<String> values, int limit) Find records that haveSTATE IN (values)asynchronously limited by the given limitLLocationDao.findManyByStreet1(Collection<String> values) Find records that haveSTREET1 IN (values)asynchronouslyLLocationDao.findManyByStreet1(Collection<String> values, int limit) Find records that haveSTREET1 IN (values)asynchronously limited by the given limitLLocationDao.findManyByStreet2(Collection<String> values) Find records that haveSTREET2 IN (values)asynchronouslyLLocationDao.findManyByStreet2(Collection<String> values, int limit) Find records that haveSTREET2 IN (values)asynchronously limited by the given limitLLocationDao.findManyByStreet3(Collection<String> values) Find records that haveSTREET3 IN (values)asynchronouslyLLocationDao.findManyByStreet3(Collection<String> values, int limit) Find records that haveSTREET3 IN (values)asynchronously limited by the given limitLLocationDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyLLocationDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitLLocationDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyLLocationDao.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<LLocationRecord,LLocation, String> LLocationDao.queryExecutor()Methods in cn.vertxup.lbs.domain.tables.daos with parameters of type LLocation -
Uses of LLocation in cn.vertxup.lbs.domain.tables.pojos
Methods in cn.vertxup.lbs.domain.tables.pojos that return LLocationModifier and TypeMethodDescriptionSetter forDB_ETERNAL.L_LOCATION.ACTIVE.LLocation.setAddress(String address) Setter forDB_ETERNAL.L_LOCATION.ADDRESS.Setter forDB_ETERNAL.L_LOCATION.CITY.Setter forDB_ETERNAL.L_LOCATION.CODE.LLocation.setCountry(String country) Setter forDB_ETERNAL.L_LOCATION.COUNTRY.LLocation.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.LLocation.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.LLocation.setFullName(String fullName) Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.Setter forDB_ETERNAL.L_LOCATION.KEY.LLocation.setLanguage(String language) Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.LLocation.setMetadata(String metadata) Setter forDB_ETERNAL.L_LOCATION.METADATA.Setter forDB_ETERNAL.L_LOCATION.NAME.Setter forDB_ETERNAL.L_LOCATION.POSTAL.Setter forDB_ETERNAL.L_LOCATION.REGION.LLocation.setRegionId(String regionId) Setter forDB_ETERNAL.L_LOCATION.REGION_ID.Setter forDB_ETERNAL.L_LOCATION.SIGMA.Setter forDB_ETERNAL.L_LOCATION.STATE.LLocation.setStreet1(String street1) Setter forDB_ETERNAL.L_LOCATION.STREET1.LLocation.setStreet2(String street2) Setter forDB_ETERNAL.L_LOCATION.STREET2.LLocation.setStreet3(String street3) Setter forDB_ETERNAL.L_LOCATION.STREET3.LLocation.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.LLocation.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY. -
Uses of LLocation in cn.vertxup.lbs.domain.tables.records
Constructors in cn.vertxup.lbs.domain.tables.records with parameters of type LLocationModifierConstructorDescriptionLLocationRecord(LLocation value) Create a detached, initialised LLocationRecord