Top Description Methods
jakarta.persistence

public @Interface SequenceGenerators

extends Annotation
Annotations
@Target:TYPE, METHOD, FIELD
@Retention:RUNTIME
Static Imports
java.lang.annotation.ElementType.FIELD, .ElementType.METHOD, .ElementType.TYPE, .RetentionPolicy.RUNTIME

Used to group SequenceGenerator annotations.
Since
2.2
See Also
SequenceGenerator

Method Summary

Modifier and TypeMethod and Description
public SequenceGenerator[]
Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

valueback to summary
public SequenceGenerator[] value()