Uses of Class
ru.cg.webbpm.modules.security.api.impl.bean.tables.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in ru.cg.webbpm.modules.security.api.impl.bean
Fields in ru.cg.webbpm.modules.security.api.impl.bean declared as UserRole -
Uses of UserRole in ru.cg.webbpm.modules.security.api.impl.bean.tables
Subclasses of UserRole in ru.cg.webbpm.modules.security.api.impl.bean.tablesModifier and TypeClassDescriptionstatic class
A subtype implementingPath
for simplified path-based joins.Fields in ru.cg.webbpm.modules.security.api.impl.bean.tables declared as UserRoleModifier and TypeFieldDescriptionstatic final UserRole
UserRole.USER_ROLE
The reference instance ofSECURITY.USER_ROLE
Methods in ru.cg.webbpm.modules.security.api.impl.bean.tables that return UserRoleModifier and TypeMethodDescriptionUserRole.as
(org.jooq.Name alias) UserRole.as
(org.jooq.Table<?> alias) Rename this tableUserRole.rename
(org.jooq.Name name) Rename this tableUserRole.rename
(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableUserRole.where
(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserRole.where
(org.jooq.Condition condition) Create an inline derived table from this tableUserRole.where
(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserRole.where
(org.jooq.SQL condition) Create an inline derived table from this tableUserRole.whereExists
(org.jooq.Select<?> select) Create an inline derived table from this tableUserRole.whereNotExists
(org.jooq.Select<?> select) Create an inline derived table from this table