Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardQueryResult<E>
Lazy collection results from a Query with the ResultSet in a forward direction.
|
class |
ScrollableQueryResult<E>
Lazy collection results from a Query with the ResultSet scrollable.
|
Modifier and Type | Method and Description |
---|---|
static AbstractRDBMSQueryResult |
RDBMSQueryUtils.getQueryResultForQuery(org.datanucleus.store.query.Query q,
ResultObjectFactory rof,
ResultSet rs,
Collection candidates) |
Copyright © 2019. All rights reserved.