Uses of Class
cn.vertxup.rbac.domain.tables.SRole
-
Packages that use SRole Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of SRole in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as SRole Modifier and Type Field Description SRoleDb. S_ROLEThe tableDB_ETERNAL.S_ROLE.static SRoleTables. S_ROLEThe tableDB_ETERNAL.S_ROLE. -
Uses of SRole in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as SRole Modifier and Type Field Description static SRoleSRole. S_ROLEThe reference instance ofDB_ETERNAL.S_ROLEMethods in cn.vertxup.rbac.domain.tables that return SRole Modifier and Type Method Description SRoleSRole. as(String alias)SRoleSRole. as(org.jooq.Name alias)SRoleSRole. rename(String name)Rename this tableSRoleSRole. rename(org.jooq.Name name)Rename this table
-