Uses of Class
org.hibernate.sql.exec.internal.JdbcCallRefCursorExtractorImpl
-
Packages that use JdbcCallRefCursorExtractorImpl Package Description org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi -
-
Uses of JdbcCallRefCursorExtractorImpl in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return JdbcCallRefCursorExtractorImpl Modifier and Type Method Description JdbcCallRefCursorExtractorImplJdbcCallParameterRegistrationImpl. getRefCursorExtractor()Constructors in org.hibernate.sql.exec.internal with parameters of type JdbcCallRefCursorExtractorImpl Constructor Description JdbcCallFunctionReturnImpl(BindableType ormType, JdbcCallParameterExtractorImpl parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)JdbcCallParameterRegistrationImpl(String name, int jdbcParameterPositionStart, jakarta.persistence.ParameterMode parameterMode, BindableType ormType, JdbcParameterBinder parameterBinder, JdbcCallParameterExtractorImpl parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor) -
Uses of JdbcCallRefCursorExtractorImpl in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcCallRefCursorExtractorImpl Modifier and Type Method Description JdbcCallRefCursorExtractorImplJdbcCallParameterRegistration. getRefCursorExtractor()
-