Uses of Class
com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
-
Packages that use JdoDataStoreFactory.JdoValue Package Description com.google.api.client.extensions.jdo Support for the JDO data store. -
-
Uses of JdoDataStoreFactory.JdoValue in com.google.api.client.extensions.jdo
Methods in com.google.api.client.extensions.jdo that return JdoDataStoreFactory.JdoValue Modifier and Type Method Description (package private) JdoDataStoreFactory.JdoValue
JdoDataStoreFactory.JdoDataStore. executeKeyQuery(javax.jdo.Query keyQuery, java.lang.String key)
Executes the query for a given key, and returns theJdoDataStoreFactory.JdoValue
.Methods in com.google.api.client.extensions.jdo that return types with arguments of type JdoDataStoreFactory.JdoValue Modifier and Type Method Description (package private) java.util.Collection<JdoDataStoreFactory.JdoValue>
JdoDataStoreFactory.JdoDataStore. executeAllKeysQuery(javax.jdo.Query allKeysQuery)
Executes the query for all keys.
-