hi, you can try compass,a simple summary here.
http://www.hapeblog.com/blog.shtml?id=7002

On Mon, Apr 5, 2010 at 6:26 PM, RAVENDRA CHAUDHARY <
chaudharyraven...@gmail.com> wrote:

> no find givin text search this code:
> please send code who is find text search code.
>
>
> this code search find full name:
>
>
>
>
>        PersistenceManager pm = PMF.get().getPersistenceManager();
>        Query query = pm.newQuery(Candidate.class);
>        query.setFilter("Name == pName");
>        query.declareParameters("String pName");
>        List<Candidate> list =
> (List<Candidate>)pm.newQuery(query).execute(name);
>
>        return (List<Candidate>) pm.detachCopyAll(list);
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
dream or truth

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to