I would like to use HQL to select a random record for a few integration tests.
I've been using SQL Server ORDER BY newid()
, but HQL parsing likes to raise false alarms.
I would like to use HQL to select a random record for a few integration tests.
I've been using SQL Server ORDER BY newid()
, but HQL parsing likes to raise false alarms.