Uses of Class
net.ontopia.persistence.query.jdo.JDOQuery
-
Packages that use JDOQuery Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.persistence.query.sql Object model for representing SQL queries.net.ontopia.topicmaps.query.impl.rdbms 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 JDOQuery Modifier and Type Method Description QueryIF
AbstractTransaction. createQuery(JDOQuery jdoquery, boolean resolve_identities)
QueryIF
RDBMSAccess. createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
QueryIF
RDBMSStorage. createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
QueryIF
StorageAccessIF. createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
INTERNAL: Build a QueryIF from the specified JDO query instance.QueryIF
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 JDOQuery Modifier and Type Method Description protected boolean
SQLBuilder. isAggregateParameter(String param, JDOQuery jdoquery)
protected boolean
SQLBuilder. isAggregateVariable(String var, JDOQuery jdoquery)
protected boolean
SQLBuilder. isIdentifiableParameter(String param, JDOQuery jdoquery)
protected boolean
SQLBuilder. isIdentifiableVariable(String var, JDOQuery jdoquery)
protected boolean
SQLBuilder. isPrimitiveParameter(String param, JDOQuery jdoquery)
protected boolean
SQLBuilder. isPrimitiveVariable(String var, JDOQuery jdoquery)
SQLQuery
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 JDOQuery Modifier and Type Method Description protected JDOQuery
ParsedQuery. 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 JDOQuery Modifier and Type Method Description void
QueryBuilder. registerJDOOrderBy(JDOQuery jdoquery, boolean aggfunc)
void
QueryBuilder. registerJDOSelect(JDOQuery jdoquery, Set varnames, boolean aggfunc)
void
QueryBuilder. registerJDOSelectDependent(JDOQuery jdoquery, Set varnames)
-