Uses of Class
org.hibernate.query.internal.QueryParameterBindingImpl
-
Packages that use QueryParameterBindingImpl Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of QueryParameterBindingImpl in org.hibernate.procedure.internal
Subclasses of QueryParameterBindingImpl in org.hibernate.procedure.internal Modifier and Type Class Description class
ProcedureParameterBindingImpl<T>
Implementation of theProcedureParameterBinding
contract.
-