Uses of Class
ru.cg.webbpm.modules.security.api.impl.bean.tables.UserGroup
Packages that use UserGroup
Package
Description
-
Uses of UserGroup in ru.cg.webbpm.modules.security.api.impl.bean
Fields in ru.cg.webbpm.modules.security.api.impl.bean declared as UserGroupModifier and TypeFieldDescriptionfinal UserGroup
Security.USER_GROUP
The tableSECURITY.USER_GROUP
.static final UserGroup
Tables.USER_GROUP
The tableSECURITY.USER_GROUP
. -
Uses of UserGroup in ru.cg.webbpm.modules.security.api.impl.bean.tables
Subclasses of UserGroup 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 UserGroupModifier and TypeFieldDescriptionstatic final UserGroup
UserGroup.USER_GROUP
The reference instance ofSECURITY.USER_GROUP
Methods in ru.cg.webbpm.modules.security.api.impl.bean.tables that return UserGroupModifier and TypeMethodDescriptionUserGroup.as
(org.jooq.Name alias) UserGroup.as
(org.jooq.Table<?> alias) Rename this tableUserGroup.rename
(org.jooq.Name name) Rename this tableUserGroup.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 tableUserGroup.where
(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserGroup.where
(org.jooq.Condition condition) Create an inline derived table from this tableUserGroup.where
(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserGroup.where
(org.jooq.SQL condition) Create an inline derived table from this tableUserGroup.whereExists
(org.jooq.Select<?> select) Create an inline derived table from this tableUserGroup.whereNotExists
(org.jooq.Select<?> select) Create an inline derived table from this table