public class SpaceProjectionResultObjectProvider extends Object implements org.apache.openjpa.lib.rop.ResultObjectProvider
| Constructor and Description | 
|---|
SpaceProjectionResultObjectProvider(Object[][] result)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
absolute(int pos)  | 
void | 
close()  | 
Object | 
getResultObject()
Gets the current result as a Pojo initiated with a state manager. 
 | 
void | 
handleCheckedException(Exception e)  | 
boolean | 
next()  | 
void | 
open()  | 
void | 
reset()  | 
int | 
size()  | 
boolean | 
supportsRandomAccess()  | 
public SpaceProjectionResultObjectProvider(Object[][] result)
public boolean absolute(int pos)
                 throws Exception
absolute in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic void close()
           throws Exception
close in interface org.apache.openjpa.lib.rop.ResultObjectProviderclose in interface org.apache.openjpa.lib.util.CloseableExceptionpublic Object getResultObject() throws Exception
getResultObject in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic void handleCheckedException(Exception e)
handleCheckedException in interface org.apache.openjpa.lib.rop.ResultObjectProviderpublic boolean next()
             throws Exception
next in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic void open()
          throws Exception
open in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic void reset()
           throws Exception
reset in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic int size()
         throws Exception
size in interface org.apache.openjpa.lib.rop.ResultObjectProviderExceptionpublic boolean supportsRandomAccess()
supportsRandomAccess in interface org.apache.openjpa.lib.rop.ResultObjectProviderCopyright © GigaSpaces.