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
- Author:
- Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcCallFunctionReturnImpl(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor) -
Method Summary
Methods inherited from class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
getName, getParameterBinder, getParameterExtractor, getParameterMode, getParameterType, getRefCursorExtractor, registerParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
getName, getParameterBinder, getParameterExtractor, getParameterMode, getParameterType, getRefCursorExtractor, registerParameter
-
Constructor Details
-
JdbcCallFunctionReturnImpl
public JdbcCallFunctionReturnImpl(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-