Uses of Class
org.hibernate.procedure.NamedParametersNotSupportedException
Packages that use NamedParametersNotSupportedException
Package
Description
Defines support for executing database stored procedures and functions and accessing their outputs.
-
Uses of NamedParametersNotSupportedException in org.hibernate.procedure
Methods in org.hibernate.procedure that throw NamedParametersNotSupportedExceptionModifier and TypeMethodDescription<T> ProcedureParameter<T>
ProcedureCall.registerParameter
(String parameterName, Class<T> type, ParameterMode mode) Basic form for registering a named parameter.<T> ProcedureParameter<T>
ProcedureCall.registerParameter
(String parameterName, BasicTypeReference<T> type, ParameterMode mode) Basic form for registering a named parameter.