Uses of Class
cn.vertxup.ambient.domain.tables.XLog
-
Packages that use XLog Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XLog in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XLog Modifier and Type Field Description XLogDb. X_LOGThe tableDB_ETERNAL.X_LOG.static XLogTables. X_LOGThe tableDB_ETERNAL.X_LOG. -
Uses of XLog in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XLog Modifier and Type Field Description static XLogXLog. X_LOGThe reference instance ofDB_ETERNAL.X_LOGMethods in cn.vertxup.ambient.domain.tables that return XLog Modifier and Type Method Description XLogXLog. as(String alias)XLogXLog. as(org.jooq.Name alias)XLogXLog. rename(String name)Rename this tableXLogXLog. rename(org.jooq.Name name)Rename this table
-