| Package | Description |
|---|---|
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| org.hibernate.procedure.spi | |
| org.hibernate.query.procedure.internal |
| Modifier and Type | Method and Description |
|---|---|
ProcedureParameterMetadata |
ProcedureCallImpl.getParameterMetadata() |
| Modifier and Type | Method and Description |
|---|---|
default String |
CallableStatementSupport.renderCallableStatement(String procedureName,
ProcedureParameterMetadata parameterMetadata,
ProcedureParamBindings paramBindings,
SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureParameterMetadata |
ProcedureParamBindings.getParameterMetadata() |
| Constructor and Description |
|---|
ProcedureParamBindings(ProcedureParameterMetadata parameterMetadata,
ProcedureCallImpl procedureCall) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.