public interface CallableStatementSupport
| Modifier and Type | Method and Description | 
|---|---|
| void | registerParameters(String procedureName,
                  CallableStatement statement,
                  ParameterStrategy parameterStrategy,
                  List<ParameterRegistrationImplementor<?>> parameterRegistrations,
                  SessionImplementor session) | 
| String | renderCallableStatement(String name,
                       ParameterStrategy parameterStrategy,
                       List<ParameterRegistrationImplementor<?>> parameterRegistrations,
                       SessionImplementor session) | 
String renderCallableStatement(String name, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SessionImplementor session)
void registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SessionImplementor session)
Copyright © 2017 JBoss by Red Hat. All rights reserved.