Uses of Class
cn.vertxup.ambient.domain.tables.XModule
-
Packages that use XModule Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XModule in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XModule Modifier and Type Field Description XModuleDb. X_MODULEThe tableDB_ETERNAL.X_MODULE.static XModuleTables. X_MODULEThe tableDB_ETERNAL.X_MODULE. -
Uses of XModule in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XModule Modifier and Type Field Description static XModuleXModule. X_MODULEThe reference instance ofDB_ETERNAL.X_MODULEMethods in cn.vertxup.ambient.domain.tables that return XModule Modifier and Type Method Description XModuleXModule. as(String alias)XModuleXModule. as(org.jooq.Name alias)XModuleXModule. rename(String name)Rename this tableXModuleXModule. rename(org.jooq.Name name)Rename this table
-