|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SequenceGenerator
| Required Element Summary | |
|---|---|
String |
name
|
| Optional Element Summary | |
|---|---|
int |
allocationSize
|
int |
initialValue
|
String |
sequenceName
|
| Element Detail |
|---|
public abstract String name
public abstract String sequenceName
public abstract int initialValue
public abstract int allocationSize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||