public class ServiceComponentTable extends BaseTable<ServiceComponentTable>
ServiceComponent| Modifier and Type | Field and Description |
|---|---|
Column<ServiceComponentTable,java.lang.Long> |
buildDate |
Column<ServiceComponentTable,java.lang.String> |
buildNamespace |
Column<ServiceComponentTable,java.lang.Long> |
buildNumber |
Column<ServiceComponentTable,java.sql.Clob> |
data |
static ServiceComponentTable |
INSTANCE |
Column<ServiceComponentTable,java.lang.Long> |
mvccVersion |
Column<ServiceComponentTable,java.lang.Long> |
serviceComponentId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final ServiceComponentTable INSTANCE
public final Column<ServiceComponentTable,java.lang.Long> mvccVersion
public final Column<ServiceComponentTable,java.lang.Long> serviceComponentId
public final Column<ServiceComponentTable,java.lang.String> buildNamespace
public final Column<ServiceComponentTable,java.lang.Long> buildNumber
public final Column<ServiceComponentTable,java.lang.Long> buildDate
public final Column<ServiceComponentTable,java.sql.Clob> data