Package | Description |
---|---|
org.hibernate.procedure.spi |
Modifier and Type | Method and Description |
---|---|
static ParameterStrategy |
ParameterStrategy.valueOf(java.lang.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(java.lang.String procedureName,
java.sql.CallableStatement statement,
ParameterStrategy parameterStrategy,
java.util.List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
default java.lang.String |
CallableStatementSupport.renderCallableStatement(java.lang.String name,
ParameterStrategy parameterStrategy,
java.util.List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SharedSessionContractImplementor session) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.