Class OAuth2ScopeGrantTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<OAuth2ScopeGrantTable>
com.liferay.oauth2.provider.model.OAuth2ScopeGrantTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.Table<OAuth2ScopeGrantTable>
public class OAuth2ScopeGrantTable
extends com.liferay.petra.sql.dsl.base.BaseTable<OAuth2ScopeGrantTable>
The table class for the "OAuth2ScopeGrant" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,String> final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,String> final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,Long> static final OAuth2ScopeGrantTablefinal com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,Long> final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,Long> final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,String> final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,Clob> -
Method Summary
Methods inherited from class com.liferay.petra.sql.dsl.base.BaseTable
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
-
oAuth2ScopeGrantId
-
companyId
-
oAuth2ApplicationScopeAliasesId
public final com.liferay.petra.sql.dsl.Column<OAuth2ScopeGrantTable,Long> oAuth2ApplicationScopeAliasesId -
applicationName
-
bundleSymbolicName
-
scope
-
scopeAliases
-