spring-microservices-in-action icon indicating copy to clipboard operation
spring-microservices-in-action copied to clipboard

Hibernate Mapping Annotation

Open wuyichen24 opened this issue 4 years ago • 1 comments

  • 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 avatar Jul 09 '19 21:07 wuyichen24

  • One-to-One
  • One-to-Many
    • One-to-Many: @OneToMany
    • Many-to-One: @ManyToOne

wuyichen24 avatar Jul 11 '19 17:07 wuyichen24