|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface GeneratedValue
The GeneratedValue annotation provides for the specification of generation strategies for the values of primary keys. The GeneratedValue annotation may be applied to a primary key property or field of an entity or mapped superclass in conjunction with the Id annotation
Optional Element Summary | |
---|---|
java.lang.String |
generator
(Optional) The name of the primary key generator to use as specified in the SequenceGenerator or TableGenerator annotation. |
GenerationType |
strategy
(Optional) The primary key generation strategy that the persistence provider must use to generate the annotated entity primary key. |
public abstract GenerationType strategy
public abstract java.lang.String generator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |