Package | Description |
---|---|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
Modifier and Type | Method and Description |
---|---|
ParameterStrategy |
ProcedureCallImpl.getParameterStrategy() |
ParameterStrategy |
ProcedureCallMementoImpl.getParameterStrategy() |
static ParameterStrategy |
ParameterStrategy.valueOf(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.
|
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 © 2013. All rights reserved.