|
HQLScrollFetchTest currently uses entities with a IDENTITY ID generators and NoIdentityHQLScrollFetchTest extends HQLScrollFetchTest with a different mapping file using "native" ID generator.
I am deleting NoIdentityHQLScrollFetchTest and its mapping file, and changing the mapping file for HQLScrollFetchTest to use "increment" generator, so that dialects that don't support identity IDs can run this test.
|