Uses of Class
cn.vertxup.erp.domain.tables.pojos.EDept
Packages that use EDept
Package
Description
-
Uses of EDept in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EDeptModifier and TypeMethodDescriptionEDeptDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyEDeptDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitEDeptDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyEDeptDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitEDeptDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyEDeptDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitEDeptDao.findManyByCompanyId(Collection<String> values) Find records that haveCOMPANY_ID IN (values)asynchronouslyEDeptDao.findManyByCompanyId(Collection<String> values, int limit) Find records that haveCOMPANY_ID IN (values)asynchronously limited by the given limitEDeptDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyEDeptDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitEDeptDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyEDeptDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitEDeptDao.findManyByDeptId(Collection<String> values) Find records that haveDEPT_ID IN (values)asynchronouslyEDeptDao.findManyByDeptId(Collection<String> values, int limit) Find records that haveDEPT_ID IN (values)asynchronously limited by the given limitEDeptDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyEDeptDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitEDeptDao.findManyByManagerId(Collection<String> values) Find records that haveMANAGER_ID IN (values)asynchronouslyEDeptDao.findManyByManagerId(Collection<String> values, int limit) Find records that haveMANAGER_ID IN (values)asynchronously limited by the given limitEDeptDao.findManyByManagerName(Collection<String> values) Find records that haveMANAGER_NAME IN (values)asynchronouslyEDeptDao.findManyByManagerName(Collection<String> values, int limit) Find records that haveMANAGER_NAME IN (values)asynchronously limited by the given limitEDeptDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyEDeptDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitEDeptDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyEDeptDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitEDeptDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyEDeptDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitEDeptDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyEDeptDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitEDeptDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyEDeptDao.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<EDeptRecord,EDept, String> EDeptDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type EDept -
Uses of EDept in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return EDeptModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_DEPT.ACTIVE.Setter forDB_ETERNAL.E_DEPT.CODE.EDept.setComment(String comment) Setter forDB_ETERNAL.E_DEPT.COMMENT.EDept.setCompanyId(String companyId) Setter forDB_ETERNAL.E_DEPT.COMPANY_ID.EDept.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.E_DEPT.CREATED_AT.EDept.setCreatedBy(String createdBy) Setter forDB_ETERNAL.E_DEPT.CREATED_BY.Setter forDB_ETERNAL.E_DEPT.DEPT_ID.Setter forDB_ETERNAL.E_DEPT.KEY.EDept.setLanguage(String language) Setter forDB_ETERNAL.E_DEPT.LANGUAGE.EDept.setManagerId(String managerId) Setter forDB_ETERNAL.E_DEPT.MANAGER_ID.EDept.setManagerName(String managerName) Setter forDB_ETERNAL.E_DEPT.MANAGER_NAME.EDept.setMetadata(String metadata) Setter forDB_ETERNAL.E_DEPT.METADATA.Setter forDB_ETERNAL.E_DEPT.NAME.Setter forDB_ETERNAL.E_DEPT.SIGMA.EDept.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.E_DEPT.UPDATED_AT.EDept.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.E_DEPT.UPDATED_BY. -
Uses of EDept in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type EDeptModifierConstructorDescriptionEDeptRecord(EDept value) Create a detached, initialised EDeptRecord