public class IdentityColumnDefinition extends Object implements GeneratedColumnDefinition
| Constructor and Description |
|---|
IdentityColumnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendGeneratedSequence(QueryBuilder qb,
Attribute attribute)
Append the sequence for the given generated attribute.
|
boolean |
postFixPrimaryKey() |
boolean |
skipTypeIdentifier() |
public boolean skipTypeIdentifier()
skipTypeIdentifier in interface GeneratedColumnDefinitionpublic boolean postFixPrimaryKey()
postFixPrimaryKey in interface GeneratedColumnDefinitionpublic void appendGeneratedSequence(QueryBuilder qb, Attribute attribute)
GeneratedColumnDefinitionappendGeneratedSequence in interface GeneratedColumnDefinitionqb - sqlBuilder instanceattribute - to generate