Uses of Class
org.hibernate.procedure.internal.ProcedureCallImpl
-
Packages that use ProcedureCallImpl Package Description org.hibernate.procedure.internal 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 ProcedureCallImpl Modifier and Type Method Description ProcedureCallImpl<R>
ProcedureCallImpl. markAsFunctionCall(int sqlType)
ProcedureCallImpl<R>
ProcedureCallImpl. markAsFunctionCall(Class<?> resultType)
ProcedureCallImpl<R>
ProcedureCallImpl. markAsFunctionCall(BasicTypeReference<?> typeReference)
-