Class Security
java.lang.Object
org.jooq.impl.SchemaImpl
ru.cg.webbpm.modules.security.api.impl.bean.Security
- All Implemented Interfaces:
Serializable
,org.jooq.Named
,org.jooq.QueryPart
,org.jooq.QueryPartInternal
,org.jooq.Schema
public class Security
extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AccessLevel
The tableSECURITY.ACCESS_LEVEL
.final Authority
The tableSECURITY.AUTHORITY
.final EsiaUser
The tableSECURITY.ESIA_USER
.final LinkUserAccountUserGroup
The tableSECURITY.LINK_USER_ACCOUNT_USER_GROUP
.final LinkUserGroupUserRole
The tableSECURITY.LINK_USER_GROUP_USER_ROLE
.final LinkUserRoleAuthority
The tableSECURITY.LINK_USER_ROLE_AUTHORITY
.final OrgUnit
The tableSECURITY.ORG_UNIT
.static final Security
The reference instance ofSECURITY
final SimpleCredentials
The tableSECURITY.SIMPLE_CREDENTIALS
.final UserAccount
The tableSECURITY.USER_ACCOUNT
.final UserAccountRefreshToken
The tableSECURITY.USER_ACCOUNT_REFRESH_TOKEN
.final UserAccountVerification
The tableSECURITY.USER_ACCOUNT_VERIFICATION
.final UserGroup
The tableSECURITY.USER_GROUP
.final UserRole
The tableSECURITY.USER_ROLE
. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.jooq.Name
$name()
protected final org.jooq.DSLContext
create()
Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Context<?> arg0) Deprecated.boolean
boolean
boolean
boolean
boolean
org.jooq.Catalog
final String
final org.jooq.Comment
final String
getName()
org.jooq.Name
final List<org.jooq.Table<?>>
final org.jooq.Name
int
hashCode()
boolean
rendersContent
(org.jooq.Context<?> arg0) toString()
protected final org.jooq.exception.DataAccessException
translate
(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStream
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
Methods inherited from interface org.jooq.QueryPart
hashCode, toString
Methods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresTables, declaresWindows, generatesCast, rendersContent
-
Field Details
-
SECURITY
The reference instance ofSECURITY
-
ACCESS_LEVEL
The tableSECURITY.ACCESS_LEVEL
. -
AUTHORITY
The tableSECURITY.AUTHORITY
. -
ESIA_USER
The tableSECURITY.ESIA_USER
. -
LINK_USER_ACCOUNT_USER_GROUP
The tableSECURITY.LINK_USER_ACCOUNT_USER_GROUP
. -
LINK_USER_GROUP_USER_ROLE
The tableSECURITY.LINK_USER_GROUP_USER_ROLE
. -
LINK_USER_ROLE_AUTHORITY
The tableSECURITY.LINK_USER_ROLE_AUTHORITY
. -
ORG_UNIT
The tableSECURITY.ORG_UNIT
. -
SIMPLE_CREDENTIALS
The tableSECURITY.SIMPLE_CREDENTIALS
. -
USER_ACCOUNT
The tableSECURITY.USER_ACCOUNT
. -
USER_ACCOUNT_REFRESH_TOKEN
The tableSECURITY.USER_ACCOUNT_REFRESH_TOKEN
. -
USER_ACCOUNT_VERIFICATION
The tableSECURITY.USER_ACCOUNT_VERIFICATION
. -
USER_GROUP
The tableSECURITY.USER_GROUP
. -
USER_ROLE
The tableSECURITY.USER_ROLE
.
-
-
Method Details
-
getCatalog
public org.jooq.Catalog getCatalog()- Specified by:
getCatalog
in interfaceorg.jooq.Schema
- Overrides:
getCatalog
in classorg.jooq.impl.SchemaImpl
-
getTables
- Specified by:
getTables
in interfaceorg.jooq.Schema
- Overrides:
getTables
in classorg.jooq.impl.SchemaImpl
-
getName
- Specified by:
getName
in interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedName
in interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedName
in interfaceorg.jooq.Named
-
getComment
- Specified by:
getComment
in interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()- Specified by:
getCommentPart
in interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()- Specified by:
$name
in interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0) - Specified by:
rendersContent
in interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFields
in interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTables
in interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindows
in interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTE
in interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCast
in interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-