Uses of Class
cn.vertxup.rbac.domain.tables.OUser
-
Packages that use OUser Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of OUser in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as OUser Modifier and Type Field Description OUserDb. O_USERThe tableDB_ETERNAL.O_USER.static OUserTables. O_USERThe tableDB_ETERNAL.O_USER. -
Uses of OUser in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as OUser Modifier and Type Field Description static OUserOUser. O_USERThe reference instance ofDB_ETERNAL.O_USERMethods in cn.vertxup.rbac.domain.tables that return OUser Modifier and Type Method Description OUserOUser. as(String alias)OUserOUser. as(org.jooq.Name alias)OUserOUser. rename(String name)Rename this tableOUserOUser. rename(org.jooq.Name name)Rename this table
-