Package org.hibernate.sql.exec.spi
Interface JdbcCallRefCursorExtractor
- All Known Implementing Classes:
JdbcCallRefCursorExtractorImpl
public interface JdbcCallRefCursorExtractor
-
Method Summary
Modifier and TypeMethodDescriptionextractResultSet
(CallableStatement callableStatement, SharedSessionContractImplementor session)
-
Method Details