Modifier and Type | Required Element and Description |
---|---|
String |
name
The symbolic name of the datastore sequence.
|
SequenceStrategy |
strategy
Strategy for the sequence.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
allocationSize
Allocation size for the sequence.
|
String |
datastoreSequence
Name of the sequence in the datastore.
|
Extension[] |
extensions
Vendor extensions for this sequence.
|
Class |
factoryClass
Name of a factory class for generating the sequence values.
|
int |
initialValue
Initial value for the sequence.
|
public abstract String name
public abstract SequenceStrategy strategy
public abstract String datastoreSequence
public abstract Class factoryClass
public abstract Extension[] extensions
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.