程序包的使用
org.hibernate.result
-
使用org.hibernate.result的程序包 程序包 说明 org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result org.hibernate.result.internal -
org.hibernate.procedure使用的org.hibernate.result中的类 类 说明 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. -
org.hibernate.procedure.internal使用的org.hibernate.result中的类 类 说明 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. -
org.hibernate.result使用的org.hibernate.result中的类 类 说明 Output Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput). -
org.hibernate.result.internal使用的org.hibernate.result中的类 类 说明 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.