Java org.hibernate.procedure ProcedureCall fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.procedure ProcedureCall fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.procedure ProcedureCall.

The text is from its open source code.

Method

ProcedureOutputsgetOutputs()
Retrieves access to outputs of this procedure call.
ParameterRegistrationregisterParameter(int position, Class type, ParameterMode mode)
Basic form for registering a positional parameter.
ParameterRegistrationregisterParameter(String parameterName, Class type, ParameterMode mode)
Basic form for registering a named parameter.