public class JSONStorageEntryTable extends com.liferay.petra.sql.dsl.base.BaseTable<JSONStorageEntryTable>
JSONStorageEntry
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
classNameId |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
classPK |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
companyId |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
ctCollectionId |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Integer> |
index |
static JSONStorageEntryTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
jsonStorageEntryId |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.String> |
key |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
parentJSONStorageEntryId |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Integer> |
type |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> |
valueLong |
com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.sql.Clob> |
valueString |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final JSONStorageEntryTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> ctCollectionId
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> jsonStorageEntryId
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> classNameId
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> classPK
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> parentJSONStorageEntryId
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Integer> index
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.String> key
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Integer> type
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.lang.Long> valueLong
public final com.liferay.petra.sql.dsl.Column<JSONStorageEntryTable,java.sql.Clob> valueString