| Package | Description |
|---|---|
| org.hibernate.procedure.spi |
| Modifier and Type | Method and Description |
|---|---|
static ParameterStrategy |
ParameterStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterStrategy[] |
ParameterStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallableStatementSupport.registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
default String |
CallableStatementSupport.renderCallableStatement(String name,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.