org.hibernate.engine.query.sql
Interface NativeSQLQueryReturn

All Known Implementing Classes:
NativeSQLQueryCollectionReturn, NativeSQLQueryJoinReturn, NativeSQLQueryNonScalarReturn, NativeSQLQueryRootReturn, NativeSQLQueryScalarReturn

public interface NativeSQLQueryReturn

Describes a return in a native SQL query.

IMPL NOTE : implementations should be immutable as they are used as part of cache keys for result caching.

Author:
Steve Ebersole



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.