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.api |
Provides adapters for different client APIs, like JDO, JPA and so on.
|
org.datanucleus.enhancement |
DataNucleus ByteCode enhancement contract.
|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Class and Description |
---|
ExecutionContextReference
Reference for an ExecutionContext, for use in the enhancement contract.
|
Class and Description |
---|
Persistable.ObjectIdFieldConsumer
This interface is used to store fields from the Object id instance.
|
StateManager
This interface is the point of contact between managed instances of
Persistable classes and DataNucleus. |
Class and Description |
---|
Detachable
This interface is implemented by classes that can be detached from the persistence context and later
attached.
|
ExecutionContextReference
Reference for an ExecutionContext, for use in the enhancement contract.
|
Persistable
A class that can be managed by DataNucleus must implement this interface.
|
Persistable.ObjectIdFieldConsumer
This interface is used to store fields from the Object id instance.
|
Persistable.ObjectIdFieldSupplier
This interface is used to provide fields to the Object id instance.
|
StateManager
This interface is the point of contact between managed instances of
Persistable classes and DataNucleus. |
Class and Description |
---|
Persistable
A class that can be managed by DataNucleus must implement this interface.
|
StateManager
This interface is the point of contact between managed instances of
Persistable classes and DataNucleus. |
Class and Description |
---|
Detachable
This interface is implemented by classes that can be detached from the persistence context and later
attached.
|
ExecutionContextReference
Reference for an ExecutionContext, for use in the enhancement contract.
|
Persistable
A class that can be managed by DataNucleus must implement this interface.
|
Persistable.ObjectIdFieldConsumer
This interface is used to store fields from the Object id instance.
|
StateManager
This interface is the point of contact between managed instances of
Persistable classes and DataNucleus. |
Copyright © 2019. All rights reserved.