Uses of Interface
org.hibernate.result.Output
Packages that use Output
Package
Description
Defines support for dealing with results returned from database via JDBC.
-
Uses of Output in org.hibernate.result
Subinterfaces of Output in org.hibernate.resultModifier and TypeInterfaceDescriptioninterface
Models a return that is a result set.interface
Models a return that is an update count (count of rows affected)Methods in org.hibernate.result that return Output