| Package | Description |
|---|---|
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureCallMementoImpl.ParameterMemento |
ProcedureCallMementoImpl.ParameterMemento.fromRegistration(ParameterRegistrationImplementor registration)
Build a ParameterMemento from the given parameter registration
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcedureCallMementoImpl.ParameterMemento> |
ProcedureCallMementoImpl.getParameterDeclarations() |
| Constructor and Description |
|---|
ProcedureCallMementoImpl(String procedureName,
NativeSQLQueryReturn[] queryReturns,
ParameterStrategy parameterStrategy,
List<ProcedureCallMementoImpl.ParameterMemento> parameterDeclarations,
Set<String> synchronizedQuerySpaces,
Map<String,Object> hintsMap)
Constructs a ProcedureCallImpl
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.