Uses of Class
cn.vertxup.rbac.domain.tables.RUserRole
-
Packages that use RUserRole Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of RUserRole in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as RUserRole Modifier and Type Field Description RUserRoleDb. R_USER_ROLEThe tableDB_ETERNAL.R_USER_ROLE.static RUserRoleTables. R_USER_ROLEThe tableDB_ETERNAL.R_USER_ROLE. -
Uses of RUserRole in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as RUserRole Modifier and Type Field Description static RUserRoleRUserRole. R_USER_ROLEThe reference instance ofDB_ETERNAL.R_USER_ROLEMethods in cn.vertxup.rbac.domain.tables that return RUserRole Modifier and Type Method Description RUserRoleRUserRole. as(String alias)RUserRoleRUserRole. as(org.jooq.Name alias)RUserRoleRUserRole. rename(String name)Rename this tableRUserRoleRUserRole. rename(org.jooq.Name name)Rename this table
-