Package org.hibernate.loader.plan.spi
Interface Return
-
- All Known Subinterfaces:
CollectionReturn,EntityReturn,ScalarReturn
public interface ReturnRepresents a return value in the query results. Not the same as a result (column) in the JDBC ResultSet! Return is distinctly different from aFetchand so modeled as completely separate hierarchy.- See Also:
ScalarReturn,EntityReturn,CollectionReturn