Package org.hibernate.sql.exec.internal
Class JdbcCallFunctionReturnImpl
- java.lang.Object
-
- org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
-
- org.hibernate.sql.exec.internal.JdbcCallFunctionReturnImpl
-
- All Implemented Interfaces:
JdbcCallFunctionReturn
,JdbcCallParameterRegistration
public class JdbcCallFunctionReturnImpl extends JdbcCallParameterRegistrationImpl implements JdbcCallFunctionReturn
-
-
Constructor Summary
Constructors Constructor Description JdbcCallFunctionReturnImpl(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-
Method Summary
-
Methods inherited from class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
getName, getParameterBinder, getParameterExtractor, getParameterMode, getParameterType, getRefCursorExtractor, registerParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
getName, getParameterBinder, getParameterExtractor, getParameterMode, getParameterType, getRefCursorExtractor, registerParameter
-
-
-
-
Constructor Detail
-
JdbcCallFunctionReturnImpl
public JdbcCallFunctionReturnImpl(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-
-