Package com.axelor.db.annotations
Annotation Type Sequence
-
@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Sequence
Mark the field to use a specified custom sequence.
-
-
Element Detail
-
value
String value
The custom sequence name.- Returns:
- the sequence name
-
-