Uses of Class
cn.vertxup.fm.domain.tables.pojos.FBank
Packages that use FBank
Package
Description
-
Uses of FBank in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FBankModifier and TypeMethodDescriptionFBankDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFBankDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFBankDao.findManyByAlias(Collection<String> values) Find records that haveALIAS IN (values)asynchronouslyFBankDao.findManyByAlias(Collection<String> values, int limit) Find records that haveALIAS IN (values)asynchronously limited by the given limitFBankDao.findManyByBankId(Collection<String> values) Find records that haveBANK_ID IN (values)asynchronouslyFBankDao.findManyByBankId(Collection<String> values, int limit) Find records that haveBANK_ID IN (values)asynchronously limited by the given limitFBankDao.findManyByBranch(Collection<Boolean> values) Find records that haveBRANCH IN (values)asynchronouslyFBankDao.findManyByBranch(Collection<Boolean> values, int limit) Find records that haveBRANCH IN (values)asynchronously limited by the given limitFBankDao.findManyByBranchCode(Collection<String> values) Find records that haveBRANCH_CODE IN (values)asynchronouslyFBankDao.findManyByBranchCode(Collection<String> values, int limit) Find records that haveBRANCH_CODE IN (values)asynchronously limited by the given limitFBankDao.findManyByBranchName(Collection<String> values) Find records that haveBRANCH_NAME IN (values)asynchronouslyFBankDao.findManyByBranchName(Collection<String> values, int limit) Find records that haveBRANCH_NAME IN (values)asynchronously limited by the given limitFBankDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFBankDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFBankDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFBankDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFBankDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFBankDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFBankDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFBankDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFBankDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFBankDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFBankDao.findManyByLocationId(Collection<String> values) Find records that haveLOCATION_ID IN (values)asynchronouslyFBankDao.findManyByLocationId(Collection<String> values, int limit) Find records that haveLOCATION_ID IN (values)asynchronously limited by the given limitFBankDao.findManyByLogo(Collection<String> values) Find records that haveLOGO IN (values)asynchronouslyFBankDao.findManyByLogo(Collection<String> values, int limit) Find records that haveLOGO IN (values)asynchronously limited by the given limitFBankDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFBankDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFBankDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFBankDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFBankDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFBankDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFBankDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFBankDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFBankDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFBankDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitFBankDao.findManyByWebsite(Collection<String> values) Find records that haveWEBSITE IN (values)asynchronouslyFBankDao.findManyByWebsite(Collection<String> values, int limit) Find records that haveWEBSITE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<FBankRecord,FBank, String> FBankDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FBank -
Uses of FBank in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FBankModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_BANK.ACTIVE.Setter forDB_ETERNAL.F_BANK.ALIAS.Setter forDB_ETERNAL.F_BANK.BANK_ID.Setter forDB_ETERNAL.F_BANK.BRANCH.FBank.setBranchCode(String branchCode) Setter forDB_ETERNAL.F_BANK.BRANCH_CODE.FBank.setBranchName(String branchName) Setter forDB_ETERNAL.F_BANK.BRANCH_NAME.Setter forDB_ETERNAL.F_BANK.CODE.FBank.setComment(String comment) Setter forDB_ETERNAL.F_BANK.COMMENT.FBank.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_BANK.CREATED_AT.FBank.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_BANK.CREATED_BY.Setter forDB_ETERNAL.F_BANK.KEY.FBank.setLanguage(String language) Setter forDB_ETERNAL.F_BANK.LANGUAGE.FBank.setLocationId(String locationId) Setter forDB_ETERNAL.F_BANK.LOCATION_ID.Setter forDB_ETERNAL.F_BANK.LOGO.FBank.setMetadata(String metadata) Setter forDB_ETERNAL.F_BANK.METADATA.Setter forDB_ETERNAL.F_BANK.NAME.Setter forDB_ETERNAL.F_BANK.SIGMA.FBank.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_BANK.UPDATED_AT.FBank.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_BANK.UPDATED_BY.FBank.setWebsite(String website) Setter forDB_ETERNAL.F_BANK.WEBSITE. -
Uses of FBank in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FBankModifierConstructorDescriptionFBankRecord(FBank value) Create a detached, initialised FBankRecord