Uses of Class
cn.vertxup.ambient.domain.tables.XSource
-
Packages that use XSource Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XSource in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XSource Modifier and Type Field Description XSourceDb. X_SOURCEThe tableDB_ETERNAL.X_SOURCE.static XSourceTables. X_SOURCEThe tableDB_ETERNAL.X_SOURCE. -
Uses of XSource in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XSource Modifier and Type Field Description static XSourceXSource. X_SOURCEThe reference instance ofDB_ETERNAL.X_SOURCEMethods in cn.vertxup.ambient.domain.tables that return XSource Modifier and Type Method Description XSourceXSource. as(String alias)XSourceXSource. as(org.jooq.Name alias)XSourceXSource. rename(String name)Rename this tableXSourceXSource. rename(org.jooq.Name name)Rename this table
-