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