Uses of Class
cn.vertxup.lbs.domain.tables.LCountry
-
Packages that use LCountry Package Description cn.vertxup.lbs.domain cn.vertxup.lbs.domain.tables -
-
Uses of LCountry in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain declared as LCountry Modifier and Type Field Description LCountryDb. L_COUNTRYThe tableDB_ETERNAL.L_COUNTRY.static LCountryTables. L_COUNTRYThe tableDB_ETERNAL.L_COUNTRY. -
Uses of LCountry in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables declared as LCountry Modifier and Type Field Description static LCountryLCountry. L_COUNTRYThe reference instance ofDB_ETERNAL.L_COUNTRYMethods in cn.vertxup.lbs.domain.tables that return LCountry Modifier and Type Method Description LCountryLCountry. as(String alias)LCountryLCountry. as(org.jooq.Name alias)LCountryLCountry. rename(String name)Rename this tableLCountryLCountry. rename(org.jooq.Name name)Rename this table
-