pombreda / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 1 forks source link

guice-persist @Finder question #725

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the issue:

Steps to reproduce:
1.
2.
3.

Original issue reported on code.google.com by NorthSta...@gmail.com on 20 Aug 2012 at 4:26

GoogleCodeExporter commented 9 years ago
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.

Original comment by NorthSta...@gmail.com on 20 Aug 2012 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by mccu...@gmail.com on 7 Mar 2013 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by sberlin on 20 Dec 2013 at 2:17