[appengine-java] Re: SQL Like operator with %

2010-07-04 Thread Steve Osborne
That will work. Thank you very much Ravinder. On Jul 2, 7:49 am, RAVINDER MAAN wrote: > we can set it in following way > >   public class User { > > @Persistent(defaultFetchGroup="true") > private Set searchWords; > > public static void getCombination(String word,Set searchWords){ > word = word.t

[appengine-java] Re: SQL Like operator with %

2010-07-02 Thread Steve Osborne
Could you give an example of tokenized string with the List property? On Jun 15, 8:03 pm, "Ikai L (Google)" wrote: > The datastore doesn't provide LIKE queries. One thing you can do is tokenize > the String, store each token as part of a List property, then check against > the List property - but

[appengine-java] accessing datastore on development server

2010-03-14 Thread Steve Osborne
My Development Console at http://localhost:/_ah/admin/datastore shows that I have data uploaded but how do I access it using Java? I wasn't able to retrieve any record using the following lines of code and there were no errors pm = PMF.get().getPersistenceManager(); qu

[appengine-java] Re: news on remote_api for java ?

2010-03-10 Thread Steve Osborne
I too would like to be able to use Java to upload data to the datastore, either from a file or from a jdbc connection. Any development on providing us with some sample code for the RemoteApiServlet while creating the docs? On Feb 24, 7:37 pm, "Ikai L (Google)" wrote: > You should be able to conne