add a TODO
This commit is contained in:
parent
b4b4112f75
commit
e4a998cbe7
|
@ -37,6 +37,7 @@ public class RowTransformerConstructorImpl<T> implements RowTransformer<T> {
|
|||
constructor.setAccessible( true );
|
||||
}
|
||||
catch (Exception e) {
|
||||
//TODO try again with primitive types
|
||||
throw new InstantiationException( "Cannot instantiate query result type ", type, e );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue