Uses of Class
cn.vertxup.rbac.domain.tables.SGroup
-
Packages that use SGroup Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of SGroup in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as SGroup Modifier and Type Field Description SGroupDb. S_GROUPThe tableDB_ETERNAL.S_GROUP.static SGroupTables. S_GROUPThe tableDB_ETERNAL.S_GROUP. -
Uses of SGroup in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as SGroup Modifier and Type Field Description static SGroupSGroup. S_GROUPThe reference instance ofDB_ETERNAL.S_GROUPMethods in cn.vertxup.rbac.domain.tables that return SGroup Modifier and Type Method Description SGroupSGroup. as(String alias)SGroupSGroup. as(org.jooq.Name alias)SGroupSGroup. rename(String name)Rename this tableSGroupSGroup. rename(org.jooq.Name name)Rename this table
-