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.state |
Provides classes relating to the life cycle state of a persistable object.
|
org.datanucleus.store.fieldmanager |
Package providing managers for fields which give a mechanism for navigating through fields of a class and
performing operations based on the type of the field.
|
Modifier and Type | Method and Description |
---|---|
FetchPlanForClass |
FetchPlan.getFetchPlanForClass(AbstractClassMetaData cmd)
Access the fetch plan for the class.
|
Modifier and Type | Field and Description |
---|---|
protected FetchPlanForClass |
StateManagerImpl.myFP
Fetch plan for the class of the managed object.
|
Modifier and Type | Field and Description |
---|---|
protected FetchPlanForClass |
AbstractFetchDepthFieldManager.fpClass
Fetch Plan for the class of this object.
|
Constructor and Description |
---|
AbstractFetchDepthFieldManager(ObjectProvider op,
boolean[] secondClassMutableFields,
FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for fetch plan processing.
|
DetachFieldManager(ObjectProvider op,
boolean[] secondClassMutableFields,
FetchPlanForClass fpClass,
FetchPlanState state,
boolean copy)
Constructor for a field manager for detachment.
|
LoadFieldManager(ObjectProvider sm,
boolean[] secondClassMutableFields,
FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for make transient process.
|
MakeTransientFieldManager(ObjectProvider sm,
boolean[] secondClassMutableFields,
FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for make transient process.
|
Copyright © 2019. All rights reserved.