接口的使用
org.hibernate.result.Outputs
-
使用Outputs的程序包 程序包 说明 org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result.internal -
-
org.hibernate.procedure中Outputs的使用
org.hibernate.procedure中Outputs的子接口 修饰符和类型 接口 说明 interfaceProcedureOutputsSpecialization of theOutputscontract providing access to the stored procedure's registered output parameters. -
org.hibernate.procedure.internal中Outputs的使用
实现Outputs的org.hibernate.procedure.internal中的类 修饰符和类型 类 说明 classProcedureOutputsImplImplementation of ProcedureResult. -
org.hibernate.result.internal中Outputs的使用
实现Outputs的org.hibernate.result.internal中的类 修饰符和类型 类 说明 classOutputsImpl
-