On May 16, 2013, at 6:01 PM, John Huss <johnth...@gmail.com> wrote:
> https://www.dropbox.com/s/g247uxpalps5xse/AuthHessianService.java

Cool!

> because SelectQuery.getRoot() returns plain Object you have to screw around 
> to figure out what it really is.

Here is an alternative:

   query.getMetadata(entityResolver).getObjEntity();

> Also inspecting the qualifier is a little difficult, but generally that's not 
> a
> great idea anyway - better to just add things to the qualifier even if it
> results in duplicate clauses.

Agreed. You just AND it with your own qualifier and the caller will never get 
more objects than he's supposed to.

Andrus

Reply via email to