T
- Type of the returned objectpublic interface ResultObjectFactory<T>
For example an implementation of this interface could return a single Persistent object per row (PersistentClassROF). Another implementation could return all columns of the result set as separate objects.
Modifier and Type | Method and Description |
---|---|
T |
getObject()
Instantiates object(s) from the current row of the given result set.
|
ResultSet |
getResultSet()
Accessor for the JDBC ResultSet being processed.
|
Copyright © 2019. All rights reserved.