|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryDefinition | |
---|---|
org.objectweb.speedo.mim.api | Speedo internal API for the management of persistent classes (status, state, eg). |
org.objectweb.speedo.mim.lib | |
org.objectweb.speedo.pm.jdo.api | |
org.objectweb.speedo.pm.jdo.lib | |
org.objectweb.speedo.query.api | |
org.objectweb.speedo.query.ejb | |
org.objectweb.speedo.query.jdo | |
org.objectweb.speedo.query.lib |
Uses of QueryDefinition in org.objectweb.speedo.mim.api |
---|
Methods in org.objectweb.speedo.mim.api that return QueryDefinition | |
---|---|
QueryDefinition |
HomeItf.addNamedQuery(java.lang.String name,
QueryDefinition query)
Defines a named query |
QueryDefinition |
HomeItf.getNamedQuery(java.lang.String name)
Retrieves a query defintion from its name. |
QueryDefinition |
HomeItf.removeNamedQuery(java.lang.String name)
Remove a named query |
Methods in org.objectweb.speedo.mim.api with parameters of type QueryDefinition | |
---|---|
QueryDefinition |
HomeItf.addNamedQuery(java.lang.String name,
QueryDefinition query)
Defines a named query |
Uses of QueryDefinition in org.objectweb.speedo.mim.lib |
---|
Methods in org.objectweb.speedo.mim.lib that return QueryDefinition | |
---|---|
QueryDefinition |
AbstractHomeImpl.addNamedQuery(java.lang.String name,
QueryDefinition query)
|
QueryDefinition |
AbstractHomeImpl.getNamedQuery(java.lang.String name)
|
QueryDefinition |
AbstractHomeImpl.removeNamedQuery(java.lang.String name)
|
Methods in org.objectweb.speedo.mim.lib with parameters of type QueryDefinition | |
---|---|
QueryDefinition |
AbstractHomeImpl.addNamedQuery(java.lang.String name,
QueryDefinition query)
|
Uses of QueryDefinition in org.objectweb.speedo.pm.jdo.api |
---|
Methods in org.objectweb.speedo.pm.jdo.api with parameters of type QueryDefinition | |
---|---|
void |
JDOPOManagerItf.deleteByQuery(QueryDefinition qd)
|
Uses of QueryDefinition in org.objectweb.speedo.pm.jdo.lib |
---|
Methods in org.objectweb.speedo.pm.jdo.lib with parameters of type QueryDefinition | |
---|---|
void |
JDOPOManager.deleteByQuery(QueryDefinition qd)
|
Uses of QueryDefinition in org.objectweb.speedo.query.api |
---|
Methods in org.objectweb.speedo.query.api that return QueryDefinition | |
---|---|
QueryDefinition |
CompiledQuery.getDefinition()
|
Methods in org.objectweb.speedo.query.api with parameters of type QueryDefinition | |
---|---|
java.lang.Object |
CompiledQuery.execute(java.util.Map parameters,
POManagerItf pm,
QueryDefinition qd)
|
java.lang.Object |
CompiledQuery.execute(java.lang.Object[] parameters,
POManagerItf pm,
QueryDefinition qd)
Executes the compiled query. |
CompiledQuery |
QueryManager.getQueryCompiler(QueryDefinition qd)
Retrieves a CompiledQuery for a given QueryDefinition. |
Uses of QueryDefinition in org.objectweb.speedo.query.ejb |
---|
Classes in org.objectweb.speedo.query.ejb that implement QueryDefinition | |
---|---|
class |
EJBQueryDefinitionImpl
|
Methods in org.objectweb.speedo.query.ejb that return QueryDefinition | |
---|---|
QueryDefinition |
EJBCompiledQuery.getDefinition()
|
Methods in org.objectweb.speedo.query.ejb with parameters of type QueryDefinition | |
---|---|
protected CompiledQuery |
EJBQueryManager.createCompileQuery(QueryDefinition qd)
|
java.lang.Object |
EJBCompiledQuery.execute(java.util.Map parameters,
POManagerItf pm,
QueryDefinition qd)
|
java.lang.Object |
EJBCompiledQuery.execute(java.lang.Object[] parameters,
POManagerItf pm,
QueryDefinition qd)
|
Uses of QueryDefinition in org.objectweb.speedo.query.jdo |
---|
Classes in org.objectweb.speedo.query.jdo that implement QueryDefinition | |
---|---|
class |
JDOQuery
SpeedoQuery is the basic implementation of the javax.jdo.Query interface. |
class |
JDOQueryDefinitionImpl
is a basic implementation of the QueryDefinition interface. |
Methods in org.objectweb.speedo.query.jdo that return QueryDefinition | |
---|---|
QueryDefinition |
JDOAbstractCompiledQuery.getDefinition()
|
Methods in org.objectweb.speedo.query.jdo with parameters of type QueryDefinition | |
---|---|
protected CompiledQuery |
JDOQueryManager.createCompileQuery(QueryDefinition qd)
|
TupleCollection |
JDOQueryEvalContext.eval(JDOPOManagerItf pm,
org.objectweb.medor.expression.api.ParameterOperand[] pos,
java.lang.Object connection,
QueryDefinition userqd)
Executes the sub query |
java.lang.Object |
JDOAbstractCompiledQuery.execute(java.util.Map m,
POManagerItf pm,
QueryDefinition userqd)
evaluate the query with a single parameter which is a Map of object parameters. |
java.lang.Object |
JDOAbstractCompiledQuery.execute(java.lang.Object[] a,
POManagerItf pm,
QueryDefinition userqd)
evaluate the query with a single parameter which is a array of object parameters. |
protected java.lang.Object |
JDOCompiledDeleteQuery.executeQT(JDOPOManagerItf pm,
org.objectweb.medor.expression.api.ParameterOperand[] pos,
QueryDefinition userqd)
executes a the current delete query, and returns a Long object corresponding to the number of delete instances |
protected abstract java.lang.Object |
JDOAbstractCompiledQuery.executeQT(JDOPOManagerItf pm,
org.objectweb.medor.expression.api.ParameterOperand[] pos,
QueryDefinition userqd)
|
protected java.lang.Object |
JDOCompiledSelectQuery.executeQT(JDOPOManagerItf pm,
org.objectweb.medor.expression.api.ParameterOperand[] pos,
QueryDefinition userqd)
executes a the current query, and returns a Collection of object. |
Constructors in org.objectweb.speedo.query.jdo with parameters of type QueryDefinition | |
---|---|
JDOQueriesUnion(org.objectweb.medor.expression.api.ParameterOperand[] pos,
JDOPOManagerItf pm,
java.lang.Object connection,
JDOQueryEvalContext[] qecs,
QueryDefinition userqd)
|
Uses of QueryDefinition in org.objectweb.speedo.query.lib |
---|
Methods in org.objectweb.speedo.query.lib with parameters of type QueryDefinition | |
---|---|
protected abstract CompiledQuery |
SpeedoQueryManager.createCompileQuery(QueryDefinition qd)
|
CompiledQuery |
SpeedoQueryManager.getQueryCompiler(QueryDefinition qd)
returns a CompiledQuery implementation, creates it if it does not exists, or just returns an existing one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |