Uses of Interface
org.datanucleus.store.fieldmanager.FieldManager
Packages that use FieldManager
Package
Description
This package provides classes implementing L1/L2 persistable object caching within DataNucleus.
Package defining object identity classes.
Provides classes relating to the life cycle state management of a persistable object.
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 FieldManager in org.datanucleus.cache
Classes in org.datanucleus.cache that implement FieldManagerModifier and TypeClassDescriptionclassFieldManager responsible for populating the provided CachedPC object.classFieldManager responsible for retrieving the values from the provided CachedPC object. -
Uses of FieldManager in org.datanucleus.identity
Methods in org.datanucleus.identity with parameters of type FieldManagerModifier and TypeMethodDescriptionstatic ObjectIdentityUtils.getApplicationIdentityForResultSetRow(ExecutionContext ec, AbstractClassMetaData cmd, Class pcClass, boolean inheritanceCheck, FieldManager resultsFM) Method to return the object application identity for a row of the result set. -
Uses of FieldManager in org.datanucleus.state
Classes in org.datanucleus.state that implement FieldManagerModifier and TypeClassDescriptionclassSimple class to handle the copying of PK fields from an object id to an object.Fields in org.datanucleus.state declared as FieldManagerModifier and TypeFieldDescriptionprotected FieldManagerStateManagerImpl.currFMCurrent FieldManager.(package private) FieldManagerAppIdObjectIdFieldConsumer.fmMethods in org.datanucleus.state with parameters of type FieldManagerModifier and TypeMethodDescriptionvoidDNStateManager.provideFields(int[] fieldNumbers, FieldManager fm) Method to obtain updated field values from the passed FieldManager.voidStateManagerImpl.provideFields(int[] fieldNumbers, FieldManager fm) Called from the StoreManager after StoreManager.update() is called to obtain updated values from the Persistable associated with this StateManager.voidDNStateManager.replaceFields(int[] fieldNumbers, FieldManager fm) Method to update the data in the object with the values from the passed FieldManager.voidDNStateManager.replaceFields(int[] fieldNumbers, FieldManager fm, boolean replaceWhenDirty) Method to update the data in the object with the values from the passed FieldManager.voidStateManagerImpl.replaceFields(int[] fieldNumbers, FieldManager fm) Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.voidStateManagerImpl.replaceFields(int[] fieldNumbers, FieldManager fm, boolean replaceWhenDirty) Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.voidDNStateManager.replaceNonLoadedFields(int[] fieldNumbers, FieldManager fm) Method to update the data in the object with the values from the passed FieldManager.voidStateManagerImpl.replaceNonLoadedFields(int[] fieldNumbers, FieldManager fm) Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.Constructors in org.datanucleus.state with parameters of type FieldManager -
Uses of FieldManager in org.datanucleus.store.fieldmanager
Classes in org.datanucleus.store.fieldmanager that implement FieldManagerModifier and TypeClassDescriptionclassBase field manager for handling the fetching of fields.classAbstract field manager for retrieval of objects.classAbstract representation of a field manager.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.classA simple field manager that stores/fetches a single field value per type in memory.classField manager for single field.classFieldManager to unset the owner fields of any SCO wrapped fields.