Uses of Class
cn.vertxup.fm.domain.tables.pojos.FSubject
Packages that use FSubject
Package
Description
-
Uses of FSubject in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FSubjectModifier and TypeMethodDescriptionFSubjectDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFSubjectDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFSubjectDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslyFSubjectDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitFSubjectDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFSubjectDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFSubjectDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFSubjectDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFSubjectDao.findManyByCompanyId(Collection<String> values) Find records that haveCOMPANY_ID IN (values)asynchronouslyFSubjectDao.findManyByCompanyId(Collection<String> values, int limit) Find records that haveCOMPANY_ID IN (values)asynchronously limited by the given limitFSubjectDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFSubjectDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFSubjectDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFSubjectDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFSubjectDao.findManyByHelpCode(Collection<String> values) Find records that haveHELP_CODE IN (values)asynchronouslyFSubjectDao.findManyByHelpCode(Collection<String> values, int limit) Find records that haveHELP_CODE IN (values)asynchronously limited by the given limitFSubjectDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFSubjectDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFSubjectDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFSubjectDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFSubjectDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFSubjectDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFSubjectDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyFSubjectDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitFSubjectDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyFSubjectDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitFSubjectDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFSubjectDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFSubjectDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFSubjectDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFSubjectDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFSubjectDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFSubjectDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFSubjectDao.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<FSubjectRecord,FSubject, String> FSubjectDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FSubject -
Uses of FSubject in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FSubjectModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_SUBJECT.ACTIVE.FSubject.setCategory(String category) Setter forDB_ETERNAL.F_SUBJECT.CATEGORY.Setter forDB_ETERNAL.F_SUBJECT.CODE.FSubject.setComment(String comment) Setter forDB_ETERNAL.F_SUBJECT.COMMENT.FSubject.setCompanyId(String companyId) Setter forDB_ETERNAL.F_SUBJECT.COMPANY_ID.FSubject.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_SUBJECT.CREATED_AT.FSubject.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_SUBJECT.CREATED_BY.FSubject.setHelpCode(String helpCode) Setter forDB_ETERNAL.F_SUBJECT.HELP_CODE.Setter forDB_ETERNAL.F_SUBJECT.KEY.FSubject.setLanguage(String language) Setter forDB_ETERNAL.F_SUBJECT.LANGUAGE.FSubject.setMetadata(String metadata) Setter forDB_ETERNAL.F_SUBJECT.METADATA.Setter forDB_ETERNAL.F_SUBJECT.NAME.Setter forDB_ETERNAL.F_SUBJECT.OWNER.FSubject.setParentId(String parentId) Setter forDB_ETERNAL.F_SUBJECT.PARENT_ID.Setter forDB_ETERNAL.F_SUBJECT.SERIAL.Setter forDB_ETERNAL.F_SUBJECT.SIGMA.FSubject.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_SUBJECT.UPDATED_AT.FSubject.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_SUBJECT.UPDATED_BY. -
Uses of FSubject in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FSubjectModifierConstructorDescriptionFSubjectRecord(FSubject value) Create a detached, initialised FSubjectRecord