Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XNumber
Packages that use XNumber
Package
Description
-
Uses of XNumber in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XNumberModifier and TypeMethodDescriptionXNumberDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXNumberDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXNumberDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXNumberDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXNumberDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXNumberDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXNumberDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyXNumberDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitXNumberDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXNumberDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXNumberDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXNumberDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXNumberDao.findManyByCurrent(Collection<Long> values) Find records that haveCURRENT IN (values)asynchronouslyXNumberDao.findManyByCurrent(Collection<Long> values, int limit) Find records that haveCURRENT IN (values)asynchronously limited by the given limitXNumberDao.findManyByDecrement(Collection<Boolean> values) Find records that haveDECREMENT IN (values)asynchronouslyXNumberDao.findManyByDecrement(Collection<Boolean> values, int limit) Find records that haveDECREMENT IN (values)asynchronously limited by the given limitXNumberDao.findManyByFormat(Collection<String> values) Find records that haveFORMAT IN (values)asynchronouslyXNumberDao.findManyByFormat(Collection<String> values, int limit) Find records that haveFORMAT IN (values)asynchronously limited by the given limitXNumberDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyXNumberDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitXNumberDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXNumberDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXNumberDao.findManyByLength(Collection<Integer> values) Find records that haveLENGTH IN (values)asynchronouslyXNumberDao.findManyByLength(Collection<Integer> values, int limit) Find records that haveLENGTH IN (values)asynchronously limited by the given limitXNumberDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXNumberDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXNumberDao.findManyByPrefix(Collection<String> values) Find records that havePREFIX IN (values)asynchronouslyXNumberDao.findManyByPrefix(Collection<String> values, int limit) Find records that havePREFIX IN (values)asynchronously limited by the given limitXNumberDao.findManyByRenewal(Collection<Boolean> values) Find records that haveRENEWAL IN (values)asynchronouslyXNumberDao.findManyByRenewal(Collection<Boolean> values, int limit) Find records that haveRENEWAL IN (values)asynchronously limited by the given limitXNumberDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXNumberDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXNumberDao.findManyByStep(Collection<Integer> values) Find records that haveSTEP IN (values)asynchronouslyXNumberDao.findManyByStep(Collection<Integer> values, int limit) Find records that haveSTEP IN (values)asynchronously limited by the given limitXNumberDao.findManyBySuffix(Collection<String> values) Find records that haveSUFFIX IN (values)asynchronouslyXNumberDao.findManyBySuffix(Collection<String> values, int limit) Find records that haveSUFFIX IN (values)asynchronously limited by the given limitXNumberDao.findManyByTime(Collection<String> values) Find records that haveTIME IN (values)asynchronouslyXNumberDao.findManyByTime(Collection<String> values, int limit) Find records that haveTIME IN (values)asynchronously limited by the given limitXNumberDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXNumberDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXNumberDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXNumberDao.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<XNumberRecord,XNumber, String> XNumberDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XNumber -
Uses of XNumber in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XNumberModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_NUMBER.ACTIVE.Setter forDB_ETERNAL.X_NUMBER.APP_ID.Setter forDB_ETERNAL.X_NUMBER.CODE.XNumber.setComment(String comment) Setter forDB_ETERNAL.X_NUMBER.COMMENT.XNumber.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_NUMBER.CREATED_AT.XNumber.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_NUMBER.CREATED_BY.XNumber.setCurrent(Long current) Setter forDB_ETERNAL.X_NUMBER.CURRENT.XNumber.setDecrement(Boolean decrement) Setter forDB_ETERNAL.X_NUMBER.DECREMENT.Setter forDB_ETERNAL.X_NUMBER.FORMAT.XNumber.setIdentifier(String identifier) Setter forDB_ETERNAL.X_NUMBER.IDENTIFIER.Setter forDB_ETERNAL.X_NUMBER.KEY.XNumber.setLanguage(String language) Setter forDB_ETERNAL.X_NUMBER.LANGUAGE.Setter forDB_ETERNAL.X_NUMBER.LENGTH.XNumber.setMetadata(String metadata) Setter forDB_ETERNAL.X_NUMBER.METADATA.Setter forDB_ETERNAL.X_NUMBER.PREFIX.XNumber.setRenewal(Boolean renewal) Setter forDB_ETERNAL.X_NUMBER.RENEWAL.Setter forDB_ETERNAL.X_NUMBER.SIGMA.Setter forDB_ETERNAL.X_NUMBER.STEP.Setter forDB_ETERNAL.X_NUMBER.SUFFIX.Setter forDB_ETERNAL.X_NUMBER.TIME.XNumber.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_NUMBER.UPDATED_AT.XNumber.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_NUMBER.UPDATED_BY. -
Uses of XNumber in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XNumberModifierConstructorDescriptionXNumberRecord(XNumber value) Create a detached, initialised XNumberRecord -
Uses of XNumber in io.vertx.tp.ambient.refine
Methods in io.vertx.tp.ambient.refine that return XNumberMethods in io.vertx.tp.ambient.refine with parameters of type XNumber