public class ObjectStateTransitionTable extends com.liferay.petra.sql.dsl.base.BaseTable<ObjectStateTransitionTable>
ObjectStateTransition
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
companyId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.util.Date> |
createDate |
static ObjectStateTransitionTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.util.Date> |
modifiedDate |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
objectStateFlowId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
objectStateTransitionId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
sourceObjectStateId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
targetObjectStateId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> |
userId |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.String> |
userName |
com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.String> |
uuid |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final ObjectStateTransitionTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.String> uuid
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> objectStateTransitionId
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> userId
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.String> userName
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.util.Date> createDate
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.util.Date> modifiedDate
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> objectStateFlowId
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> sourceObjectStateId
public final com.liferay.petra.sql.dsl.Column<ObjectStateTransitionTable,java.lang.Long> targetObjectStateId