Uses of Interface
org.hibernate.query.spi.ProcedureParameterMetadataImplementor
Packages that use ProcedureParameterMetadataImplementor
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
-
Uses of ProcedureParameterMetadataImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureParameterMetadataImplementorModifier and TypeClassDescriptionclass
Specialized ParameterMetadataImplementor for callable queries implementing expandable parameter registrationsMethods in org.hibernate.procedure.internal with parameters of type ProcedureParameterMetadataImplementorModifier and TypeMethodDescriptionvoid
AbstractStandardCallableStatementSupport.registerParameters
(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session) -
Uses of ProcedureParameterMetadataImplementor in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return ProcedureParameterMetadataImplementorMethods in org.hibernate.procedure.spi with parameters of type ProcedureParameterMetadataImplementorModifier and TypeMethodDescriptionvoid
CallableStatementSupport.registerParameters
(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)