[Fixes] Table 19. Declaring entity associations - Documentation
URL: https://docs.jboss.org/hibernate/orm/6.5/introduction/html_single/Hibernate_Introduction.html#entities @ManyToMany Declare either side of a one-to-one association? @ManyToMany Declare either side of a --> [many-to-many] association?
This commit is contained in:
parent
8100f92265
commit
f86bdf08c1
|
@ -1499,7 +1499,7 @@ Let's pause to remember the annotations we've met so far.
|
|||
|
||||
| `@ManyToOne` | Declare the single-valued side of a many-to-one association (the owning side) | ✔
|
||||
| `@OneToMany` | Declare the many-valued side of a many-to-one association (the unowned side) | ✔
|
||||
| `@ManyToMany` | Declare either side of a one-to-one association | ✔
|
||||
| `@ManyToMany` | Declare either side of a many-to-many association | ✔
|
||||
| `@OneToOne` | Declare either side of a one-to-one association | ✔
|
||||
| `@MapsId` | Declare that the owning side of a `@OneToOne` association maps the primary key column | ✔
|
||||
|===
|
||||
|
|
Loading…
Reference in New Issue