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,Long> |
companyId |
static UserTrackerPathTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,String> |
path |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Date> |
pathDate |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> |
userTrackerId |
com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> |
userTrackerPathId |
public static final UserTrackerPathTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> userTrackerPathId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> companyId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Long> userTrackerId
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,String> path
public final com.liferay.petra.sql.dsl.Column<UserTrackerPathTable,Date> pathDate