Uses of Interface
org.hibernate.result.spi.ResultContext
-
Packages that use ResultContext Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result.internal -
-
Uses of ResultContext in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ResultContext Modifier and Type Class Description classProcedureCallImpl<R>Standard implementation ofProcedureCall -
Uses of ResultContext in org.hibernate.result.internal
Methods in org.hibernate.result.internal that return ResultContext Modifier and Type Method Description protected ResultContextOutputsImpl. getResultContext()Constructors in org.hibernate.result.internal with parameters of type ResultContext Constructor Description OutputsImpl(ResultContext context, PreparedStatement jdbcStatement)
-