is there anyway to do an ‘on duplicate entry update’ for an ebean save? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s quite easy to do it in your controller ie. while binding form from request
That way the statement will be working on all DB engines not only these which has the mentioned feature.
Additionally you can do the trick in the model by overriding
save()andupdate()of theModelclass