Код: Выделить всё
class Article {
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY)
public Set
Подробнее здесь: [url]https://stackoverflow.com/questions/79162512/hibernate-6-joined-inheritance-query-performance-vs-hibernate-5[/url]
Код: Выделить всё
class Article {
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY)
public Set
Подробнее здесь: [url]https://stackoverflow.com/questions/79162512/hibernate-6-joined-inheritance-query-performance-vs-hibernate-5[/url]