标签: java hibernate jpa
是否可以使用@SecondaryTable或@JoinColumn之类的hibernate注释或其他内容来创建包含这些属性的budgetFund对象?
@SecondaryTable
@JoinColumn
int budgetFundsID
String semesterName
String fundCategoryName
BigDecimal fundAmount
以下是我在数据库中提取的表的示例: