79302769

Date: 2024-12-23 10:18:08
Score: 1
Natty:
Report link

By add targetEntity work for me.

@ManyToMany(targetEntity = Order::class )
@JoinTable(
    name = "order_articles",
    joinColumns = [JoinColumn(name = "order_id")],
    inverseJoinColumns = [JoinColumn(name = "article_id")]
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jospin kahereni