Modifier and Type | Optional Element and Description |
---|---|
String |
column
Name of the column for the datastore identity
|
Column[] |
columns
The column(s) making up the datastore identity.
|
String |
customStrategy
Custom strategy to use to generate the value for the identity.
|
Extension[] |
extensions
Vendor extensions.
|
String |
sequence
Name of sequence to use when the strategy involves sequences
|
IdGeneratorStrategy |
strategy
Strategy to use when generating datastore identities
|
public abstract IdGeneratorStrategy strategy
public abstract String customStrategy
public abstract String sequence
public abstract String column
public abstract Column[] columns
public abstract Extension[] extensions
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.