org.datanucleus.store
Interface FieldValues


public interface FieldValues

Interface for field values.


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

Method Detail

fetchFields

void fetchFields(ObjectProvider op)
Method to retrieve the fields and store them in the object managed by the ObjectProvider.

Parameters:
op - ObjectProvider for the object

fetchNonLoadedFields

void fetchNonLoadedFields(ObjectProvider op)
Method to retrieve the unloaded fields and store them in the object managed by the ObjectProvider.

Parameters:
op - ObjectProvider for the object

getFetchPlanForLoading

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

Returns:
The Fetch Plan


Copyright © 2013. All Rights Reserved.