接口的使用
org.hibernate.result.Output
-
使用Output的程序包 程序包 说明 org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result org.hibernate.result.internal -
-
org.hibernate.procedure.internal中Output的使用
返回Output的org.hibernate.procedure.internal中的方法 修饰符和类型 方法 说明 protected OutputProcedureOutputsImpl.ProcedureCurrentReturnState. buildExtendedReturn() -
org.hibernate.result中Output的使用
org.hibernate.result中Output的子接口 修饰符和类型 接口 说明 interfaceResultSetOutputModels a return that is a result set.interfaceUpdateCountOutputModels a return that is an update count (count of rows affected)返回Output的org.hibernate.result中的方法 修饰符和类型 方法 说明 OutputOutputs. getCurrent()Retrieve the current Output object. -
org.hibernate.result.internal中Output的使用
返回Output的org.hibernate.result.internal中的方法 修饰符和类型 方法 说明 protected OutputOutputsImpl.CurrentReturnState. buildExtendedReturn()protected OutputOutputsImpl.CurrentReturnState. buildOutput()protected OutputOutputsImpl.CurrentReturnState. buildResultSetOutput(Supplier<List> listSupplier)protected OutputOutputsImpl.CurrentReturnState. buildResultSetOutput(List list)protected OutputOutputsImpl.CurrentReturnState. buildUpdateCountOutput(int updateCount)OutputOutputsImpl. getCurrent()OutputOutputsImpl.CurrentReturnState. getOutput()
-