public class UserTrackerPathTable extends com.liferay.petra.sql.dsl.base.BaseTable<UserTrackerPathTable>
UserTrackerPath
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> |
companyId |
static UserTrackerPathTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.String> |
path |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.util.Date> |
pathDate |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> |
userTrackerId |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> |
userTrackerPathId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final UserTrackerPathTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> userTrackerPathId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.Long> userTrackerId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.lang.String> path
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,java.util.Date> pathDate