Package com.liferay.object.model
Class ObjectFieldSettingTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<ObjectFieldSettingTable>
com.liferay.object.model.ObjectFieldSettingTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<ObjectFieldSettingTable>
public class ObjectFieldSettingTable
extends com.liferay.petra.sql.dsl.base.BaseTable<ObjectFieldSettingTable>
The table class for the "ObjectFieldSetting" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Long> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Date> static final ObjectFieldSettingTable
final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Date> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Long> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
String> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Long> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Long> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
Long> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
String> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
String> final com.liferay.petra.sql.dsl.Column<ObjectFieldSettingTable,
String> -
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
-
uuid
-
objectFieldSettingId
-
companyId
-
userId
-
userName
-
createDate
-
modifiedDate
-
objectFieldId
-
name
-
value
-