Uses of Class
ru.cg.webbpm.modules.security.api.impl.bean.tables.UserAccountVerification
Packages that use UserAccountVerification
Package
Description
-
Uses of UserAccountVerification in ru.cg.webbpm.modules.security.api.impl.bean
Fields in ru.cg.webbpm.modules.security.api.impl.bean declared as UserAccountVerificationModifier and TypeFieldDescriptionfinal UserAccountVerification
Security.USER_ACCOUNT_VERIFICATION
The tableSECURITY.USER_ACCOUNT_VERIFICATION
.static final UserAccountVerification
Tables.USER_ACCOUNT_VERIFICATION
The tableSECURITY.USER_ACCOUNT_VERIFICATION
. -
Uses of UserAccountVerification in ru.cg.webbpm.modules.security.api.impl.bean.tables
Modifier and TypeClassDescriptionstatic class
A subtype implementingPath
for simplified path-based joins.Fields in ru.cg.webbpm.modules.security.api.impl.bean.tables declared as UserAccountVerificationModifier and TypeFieldDescriptionstatic final UserAccountVerification
UserAccountVerification.USER_ACCOUNT_VERIFICATION
The reference instance ofSECURITY.USER_ACCOUNT_VERIFICATION
Methods in ru.cg.webbpm.modules.security.api.impl.bean.tables that return UserAccountVerificationModifier and TypeMethodDescriptionUserAccountVerification.as
(org.jooq.Name alias) UserAccountVerification.as
(org.jooq.Table<?> alias) Rename this tableUserAccountVerification.rename
(org.jooq.Name name) Rename this tableUserAccountVerification.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 tableUserAccountVerification.where
(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserAccountVerification.where
(org.jooq.Condition condition) Create an inline derived table from this tableUserAccountVerification.where
(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserAccountVerification.where
(org.jooq.SQL condition) Create an inline derived table from this tableUserAccountVerification.whereExists
(org.jooq.Select<?> select) Create an inline derived table from this tableUserAccountVerification.whereNotExists
(org.jooq.Select<?> select) Create an inline derived table from this table