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