Uses of Class
cn.vertxup.tpl.domain.tables.pojos.TplMessage
Packages that use TplMessage
Package
Description
-
Uses of TplMessage in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type TplMessageModifier and TypeMethodDescriptionio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprComponent(Collection<String> values) Find records that haveEXPR_COMPONENT IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprComponent(Collection<String> values, int limit) Find records that haveEXPR_COMPONENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprContent(Collection<String> values) Find records that haveEXPR_CONTENT IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprContent(Collection<String> values, int limit) Find records that haveEXPR_CONTENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprSubject(Collection<String> values) Find records that haveEXPR_SUBJECT IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByExprSubject(Collection<String> values, int limit) Find records that haveEXPR_SUBJECT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TplMessage>>TplMessageDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<TplMessage>>TplMessageDao.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<TplMessageRecord,TplMessage, String> TplMessageDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type TplMessage -
Uses of TplMessage in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return TplMessageModifier and TypeMethodDescriptionSetter forDB_ETERNAL.TPL_MESSAGE.ACTIVE.Setter forDB_ETERNAL.TPL_MESSAGE.APP_ID.Setter forDB_ETERNAL.TPL_MESSAGE.CODE.TplMessage.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.TPL_MESSAGE.CREATED_AT.TplMessage.setCreatedBy(String createdBy) Setter forDB_ETERNAL.TPL_MESSAGE.CREATED_BY.TplMessage.setExprComponent(String exprComponent) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_COMPONENT.TplMessage.setExprContent(String exprContent) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_CONTENT.TplMessage.setExprSubject(String exprSubject) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_SUBJECT.Setter forDB_ETERNAL.TPL_MESSAGE.KEY.TplMessage.setLanguage(String language) Setter forDB_ETERNAL.TPL_MESSAGE.LANGUAGE.TplMessage.setMetadata(String metadata) Setter forDB_ETERNAL.TPL_MESSAGE.METADATA.Setter forDB_ETERNAL.TPL_MESSAGE.NAME.Setter forDB_ETERNAL.TPL_MESSAGE.SIGMA.Setter forDB_ETERNAL.TPL_MESSAGE.TYPE.TplMessage.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.TPL_MESSAGE.UPDATED_AT.TplMessage.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.TPL_MESSAGE.UPDATED_BY. -
Uses of TplMessage in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type TplMessageModifierConstructorDescriptionTplMessageRecord(TplMessage value) Create a detached, initialised TplMessageRecord