public abstract class AbstractROF<T> extends Object implements ResultObjectFactory<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.datanucleus.ExecutionContext |
ec |
protected org.datanucleus.FetchPlan |
fp |
protected boolean |
ignoreCache |
protected ResultSet |
rs |
| Constructor and Description |
|---|
AbstractROF(org.datanucleus.ExecutionContext ec,
ResultSet rs,
boolean ignoreCache,
org.datanucleus.FetchPlan fp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getResultSet()
Accessor for the JDBC ResultSet being processed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectprotected org.datanucleus.ExecutionContext ec
protected ResultSet rs
protected boolean ignoreCache
protected org.datanucleus.FetchPlan fp
public AbstractROF(org.datanucleus.ExecutionContext ec,
ResultSet rs,
boolean ignoreCache,
org.datanucleus.FetchPlan fp)
ec - ExecutionContextrs - The JDBC ResultSetignoreCache - Whether to ignore the cache(s) when instantiating any persistable objects in the results.fp - FetchPlanpublic ResultSet getResultSet()
ResultObjectFactorygetResultSet in interface ResultObjectFactory<T>Copyright © 2020. All rights reserved.