|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DetachedQueryIF | |
---|---|
net.ontopia.persistence.proxy | An object-relational mapping framework. |
net.ontopia.persistence.query.sql | Object model for representing SQL queries. |
Uses of DetachedQueryIF in net.ontopia.persistence.proxy |
---|
Fields in net.ontopia.persistence.proxy declared as DetachedQueryIF | |
---|---|
protected DetachedQueryIF |
QueryCache.query
|
Methods in net.ontopia.persistence.proxy that return DetachedQueryIF | |
---|---|
protected DetachedQueryIF |
QueryDescriptor.createDetachedQuery(SQLStatementIF stm,
java.lang.String type,
boolean lookup_identities)
|
DetachedQueryIF |
QueryDescriptor.createSharedQuery(StorageIF storage,
AccessRegistrarIF registrar,
java.lang.String[] platforms)
INTERNAL: Creates a QueryIF instance that uses the specified storage access and platform settings. |
Uses of DetachedQueryIF in net.ontopia.persistence.query.sql |
---|
Classes in net.ontopia.persistence.query.sql that implement DetachedQueryIF | |
---|---|
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. |
Fields in net.ontopia.persistence.query.sql declared as DetachedQueryIF | |
---|---|
protected DetachedQueryIF |
RDBMSQuery.query
|
Constructors in net.ontopia.persistence.query.sql with parameters of type DetachedQueryIF | |
---|---|
RDBMSQuery(RDBMSAccess access,
DetachedQueryIF query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |