Package | Description |
---|---|
org.hibernate.procedure.spi | |
org.hibernate.query.procedure.spi |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcedureParameterImplementor<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.