Uses of Class
cn.vertxup.rbac.domain.tables.SResource
-
Packages that use SResource Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of SResource in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as SResource Modifier and Type Field Description SResourceDb. S_RESOURCEThe tableDB_ETERNAL.S_RESOURCE.static SResourceTables. S_RESOURCEThe tableDB_ETERNAL.S_RESOURCE. -
Uses of SResource in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as SResource Modifier and Type Field Description static SResourceSResource. S_RESOURCEThe reference instance ofDB_ETERNAL.S_RESOURCEMethods in cn.vertxup.rbac.domain.tables that return SResource Modifier and Type Method Description SResourceSResource. as(String alias)SResourceSResource. as(org.jooq.Name alias)SResourceSResource. rename(String name)Rename this tableSResourceSResource. rename(org.jooq.Name name)Rename this table
-