Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XNotice
Packages that use XNotice
Package
Description
-
Uses of XNotice in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XNoticeModifier and TypeMethodDescriptionXNoticeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXNoticeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXNoticeDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXNoticeDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXNoticeDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXNoticeDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXNoticeDao.findManyByContent(Collection<String> values) Find records that haveCONTENT IN (values)asynchronouslyXNoticeDao.findManyByContent(Collection<String> values, int limit) Find records that haveCONTENT IN (values)asynchronously limited by the given limitXNoticeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXNoticeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXNoticeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXNoticeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXNoticeDao.findManyByExpiredAt(Collection<LocalDateTime> values) Find records that haveEXPIRED_AT IN (values)asynchronouslyXNoticeDao.findManyByExpiredAt(Collection<LocalDateTime> values, int limit) Find records that haveEXPIRED_AT IN (values)asynchronously limited by the given limitXNoticeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXNoticeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXNoticeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXNoticeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXNoticeDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXNoticeDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXNoticeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXNoticeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXNoticeDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyXNoticeDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitXNoticeDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXNoticeDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXNoticeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXNoticeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXNoticeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXNoticeDao.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<XNoticeRecord,XNotice, String> XNoticeDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XNotice -
Uses of XNotice in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XNoticeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_NOTICE.ACTIVE.Setter forDB_ETERNAL.X_NOTICE.APP_ID.Setter forDB_ETERNAL.X_NOTICE.CODE.XNotice.setContent(String content) Setter forDB_ETERNAL.X_NOTICE.CONTENT.XNotice.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_NOTICE.CREATED_AT.XNotice.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_NOTICE.CREATED_BY.XNotice.setExpiredAt(LocalDateTime expiredAt) Setter forDB_ETERNAL.X_NOTICE.EXPIRED_AT.Setter forDB_ETERNAL.X_NOTICE.KEY.XNotice.setLanguage(String language) Setter forDB_ETERNAL.X_NOTICE.LANGUAGE.XNotice.setMetadata(String metadata) Setter forDB_ETERNAL.X_NOTICE.METADATA.Setter forDB_ETERNAL.X_NOTICE.NAME.Setter forDB_ETERNAL.X_NOTICE.SIGMA.Setter forDB_ETERNAL.X_NOTICE.STATUS.Setter forDB_ETERNAL.X_NOTICE.TYPE.XNotice.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_NOTICE.UPDATED_AT.XNotice.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_NOTICE.UPDATED_BY. -
Uses of XNotice in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XNoticeModifierConstructorDescriptionXNoticeRecord(XNotice value) Create a detached, initialised XNoticeRecord