Uses of Class
cn.vertxup.fm.domain.tables.pojos.FCurrency
Packages that use FCurrency
Package
Description
-
Uses of FCurrency in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FCurrencyModifier and TypeMethodDescriptionFCurrencyDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFCurrencyDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFCurrencyDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFCurrencyDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFCurrencyDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFCurrencyDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByDigitAmount(Collection<Integer> values) Find records that haveDIGIT_AMOUNT IN (values)asynchronouslyFCurrencyDao.findManyByDigitAmount(Collection<Integer> values, int limit) Find records that haveDIGIT_AMOUNT IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByDigitPrice(Collection<Integer> values) Find records that haveDIGIT_PRICE IN (values)asynchronouslyFCurrencyDao.findManyByDigitPrice(Collection<Integer> values, int limit) Find records that haveDIGIT_PRICE IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFCurrencyDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFCurrencyDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFCurrencyDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFCurrencyDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFCurrencyDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFCurrencyDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFCurrencyDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFCurrencyDao.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<FCurrencyRecord,FCurrency, String> FCurrencyDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FCurrency -
Uses of FCurrency in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FCurrencyModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_CURRENCY.ACTIVE.Setter forDB_ETERNAL.F_CURRENCY.CODE.FCurrency.setComment(String comment) Setter forDB_ETERNAL.F_CURRENCY.COMMENT.FCurrency.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_CURRENCY.CREATED_AT.FCurrency.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_CURRENCY.CREATED_BY.FCurrency.setDigitAmount(Integer digitAmount) Setter forDB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT.FCurrency.setDigitPrice(Integer digitPrice) Setter forDB_ETERNAL.F_CURRENCY.DIGIT_PRICE.Setter forDB_ETERNAL.F_CURRENCY.KEY.FCurrency.setLanguage(String language) Setter forDB_ETERNAL.F_CURRENCY.LANGUAGE.FCurrency.setMetadata(String metadata) Setter forDB_ETERNAL.F_CURRENCY.METADATA.Setter forDB_ETERNAL.F_CURRENCY.NAME.Setter forDB_ETERNAL.F_CURRENCY.SIGMA.FCurrency.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_CURRENCY.UPDATED_AT.FCurrency.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_CURRENCY.UPDATED_BY. -
Uses of FCurrency in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FCurrencyModifierConstructorDescriptionFCurrencyRecord(FCurrency value) Create a detached, initialised FCurrencyRecord