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