Package | Description |
---|---|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
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
|
Copyright © 2013. All rights reserved.