Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterImplementor
Packages that use ProcedureParameterImplementor
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of ProcedureParameterImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureParameterImplementorMethods in org.hibernate.procedure.internal that return ProcedureParameterImplementorModifier and TypeMethodDescriptionProcedureParameterMetadataImpl.findQueryParameter
(int positionLabel) ProcedureParameterMetadataImpl.findQueryParameter
(String name) ProcedureCallImpl.getParameterRegistration
(int position) ProcedureCallImpl.getParameterRegistration
(String name) ProcedureParameterMetadataImpl.getQueryParameter
(int positionLabel) ProcedureParameterMetadataImpl.getQueryParameter
(String name) ProcedureCallImpl.registerParameter
(String name, Class<T> javaType, ParameterMode mode) ProcedureCallImpl.registerParameter
(String name, BasicTypeReference<T> typeReference, ParameterMode mode) NamedCallableQueryMementoImpl.ParameterMementoImpl.resolve
(SharedSessionContractImplementor session) Methods in org.hibernate.procedure.internal that return types with arguments of type ProcedureParameterImplementorModifier and TypeMethodDescriptionList<? extends ProcedureParameterImplementor<?>>
ProcedureParameterMetadataImpl.getRegistrationsAsList()
Methods in org.hibernate.procedure.internal with parameters of type ProcedureParameterImplementorModifier and TypeMethodDescriptionprotected void
OracleCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) protected void
SQLServerCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) protected void
StandardCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) static <U> NamedCallableQueryMementoImpl.ParameterMementoImpl<U>
NamedCallableQueryMementoImpl.ParameterMementoImpl.fromRegistration
(ProcedureParameterImplementor<U> registration) Build a ParameterMemento from the given parameter registration<P> ProcedureParameterBinding<P>
ProcedureParamBindings.getQueryParamerBinding
(ProcedureParameterImplementor<P> parameter) void
ProcedureParameterMetadataImpl.registerParameter
(ProcedureParameterImplementor parameter) Constructors in org.hibernate.procedure.internal with parameters of type ProcedureParameterImplementorModifierConstructorDescriptionProcedureParameterBindingImpl
(ProcedureParameterImplementor<T> queryParameter, SessionFactoryImplementor sessionFactory) -
Uses of ProcedureParameterImplementor in org.hibernate.procedure.spi
Subinterfaces of ProcedureParameterImplementor in org.hibernate.procedure.spiMethods in org.hibernate.procedure.spi that return ProcedureParameterImplementorModifier and TypeMethodDescriptionNamedCallableQueryMemento.ParameterMemento.resolve
(SharedSessionContractImplementor session) -
Uses of ProcedureParameterImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return types with arguments of type ProcedureParameterImplementorModifier and TypeMethodDescriptionList<? extends ProcedureParameterImplementor<?>>
ProcedureParameterMetadataImplementor.getRegistrationsAsList()