Uses of Class
cn.vertxup.erp.domain.tables.pojos.EEmployee
Packages that use EEmployee
Package
Description
-
Uses of EEmployee in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EEmployeeModifier and TypeMethodDescriptionEEmployeeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyEEmployeeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByBankCard(Collection<String> values) Find records that haveBANK_CARD IN (values)asynchronouslyEEmployeeDao.findManyByBankCard(Collection<String> values, int limit) Find records that haveBANK_CARD IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByBankId(Collection<String> values) Find records that haveBANK_ID IN (values)asynchronouslyEEmployeeDao.findManyByBankId(Collection<String> values, int limit) Find records that haveBANK_ID IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByCompanyId(Collection<String> values) Find records that haveCOMPANY_ID IN (values)asynchronouslyEEmployeeDao.findManyByCompanyId(Collection<String> values, int limit) Find records that haveCOMPANY_ID IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyEEmployeeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyEEmployeeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByDeptId(Collection<String> values) Find records that haveDEPT_ID IN (values)asynchronouslyEEmployeeDao.findManyByDeptId(Collection<String> values, int limit) Find records that haveDEPT_ID IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByIdentityId(Collection<String> values) Find records that haveIDENTITY_ID IN (values)asynchronouslyEEmployeeDao.findManyByIdentityId(Collection<String> values, int limit) Find records that haveIDENTITY_ID IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyEEmployeeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyEEmployeeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitEEmployeeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyEEmployeeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyEEmployeeDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByTeamId(Collection<String> values) Find records that haveTEAM_ID IN (values)asynchronouslyEEmployeeDao.findManyByTeamId(Collection<String> values, int limit) Find records that haveTEAM_ID IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyEEmployeeDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyEEmployeeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyEEmployeeDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByViceEmail(Collection<String> values) Find records that haveVICE_EMAIL IN (values)asynchronouslyEEmployeeDao.findManyByViceEmail(Collection<String> values, int limit) Find records that haveVICE_EMAIL IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByViceMobile(Collection<String> values) Find records that haveVICE_MOBILE IN (values)asynchronouslyEEmployeeDao.findManyByViceMobile(Collection<String> values, int limit) Find records that haveVICE_MOBILE IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByViceName(Collection<String> values) Find records that haveVICE_NAME IN (values)asynchronouslyEEmployeeDao.findManyByViceName(Collection<String> values, int limit) Find records that haveVICE_NAME IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkExtension(Collection<String> values) Find records that haveWORK_EXTENSION IN (values)asynchronouslyEEmployeeDao.findManyByWorkExtension(Collection<String> values, int limit) Find records that haveWORK_EXTENSION IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkHireAt(Collection<LocalDateTime> values) Find records that haveWORK_HIRE_AT IN (values)asynchronouslyEEmployeeDao.findManyByWorkHireAt(Collection<LocalDateTime> values, int limit) Find records that haveWORK_HIRE_AT IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkLocation(Collection<String> values) Find records that haveWORK_LOCATION IN (values)asynchronouslyEEmployeeDao.findManyByWorkLocation(Collection<String> values, int limit) Find records that haveWORK_LOCATION IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkNumber(Collection<String> values) Find records that haveWORK_NUMBER IN (values)asynchronouslyEEmployeeDao.findManyByWorkNumber(Collection<String> values, int limit) Find records that haveWORK_NUMBER IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkPhone(Collection<String> values) Find records that haveWORK_PHONE IN (values)asynchronouslyEEmployeeDao.findManyByWorkPhone(Collection<String> values, int limit) Find records that haveWORK_PHONE IN (values)asynchronously limited by the given limitEEmployeeDao.findManyByWorkTitle(Collection<String> values) Find records that haveWORK_TITLE IN (values)asynchronouslyEEmployeeDao.findManyByWorkTitle(Collection<String> values, int limit) Find records that haveWORK_TITLE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EEmployeeRecord,EEmployee, String> EEmployeeDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type EEmployee -
Uses of EEmployee in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return EEmployeeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_EMPLOYEE.ACTIVE.EEmployee.setBankCard(String bankCard) Setter forDB_ETERNAL.E_EMPLOYEE.BANK_CARD.Setter forDB_ETERNAL.E_EMPLOYEE.BANK_ID.EEmployee.setCompanyId(String companyId) Setter forDB_ETERNAL.E_EMPLOYEE.COMPANY_ID.EEmployee.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_AT.EEmployee.setCreatedBy(String createdBy) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_BY.Setter forDB_ETERNAL.E_EMPLOYEE.DEPT_ID.EEmployee.setIdentityId(String identityId) Setter forDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID.Setter forDB_ETERNAL.E_EMPLOYEE.KEY.EEmployee.setLanguage(String language) Setter forDB_ETERNAL.E_EMPLOYEE.LANGUAGE.EEmployee.setMetadata(String metadata) Setter forDB_ETERNAL.E_EMPLOYEE.METADATA.Setter forDB_ETERNAL.E_EMPLOYEE.SIGMA.Setter forDB_ETERNAL.E_EMPLOYEE.STATUS.Setter forDB_ETERNAL.E_EMPLOYEE.TEAM_ID.Setter forDB_ETERNAL.E_EMPLOYEE.TYPE.EEmployee.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_AT.EEmployee.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_BY.EEmployee.setViceEmail(String viceEmail) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL.EEmployee.setViceMobile(String viceMobile) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE.EEmployee.setViceName(String viceName) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_NAME.EEmployee.setWorkExtension(String workExtension) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION.EEmployee.setWorkHireAt(LocalDateTime workHireAt) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_HIRE_AT.EEmployee.setWorkLocation(String workLocation) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION.EEmployee.setWorkNumber(String workNumber) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER.EEmployee.setWorkPhone(String workPhone) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_PHONE.EEmployee.setWorkTitle(String workTitle) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_TITLE. -
Uses of EEmployee in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type EEmployeeModifierConstructorDescriptionEEmployeeRecord(EEmployee value) Create a detached, initialised EEmployeeRecord