Package | Description |
---|---|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.procedure.spi |
Modifier and Type | Method and Description |
---|---|
ParameterStrategy |
ProcedureCallImpl.getParameterStrategy() |
ParameterStrategy |
ProcedureCallMementoImpl.getParameterStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
StandardCallableStatementSupport.registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
void |
PostgresCallableStatementSupport.registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
String |
StandardCallableStatementSupport.renderCallableStatement(String procedureName,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
String |
PostgresCallableStatementSupport.renderCallableStatement(String procedureName,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
Constructor and Description |
---|
ProcedureCallMementoImpl(String procedureName,
NativeSQLQueryReturn[] queryReturns,
ParameterStrategy parameterStrategy,
List<ProcedureCallMementoImpl.ParameterMemento> parameterDeclarations,
Set<String> synchronizedQuerySpaces,
Map<String,Object> hintsMap)
Constructs a ProcedureCallImpl
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CallableStatementSupport.registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
String |
CallableStatementSupport.renderCallableStatement(String name,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.