public interface PCResultObjectProvider extends ResultObjectProvider
ResultObjectProvider
that populates a
OpenJPAStateManager
object in an application-defined manner.
Implementations of this interface can be used to customize data loading.AbstractPCResultObjectProvider
Modifier and Type | Method and Description |
---|---|
void |
initialize(OpenJPAStateManager sm,
PCState state,
FetchConfiguration fetch)
Initializes the state manager.
|
absolute, close, getResultObject, handleCheckedException, next, open, reset, size, supportsRandomAccess
void initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch) throws Exception
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.