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