Package | Description |
---|---|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.procedure.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterRegistrationImpl<T>
Abstract implementation of ParameterRegistration/ParameterRegistrationImplementor
|
class |
NamedParameterRegistration<T>
Represents a registered named parameter
|
class |
PositionalParameterRegistration<T>
Represents a registered positional parameter
|
Modifier and Type | Method and Description |
---|---|
ParameterRegistrationImplementor[] |
ProcedureCallImpl.collectRefCursorParameters()
Collects any parameter registrations which indicate a REF_CURSOR parameter type/mode.
|
ParameterRegistrationImplementor |
ProcedureCallImpl.getParameterRegistration(int position) |
ParameterRegistrationImplementor |
ProcedureCallImpl.getParameterRegistration(String name) |
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 |
---|---|
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) |
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.