Uses of Class
net.ontopia.persistence.query.jdo.JDOQuery
Packages that use JDOQuery
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
Contains the rdbms implementation of the query language.
-
Uses of JDOQuery in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy with parameters of type JDOQueryModifier and TypeMethodDescriptionAbstractTransaction.createQuery(JDOQuery jdoquery, boolean resolve_identities) RDBMSAccess.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) RDBMSStorage.createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) StorageAccessIF.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) INTERNAL: Build a QueryIF from the specified JDO query instance.TransactionIF.createQuery(JDOQuery jdoquery, boolean resolve_identities) INTERNAL: Build a QueryIF from the specified JDO query instance. -
Uses of JDOQuery in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOQueryModifier and TypeMethodDescriptionprotected booleanSQLBuilder.isAggregateParameter(String param, JDOQuery jdoquery) protected booleanSQLBuilder.isAggregateVariable(String var, JDOQuery jdoquery) protected booleanSQLBuilder.isIdentifiableParameter(String param, JDOQuery jdoquery) protected booleanSQLBuilder.isIdentifiableVariable(String var, JDOQuery jdoquery) protected booleanSQLBuilder.isPrimitiveParameter(String param, JDOQuery jdoquery) protected booleanSQLBuilder.isPrimitiveVariable(String var, JDOQuery jdoquery) SQLBuilder.makeQuery(JDOQuery jdoquery, ObjectAccessIF oaccess) -
Uses of JDOQuery in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms that return JDOQueryModifier and TypeMethodDescriptionprotected JDOQueryParsedQuery.makeJDOQuery(QueryBuilder builder, net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContext qcontext, boolean aggfunc, boolean orderby) Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type JDOQueryModifier and TypeMethodDescriptionvoidQueryBuilder.registerJDOOrderBy(JDOQuery jdoquery, boolean aggfunc) voidQueryBuilder.registerJDOSelect(JDOQuery jdoquery, Set varnames, boolean aggfunc) voidQueryBuilder.registerJDOSelectDependent(JDOQuery jdoquery, Set varnames)