Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XTag
Packages that use XTag
Package
Description
-
Uses of XTag in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XTagModifier and TypeMethodDescriptionXTagDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXTagDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXTagDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXTagDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXTagDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXTagDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXTagDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXTagDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXTagDao.findManyByDescription(Collection<String> values) Find records that haveDESCRIPTION IN (values)asynchronouslyXTagDao.findManyByDescription(Collection<String> values, int limit) Find records that haveDESCRIPTION IN (values)asynchronously limited by the given limitXTagDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyXTagDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitXTagDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXTagDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXTagDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXTagDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXTagDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXTagDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXTagDao.findManyByShow(Collection<Boolean> values) Find records that haveSHOW IN (values)asynchronouslyXTagDao.findManyByShow(Collection<Boolean> values, int limit) Find records that haveSHOW IN (values)asynchronously limited by the given limitXTagDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXTagDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXTagDao.findManyBySort(Collection<Long> values) Find records that haveSORT IN (values)asynchronouslyXTagDao.findManyBySort(Collection<Long> values, int limit) Find records that haveSORT IN (values)asynchronously limited by the given limitXTagDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXTagDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXTagDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXTagDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXTagDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXTagDao.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<XTagRecord,XTag, String> XTagDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XTag -
Uses of XTag in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XTagModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_TAG.ACTIVE.Setter forDB_ETERNAL.X_TAG.APP_ID.XTag.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_TAG.CREATED_AT.XTag.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_TAG.CREATED_BY.XTag.setDescription(String description) Setter forDB_ETERNAL.X_TAG.DESCRIPTION.Setter forDB_ETERNAL.X_TAG.ICON.Setter forDB_ETERNAL.X_TAG.KEY.XTag.setLanguage(String language) Setter forDB_ETERNAL.X_TAG.LANGUAGE.XTag.setMetadata(String metadata) Setter forDB_ETERNAL.X_TAG.METADATA.Setter forDB_ETERNAL.X_TAG.NAME.Setter forDB_ETERNAL.X_TAG.SHOW.Setter forDB_ETERNAL.X_TAG.SIGMA.Setter forDB_ETERNAL.X_TAG.SORT.Setter forDB_ETERNAL.X_TAG.TYPE.XTag.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_TAG.UPDATED_AT.XTag.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_TAG.UPDATED_BY. -
Uses of XTag in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XTag