Annotation Interface BatchSequence
Meta annotation to use
BatchSequenceGenerator
as an identifier generator.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
Returns how many sequence values to fetch at once.
-
Element Details
-
name
String nameReturns the name of the sequence to use.- Returns:
- the name of the sequence to use
-
-
-
fetchSize
int fetchSizeReturns how many sequence values to fetch at once.- Returns:
- how many sequence values to fetch at once, must be positive
- Default:
- 10
-