Uses of Package
org.hibernate.result
Packages that use org.hibernate.result
Package
Description
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Defines support for dealing with results returned from database via JDBC.
-
Classes in org.hibernate.result used by org.hibernate.procedureClassDescriptionRepresents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity of how this is exposed in the JDBC API.
-
Classes in org.hibernate.result used by org.hibernate.procedure.internalClassDescriptionCommon contract for individual return objects which can be either results (
ResultSetOutput
) or update counts (UpdateCountOutput
).Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity of how this is exposed in the JDBC API. -
Classes in org.hibernate.result used by org.hibernate.resultClassDescriptionCommon contract for individual return objects which can be either results (
ResultSetOutput
) or update counts (UpdateCountOutput
). -
Classes in org.hibernate.result used by org.hibernate.result.internalClassDescriptionCommon contract for individual return objects which can be either results (
ResultSetOutput
) or update counts (UpdateCountOutput
).Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity of how this is exposed in the JDBC API.