Uses of Class
cn.vertxup.integration.domain.tables.pojos.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in cn.vertxup.integration.domain.tables.daos
Methods in cn.vertxup.integration.domain.tables.daos that return types with arguments of type IMessageModifier and TypeMethodDescriptionIMessageDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyIMessageDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitIMessageDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyIMessageDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitIMessageDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyIMessageDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitIMessageDao.findManyByContent(Collection<String> values) Find records that haveCONTENT IN (values)asynchronouslyIMessageDao.findManyByContent(Collection<String> values, int limit) Find records that haveCONTENT IN (values)asynchronously limited by the given limitIMessageDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyIMessageDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitIMessageDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyIMessageDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitIMessageDao.findManyByFrom(Collection<String> values) Find records that haveFROM IN (values)asynchronouslyIMessageDao.findManyByFrom(Collection<String> values, int limit) Find records that haveFROM IN (values)asynchronously limited by the given limitIMessageDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyIMessageDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitIMessageDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyIMessageDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitIMessageDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyIMessageDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitIMessageDao.findManyBySendAt(Collection<String> values) Find records that haveSEND_AT IN (values)asynchronouslyIMessageDao.findManyBySendAt(Collection<String> values, int limit) Find records that haveSEND_AT IN (values)asynchronously limited by the given limitIMessageDao.findManyBySendBy(Collection<String> values) Find records that haveSEND_BY IN (values)asynchronouslyIMessageDao.findManyBySendBy(Collection<String> values, int limit) Find records that haveSEND_BY IN (values)asynchronously limited by the given limitIMessageDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyIMessageDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitIMessageDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyIMessageDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitIMessageDao.findManyBySubject(Collection<String> values) Find records that haveSUBJECT IN (values)asynchronouslyIMessageDao.findManyBySubject(Collection<String> values, int limit) Find records that haveSUBJECT IN (values)asynchronously limited by the given limitIMessageDao.findManyByTo(Collection<String> values) Find records that haveTO IN (values)asynchronouslyIMessageDao.findManyByTo(Collection<String> values, int limit) Find records that haveTO IN (values)asynchronously limited by the given limitIMessageDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyIMessageDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitIMessageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyIMessageDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitIMessageDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyIMessageDao.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<IMessageRecord,IMessage, String> IMessageDao.queryExecutor()Methods in cn.vertxup.integration.domain.tables.daos with parameters of type IMessage -
Uses of IMessage in cn.vertxup.integration.domain.tables.pojos
Methods in cn.vertxup.integration.domain.tables.pojos that return IMessageModifier and TypeMethodDescriptionSetter forDB_ETERNAL.I_MESSAGE.ACTIVE.Setter forDB_ETERNAL.I_MESSAGE.APP_ID.Setter forDB_ETERNAL.I_MESSAGE.CODE.IMessage.setContent(String content) Setter forDB_ETERNAL.I_MESSAGE.CONTENT.IMessage.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.I_MESSAGE.CREATED_AT.IMessage.setCreatedBy(String createdBy) Setter forDB_ETERNAL.I_MESSAGE.CREATED_BY.Setter forDB_ETERNAL.I_MESSAGE.FROM.Setter forDB_ETERNAL.I_MESSAGE.KEY.IMessage.setLanguage(String language) Setter forDB_ETERNAL.I_MESSAGE.LANGUAGE.IMessage.setMetadata(String metadata) Setter forDB_ETERNAL.I_MESSAGE.METADATA.Setter forDB_ETERNAL.I_MESSAGE.NAME.Setter forDB_ETERNAL.I_MESSAGE.SEND_AT.Setter forDB_ETERNAL.I_MESSAGE.SEND_BY.Setter forDB_ETERNAL.I_MESSAGE.SIGMA.Setter forDB_ETERNAL.I_MESSAGE.STATUS.IMessage.setSubject(String subject) Setter forDB_ETERNAL.I_MESSAGE.SUBJECT.Setter forDB_ETERNAL.I_MESSAGE.TO.Setter forDB_ETERNAL.I_MESSAGE.TYPE.IMessage.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.I_MESSAGE.UPDATED_AT.IMessage.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.I_MESSAGE.UPDATED_BY. -
Uses of IMessage in cn.vertxup.integration.domain.tables.records
Constructors in cn.vertxup.integration.domain.tables.records with parameters of type IMessageModifierConstructorDescriptionIMessageRecord(IMessage value) Create a detached, initialised IMessageRecord