Uses of Package
org.hibernate.result
-
Packages that use org.hibernate.result Package Description org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing its outputs.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result Defines support for dealing with database results, accounting for mixed result sets and update counts hiding the complexity of how this is exposed via the JDBC API.org.hibernate.result.internal -
Classes in org.hibernate.result used by org.hibernate.procedure Class Description Outputs Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity (IMO) of how this is exposed in the JDBC API. -
Classes in org.hibernate.result used by org.hibernate.procedure.internal Class Description Output Common contract for individual return objects which can be either results (ResultSetOutput
) or update counts (UpdateCountOutput
).Outputs Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity (IMO) of how this is exposed in the JDBC API. -
Classes in org.hibernate.result used by org.hibernate.result Class Description Output Common 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.internal Class Description Output Common contract for individual return objects which can be either results (ResultSetOutput
) or update counts (UpdateCountOutput
).Outputs Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity (IMO) of how this is exposed in the JDBC API.