Package com.liferay.redirect.model
Class RedirectEntryTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<RedirectEntryTable>
com.liferay.redirect.model.RedirectEntryTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.Table<RedirectEntryTable>
public class RedirectEntryTable
extends com.liferay.petra.sql.dsl.base.BaseTable<RedirectEntryTable>
The table class for the "RedirectEntry" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Long> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Date> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, String> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Date> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Long> static final RedirectEntryTablefinal com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Date> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Date> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Long> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Boolean> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Long> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, String> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, Long> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, String> final com.liferay.petra.sql.dsl.Column<RedirectEntryTable, 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, 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
-
uuid
-
redirectEntryId
-
groupId
-
companyId
-
userId
-
userName
-
createDate
-
modifiedDate
-
destinationURL
-
expirationDate
-
lastOccurrenceDate
-
permanent
-
sourceURL
-