| org.jpox.store.FieldValues
FieldValues | public interface FieldValues (Code) | | Interface for field values.
version: $Revision: 1.6 $ |
fetchFields | void fetchFields(StateManager sm)(Code) | | Method to retrieve the fields and store them in the object managed by the passed StateManager.
Parameters: sm - State Manager for the object |
fetchNonLoadedFields | void fetchNonLoadedFields(StateManager sm)(Code) | | Method to retrieve the unloaded fields and store them in the object managed by the passed StateManager.
Parameters: sm - State Manager for the object |
getFetchPlanForLoading | FetchPlan getFetchPlanForLoading()(Code) | | Accessor for any FetchPlan to use when loading of fields (if any).
The Fetch Plan |
|
|