Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXLog
-
Packages that use IXLog Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXLog in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXLog Modifier and Type Method Description <E extends IXLog>
EIXLog. into(E into)Copy data into another generated Record/POJO implementing the common interface IXLogMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXLog Modifier and Type Method Description default IXLogIXLog. fromJson(io.vertx.core.json.JsonObject json)IXLogIXLog. setActive(Boolean value)Setter forDB_ETERNAL.X_LOG.ACTIVE.IXLogIXLog. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_LOG.CREATED_AT.IXLogIXLog. setCreatedBy(String value)Setter forDB_ETERNAL.X_LOG.CREATED_BY.IXLogIXLog. setInfoAt(LocalDateTime value)Setter forDB_ETERNAL.X_LOG.INFO_AT.IXLogIXLog. setInfoReadable(String value)Setter forDB_ETERNAL.X_LOG.INFO_READABLE.IXLogIXLog. setInfoStack(String value)Setter forDB_ETERNAL.X_LOG.INFO_STACK.IXLogIXLog. setInfoSystem(String value)Setter forDB_ETERNAL.X_LOG.INFO_SYSTEM.IXLogIXLog. setKey(String value)Setter forDB_ETERNAL.X_LOG.KEY.IXLogIXLog. setLanguage(String value)Setter forDB_ETERNAL.X_LOG.LANGUAGE.IXLogIXLog. setLevel(String value)Setter forDB_ETERNAL.X_LOG.LEVEL.IXLogIXLog. setLogAgent(String value)Setter forDB_ETERNAL.X_LOG.LOG_AGENT.IXLogIXLog. setLogIp(String value)Setter forDB_ETERNAL.X_LOG.LOG_IP.IXLogIXLog. setLogUser(String value)Setter forDB_ETERNAL.X_LOG.LOG_USER.IXLogIXLog. setMetadata(String value)Setter forDB_ETERNAL.X_LOG.METADATA.IXLogIXLog. setSigma(String value)Setter forDB_ETERNAL.X_LOG.SIGMA.IXLogIXLog. setType(String value)Setter forDB_ETERNAL.X_LOG.TYPE.IXLogIXLog. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_LOG.UPDATED_AT.IXLogIXLog. setUpdatedBy(String value)Setter forDB_ETERNAL.X_LOG.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXLog Modifier and Type Method Description voidIXLog. from(IXLog from)Load data from another generated Record/POJO implementing the common interface IXLog -
Uses of IXLog in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXLog Modifier and Type Class Description classXLogThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXLog Modifier and Type Method Description <E extends IXLog>
EXLog. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXLog Modifier and Type Method Description voidXLog. from(IXLog from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXLog Constructor Description XLog(IXLog value) -
Uses of IXLog in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXLog Modifier and Type Class Description classXLogRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXLog Modifier and Type Method Description <E extends IXLog>
EXLogRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXLog Modifier and Type Method Description voidXLogRecord. from(IXLog from)
-