taeyeonKim

Results 4 comments of taeyeonKim

@schauder How about adding an annotation such as `@Condition` when calling save? ```java class Student { ... @Condition String name; } ``` ```sql UPDATE student SET ... WHERE id =...

@danw Thank you for the workaround 👍 @marcusirgens please, Fix it