Class CounterTable

Object
com.liferay.petra.sql.dsl.base.BaseTable<CounterTable>
com.liferay.counter.kernel.model.CounterTable
All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode, com.liferay.petra.sql.dsl.Table<CounterTable>

public class CounterTable extends com.liferay.petra.sql.dsl.base.BaseTable<CounterTable>
The table class for the "Counter" database table.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.liferay.petra.sql.dsl.Column<CounterTable,Long>
     
    static final CounterTable
     
    final com.liferay.petra.sql.dsl.Column<CounterTable,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