Uses of Class
cn.vertxup.lbs.domain.tables.LLocation
-
Packages that use LLocation Package Description cn.vertxup.lbs.domain cn.vertxup.lbs.domain.tables -
-
Uses of LLocation in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain declared as LLocation Modifier and Type Field Description LLocationDb. L_LOCATIONThe tableDB_ETERNAL.L_LOCATION.static LLocationTables. L_LOCATIONThe tableDB_ETERNAL.L_LOCATION. -
Uses of LLocation in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables declared as LLocation Modifier and Type Field Description static LLocationLLocation. L_LOCATIONThe reference instance ofDB_ETERNAL.L_LOCATIONMethods in cn.vertxup.lbs.domain.tables that return LLocation Modifier and Type Method Description LLocationLLocation. as(String alias)LLocationLLocation. as(org.jooq.Name alias)LLocationLLocation. rename(String name)Rename this tableLLocationLLocation. rename(org.jooq.Name name)Rename this table
-