Uses of Class
cn.vertxup.erp.domain.tables.pojos.TOaTraining
Packages that use TOaTraining
Package
Description
-
Uses of TOaTraining in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaTrainingModifier and TypeMethodDescriptionio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByLeader(Collection<String> values) Find records that haveLEADER IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByLeader(Collection<String> values, int limit) Find records that haveLEADER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByLeaderComment(Collection<String> values) Find records that haveLEADER_COMMENT IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByLeaderComment(Collection<String> values, int limit) Find records that haveLEADER_COMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByReviewer(Collection<String> values) Find records that haveREVIEWER IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByReviewer(Collection<String> values, int limit) Find records that haveREVIEWER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByReviewerComment(Collection<String> values) Find records that haveREVIEWER_COMMENT IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByReviewerComment(Collection<String> values, int limit) Find records that haveREVIEWER_COMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByTrainLocation(Collection<String> values) Find records that haveTRAIN_LOCATION IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByTrainLocation(Collection<String> values, int limit) Find records that haveTRAIN_LOCATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByTrainMode(Collection<String> values) Find records that haveTRAIN_MODE IN (values)asynchronouslyio.vertx.core.Future<List<TOaTraining>>TOaTrainingDao.findManyByTrainMode(Collection<String> values, int limit) Find records that haveTRAIN_MODE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTrainingRecord,TOaTraining, String> TOaTrainingDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TOaTraining -
Uses of TOaTraining in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TOaTrainingModifier and TypeMethodDescriptionTOaTraining.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION.TOaTraining.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_TRAINING.END_AT.Setter forDB_ETERNAL.T_OA_TRAINING.KEY.Setter forDB_ETERNAL.T_OA_TRAINING.LEADER.TOaTraining.setLeaderComment(String leaderComment) Setter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT.TOaTraining.setReviewer(String reviewer) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER.TOaTraining.setReviewerComment(String reviewerComment) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT.TOaTraining.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_TRAINING.START_AT.TOaTraining.setTrainLocation(String trainLocation) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION.TOaTraining.setTrainMode(String trainMode) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. -
Uses of TOaTraining in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TOaTrainingModifierConstructorDescriptionTOaTrainingRecord(TOaTraining value) Create a detached, initialised TOaTrainingRecord