Package com.liferay.portal.kernel.model
Class UserGroupRoleTable
Object
com.liferay.petra.sql.dsl.base.BaseTable<UserGroupRoleTable>
com.liferay.portal.kernel.model.UserGroupRoleTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.Table<UserGroupRoleTable>
public class UserGroupRoleTable
extends com.liferay.petra.sql.dsl.base.BaseTable<UserGroupRoleTable>
The table class for the "UserGroupRole" database table.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> final com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> final com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> static final UserGroupRoleTablefinal com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> final com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> final com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> final com.liferay.petra.sql.dsl.Column<UserGroupRoleTable,Long> -
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
-
mvccVersion
-
ctCollectionId
-
userGroupRoleId
-
companyId
-
userId
-
groupId
-
roleId
-