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