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 GeneratedColumnDefinition
public boolean postFixPrimaryKey()
postFixPrimaryKey
in interface GeneratedColumnDefinition
public void appendGeneratedSequence(QueryBuilder qb, Attribute attribute)
GeneratedColumnDefinition
appendGeneratedSequence
in interface GeneratedColumnDefinition
qb
- sqlBuilder instanceattribute
- to generate