org.jpox.store
Interface FieldValues


public interface FieldValues

Interface for field values.

Version:
$Revision: 1.4 $

Method Summary
 void fetchFields(StateManager sm)
          Method to retrieve the fields and store them in the object managed by the passed StateManager.
 void fetchNonLoadedFields(StateManager sm)
          Method to retrieve the unloaded fields and store them in the object managed by the passed StateManager.
 FetchPlanImpl getFetchPlanForLoading()
          Accessor for any FetchPlan to use when loading of fields (if any).
 

Method Detail

fetchFields

public void fetchFields(StateManager sm)
Method to retrieve the fields and store them in the object managed by the passed StateManager.

Parameters:
sm - State Manager for the object

fetchNonLoadedFields

public void fetchNonLoadedFields(StateManager sm)
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

public FetchPlanImpl getFetchPlanForLoading()
Accessor for any FetchPlan to use when loading of fields (if any).

Returns:
The Fetch Plan


Copyright © -2007 . All Rights Reserved.