public class ObjectFilterTable extends com.liferay.petra.sql.dsl.base.BaseTable<ObjectFilterTable>
ObjectFilter
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> |
companyId |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.util.Date> |
createDate |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> |
filterBy |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> |
filterType |
static ObjectFilterTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> |
json |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.util.Date> |
modifiedDate |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> |
objectFieldId |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> |
objectFilterId |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> |
userId |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> |
userName |
com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> |
uuid |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final ObjectFilterTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> uuid
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> objectFilterId
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> userId
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> userName
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.util.Date> createDate
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.util.Date> modifiedDate
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.Long> objectFieldId
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> filterBy
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> filterType
public final com.liferay.petra.sql.dsl.Column<ObjectFilterTable,java.lang.String> json