Uses of Class
cn.vertxup.erp.domain.tables.pojos.TOaTrip
Packages that use TOaTrip
Package
Description
-
Uses of TOaTrip in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaTripModifier and TypeMethodDescriptionTOaTripDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyTOaTripDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitTOaTripDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyTOaTripDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitTOaTripDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyTOaTripDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitTOaTripDao.findManyByReason(Collection<String> values) Find records that haveREASON IN (values)asynchronouslyTOaTripDao.findManyByReason(Collection<String> values, int limit) Find records that haveREASON IN (values)asynchronously limited by the given limitTOaTripDao.findManyByRequestBy(Collection<String> values) Find records that haveREQUEST_BY IN (values)asynchronouslyTOaTripDao.findManyByRequestBy(Collection<String> values, int limit) Find records that haveREQUEST_BY IN (values)asynchronously limited by the given limitTOaTripDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyTOaTripDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitTOaTripDao.findManyByTripAddress(Collection<String> values) Find records that haveTRIP_ADDRESS IN (values)asynchronouslyTOaTripDao.findManyByTripAddress(Collection<String> values, int limit) Find records that haveTRIP_ADDRESS IN (values)asynchronously limited by the given limitTOaTripDao.findManyByTripCity(Collection<String> values) Find records that haveTRIP_CITY IN (values)asynchronouslyTOaTripDao.findManyByTripCity(Collection<String> values, int limit) Find records that haveTRIP_CITY IN (values)asynchronously limited by the given limitTOaTripDao.findManyByTripProvince(Collection<String> values) Find records that haveTRIP_PROVINCE IN (values)asynchronouslyTOaTripDao.findManyByTripProvince(Collection<String> values, int limit) Find records that haveTRIP_PROVINCE IN (values)asynchronously limited by the given limitTOaTripDao.findManyByWorkContent(Collection<String> values) Find records that haveWORK_CONTENT IN (values)asynchronouslyTOaTripDao.findManyByWorkContent(Collection<String> values, int limit) Find records that haveWORK_CONTENT IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTripRecord,TOaTrip, String> TOaTripDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TOaTrip -
Uses of TOaTrip in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TOaTripModifier and TypeMethodDescriptionTOaTrip.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_TRIP.DAYS.TOaTrip.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_TRIP.END_AT.Setter forDB_ETERNAL.T_OA_TRIP.KEY.Setter forDB_ETERNAL.T_OA_TRIP.REASON.TOaTrip.setRequestBy(String requestBy) Setter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY.TOaTrip.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_TRIP.START_AT.TOaTrip.setTripAddress(String tripAddress) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS.TOaTrip.setTripCity(String tripCity) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY.TOaTrip.setTripProvince(String tripProvince) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE.TOaTrip.setWorkContent(String workContent) Setter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT. -
Uses of TOaTrip in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TOaTripModifierConstructorDescriptionTOaTripRecord(TOaTrip value) Create a detached, initialised TOaTripRecord