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