ebean-orm-deprecated / ebean-querybean

Moved as a module into ebean.git repo
https://ebean.io/docs/query/query-beans
Apache License 2.0
9 stars 3 forks source link

ENH: Support for query.setBaseTable() query.exists() query.setInheritType() and query.setAllowLoadErrors() #48

Closed rbygrave closed 5 years ago

rbygrave commented 5 years ago

Refer to the following enhancements in Ebean version 11.32.1

1594 ENH: Support loading of beans with invalid JSON content enhancement

1602 ENH: A query on inherited beans can be restricted to the subtype of one of its children enhancement

1566 ENH: Support query.setBaseTable() ... to query against dynamic table (ala manual table partitioning)

1607 ENH: Add query.exists() query ... as a convenience for "does a row exist" check enhancement