This is working for me with 4.3.0.
I had the same problem with MySql until I added useOldAliasMetadataBehavior=true to the connection string.
jdbc:mysql://localhost:3306/foobar?useOldAliasMetadataBehavior=true
Cheers.