jpa @Where clause does not work on a many-to-many join table

前端 未结 0 903
陌清茗
陌清茗 2020-12-22 05:50

I have three tables:

CREATE TABLE `word` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `text` varchar(64) NOT NU         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题