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