Uses of Interface
net.ontopia.persistence.query.sql.DetachedQueryIF
Packages that use DetachedQueryIF
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
-
Uses of DetachedQueryIF in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as DetachedQueryIFMethods in net.ontopia.persistence.proxy that return DetachedQueryIFModifier and TypeMethodDescriptionprotected DetachedQueryIFQueryDescriptor.createDetachedQuery(SQLStatementIF stm, String type, boolean lookup_identities) 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 DetachedQueryIFModifier and TypeClassDescriptionclassINTERNAL: RDBMS query implementation that performs queries that return a collection of object instances, ie. an instance of java.util.Collection.classINTERNAL: RDBMS query implementation that performs queries that return a map of key-value pairs, ie. an instance of java.util.Map.classINTERNAL: RDBMS query implementation that performs queries that return an instance of QueryResultIF.classINTERNAL: RDBMS query implementation that performs queries that return a single object instance.Fields in net.ontopia.persistence.query.sql declared as DetachedQueryIFConstructors in net.ontopia.persistence.query.sql with parameters of type DetachedQueryIF