Package | Description |
---|---|
org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
org.datanucleus.identity |
Package defining object identity classes.
|
Class and Description |
---|
IdentityManager
Manager for identity creation etc.
|
Class and Description |
---|
DatastoreId
Interface for a datastore-identity class to implement.
|
IdentityKeyTranslator
Translator for object identities where the user wants to input identities that are not strict
key forms, so this returns a valid identity.
|
IdentityManager
Manager for identity creation etc.
|
IdentityStringTranslator
Translator for object identities where the user wants to input identities that are not strict
JDO standard toString() forms, so this converts them.
|
ObjectId.StringConstructor
Construct an instance of a key class using a String as input.
|
SingleFieldId
This class is the abstract base class for all single field identity classes.
|
Copyright © 2019. All rights reserved.