Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentClassROF<T>
Result-object factory that takes a JDBC ResultSet, a results mapping, and creates a persistable object instance for each row in the ResultSet.
|
class |
ResultClassROF
Take a ResultSet, and for each row retrieves an object of a specified result class type.
|
class |
ResultMetaDataROF
ResultObjectFactory that operates using a QueryResultMetaData and returns objects based on the definition.
|
Copyright © 2019. All rights reserved.