Package com.axelor.db.hibernate.sequence
Annotation Interface EntitySequence
Annotation for configuring database sequence-based ID generation for JPA entities.
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintAllocation size (>0 to override config)
-
Element Details
-
name
String nameName of the sequence -
allocationSize
int allocationSizeAllocation size (>0 to override config)- Default:
-1
-