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 DetachedQueryIFQueryCache. queryMethods in net.ontopia.persistence.proxy that return DetachedQueryIF Modifier and Type Method Description protected DetachedQueryIFQueryDescriptor. createDetachedQuery(SQLStatementIF stm, String type, boolean lookup_identities)DetachedQueryIFQueryDescriptor. 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 classRDBMSCollectionQueryINTERNAL: RDBMS query implementation that performs queries that return a collection of object instances, ie.classRDBMSMapQueryINTERNAL: RDBMS query implementation that performs queries that return a map of key-value pairs, ie.classRDBMSMatrixQueryINTERNAL: RDBMS query implementation that performs queries that return an instance of QueryResultIF.classRDBMSObjectQueryINTERNAL: 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 DetachedQueryIFRDBMSQuery. queryConstructors in net.ontopia.persistence.query.sql with parameters of type DetachedQueryIF Constructor Description RDBMSQuery(RDBMSAccess access, DetachedQueryIF query)
-