Package com.liferay.object.petra.sql.dsl
Class DynamicObjectRelationshipMappingTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<DynamicObjectRelationshipMappingTable>
com.liferay.object.petra.sql.dsl.DynamicObjectRelationshipMappingTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<DynamicObjectRelationshipMappingTable>
public class DynamicObjectRelationshipMappingTable
extends com.liferay.petra.sql.dsl.base.BaseTable<DynamicObjectRelationshipMappingTable>
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicObjectRelationshipMappingTable
(String primaryKeyColumnName1, String primaryKeyColumnName2, String tableName) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.petra.sql.dsl.Column<DynamicObjectRelationshipMappingTable,
Long> com.liferay.petra.sql.dsl.Column<DynamicObjectRelationshipMappingTable,
Long> 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
-
Constructor Details
-
DynamicObjectRelationshipMappingTable
-
-
Method Details
-
getCreateTableSQL
-
getPrimaryKeyColumn1
public com.liferay.petra.sql.dsl.Column<DynamicObjectRelationshipMappingTable,Long> getPrimaryKeyColumn1() -
getPrimaryKeyColumn2
public com.liferay.petra.sql.dsl.Column<DynamicObjectRelationshipMappingTable,Long> getPrimaryKeyColumn2()
-