Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XLog
Packages that use XLog
Package
Description
-
Uses of XLog in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XLogModifier and TypeMethodDescriptionXLogDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXLogDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXLogDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXLogDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXLogDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXLogDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXLogDao.findManyByInfoAt(Collection<LocalDateTime> values) Find records that haveINFO_AT IN (values)asynchronouslyXLogDao.findManyByInfoAt(Collection<LocalDateTime> values, int limit) Find records that haveINFO_AT IN (values)asynchronously limited by the given limitXLogDao.findManyByInfoReadable(Collection<String> values) Find records that haveINFO_READABLE IN (values)asynchronouslyXLogDao.findManyByInfoReadable(Collection<String> values, int limit) Find records that haveINFO_READABLE IN (values)asynchronously limited by the given limitXLogDao.findManyByInfoStack(Collection<String> values) Find records that haveINFO_STACK IN (values)asynchronouslyXLogDao.findManyByInfoStack(Collection<String> values, int limit) Find records that haveINFO_STACK IN (values)asynchronously limited by the given limitXLogDao.findManyByInfoSystem(Collection<String> values) Find records that haveINFO_SYSTEM IN (values)asynchronouslyXLogDao.findManyByInfoSystem(Collection<String> values, int limit) Find records that haveINFO_SYSTEM IN (values)asynchronously limited by the given limitXLogDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXLogDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXLogDao.findManyByLevel(Collection<String> values) Find records that haveLEVEL IN (values)asynchronouslyXLogDao.findManyByLevel(Collection<String> values, int limit) Find records that haveLEVEL IN (values)asynchronously limited by the given limitXLogDao.findManyByLogAgent(Collection<String> values) Find records that haveLOG_AGENT IN (values)asynchronouslyXLogDao.findManyByLogAgent(Collection<String> values, int limit) Find records that haveLOG_AGENT IN (values)asynchronously limited by the given limitXLogDao.findManyByLogIp(Collection<String> values) Find records that haveLOG_IP IN (values)asynchronouslyXLogDao.findManyByLogIp(Collection<String> values, int limit) Find records that haveLOG_IP IN (values)asynchronously limited by the given limitXLogDao.findManyByLogUser(Collection<String> values) Find records that haveLOG_USER IN (values)asynchronouslyXLogDao.findManyByLogUser(Collection<String> values, int limit) Find records that haveLOG_USER IN (values)asynchronously limited by the given limitXLogDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXLogDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXLogDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXLogDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXLogDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXLogDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXLogDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXLogDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXLogDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXLogDao.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<XLogRecord,XLog, String> XLogDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XLog -
Uses of XLog in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XLogModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_LOG.ACTIVE.XLog.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_LOG.CREATED_AT.XLog.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_LOG.CREATED_BY.XLog.setInfoAt(LocalDateTime infoAt) Setter forDB_ETERNAL.X_LOG.INFO_AT.XLog.setInfoReadable(String infoReadable) Setter forDB_ETERNAL.X_LOG.INFO_READABLE.XLog.setInfoStack(String infoStack) Setter forDB_ETERNAL.X_LOG.INFO_STACK.XLog.setInfoSystem(String infoSystem) Setter forDB_ETERNAL.X_LOG.INFO_SYSTEM.Setter forDB_ETERNAL.X_LOG.KEY.XLog.setLanguage(String language) Setter forDB_ETERNAL.X_LOG.LANGUAGE.Setter forDB_ETERNAL.X_LOG.LEVEL.XLog.setLogAgent(String logAgent) Setter forDB_ETERNAL.X_LOG.LOG_AGENT.Setter forDB_ETERNAL.X_LOG.LOG_IP.XLog.setLogUser(String logUser) Setter forDB_ETERNAL.X_LOG.LOG_USER.XLog.setMetadata(String metadata) Setter forDB_ETERNAL.X_LOG.METADATA.Setter forDB_ETERNAL.X_LOG.SIGMA.Setter forDB_ETERNAL.X_LOG.TYPE.XLog.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_LOG.UPDATED_AT.XLog.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_LOG.UPDATED_BY. -
Uses of XLog in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XLog