java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.selection.interceptor.QueryResultImpl
All Implemented Interfaces:
QueryBuilderInterceptor.SelectionInterceptor.QueryResult
Direct Known Subclasses:
BinaryQueryResults

public class QueryResultImpl extends Object implements QueryBuilderInterceptor.SelectionInterceptor.QueryResult
Standard implementation of QueryBuilderInterceptor.SelectionInterceptor.QueryResult. The underlying Object[] is the query result returned by the hibernate query. This is not the data structure that is returned to the user and always contains one object per cell (to-many paths are represented by multiple rows).