Uses of Class
org.hibernate.procedure.internal.ProcedureCallImpl
Packages that use ProcedureCallImpl
Package
Description
Defines the internal implementation of the stored procedure SPI.
-
Uses of ProcedureCallImpl in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return ProcedureCallImplModifier and TypeMethodDescriptionProcedureCallImpl.markAsFunctionCall
(int sqlType) ProcedureCallImpl.markAsFunctionCall
(Class<?> resultType) ProcedureCallImpl.markAsFunctionCall
(BasicTypeReference<?> typeReference)