Hello! Freand, help me please...
src
EntityManager manager = EMF.get().createEntityManager();
Query query = manager.createQuery("Select from User where name = "
+"[email protected]");
User user = (User) query.getSingleResult();
Portion of expression could not be parsed: @some.com!!! Why??
How I get user by email??
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.