Uses of Interface
net.ontopia.persistence.query.sql.DetachedQueryIF
-
Packages that use DetachedQueryIF Package Description 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 Modifier and Type Field Description protected DetachedQueryIF
QueryCache. query
Methods in net.ontopia.persistence.proxy that return DetachedQueryIF Modifier and Type Method 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. -
Uses of DetachedQueryIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement DetachedQueryIF Modifier and Type Class 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.Fields in net.ontopia.persistence.query.sql declared as DetachedQueryIF Modifier and Type Field Description protected DetachedQueryIF
RDBMSQuery. query
Constructors in net.ontopia.persistence.query.sql with parameters of type DetachedQueryIF Constructor Description RDBMSQuery(RDBMSAccess access, DetachedQueryIF query)
-