| Package | Description |
|---|---|
| org.hibernate.procedure | |
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| org.hibernate.result | |
| org.hibernate.result.internal |
| Class and Description |
|---|
| Result
Represents the result 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.
|
| Class and Description |
|---|
| Result
Represents the result 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.
|
| Return
Common contract for individual return objects which can be either results (
ResultSetReturn) or update
counts (UpdateCountReturn). |
| Class and Description |
|---|
| NoMoreReturnsException |
| Return
Common contract for individual return objects which can be either results (
ResultSetReturn) or update
counts (UpdateCountReturn). |
| Class and Description |
|---|
| Result
Represents the result 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.
|
| ResultSetReturn
Models a return that is a result set.
|
| Return
Common contract for individual return objects which can be either results (
ResultSetReturn) or update
counts (UpdateCountReturn). |
| UpdateCountReturn
Models a return that is an update count (count of rows affected)
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.