Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
-
Packages that use JdbcCallFunctionReturn Package Description org.hibernate.procedure.spi org.hibernate.sql.exec.spi -
-
Uses of JdbcCallFunctionReturn in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturnFunctionReturnImplementor. toJdbcFunctionReturn(SharedSessionContractImplementor session) -
Uses of JdbcCallFunctionReturn in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturnJdbcCall. getFunctionReturn()If the call is a function, returns the function return descriptor
-