Add more operators to StdOperators

- stricter use of UpdateQuery.set()
- Numbers just use their own type - PBaseNumber
- PEnum just uses its own type
- Expr.factory() to expose factory
This commit is contained in:
Rob Bygrave
2022-11-09 17:47:16 +13:00
parent a4c3949cfc
commit d29ef8934d
13 changed files with 336 additions and 149 deletions
@@ -5,7 +5,7 @@ import io.ebean.Query;
import org.junit.jupiter.api.Test;
import org.tests.model.basic.Customer;
import static io.ebean.StdFunctions.*;
import static io.ebean.StdOperators.*;
import static org.assertj.core.api.Assertions.assertThat;
/**