Class CPSpecificationOptionListTypeDefinitionRelTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CPSpecificationOptionListTypeDefinitionRelTable>
com.liferay.commerce.product.model.CPSpecificationOptionListTypeDefinitionRelTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<CPSpecificationOptionListTypeDefinitionRelTable>
public class CPSpecificationOptionListTypeDefinitionRelTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CPSpecificationOptionListTypeDefinitionRelTable>
The table class for the "CPSOListTypeDefinitionRel" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
Long> static final CPSpecificationOptionListTypeDefinitionRelTable
final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,
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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
-
mvccVersion
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> mvccVersion -
ctCollectionId
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> ctCollectionId -
CPSpecificationOptionListTypeDefinitionRelId
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> CPSpecificationOptionListTypeDefinitionRelId -
companyId
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> companyId -
CPSpecificationOptionId
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> CPSpecificationOptionId -
listTypeDefinitionId
public final com.liferay.petra.sql.dsl.Column<CPSpecificationOptionListTypeDefinitionRelTable,Long> listTypeDefinitionId
-