Uses of Class
cn.vertxup.rbac.domain.tables.RGroupRole
-
Packages that use RGroupRole Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of RGroupRole in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as RGroupRole Modifier and Type Field Description RGroupRoleDb. R_GROUP_ROLEThe tableDB_ETERNAL.R_GROUP_ROLE.static RGroupRoleTables. R_GROUP_ROLEThe tableDB_ETERNAL.R_GROUP_ROLE. -
Uses of RGroupRole in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as RGroupRole Modifier and Type Field Description static RGroupRoleRGroupRole. R_GROUP_ROLEThe reference instance ofDB_ETERNAL.R_GROUP_ROLEMethods in cn.vertxup.rbac.domain.tables that return RGroupRole Modifier and Type Method Description RGroupRoleRGroupRole. as(String alias)RGroupRoleRGroupRole. as(org.jooq.Name alias)RGroupRoleRGroupRole. rename(String name)Rename this tableRGroupRoleRGroupRole. rename(org.jooq.Name name)Rename this table
-