add a TODO

This commit is contained in:
Gavin King 2024-02-14 11:07:12 +01:00
parent b4b4112f75
commit e4a998cbe7
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}
}