JSONをmySqlに文字列として保存しようとしています。私は、エラーの下に取得しています: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MyS
私は2つのテーブル/エンティティを持っています。すべて正常に動作します(ゲッターとセッターは省略されています)。フィールドがbook_idとCATEGORY_ID含ま結合表と呼ばれるbook_categoryで期待通り @Entity
public class Book() {
@Id;
int id;
@ManyToMany
List<Categ