Package org.hibernate.sql.exec.spi
Interface JdbcCallRefCursorExtractor
-
- All Known Implementing Classes:
JdbcCallRefCursorExtractorImpl
public interface JdbcCallRefCursorExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultSet
extractResultSet(CallableStatement callableStatement, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
extractResultSet
ResultSet extractResultSet(CallableStatement callableStatement, SharedSessionContractImplementor session)
-
-