Uses of Class
cn.vertxup.erp.domain.tables.pojos.TVendorHour
Packages that use TVendorHour
Package
Description
-
Uses of TVendorHour in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TVendorHourModifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByFromAt(Collection<LocalDateTime> values) Find records that haveFROM_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByFromAt(Collection<LocalDateTime> values, int limit) Find records that haveFROM_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByFromType(Collection<String> values) Find records that haveFROM_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByFromType(Collection<String> values, int limit) Find records that haveFROM_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByRequestType(Collection<String> values) Find records that haveREQUEST_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByRequestType(Collection<String> values, int limit) Find records that haveREQUEST_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByToAt(Collection<LocalDateTime> values) Find records that haveTO_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByToAt(Collection<LocalDateTime> values, int limit) Find records that haveTO_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByToType(Collection<String> values) Find records that haveTO_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>TVendorHourDao.findManyByToType(Collection<String> values, int limit) Find records that haveTO_TYPE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorHourRecord,TVendorHour, String> TVendorHourDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TVendorHour -
Uses of TVendorHour in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TVendorHourModifier and TypeMethodDescriptionTVendorHour.setClassification(String classification) Setter forDB_ETERNAL.T_VENDOR_HOUR.CLASSIFICATION.TVendorHour.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_VENDOR_HOUR.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_VENDOR_HOUR.DAYS.TVendorHour.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_VENDOR_HOUR.END_AT.TVendorHour.setFromAt(LocalDateTime fromAt) Setter forDB_ETERNAL.T_VENDOR_HOUR.FROM_AT.TVendorHour.setFromType(String fromType) Setter forDB_ETERNAL.T_VENDOR_HOUR.FROM_TYPE.Setter forDB_ETERNAL.T_VENDOR_HOUR.KEY.TVendorHour.setRequestType(String requestType) Setter forDB_ETERNAL.T_VENDOR_HOUR.REQUEST_TYPE.TVendorHour.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_VENDOR_HOUR.START_AT.TVendorHour.setToAt(LocalDateTime toAt) Setter forDB_ETERNAL.T_VENDOR_HOUR.TO_AT.Setter forDB_ETERNAL.T_VENDOR_HOUR.TO_TYPE. -
Uses of TVendorHour in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TVendorHourModifierConstructorDescriptionTVendorHourRecord(TVendorHour value) Create a detached, initialised TVendorHourRecord