Uses of Class
org.apache.cayenne.query.ProcedureQuery
Packages that use ProcedureQuery
Package
Description
Contains classes that handle JDBC interactions.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
MS SQLServer DbAdapter.
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of ProcedureQuery in org.apache.cayenne.access.jdbc
Fields in org.apache.cayenne.access.jdbc declared as ProcedureQueryConstructors in org.apache.cayenne.access.jdbc with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.access.translator.procedure
Fields in org.apache.cayenne.access.translator.procedure declared as ProcedureQueryMethods in org.apache.cayenne.access.translator.procedure that return ProcedureQueryMethods in org.apache.cayenne.access.translator.procedure with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.dba
Methods in org.apache.cayenne.dba with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.dba.db2
Methods in org.apache.cayenne.dba.db2 with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.dba.sqlserver
Methods in org.apache.cayenne.dba.sqlserver with parameters of type ProcedureQueryConstructors in org.apache.cayenne.dba.sqlserver with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.map
Methods in org.apache.cayenne.map that return ProcedureQuery -
Uses of ProcedureQuery in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type ProcedureQueryModifier and TypeMethodDescriptionSQLActionVisitor.procedureAction
(ProcedureQuery query) Creates an action to execute a ProcedureQuery.