Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[기능] JPA Soft Deletion 적용하기 #74

Open
Catnap421 opened this issue Oct 26, 2021 · 1 comment
Open

[기능] JPA Soft Deletion 적용하기 #74

Catnap421 opened this issue Oct 26, 2021 · 1 comment

Comments

@Catnap421
Copy link
Contributor

Catnap421 commented Oct 26, 2021

@SQLDelete(sql = "UPDATE survey SET is_deleted = true WHERE survey_id=?")
@Where(clause = "is_deleted = false")```
@Catnap421
Copy link
Contributor Author

Catnap421 commented Oct 26, 2021

  • Survey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant