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 |
---|---|
java.util.List<ProcedureCallMementoImpl.ParameterMemento> |
ProcedureCallMementoImpl.getParameterDeclarations() |
Constructor and Description |
---|
ProcedureCallMementoImpl(java.lang.String procedureName,
NativeSQLQueryReturn[] queryReturns,
ParameterStrategy parameterStrategy,
java.util.List<ProcedureCallMementoImpl.ParameterMemento> parameterDeclarations,
java.util.Set<java.lang.String> synchronizedQuerySpaces,
java.util.Map<java.lang.String,java.lang.Object> hintsMap)
Constructs a ProcedureCallImpl
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.