Annotation Type BatchSequence
Meta annotation to use
BatchSequenceGenerator
as an identifier generator.- Since:
- 3.8.1
- Author:
- Philippe Marschall
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
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
-
catalog
String catalogReturns the catalog name of the sequence to use.- Returns:
- the catalog name of the sequence to use
- Default:
- ""
-
schema
String schemaReturns the catalog name of the sequence to use.- Returns:
- the catalog name of the sequence to use
- Default:
- ""
-