Class JdoDataStoreFactory.PrivateUtils
- java.lang.Object
-
- com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils
-
- Enclosing class:
- JdoDataStoreFactory
static class JdoDataStoreFactory.PrivateUtils extends java.lang.Object
Package private utilities class so the classes here isn't considered to be an external part of the library. We need this becauseJdoDataStoreFactory.PrivateUtils.ComposedIdKey
MUST be public because it is the objectIdClass ofJdoDataStoreFactory.JdoValue
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JdoDataStoreFactory.PrivateUtils.ComposedIdKey
See JDO : PrimaryKey Classes for a reference.
-
Constructor Summary
Constructors Constructor Description PrivateUtils()
-