Package org.datanucleus.store
Interface FieldValues
public interface FieldValues
Interface for field values.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to retrieve the fields and store them in the object managed by StateManager.void
Method to retrieve the unloaded fields and store them in the object managed by StateManager.Accessor for any FetchPlan to use when loading of fields (if any).
-
Method Details
-
fetchFields
Method to retrieve the fields and store them in the object managed by StateManager.- Parameters:
sm
- StateManager for the object
-
fetchNonLoadedFields
Method to retrieve the unloaded fields and store them in the object managed by StateManager.- Parameters:
sm
- StateManager for the object
-
getFetchPlanForLoading
FetchPlan getFetchPlanForLoading()Accessor for any FetchPlan to use when loading of fields (if any).- Returns:
- The Fetch Plan
-