Package javax.persistence
Annotation Type OneToOne
-
@Target(FIELD) @Retention(RUNTIME) public @interface OneToOne
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CascadeType[]cascadeFetchTypefetchStringmappedBybooleanoptionalbooleanorphanRemovalClasstargetEntity
-
-
-
Element Detail
-
targetEntity
Class targetEntity
- Default:
- void.class
-
-
-
cascade
CascadeType[] cascade
- Default:
- {}
-
-
-
fetch
FetchType fetch
- Default:
- javax.persistence.FetchType.EAGER
-
-
-
mappedBy
String mappedBy
- Default:
- ""
-
-