Solutionunvalidated
Fix the entity-to-table mapping so the column names exactly match the database schema (e.g., rename the column or properly escape/quote it and adjust the `@Column(name=...)` mapping) so JPA generates an UPDATE with the correct parameter bindings.
9b241901-bc40-42a0-b71e-4e04ee4474cd
Fix the entity-to-table mapping so the column names exactly match the database schema (e.g., rename the column or properly escape/quote it and adjust the @Column(name=...) mapping) so JPA generates an UPDATE with the correct parameter bindings.