I have a persistent class, \'Meeting\' that has a \'minute\' and \'hour\' field among others. I only need these two fields to populate a dropdown in my ui. The example I found tells me that I can crea
I\'ve got data in the GAE data store. I want to write a JDOQL against that data that takes one of the columns and rounds the 开发者_开发技巧value of it. Can I do this?do you mean, can you update the d
I\'m trying to construct a JDOQL query (using datanucleus) that will search for m开发者_Python百科atches of a parent class based on criteria in an owned one-to-many child class.The query looks like th
I am using Google App Engine for a project and I need to do some queries on t开发者_如何学Gohe database. I use the JDOQL to ask the database. In my case I want to obtain the university that contains t
I have an interface @PersistenceCapable public interface MyInterface { public abstract String getName();
I am using JDO on google app engine. Each \'Employee\' has a \'key\'. I have a set of keys and wanted to retrieve all Employees whose key belongs to this set.
When querying with JDOQL is there a performance difference between using the declarative version a开发者_Go百科nd the Single-String version:
I\'m using the .startsWith() filter in a JDOQL query but it\'s case sensitive. So start开发者_Go百科sWith(\"ab\") doesn\'t return \"Abc\" result and so on.
I have some records in datastore, I want to delete a specific record from the table. for example in SQL , we use delete * from table1 where name =\"mike\" what is the equivalent code in java (I m usin
I am trying to create a database of users with connection between users (friends list). There are 2 main tables: UserEntity (main field id) and FriendEntity with fields: