Comment #1 on issue 725 by [email protected]: guice-persist #\\
http://code.google.com/p/google-guice/issues/detail?id=725

I'm sorry for the empty content.
I'm using guice-persist @Finder, just like this:
@Finder(query="select u from User u where u.name=:name and u.password=:password) User getLogedUser(@Named("name") String name, @Named("password") String password);

And I should get the NoResultException when the name and password are not valid.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to