接口 Return
-
- 所有已知子接口:
CollectionReturn,EntityReturn,ScalarReturn
- 所有已知实现类:
CollectionReturnImpl,EntityReturnImpl,ScalarReturnImpl
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.- 作者:
- Steve Ebersole
- 另请参阅:
ScalarReturn,EntityReturn,CollectionReturn