public interface CallableStatementSupport
| Modifier and Type | Method and Description | 
|---|---|
void | 
registerParameters(String procedureName,
                  CallableStatement statement,
                  ParameterStrategy parameterStrategy,
                  List<ParameterRegistrationImplementor<?>> parameterRegistrations,
                  SharedSessionContractImplementor session)  | 
default String | 
renderCallableStatement(String name,
                       ParameterStrategy parameterStrategy,
                       List<ParameterRegistrationImplementor<?>> parameterRegistrations,
                       SharedSessionContractImplementor session)  | 
default String | 
renderCallableStatement(String procedureName,
                       org.hibernate.query.procedure.internal.ProcedureParameterMetadata parameterMetadata,
                       org.hibernate.query.procedure.internal.ProcedureParamBindings paramBindings,
                       SharedSessionContractImplementor session)  | 
default String renderCallableStatement(String name, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
default String renderCallableStatement(String procedureName, org.hibernate.query.procedure.internal.ProcedureParameterMetadata parameterMetadata, org.hibernate.query.procedure.internal.ProcedureParamBindings paramBindings, SharedSessionContractImplementor session)
void registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.