Uses of Class
cn.vertxup.tpl.domain.tables.pojos.TplTicket
Packages that use TplTicket
Package
Description
-
Uses of TplTicket in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type TplTicketModifier and TypeMethodDescriptionTplTicketDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyTplTicketDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitTplTicketDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyTplTicketDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitTplTicketDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyTplTicketDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitTplTicketDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyTplTicketDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitTplTicketDao.findManyByDescription(Collection<String> values) Find records that haveDESCRIPTION IN (values)asynchronouslyTplTicketDao.findManyByDescription(Collection<String> values, int limit) Find records that haveDESCRIPTION IN (values)asynchronously limited by the given limitTplTicketDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyTplTicketDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitTplTicketDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyTplTicketDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitTplTicketDao.findManyByModelCategory(Collection<String> values) Find records that haveMODEL_CATEGORY IN (values)asynchronouslyTplTicketDao.findManyByModelCategory(Collection<String> values, int limit) Find records that haveMODEL_CATEGORY IN (values)asynchronously limited by the given limitTplTicketDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyTplTicketDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitTplTicketDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyTplTicketDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitTplTicketDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyTplTicketDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitTplTicketDao.findManyByRecordComponent(Collection<String> values) Find records that haveRECORD_COMPONENT IN (values)asynchronouslyTplTicketDao.findManyByRecordComponent(Collection<String> values, int limit) Find records that haveRECORD_COMPONENT IN (values)asynchronously limited by the given limitTplTicketDao.findManyByRecordJson(Collection<String> values) Find records that haveRECORD_JSON IN (values)asynchronouslyTplTicketDao.findManyByRecordJson(Collection<String> values, int limit) Find records that haveRECORD_JSON IN (values)asynchronously limited by the given limitTplTicketDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyTplTicketDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitTplTicketDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyTplTicketDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitTplTicketDao.findManyBySystem(Collection<Boolean> values) Find records that haveSYSTEM IN (values)asynchronouslyTplTicketDao.findManyBySystem(Collection<Boolean> values, int limit) Find records that haveSYSTEM IN (values)asynchronously limited by the given limitTplTicketDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyTplTicketDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitTplTicketDao.findManyByUiComponent(Collection<String> values) Find records that haveUI_COMPONENT IN (values)asynchronouslyTplTicketDao.findManyByUiComponent(Collection<String> values, int limit) Find records that haveUI_COMPONENT IN (values)asynchronously limited by the given limitTplTicketDao.findManyByUiConfig(Collection<String> values) Find records that haveUI_CONFIG IN (values)asynchronouslyTplTicketDao.findManyByUiConfig(Collection<String> values, int limit) Find records that haveUI_CONFIG IN (values)asynchronously limited by the given limitTplTicketDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyTplTicketDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitTplTicketDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyTplTicketDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TplTicketRecord,TplTicket, String> TplTicketDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type TplTicket -
Uses of TplTicket in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return TplTicketModifier and TypeMethodDescriptionSetter forDB_ETERNAL.TPL_TICKET.ACTIVE.Setter forDB_ETERNAL.TPL_TICKET.CODE.TplTicket.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.TPL_TICKET.CREATED_AT.TplTicket.setCreatedBy(String createdBy) Setter forDB_ETERNAL.TPL_TICKET.CREATED_BY.TplTicket.setDescription(String description) Setter forDB_ETERNAL.TPL_TICKET.DESCRIPTION.Setter forDB_ETERNAL.TPL_TICKET.KEY.TplTicket.setLanguage(String language) Setter forDB_ETERNAL.TPL_TICKET.LANGUAGE.TplTicket.setMetadata(String metadata) Setter forDB_ETERNAL.TPL_TICKET.METADATA.TplTicket.setModelCategory(String modelCategory) Setter forDB_ETERNAL.TPL_TICKET.MODEL_CATEGORY.TplTicket.setModelId(String modelId) Setter forDB_ETERNAL.TPL_TICKET.MODEL_ID.TplTicket.setModelKey(String modelKey) Setter forDB_ETERNAL.TPL_TICKET.MODEL_KEY.Setter forDB_ETERNAL.TPL_TICKET.NAME.TplTicket.setRecordComponent(String recordComponent) Setter forDB_ETERNAL.TPL_TICKET.RECORD_COMPONENT.TplTicket.setRecordJson(String recordJson) Setter forDB_ETERNAL.TPL_TICKET.RECORD_JSON.Setter forDB_ETERNAL.TPL_TICKET.SIGMA.Setter forDB_ETERNAL.TPL_TICKET.STATUS.Setter forDB_ETERNAL.TPL_TICKET.SYSTEM.Setter forDB_ETERNAL.TPL_TICKET.TYPE.TplTicket.setUiComponent(String uiComponent) Setter forDB_ETERNAL.TPL_TICKET.UI_COMPONENT.TplTicket.setUiConfig(String uiConfig) Setter forDB_ETERNAL.TPL_TICKET.UI_CONFIG.TplTicket.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_AT.TplTicket.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_BY. -
Uses of TplTicket in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type TplTicketModifierConstructorDescriptionTplTicketRecord(TplTicket value) Create a detached, initialised TplTicketRecord