Uses of Interface
org.hibernate.query.spi.ProcedureParameterMetadataImplementor
Packages that use ProcedureParameterMetadataImplementor
Package
Description
Defines an SPI for calling stored procedures and functions.
-
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 TypeMethodDescriptionvoidCallableStatementSupport.registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)