this.constructor = constructor;
return collection;
try { return constructor.newInstance( tuple ); } catch ( Exception e ) { throw new QueryException( "could not instantiate: " + constructor.getDeclaringClass().getName(), e ); }