public class PollsVoteTable extends BaseTable<PollsVoteTable>
PollsVote| Modifier and Type | Field and Description |
|---|---|
Column<PollsVoteTable,java.lang.Long> |
choiceId |
Column<PollsVoteTable,java.lang.Long> |
companyId |
Column<PollsVoteTable,java.util.Date> |
createDate |
Column<PollsVoteTable,java.lang.Long> |
groupId |
static PollsVoteTable |
INSTANCE |
Column<PollsVoteTable,java.util.Date> |
lastPublishDate |
Column<PollsVoteTable,java.util.Date> |
modifiedDate |
Column<PollsVoteTable,java.lang.Long> |
mvccVersion |
Column<PollsVoteTable,java.lang.Long> |
questionId |
Column<PollsVoteTable,java.lang.Long> |
userId |
Column<PollsVoteTable,java.lang.String> |
userName |
Column<PollsVoteTable,java.lang.String> |
uuid |
Column<PollsVoteTable,java.util.Date> |
voteDate |
Column<PollsVoteTable,java.lang.Long> |
voteId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final PollsVoteTable INSTANCE
public final Column<PollsVoteTable,java.lang.Long> mvccVersion
public final Column<PollsVoteTable,java.lang.String> uuid
public final Column<PollsVoteTable,java.lang.Long> voteId
public final Column<PollsVoteTable,java.lang.Long> groupId
public final Column<PollsVoteTable,java.lang.Long> companyId
public final Column<PollsVoteTable,java.lang.Long> userId
public final Column<PollsVoteTable,java.lang.String> userName
public final Column<PollsVoteTable,java.util.Date> createDate
public final Column<PollsVoteTable,java.util.Date> modifiedDate
public final Column<PollsVoteTable,java.lang.Long> questionId
public final Column<PollsVoteTable,java.lang.Long> choiceId
public final Column<PollsVoteTable,java.util.Date> lastPublishDate
public final Column<PollsVoteTable,java.util.Date> voteDate