Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XSource
Packages that use XSource
Package
Description
-
Uses of XSource in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XSourceModifier and TypeMethodDescriptionXSourceDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXSourceDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXSourceDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXSourceDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXSourceDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslyXSourceDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitXSourceDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXSourceDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXSourceDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXSourceDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXSourceDao.findManyByDriverClassName(Collection<String> values) Find records that haveDRIVER_CLASS_NAME IN (values)asynchronouslyXSourceDao.findManyByDriverClassName(Collection<String> values, int limit) Find records that haveDRIVER_CLASS_NAME IN (values)asynchronously limited by the given limitXSourceDao.findManyByHostname(Collection<String> values) Find records that haveHOSTNAME IN (values)asynchronouslyXSourceDao.findManyByHostname(Collection<String> values, int limit) Find records that haveHOSTNAME IN (values)asynchronously limited by the given limitXSourceDao.findManyByInstance(Collection<String> values) Find records that haveINSTANCE IN (values)asynchronouslyXSourceDao.findManyByInstance(Collection<String> values, int limit) Find records that haveINSTANCE IN (values)asynchronously limited by the given limitXSourceDao.findManyByIpV4(Collection<String> values) Find records that haveIP_V4 IN (values)asynchronouslyXSourceDao.findManyByIpV4(Collection<String> values, int limit) Find records that haveIP_V4 IN (values)asynchronously limited by the given limitXSourceDao.findManyByIpV6(Collection<String> values) Find records that haveIP_V6 IN (values)asynchronouslyXSourceDao.findManyByIpV6(Collection<String> values, int limit) Find records that haveIP_V6 IN (values)asynchronously limited by the given limitXSourceDao.findManyByJdbcConfig(Collection<String> values) Find records that haveJDBC_CONFIG IN (values)asynchronouslyXSourceDao.findManyByJdbcConfig(Collection<String> values, int limit) Find records that haveJDBC_CONFIG IN (values)asynchronously limited by the given limitXSourceDao.findManyByJdbcUrl(Collection<String> values) Find records that haveJDBC_URL IN (values)asynchronouslyXSourceDao.findManyByJdbcUrl(Collection<String> values, int limit) Find records that haveJDBC_URL IN (values)asynchronously limited by the given limitXSourceDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXSourceDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXSourceDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXSourceDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXSourceDao.findManyByPassword(Collection<String> values) Find records that havePASSWORD IN (values)asynchronouslyXSourceDao.findManyByPassword(Collection<String> values, int limit) Find records that havePASSWORD IN (values)asynchronously limited by the given limitXSourceDao.findManyByPort(Collection<Integer> values) Find records that havePORT IN (values)asynchronouslyXSourceDao.findManyByPort(Collection<Integer> values, int limit) Find records that havePORT IN (values)asynchronously limited by the given limitXSourceDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXSourceDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXSourceDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXSourceDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXSourceDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXSourceDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitXSourceDao.findManyByUsername(Collection<String> values) Find records that haveUSERNAME IN (values)asynchronouslyXSourceDao.findManyByUsername(Collection<String> values, int limit) Find records that haveUSERNAME IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XSourceRecord,XSource, String> XSourceDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XSource -
Uses of XSource in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XSourceModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_SOURCE.ACTIVE.Setter forDB_ETERNAL.X_SOURCE.APP_ID.XSource.setCategory(String category) Setter forDB_ETERNAL.X_SOURCE.CATEGORY.XSource.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_SOURCE.CREATED_AT.XSource.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_SOURCE.CREATED_BY.XSource.setDriverClassName(String driverClassName) Setter forDB_ETERNAL.X_SOURCE.DRIVER_CLASS_NAME.XSource.setHostname(String hostname) Setter forDB_ETERNAL.X_SOURCE.HOSTNAME.XSource.setInstance(String instance) Setter forDB_ETERNAL.X_SOURCE.INSTANCE.Setter forDB_ETERNAL.X_SOURCE.IP_V4.Setter forDB_ETERNAL.X_SOURCE.IP_V6.XSource.setJdbcConfig(String jdbcConfig) Setter forDB_ETERNAL.X_SOURCE.JDBC_CONFIG.XSource.setJdbcUrl(String jdbcUrl) Setter forDB_ETERNAL.X_SOURCE.JDBC_URL.Setter forDB_ETERNAL.X_SOURCE.KEY.XSource.setLanguage(String language) Setter forDB_ETERNAL.X_SOURCE.LANGUAGE.XSource.setMetadata(String metadata) Setter forDB_ETERNAL.X_SOURCE.METADATA.XSource.setPassword(String password) Setter forDB_ETERNAL.X_SOURCE.PASSWORD.Setter forDB_ETERNAL.X_SOURCE.PORT.Setter forDB_ETERNAL.X_SOURCE.SIGMA.XSource.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_SOURCE.UPDATED_AT.XSource.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_SOURCE.UPDATED_BY.XSource.setUsername(String username) Setter forDB_ETERNAL.X_SOURCE.USERNAME. -
Uses of XSource in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XSourceModifierConstructorDescriptionXSourceRecord(XSource value) Create a detached, initialised XSourceRecord