public class RepositoryEntryTable extends BaseTable<RepositoryEntryTable>
RepositoryEntry| Modifier and Type | Field and Description |
|---|---|
Column<RepositoryEntryTable,java.lang.Long> |
companyId |
Column<RepositoryEntryTable,java.util.Date> |
createDate |
Column<RepositoryEntryTable,java.lang.Long> |
groupId |
static RepositoryEntryTable |
INSTANCE |
Column<RepositoryEntryTable,java.util.Date> |
lastPublishDate |
Column<RepositoryEntryTable,java.lang.Boolean> |
manualCheckInRequired |
Column<RepositoryEntryTable,java.lang.String> |
mappedId |
Column<RepositoryEntryTable,java.util.Date> |
modifiedDate |
Column<RepositoryEntryTable,java.lang.Long> |
mvccVersion |
Column<RepositoryEntryTable,java.lang.Long> |
repositoryEntryId |
Column<RepositoryEntryTable,java.lang.Long> |
repositoryId |
Column<RepositoryEntryTable,java.lang.Long> |
userId |
Column<RepositoryEntryTable,java.lang.String> |
userName |
Column<RepositoryEntryTable,java.lang.String> |
uuid |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final RepositoryEntryTable INSTANCE
public final Column<RepositoryEntryTable,java.lang.Long> mvccVersion
public final Column<RepositoryEntryTable,java.lang.String> uuid
public final Column<RepositoryEntryTable,java.lang.Long> repositoryEntryId
public final Column<RepositoryEntryTable,java.lang.Long> groupId
public final Column<RepositoryEntryTable,java.lang.Long> companyId
public final Column<RepositoryEntryTable,java.lang.Long> userId
public final Column<RepositoryEntryTable,java.lang.String> userName
public final Column<RepositoryEntryTable,java.util.Date> createDate
public final Column<RepositoryEntryTable,java.util.Date> modifiedDate
public final Column<RepositoryEntryTable,java.lang.Long> repositoryId
public final Column<RepositoryEntryTable,java.lang.String> mappedId
public final Column<RepositoryEntryTable,java.lang.Boolean> manualCheckInRequired
public final Column<RepositoryEntryTable,java.util.Date> lastPublishDate