public class InstanceResultObjectProvider extends SelectResultObjectProvider
Select._res| Constructor and Description |
|---|
InstanceResultObjectProvider(SelectExecutor sel,
ClassMapping mapping,
JDBCStore store,
JDBCFetchConfiguration fetch)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResultObject()
Instantiate the current result object.
|
absolute, close, getFetchConfiguration, getResult, getSelect, getStore, handleCheckedException, next, open, reset, setSize, size, supportsRandomAccesspublic InstanceResultObjectProvider(SelectExecutor sel, ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch)
sel - the select to executemapping - the mapping for the base class of the result objectsstore - the store to delegate loading tofetch - the fetch configuration, or null for defaultpublic java.lang.Object getResultObject()
throws java.sql.SQLException
ResultObjectProviderResultObjectProvider.next() or ResultObjectProvider.absolute(int).java.sql.SQLExceptionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.