public interface FieldValues
Modifier and Type | Method and Description |
---|---|
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).
|
void fetchFields(ObjectProvider op)
op
- ObjectProvider for the objectvoid fetchNonLoadedFields(ObjectProvider op)
op
- ObjectProvider for the objectFetchPlan getFetchPlanForLoading()
Copyright © 2019. All rights reserved.