Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XApp
Packages that use XApp
Package
Description
-
Uses of XApp in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XAppModifier and TypeMethodDescriptionXAppDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXAppDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXAppDao.findManyByAppKey(Collection<String> values) Find records that haveAPP_KEY IN (values)asynchronouslyXAppDao.findManyByAppKey(Collection<String> values, int limit) Find records that haveAPP_KEY IN (values)asynchronously limited by the given limitXAppDao.findManyByAppPort(Collection<Integer> values) Find records that haveAPP_PORT IN (values)asynchronouslyXAppDao.findManyByAppPort(Collection<Integer> values, int limit) Find records that haveAPP_PORT IN (values)asynchronously limited by the given limitXAppDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXAppDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXAppDao.findManyByCopyRight(Collection<String> values) Find records that haveCOPY_RIGHT IN (values)asynchronouslyXAppDao.findManyByCopyRight(Collection<String> values, int limit) Find records that haveCOPY_RIGHT IN (values)asynchronously limited by the given limitXAppDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXAppDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXAppDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXAppDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXAppDao.findManyByDomain(Collection<String> values) Find records that haveDOMAIN IN (values)asynchronouslyXAppDao.findManyByDomain(Collection<String> values, int limit) Find records that haveDOMAIN IN (values)asynchronously limited by the given limitXAppDao.findManyByEmail(Collection<String> values) Find records that haveEMAIL IN (values)asynchronouslyXAppDao.findManyByEmail(Collection<String> values, int limit) Find records that haveEMAIL IN (values)asynchronously limited by the given limitXAppDao.findManyByIcp(Collection<String> values) Find records that haveICP IN (values)asynchronouslyXAppDao.findManyByIcp(Collection<String> values, int limit) Find records that haveICP IN (values)asynchronously limited by the given limitXAppDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXAppDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXAppDao.findManyByLogo(Collection<String> values) Find records that haveLOGO IN (values)asynchronouslyXAppDao.findManyByLogo(Collection<String> values, int limit) Find records that haveLOGO IN (values)asynchronously limited by the given limitXAppDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXAppDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXAppDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXAppDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXAppDao.findManyByPath(Collection<String> values) Find records that havePATH IN (values)asynchronouslyXAppDao.findManyByPath(Collection<String> values, int limit) Find records that havePATH IN (values)asynchronously limited by the given limitXAppDao.findManyByRoute(Collection<String> values) Find records that haveROUTE IN (values)asynchronouslyXAppDao.findManyByRoute(Collection<String> values, int limit) Find records that haveROUTE IN (values)asynchronously limited by the given limitXAppDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXAppDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXAppDao.findManyByTitle(Collection<String> values) Find records that haveTITLE IN (values)asynchronouslyXAppDao.findManyByTitle(Collection<String> values, int limit) Find records that haveTITLE IN (values)asynchronously limited by the given limitXAppDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXAppDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXAppDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXAppDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitXAppDao.findManyByUrlEntry(Collection<String> values) Find records that haveURL_ENTRY IN (values)asynchronouslyXAppDao.findManyByUrlEntry(Collection<String> values, int limit) Find records that haveURL_ENTRY IN (values)asynchronously limited by the given limitXAppDao.findManyByUrlMain(Collection<String> values) Find records that haveURL_MAIN IN (values)asynchronouslyXAppDao.findManyByUrlMain(Collection<String> values, int limit) Find records that haveURL_MAIN IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XAppRecord,XApp, String> XAppDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XApp -
Uses of XApp in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XAppModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_APP.ACTIVE.Setter forDB_ETERNAL.X_APP.APP_KEY.XApp.setAppPort(Integer appPort) Setter forDB_ETERNAL.X_APP.APP_PORT.Setter forDB_ETERNAL.X_APP.CODE.XApp.setCopyRight(String copyRight) Setter forDB_ETERNAL.X_APP.COPY_RIGHT.XApp.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_APP.CREATED_AT.XApp.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_APP.CREATED_BY.Setter forDB_ETERNAL.X_APP.DOMAIN.Setter forDB_ETERNAL.X_APP.EMAIL.Setter forDB_ETERNAL.X_APP.ICP.Setter forDB_ETERNAL.X_APP.KEY.XApp.setLanguage(String language) Setter forDB_ETERNAL.X_APP.LANGUAGE.Setter forDB_ETERNAL.X_APP.LOGO.XApp.setMetadata(String metadata) Setter forDB_ETERNAL.X_APP.METADATA.Setter forDB_ETERNAL.X_APP.NAME.Setter forDB_ETERNAL.X_APP.PATH.Setter forDB_ETERNAL.X_APP.ROUTE.Setter forDB_ETERNAL.X_APP.SIGMA.Setter forDB_ETERNAL.X_APP.TITLE.XApp.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_APP.UPDATED_AT.XApp.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_APP.UPDATED_BY.XApp.setUrlEntry(String urlEntry) Setter forDB_ETERNAL.X_APP.URL_ENTRY.XApp.setUrlMain(String urlMain) Setter forDB_ETERNAL.X_APP.URL_MAIN. -
Uses of XApp in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XApp -
Uses of XApp in io.vertx.tp.ambient.atom
Methods in io.vertx.tp.ambient.atom that return XApp