Class JdoDataStoreFactory.PrivateUtils.ComposedIdKey
java.lang.Object
com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- All Implemented Interfaces:
Serializable
- Enclosing class:
JdoDataStoreFactory.PrivateUtils
public static class JdoDataStoreFactory.PrivateUtils.ComposedIdKey
extends Object
implements Serializable
See JDO :
PrimaryKey Classes for a reference.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionData store ID.Key.private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
Key. -
id
Data store ID.
-
-
Constructor Details
-
ComposedIdKey
public ComposedIdKey() -
ComposedIdKey
- Parameters:
value
- matches the result of toString()
-
-
Method Details