Uses of Class
cn.vertxup.rbac.domain.tables.SPath
-
Packages that use SPath Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of SPath in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as SPath Modifier and Type Field Description SPathDb. S_PATHThe tableDB_ETERNAL.S_PATH.static SPathTables. S_PATHThe tableDB_ETERNAL.S_PATH. -
Uses of SPath in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as SPath Modifier and Type Field Description static SPathSPath. S_PATHThe reference instance ofDB_ETERNAL.S_PATHMethods in cn.vertxup.rbac.domain.tables that return SPath Modifier and Type Method Description SPathSPath. as(String alias)SPathSPath. as(org.jooq.Name alias)SPathSPath. rename(String name)Rename this tableSPathSPath. rename(org.jooq.Name name)Rename this table
-