Uses of Class
cn.vertxup.erp.domain.tables.pojos.RTeamEmployee
-
Packages that use RTeamEmployee Package Description cn.vertxup.erp.domain.tables.daos cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
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 RTeamEmployee Modifier and Type Method Description io.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 Modifier and Type Method Description protected org.jooq.Record2<String,String>RTeamEmployeeDao. getId(RTeamEmployee object) -
Uses of RTeamEmployee in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RTeamEmployee Modifier and Type Method Description RTeamEmployeeRTeamEmployee. setComment(String comment)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.RTeamEmployeeRTeamEmployee. setEmployeeId(String employeeId)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.RTeamEmployeeRTeamEmployee. setTeamId(String teamId)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 RTeamEmployee Constructor Description RTeamEmployeeRecord(RTeamEmployee value)Create a detached, initialised RTeamEmployeeRecord
-