Class Table
java.lang.Object
ru.cg.webbpm.modules.database.bean.metadata.Table
- All Implemented Interfaces:
Serializable
- Author:
- Kochetkov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Table
create
(org.jooq.Table<?> jooqTable) boolean
getKeys()
getName()
int
hashCode()
void
setComment
(String comment) void
setFields
(List<TableColumn> fields) void
void
void
setPrimaryKey
(UniqueKey primaryKey) void
setReferences
(List<ForeignKey> references) void
setSchemaName
(String schemaName)
-
Constructor Details
-
Table
public Table(String name, String schemaName, String comment, List<TableColumn> fields, UniqueKey primaryKey, List<UniqueKey> keys, List<ForeignKey> references)
-
-
Method Details