Issue Type: Bug Bug
Affects Versions: 4.3.0.Beta2
Assignee: Unassigned
Created: 11/May/13 12:09 AM
Description:

In ResultsetMappingSecondPass.java:

for ( ColumnResult column : ann.columns() ) {
	definition.addQueryReturn(
			new NativeSQLQueryScalarReturn(
					mappings.getObjectNameNormalizer().normalizeIdentifierQuoting(
							column.name()
					),
					null
			)
	);
}

Instead of a "null", the mapped column.type() argument of @ColumnResult should be used.

Project: Hibernate ORM
Priority: Minor Minor
Reporter: Christian Bauer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira