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.ResultObjectProvider
Exception
public void close() throws Exception
close
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
close
in interface org.apache.openjpa.lib.util.Closeable
Exception
public Object getResultObject() throws Exception
getResultObject
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Exception
public void handleCheckedException(Exception e)
handleCheckedException
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
public boolean next() throws Exception
next
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Exception
public void open() throws Exception
open
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Exception
public void reset() throws Exception
reset
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Exception
public int size() throws Exception
size
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Exception
public boolean supportsRandomAccess()
supportsRandomAccess
in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Copyright © GigaSpaces.