Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterBindingImplementor
-
Packages that use ProcedureParameterBindingImplementor Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of ProcedureParameterBindingImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureParameterBindingImplementor Modifier and Type Class Description class
ProcedureParameterBindingImpl<T>
Implementation of theProcedureParameterBinding
contract.
-