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