Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
Modifier and Type | Field and Description |
---|---|
protected DetachedQueryIF |
QueryCache.query |
Modifier and Type | Method and Description |
---|---|
protected DetachedQueryIF |
QueryDescriptor.createDetachedQuery(SQLStatementIF stm,
String type,
boolean lookup_identities) |
DetachedQueryIF |
QueryDescriptor.createSharedQuery(StorageIF storage,
AccessRegistrarIF registrar,
String[] platforms)
INTERNAL: Creates a QueryIF instance that uses the specified
storage access and platform settings.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSCollectionQuery
INTERNAL: RDBMS query implementation that performs queries that
return a collection of object instances, ie.
|
class |
RDBMSMapQuery
INTERNAL: RDBMS query implementation that performs queries that
return a map of key-value pairs, ie.
|
class |
RDBMSMatrixQuery
INTERNAL: RDBMS query implementation that performs queries that
return an instance of QueryResultIF.
|
class |
RDBMSObjectQuery
INTERNAL: RDBMS query implementation that performs queries that
return a single object instance.
|
Modifier and Type | Field and Description |
---|---|
protected DetachedQueryIF |
RDBMSQuery.query |
Constructor and Description |
---|
RDBMSQuery(RDBMSAccess access,
DetachedQueryIF query) |