Uses of Class
org.datanucleus.store.fieldmanager.AbstractFieldManager
Packages that use AbstractFieldManager
Package
Description
This package provides classes implementing L1/L2 persistable object caching within DataNucleus.
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.
-
Uses of AbstractFieldManager in org.datanucleus.cache
Subclasses of AbstractFieldManager in org.datanucleus.cacheModifier and TypeClassDescriptionclass
FieldManager responsible for populating the provided CachedPC object.class
FieldManager responsible for retrieving the values from the provided CachedPC object. -
Uses of AbstractFieldManager in org.datanucleus.store.fieldmanager
Subclasses of AbstractFieldManager in org.datanucleus.store.fieldmanagerModifier and TypeClassDescriptionclass
Base field manager for handling the fetching of fields.class
Abstract field manager for retrieval of objects.class
Abstract field manager for storage of objects.class
Utility class to handle the attach of fields.class
Field manager that deletes all "dependent" PC objects referenced from the source object.class
FieldManager to handle the detachment of fields with persistable objects.class
Field Manager to handle loading all fields of all objects in the fetch plan.class
Field Manager to handle the making transient of fields.class
Manager that nullifies any Collection/Map/PC fields of the object.class
Field manager that persists all unpersisted PC objects referenced from the source object.class
Field manager that runs reachability on all PC objects referenced from the source object.class
FieldManager to unset the owner fields of any SCO wrapped fields.