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 TypeClassDescriptionclassFieldManager responsible for populating the provided CachedPC object.classFieldManager 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 TypeClassDescriptionclassBase field manager for handling the fetching of fields.classAbstract field manager for retrieval of objects.classAbstract field manager for storage of objects.classUtility class to handle the attach of fields.classField manager that deletes all "dependent" PC objects referenced from the source object.classFieldManager to handle the detachment of fields with persistable objects.classField Manager to handle loading all fields of all objects in the fetch plan.classField Manager to handle the making transient of fields.classManager that nullifies any Collection/Map/PC fields of the object.classField manager that persists all unpersisted PC objects referenced from the source object.classField manager that runs reachability on all PC objects referenced from the source object.classFieldManager to unset the owner fields of any SCO wrapped fields.