|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface PrimaryKeyIndicates that the property corresponds to the primary key column.
| Required Element Summary | |
|---|---|
PrimaryKey.GenerationType |
generationType
|
| Optional Element Summary | |
|---|---|
String |
generator
|
| Element Detail |
|---|
public abstract PrimaryKey.GenerationType generationType
public abstract String generator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||