public class PostgresCallableStatementSupport extends Object implements CallableStatementSupport
| Modifier and Type | Field and Description |
|---|---|
static PostgresCallableStatementSupport |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
PostgresCallableStatementSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
String |
renderCallableStatement(String procedureName,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderCallableStatementpublic static final PostgresCallableStatementSupport INSTANCE
public String renderCallableStatement(String procedureName, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
renderCallableStatement in interface CallableStatementSupportpublic void registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
registerParameters in interface CallableStatementSupportCopyright © 2019 JBoss by Red Hat. All rights reserved.