Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 JPA 注释的 Hibernate。我有一个单向的多对多关联,我打算进行双向关联。
数据库已经包含一些数据。我正在考虑使用 Liquibase 来更新表格。有人可以给我一些关于我必须写的变更日志类型的见解吗?
将单向多对多关系转换为双向不需要任何数据库架构更改。您只需要更改您的类及其映射。