public abstract class AbstractROF<T> extends Object implements ResultObjectFactory<T>
Modifier and Type | Field and Description |
---|---|
protected org.datanucleus.ExecutionContext |
ec |
protected boolean |
ignoreCache |
protected ResultSet |
rs |
Constructor and Description |
---|
AbstractROF(org.datanucleus.ExecutionContext ec,
ResultSet rs,
boolean ignoreCache)
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, wait
getObject
protected org.datanucleus.ExecutionContext ec
protected ResultSet rs
protected boolean ignoreCache
public AbstractROF(org.datanucleus.ExecutionContext ec, ResultSet rs, boolean ignoreCache)
ec
- ExecutionContextrs
- The JDBC ResultSetignoreCache
- Whether to ignore the cache(s) when instantiating any persistable objects in the results.public ResultSet getResultSet()
ResultObjectFactory
getResultSet
in interface ResultObjectFactory<T>
Copyright © 2019. All rights reserved.