Package org.hibernate.procedure.internal
Defines the internal implementation of the stored procedure SPI.
-
Class Summary Class Description AbstractStandardCallableStatementSupport DB2CallableStatementSupport DB2 implementation of CallableStatementSupport.EntityDomainResultBuilder FunctionReturnImpl<T> JTDSCallableStatementSupport Special implementation of CallableStatementSupport for the jTDS driver.NamedCallableQueryMementoImpl Implementation of NamedCallableQueryMementoNamedCallableQueryMementoImpl.ParameterMementoImpl<T> A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.OracleCallableStatementSupport Standard implementation ofCallableStatementSupport
.PostgreSQLCallableStatementSupport PostgreSQL implementation of CallableStatementSupport.ProcedureCallImpl<R> Standard implementation ofProcedureCall
ProcedureOutputsImpl Implementation of ProcedureResult.ProcedureParamBindings ProcedureParameterBindingImpl<T> Implementation of theProcedureParameterBinding
contract.ProcedureParameterImpl<T> ProcedureParameterMetadataImpl Specialized ParameterMetadataImplementor for callable queries implementing expandable parameter registrationsScalarDomainResultBuilder<T> SQLServerCallableStatementSupport StandardCallableStatementSupport Standard implementation ofCallableStatementSupport
.SybaseCallableStatementSupport Sybase implementation of CallableStatementSupport.Util Utilities used to implement procedure call support.