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.
Defines an SPI for calling stored procedures and functions.
-
Uses of NamedParametersNotSupportedException in org.hibernate.procedure
Methods in org.hibernate.procedure that throw NamedParametersNotSupportedExceptionModifier and TypeMethodDescription<T> ProcedureParameter<T> ProcedureCall.registerParameter(String parameterName, Type<T> type, ParameterMode mode) Basic form for registering a named parameter.<T> ProcedureParameter<T> ProcedureCall.registerParameter(String parameterName, Class<T> type, ParameterMode mode) Basic form for registering a named parameter. -
Uses of NamedParametersNotSupportedException in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that throw NamedParametersNotSupportedExceptionModifier and TypeMethodDescriptionProcedureCallImplementor.registerParameter(String parameterName, Type<T> type, ParameterMode mode) ProcedureCallImplementor.registerParameter(String parameterName, Class<T> type, ParameterMode mode)