Uses of Class
com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
Packages that use JdoDataStoreFactory.JdoValue
-
Uses of JdoDataStoreFactory.JdoValue in com.google.api.client.extensions.jdo
Methods in com.google.api.client.extensions.jdo that return JdoDataStoreFactory.JdoValueModifier and TypeMethodDescription(package private) JdoDataStoreFactory.JdoValue
JdoDataStoreFactory.JdoDataStore.executeKeyQuery
(javax.jdo.Query keyQuery, 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.JdoValueModifier and TypeMethodDescription(package private) Collection
<JdoDataStoreFactory.JdoValue> JdoDataStoreFactory.JdoDataStore.executeAllKeysQuery
(javax.jdo.Query allKeysQuery) Executes the query for all keys.