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 |
---|
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.
|
Class and 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.
|
Class and Description |
---|
Output
Common contract for individual return objects which can be either results (
ResultSetOutput ) or update
counts (UpdateCountOutput ). |
Class and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.