Uses of Class
cn.vertxup.fm.domain.tables.pojos.FPayTerm
Packages that use FPayTerm
Package
Description
-
Uses of FPayTerm in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FPayTermModifier and TypeMethodDescriptionFPayTermDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFPayTermDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFPayTermDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslyFPayTermDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitFPayTermDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFPayTermDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFPayTermDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFPayTermDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFPayTermDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFPayTermDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFPayTermDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFPayTermDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFPayTermDao.findManyByHelpCode(Collection<String> values) Find records that haveHELP_CODE IN (values)asynchronouslyFPayTermDao.findManyByHelpCode(Collection<String> values, int limit) Find records that haveHELP_CODE IN (values)asynchronously limited by the given limitFPayTermDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFPayTermDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFPayTermDao.findManyByLeaf(Collection<Boolean> values) Find records that haveLEAF IN (values)asynchronouslyFPayTermDao.findManyByLeaf(Collection<Boolean> values, int limit) Find records that haveLEAF IN (values)asynchronously limited by the given limitFPayTermDao.findManyByLocked(Collection<Boolean> values) Find records that haveLOCKED IN (values)asynchronouslyFPayTermDao.findManyByLocked(Collection<Boolean> values, int limit) Find records that haveLOCKED IN (values)asynchronously limited by the given limitFPayTermDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFPayTermDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFPayTermDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFPayTermDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFPayTermDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyFPayTermDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitFPayTermDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFPayTermDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFPayTermDao.findManyBySubjectId(Collection<String> values) Find records that haveSUBJECT_ID IN (values)asynchronouslyFPayTermDao.findManyBySubjectId(Collection<String> values, int limit) Find records that haveSUBJECT_ID IN (values)asynchronously limited by the given limitFPayTermDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyFPayTermDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitFPayTermDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFPayTermDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFPayTermDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFPayTermDao.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<FPayTermRecord,FPayTerm, String> FPayTermDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FPayTerm -
Uses of FPayTerm in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FPayTermModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_PAY_TERM.ACTIVE.FPayTerm.setCategory(String category) Setter forDB_ETERNAL.F_PAY_TERM.CATEGORY.Setter forDB_ETERNAL.F_PAY_TERM.CODE.FPayTerm.setComment(String comment) Setter forDB_ETERNAL.F_PAY_TERM.COMMENT.FPayTerm.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_PAY_TERM.CREATED_AT.FPayTerm.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_PAY_TERM.CREATED_BY.FPayTerm.setHelpCode(String helpCode) Setter forDB_ETERNAL.F_PAY_TERM.HELP_CODE.Setter forDB_ETERNAL.F_PAY_TERM.KEY.FPayTerm.setLanguage(String language) Setter forDB_ETERNAL.F_PAY_TERM.LANGUAGE.Setter forDB_ETERNAL.F_PAY_TERM.LEAF.Setter forDB_ETERNAL.F_PAY_TERM.LOCKED.FPayTerm.setMetadata(String metadata) Setter forDB_ETERNAL.F_PAY_TERM.METADATA.Setter forDB_ETERNAL.F_PAY_TERM.NAME.FPayTerm.setParentId(String parentId) Setter forDB_ETERNAL.F_PAY_TERM.PARENT_ID.Setter forDB_ETERNAL.F_PAY_TERM.SIGMA.FPayTerm.setSubjectId(String subjectId) Setter forDB_ETERNAL.F_PAY_TERM.SUBJECT_ID.Setter forDB_ETERNAL.F_PAY_TERM.TYPE.FPayTerm.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_PAY_TERM.UPDATED_AT.FPayTerm.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_PAY_TERM.UPDATED_BY. -
Uses of FPayTerm in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FPayTermModifierConstructorDescriptionFPayTermRecord(FPayTerm value) Create a detached, initialised FPayTermRecord