Uses of Class
org.apache.cayenne.map.ProcedureParameter
Package
Description
Contains classes that handle JDBC interactions.
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of ProcedureParameter in org.apache.cayenne.access.jdbc
ModifierConstructorDescriptionColumnDescriptor
(ProcedureParameter parameter) Creates a ColumnDescriptor from stored procedure parameter. -
Uses of ProcedureParameter in org.apache.cayenne.access.translator
-
Uses of ProcedureParameter in org.apache.cayenne.access.translator.procedure
Modifier and TypeFieldDescriptionprotected List
<ProcedureParameter> ProcedureTranslator.callParams
Modifier and TypeMethodDescriptionprotected void
ProcedureTranslator.setInParam
(CallableStatement stmt, ProcedureParameter param, Object val, int pos) Sets a single IN parameter of the CallableStatement.protected void
ProcedureTranslator.setOutParam
(CallableStatement stmt, ProcedureParameter param, int pos) Sets a single OUT parameter of the CallableStatement. -
Uses of ProcedureParameter in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionBaseConfigurationNodeVisitor.visitProcedureParameter
(ProcedureParameter parameter) ConfigurationNodeVisitor.visitProcedureParameter
(ProcedureParameter parameter) EmptyConfigurationNodeVisitor.visitProcedureParameter
(ProcedureParameter parameter) -
Uses of ProcedureParameter in org.apache.cayenne.map
Modifier and TypeMethodDescriptionProcedure.getResultParam()
Returns parameter describing the return value of the StoredProcedure, or null if procedure does not support return values.Modifier and TypeMethodDescriptionProcedure.getCallOutParameters()
Returns a list of OUT and INOUT call parameters.Procedure.getCallParameters()
Returns an unmodifiable list of call parameters.Modifier and TypeMethodDescriptionvoid
Procedure.addCallParameter
(ProcedureParameter param) Adds new call parameter to the stored procedure.Modifier and TypeMethodDescriptionvoid
Procedure.setCallParameters
(List<ProcedureParameter> parameters)