Package org.apache.openjpa.kernel
Interface PCResultObjectProvider
- All Superinterfaces:
Closeable
,ResultObjectProvider
- All Known Implementing Classes:
AbstractPCResultObjectProvider
Variant of
ResultObjectProvider
that populates a
OpenJPAStateManager
object in an application-defined manner.
Implementations of this interface can be used to customize data loading.- Author:
- Patrick Linskey
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch) Initializes the state manager.Methods inherited from interface org.apache.openjpa.lib.rop.ResultObjectProvider
absolute, close, getResultObject, handleCheckedException, next, open, reset, size, supportsRandomAccess
-
Method Details
-
initialize
Initializes the state manager.
-