Uses of Class
cn.vertxup.erp.domain.tables.pojos.RTeamEmployee
Packages that use RTeamEmployee
Package
Description
-
Uses of RTeamEmployee in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RTeamEmployeeModifier and TypeMethodDescriptionio.vertx.core.Future<List<RTeamEmployee>>RTeamEmployeeDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<RTeamEmployee>>RTeamEmployeeDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RTeamEmployee>>RTeamEmployeeDao.findManyByEmployeeId(Collection<String> values) Find records that haveEMPLOYEE_ID IN (values)asynchronouslyio.vertx.core.Future<List<RTeamEmployee>>RTeamEmployeeDao.findManyByEmployeeId(Collection<String> values, int limit) Find records that haveEMPLOYEE_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RTeamEmployeeRecord,RTeamEmployee, org.jooq.Record2<String, String>> RTeamEmployeeDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type RTeamEmployee -
Uses of RTeamEmployee in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RTeamEmployeeModifier and TypeMethodDescriptionRTeamEmployee.setComment(String comment) Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.RTeamEmployee.setEmployeeId(String employeeId) Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. -
Uses of RTeamEmployee in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type RTeamEmployeeModifierConstructorDescriptionRTeamEmployeeRecord(RTeamEmployee value) Create a detached, initialised RTeamEmployeeRecord