Uses of Class
cn.vertxup.ambient.domain.tables.XCategory
-
Packages that use XCategory Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XCategory in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XCategory Modifier and Type Field Description XCategoryDb. X_CATEGORYThe tableDB_ETERNAL.X_CATEGORY.static XCategoryTables. X_CATEGORYThe tableDB_ETERNAL.X_CATEGORY. -
Uses of XCategory in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XCategory Modifier and Type Field Description static XCategoryXCategory. X_CATEGORYThe reference instance ofDB_ETERNAL.X_CATEGORYMethods in cn.vertxup.ambient.domain.tables that return XCategory Modifier and Type Method Description XCategoryXCategory. as(String alias)XCategoryXCategory. as(org.jooq.Name alias)XCategoryXCategory. rename(String name)Rename this tableXCategoryXCategory. rename(org.jooq.Name name)Rename this table
-