Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
-
Packages that use JdbcCallFunctionReturn Package Description org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC. -
-
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 JdbcCallFunctionReturnJdbcOperationQueryCall. getFunctionReturn()If the call is a function, returns the function return descriptor
-