issues
search
wuyichen24
/
spring-microservices-in-action
The source code of the book "Spring Microservices in Action (John Carnell)" and the personal summary of technical essentials about Spring Boot for microservices.
Apache License 2.0
85
stars
59
forks
source link
Hibernate Mapping Annotation
#36
Open
wuyichen24
opened
5 years ago
wuyichen24
commented
5 years ago
Annotations
OneToMany
ManyToOne
Enbedded
ElementCollection
Link
https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-many-mapping-example/
https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-one-mapping-example/
https://docs.spring.io/spring-data/data-jpa/docs/current/reference/html/#jpa.query-methods
wuyichen24
commented
5 years ago
One-to-One
One-to-Many
One-to-Many: @OneToMany
Many-to-One: @ManyToOne