Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterImplementor
Packages that use ProcedureParameterImplementor
Package
Description
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.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()