Package org.hibernate.sql.exec.internal
Class JdbcCallParameterRegistrationImpl
- java.lang.Object
-
- org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
-
- All Implemented Interfaces:
JdbcCallParameterRegistration
- Direct Known Subclasses:
JdbcCallFunctionReturnImpl
public class JdbcCallParameterRegistrationImpl extends Object implements JdbcCallParameterRegistration
-
-
Constructor Summary
Constructors Constructor Description JdbcCallParameterRegistrationImpl(String name, int jdbcParameterPositionStart, ParameterMode parameterMode, OutputableType<?> ormType, JdbcParameterBinder parameterBinder, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()JdbcParameterBindergetParameterBinder()JdbcCallParameterExtractor<?>getParameterExtractor()ParameterModegetParameterMode()OutputableType<?>getParameterType()JdbcCallRefCursorExtractorImplgetRefCursorExtractor()voidregisterParameter(CallableStatement callableStatement, SharedSessionContractImplementor session)
-
-
-
Constructor Detail
-
JdbcCallParameterRegistrationImpl
public JdbcCallParameterRegistrationImpl(String name, int jdbcParameterPositionStart, ParameterMode parameterMode, OutputableType<?> ormType, JdbcParameterBinder parameterBinder, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJdbcCallParameterRegistration
-
getParameterBinder
public JdbcParameterBinder getParameterBinder()
- Specified by:
getParameterBinderin interfaceJdbcCallParameterRegistration
-
getParameterExtractor
public JdbcCallParameterExtractor<?> getParameterExtractor()
- Specified by:
getParameterExtractorin interfaceJdbcCallParameterRegistration
-
getRefCursorExtractor
public JdbcCallRefCursorExtractorImpl getRefCursorExtractor()
- Specified by:
getRefCursorExtractorin interfaceJdbcCallParameterRegistration
-
getParameterMode
public ParameterMode getParameterMode()
- Specified by:
getParameterModein interfaceJdbcCallParameterRegistration
-
getParameterType
public OutputableType<?> getParameterType()
- Specified by:
getParameterTypein interfaceJdbcCallParameterRegistration
-
registerParameter
public void registerParameter(CallableStatement callableStatement, SharedSessionContractImplementor session)
- Specified by:
registerParameterin interfaceJdbcCallParameterRegistration
-
-