Uses of Class
cn.vertxup.lbs.domain.tables.LState
-
Packages that use LState Package Description cn.vertxup.lbs.domain cn.vertxup.lbs.domain.tables -
-
Uses of LState in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain declared as LState Modifier and Type Field Description LStateDb. L_STATEThe tableDB_ETERNAL.L_STATE.static LStateTables. L_STATEThe tableDB_ETERNAL.L_STATE. -
Uses of LState in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables declared as LState Modifier and Type Field Description static LStateLState. L_STATEThe reference instance ofDB_ETERNAL.L_STATEMethods in cn.vertxup.lbs.domain.tables that return LState Modifier and Type Method Description LStateLState. as(String alias)LStateLState. as(org.jooq.Name alias)LStateLState. rename(String name)Rename this tableLStateLState. rename(org.jooq.Name name)Rename this table
-