摘要:
domain/Course.java package com.example.university.domain; import javax.persistence.*; /** * JPA Entity for a Course offered at the University. * <p> * 阅读全文
posted @ 2020-12-17 02:31
Zhentiw
阅读(141)
评论(0)
推荐(0)
摘要:
@OneToMany: One Student To Many Courses. @JoinTable(name = "Enrollment"): Join Enrollment table. joinColumns: with use "student_id" to link Student an 阅读全文
posted @ 2020-12-17 02:14
Zhentiw
阅读(332)
评论(0)
推荐(0)

浙公网安备 33010602011771号