Ebean: use dynamic entity class in runtime for bulk update query?
What’s the best approach in Ebean to execute a generalized (on a BaseEntity) bulk update query? I.e. something similar to the following Spring Data example:
Ebean: use dynamic entity class in runtime for bulk update query?
What’s the best approach in Ebean to execute a generalized (on a BaseEntity) bulk update query? I.e. something similar to the following Spring Data example: