@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SequenceGenerator
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
allocationSize |
java.lang.String |
catalog |
int |
initialValue |
java.lang.String |
schema |
java.lang.String |
sequenceName |