Open GoogleCodeExporter opened 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
Original comment by mccu...@gmail.com
on 7 Mar 2013 at 4:29
Original comment by sberlin
on 20 Dec 2013 at 2:17
Original issue reported on code.google.com by
NorthSta...@gmail.com
on 20 Aug 2012 at 4:26