org.hibernate.engine.query.spi.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.




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