> On Feb 14, 2017, at 8:44 PM, Hugi Thordarson <h...@karlmenn.is> wrote: > > ObjectSelect > .query( Person.class ) > .columns( Person.NAME, Person.DIVISION ) > .select( someContext ); > > …to return the same result as this EJBQL: > > new EJBQLQuery( "select p.name, p.division from Person p" );
Yeah, a thing to consider as the next step. E.g. I'd like to be able to run queries analogous to this EJBQL: select e, count(e.someToMany) from Entity e > Once I’ve used ColumnSelect a little more, I’ll probably have more feedback, > I’m a naggy guy :). Oh, this kind of nagging is much appreciated. :) Andrus