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